
* { box-sizing: border-box }



body{
    font-family:'Century Gothic';
    color:#666;
    background-color:#fff;
}


h1, h2, h3, h4, h5, h6 {
    text-align:left;
    padding:0;
    margin: 0 0 20px;
}


a {
  outline: none;
  color:#e50984;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
a:active {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}

p {
  padding:0;
  margin: 0 0 10px;
}


img {
   max-width:100%;
   height:auto;
}


.btn_perso{
   color:#ffffff;
}
.btn_perso:hover{
   color:#ffffff;
}






#global{
    position:relative;
    z-index:3;
}


#logo_header_big{
    padding-top:50px;
}
@media only screen and (max-width: 992px) {
    #logo_header_big{
        padding-top:80px;
    }
    #logo_header_big img{
        max-width:80%;
    }
}
@media only screen and (max-width: 520px) {
    #logo_header_big{
        width:100%;
        padding-top:70px;
    }
    #logo_header_big img{
        width:100% !important;
        max-width:100% !important;
        height:auto;
    }
}
@media only screen and (max-width: 320px) {
    #logo_header_big{
        padding-top:100px;
    }
}


.bloc-header{
    box-shadow: 0px 15px 10px -12px  #909090;
}
.bloc-header-inner{
    height:222px;background-image:url('../img/image_header.png');background-repeat:no-repeat;background-position:right bottom;
}
@media only screen and (max-width: 1200px) {
    .bloc-header-inner{
        background-size: 30% auto;;
    }
}
@media only screen and (max-width: 520px) {
    .bloc-header-inner{
        height:180px;
    }
}



.bloc-accueil-photo-slogan{
    position:relative;padding:0;margin:0;
}
.bloc-accueil-photo-slogan > div{
    height:478px;background-image:url('../img/photo_header.jpg');background-repeat:no-repeat;background-position:center center;
}
.bloc-accueil-text-slogan{
    position:absolute;bottom:20px;color:#fff;text-shadow:#000 2px 2px;font-size:2.3em;line-height:1.2em;font-weight:bold;
}









#sidebar{
    margin:50px 0 0 50px;
    background-color:#fce4f2;
    border-radius:5px;
    padding:20px;
}
@media only screen and (max-width: 992px) {
    #sidebar{
        margin:50px 0 20px 0;
    }
}
#sidebar h2{
    font-size:1.8em;
    margin-bottom:30px;
}
#sidebar h2::first-letter {
    color: #e50984;
}
#sidebar .titre_formation{
    padding:0;margin:0;font-weight:bold;
    font-size:16px;
}
#sidebar a {
    padding:0;margin:0;
    font-weight:bold;
    color:#e50984;
    font-size:14px;
}
#sidebar hr {
    background-color:#f7c2de;height:1px;
}



.titre-formation-liste {
    font-family:"CenturySchoolbook-BoldItalic";
    text-align:left;
    position: relative;
    color: #000;
    font-size:1.6em;
    margin-top:2em;
    padding-bottom:15px;
}
.titre-formation-liste:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 7rem;
    height: .575rem;
    content: "";
    background: #e50984;
}
.resume-formation-liste {
    color: #666;
    font-size:1.2em;
}
.lien-formation-liste {
    font-weight:bold;;
}





#contenu{
   padding:0px 0px 0px 0px;
}






#footer{
    background-color:#376786;
	color:#fff;
    min-height:79px;
    margin-top:60px;
    padding:30px;
    font-size:14px;
}
.footer-col-coord{
    border-right:10px solid #7a99ad;padding:0 50px 0 0;padding-top:0;margin:0;
}
.footer-coord{
    font-size:1.5em;
}
.footer-titre{
    padding:0;margin:0;font-size:3.3em;font-family:'CenturySchoolbook-BoldItalic';
}
.footer-col-logo{
    padding-top:20px;padding-left:50px;
}
.footer-lien{
    text-align:right;
}
@media only screen and (max-width: 992px) {
    .footer-lien{
        text-align:center;
    }
}
@media only screen and (max-width: 767px) {
    #footer *{
        text-align:center;
        padding:0;margin:0;border:0;
    }
    .footer-titre{
        font-size:2.5em;
    }

}


#footer a{
	color:#fff;
    font-weight:normal;
    font-size:14px;
}
.col_footer{
	padding-bottom:35px !important;
}






.scrollup{
      width:40px;
      height:40px;
      text-indent:-9999px;
      opacity:0.3;
      position:fixed;
      bottom:50px;
      right:100px;
      display:none;
      background: url('../img/icon_top.png') no-repeat;
}




/******************************************************************************/

#formContact input[type='text'],  #formContact  textarea{
    font-size:18px;
    background-color:#f7f4f4;
}
#formContact textarea{
    min-height:200px;
}

#formContact input[type='button'], #formContact input[type='submit'], .btn-perso{
    min-width:120px;
    margin-top:30px;
    border-radius:3px;
    border:0px;
    padding:10px;
    background-color:#366787;
    color:#ffffff;
    box-shadow: 0px 2px 2px #181818;
    cursor:pointer;
    background-image: linear-gradient(to bottom, #548fb5 0%, #366787 100%);
}

#formContact input[type='button']:hover, #formContact input[type='submit']:hover, .btn-perso:hover {
    background-image: linear-gradient(to top, #548fb5 0%, #366787 100%);
}

.loi_info{
    font-size:0.8em;
    margin:0px;
    text-align:center;
}



/******************************************************************************/

.bg_resume_liste_fiche{
    background-image:url('../img/bg_contenu_slides.png');
    border-radius:3px;
    overflow:visible;
    margin:-10px 0px 0px 0px;
    padding:10px;
    color:#000;
}
.bg_resume_liste_fiche{
    background-image:url('../img/bg_contenu_onglets.png');
    border-radius:3px;
    overflow:visible;
    margin:-10px 0px 0px 0px;
    padding:10px;
    color:#ebebeb;
}

.resume{
    text-align: justify;
}





/******************************************************************************/

.pagination{
    padding:0px 0px 20px 0px;
    margin-top:-10px;
    float:right;
}
.lien_pagination{
    font-weight:bold;
    padding:5px 10px 5px 10px;
    margin-right:7px;
    border-radius:3px;
}
.lien_pagination_off{
    color:#fff;
    background-color:#38311f;
}
.lien_pagination_on{
    color:#000;
    background-color:#fff;
}

/******************************************************************************/

/******************************************************************************/


.innerCol{
    margin: 5px;
    padding: 4px;
}

.ligne, .innerCol{
    border:1px solid transparent;
}

#drapeaux{
    list-style-type: none;
    line-height: 42px;
}

#drapeaux li{
    display: inline;
    margin-right: 5px;
}

#drapeaux li:last-child{
    margin-right: 0px;
}



#pagination{
    margin: 20px auto 0;
}




/* 5 colonnes bootstrap */
@media (min-width: 767px) {
    .ligne5colSm {
        margin-left: -10%;
        margin-right: -10%;
    }
}

@media (min-width: 992px) {
    .ligne5colMd {
        margin-left: -10%;
        margin-right: -10%;
    }
}
/****************************/



/*transformation du design des radio boutons*/
.wrapperRadioCustom{
    position: relative;
    width: 13px;
    height: 13px;
}

.wrapperRadioCustom .radioCustom{
    visibility: hidden;
}

.wrapperRadioCustom .radioCustomMask{
    position: absolute;
    width: 13px;
    height: 13px;
    background-image: url("/template/img/radio-off.png");
    right: 0;
    top: 0px;
}

.wrapperRadioCustom .radioCustomMask.checked {
    background-image: url("/template/img/radio-on.png");
}


.separateurArianne{
    margin: 0 8px;
}

#filArianne{
    margin: 0;
    margin: 0;
    text-align: left;
    font-size: 0.9em;
    padding:20px 0;

}





.erreur{
    color: #F90303;
    font-size:0.8em;
    padding:3px 10px;
    border-radius:3px;
    background-color:#fce8e8;
    margin-bottom:8px;
}

.obligatoire{
    color: #F90303;
}


.wrapperCaptcha .form_code{
    margin-right: 10px;
    float: left;
    max-width:170px;
}

.wrapperCaptcha .wrapperCrypt{
    float: left;
    width: 132px;
}


#diaporama_wrapper{

    /*box-shadow: 0px 10px 20px 10px rgba(0, 0, 0, 0.4);*/
}
#diaporama{
    padding-top: 49.32%;

}

#diaporama > .slide{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-size: cover;
    background-position:center center;
}

#diaporama > .slide > a{
    display: block;
    height: 100%;
}

#diaporama .caption________{
    position: absolute;
    left: 0%;
    max-width: 55%;
    margin-bottom: 5%;
    bottom: 10%;
    right: 40%;
    padding: 0px 10px 0px 10px;
    background-color: rgba(255,255,255, 0.0);
    color: #fff;
    /*text-shadow: 0 0 2px #000, 0 0 2px #000, 2px 2px 8px #000000;*/
    text-shadow: 0 0 3px #869290, 0 0 3px #869290;
}
#diaporama .caption{
    position: absolute;
    left: 10%;
    right: 0%;
    max-width: 100%;
    margin-bottom: 5%;
    top: 10%;

    padding: 0px 10px 0px 10px;
    background-color: rgba(255,255,255, 0.0);
    color: #fff;
    /*text-shadow: 0 0 2px #000, 0 0 2px #000, 2px 2px 8px #000000;*/
    text-shadow: 2px 2px #000;
}

#diaporama .caption > h2{
    padding:0;margin:0;

}

#diaporama .caption > a:hover{
    /*color: #FFF;*/
    text-decoration: underline;
}

#diaporama .caption > a{
    color: #FFF;
}

.bx-controls-direction a{
    z-index:2 !important;
}


.wrapperBoite{
    margin-left: auto;
    margin-right: auto;
}

.boite{
    position: relative;
    border: 5px solid #D7D0C8;
}

.boite .innerBoite{
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
}

.boite .innerBoite img{
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}