/*!
 * personnalisation du site
 */
@import 'http://fonts.googleapis.com/css?family=Kaushan+Script';
@import url('https://fonts.googleapis.com/css?family=Crimson+Text');
@import url('https://fonts.googleapis.com/css?family=Lato');
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');


/* --------------------------- page ------------------------- */
body {
    /* padding-top: 20px; */
    background-color: #FFF;
}
.container-fluid {
    max-width: 1200px;
}
.wrapper {
    margin-bottom: 30px;
}
.header {
    margin-top: 30px;
    text-align: center;
}


/* --------------------------- footer ------------------------- */
.footer {
    /*position: fixed;   bottom: 0; width: 100%;*/ /* sticky footer */
    border-top: 1px solid #e0e0e0;
    text-align: center;
    background-color: #f5f5f5;
    font-size: 12px;
    padding: 5px 0;
}

/* --------------------------- nav bar ------------------------- */
.dropdown:hover>.dropdown-menu { 
    display: block;  /* pour naviguer dans le menu sans avoir à cliquer */
}
.dropdown > .dropdown-toggle:active {
    pointer-events: none; /* pour naviguer dans le menu sans avoir à cliquer */
}

.navbar-custom {
    background-color: #1ba6b5; /*couleur de fond de tout le bandeau du menu */
    /*   background-image: linear-gradient(to bottom, #f7f7f7 5%, #eef2e4 100%);
         border: 1px solid #999999; */
    margin-bottom:0px;
    padding: 0;
    font-size: 14px;
}

.navbar-custom .navbar-brand {
    color: #cccccc; /*couleur du brand */
}
.navbar-custom .navbar-text {
    color: #cccccc; /*couleur du text */
}

.navbar-custom .navbar-nav .nav-link {
    color: #ffffff; /* couleur des items du menu */
    padding: 14px 20px;
    /* font-size: larger; */
}
.navbar-custom .nav-item.active .nav-link {
    /* couleur du sous menu sous la souris */
    background-color: #8ad6dc;
    color: #000000;
}
.navbar-custom .nav-item:hover .nav-link {
    /* couleur du sous menu sous la souris */
    background-color: #6ac9d0;
    color: #000000;
}

.navbar-light .navbar-nav .active > .nav-link {
    color: #000000;
}

.navbar-custom .dropdown-menu {
    /* couleur de fond du sous menu */
    background-color: #4bb3bc;
    margin: 0;
}
.navbar-custom .dropdown-menu {
    background-color: #4bb3bc;
    border: none;
    border-radius: 0px 6px 6px 6px;
}
.navbar-custom .dropdown-item {
    /* couleur des items du sous menu */
    color: #ffffff;
    /* font-size: larger; */
}
.navbar-custom .dropdown-item:hover{
    /* couleur de fond de l'item sous la souris */
    background-color:  #6ac9d0; 
    color: #000000;
}

.navbar-custom .dropdown-item:focus {
    /* couleur de fond de l'item sous la souris */
    background-color: #8ad6dc; 
    color: #000000;
}
/* --------------------------- logo et titre ------------------------- */
.container-titre {
    background-color:#ffffff;
    display: inline-block;
    margin-bottom: 10px;
}
.container-titre:hover {
    text-decoration: none;
    color: #515151;
}

.logo-titre {
    letter-spacing: -0.005em;
    color: #515151;
    text-decoration:none;
    font-family: Kaushan Script,cursive;
    font-size: 50px;
    margin-left: 1em;
    display: inline-block;
    vertical-align: middle;
}

.logo-img {  /* taille du logo */
    height: 55px;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (max-width: 991px) {
    .logo-titre {
        font-size: 40px;
    }
    .logo-img {
        height: 40px;
        padding-left: 0em;
        padding-bottom:  0em;
    }
}

@media screen and (max-width: 767px) {
    .logo-titre {
        font-size: 30px;
    }
    .logo-img {
        height: 35px;
        padding-left: 0em;
        padding-bottom:  0em;
    }
    .navbar-custom .dropdown-menu {
        border-radius: 0px 0 6px 6px;
    }
    .accueil2 .btn {
        margin-bottom: 10px;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .logo-titre {
        font-size: 20px;
    }
    .logo-img {
        height: 30px;
        padding-left: 0em;
        padding-bottom:  0em;
    }
} 

/* --------------------------- sous titre ------------------------- */
h1 {
    padding-top: 30px ;
    font-family: Lato,serif;
    font-size: 1.75em;
    letter-spacing: -0.025em;
    color: #1ba6b5;
    /* font-weight: bold; */
}
.zone-h1 {   /* pour h1 */
    height: 100px;
    margin-top: 0px;
    margin-bottom: 20px;
    background-color: #ffffff;
    background-image: linear-gradient(rgba(191,191,191,1), rgba(191,191,191,0));
    
    
    
        /* background-image: linear-gradient(#ffffff, #b6b5b5); */

}
.zone-h1 h1{
    /* margin-left: 10%; */
}

h2 {
    font-family: Lato,serif;
    font-size: 1.4em;
    letter-spacing: -0.025em;
    color: #1ba6b5;
}
h3 {
    font-family: Lato,serif;
    font-size: 1rem;
    letter-spacing: -0.025em;
    color: #606060;
    font-weight: bold;
    margin-top: 40px;
}

/*---------------- page accueil -------- */
.accueil1 {
    padding-top:10px;
    padding-bottom :10px;
    padding-left: 10px;
    color: #000;
    width: 300px;
    text-align: left;
    opacity: 1.0;
    
}
.accueil1 h1 {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 25px;
}
.accueil1 p {
    font-size: 18px;
}
.accueil1-img { /*  image accueil  */
    background-image: url(/images/accueil1.jpg); 
    background-position-x: center;
    height: 500px;
    background-size: cover;
    -webkit-background-size: cover; 
}


.accueil2 {
    /*border-radius: 30px;*/
    padding-top:20px ;
    padding-bottom:20px ;
    margin-top: 0px;
    margin-bottom: 40px;
    /*margin-left: auto;*/
    /*margin-right: auto; */
    background: #F4F4F4;
    color: #515151;
    font-weight: bold;
    text-align: justify;
    border-top: solid 1px #e5e5e5;
    border-bottom: solid 1px #e5e5e5;
}
.accueil2 h1 {
    margin-bottom: 25px;
}
.accueil2 .btn {
    background-color: #1ba6b5;
    border-color: #1ba6b5;
}

.zone-texte1 {
    background: #ffffff none repeat scroll 0 0;
    color: #515151;
    font-weight: normal;
    text-align: justify;
}
.zone-texte2 {  /* non encore utilisé */
    padding: 10px; 
    background-color: #ffffff; 
    background-position: left top, left bottom, left top;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 100% 6em, 100% 6em, auto auto;
    text-align: justify;
}

/* --------------------------- image pour contact ------------------------- */
.imageContact {
    background: #ffffff none repeat scroll 0 0;
    border: 5px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-right: 26px;
    padding: 1px;
    height: 160px;
    width: auto;
    float: left; 
}
/* --------------------------- image pour 4 instructeurs ------------------------- */
.image4Instructeurs {
    width: 250px;
    height: auto; 
    margin-top: 30px;
    margin-bottom: 30px;
    margin-right: 40px;
    float: left; 
}
/* --------------------------- image pour logo ES  ------------------------- */
.imageLogoES {
    width: 150px;
    height: auto; 
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/* --------------------------- nav pills ------------------------- */
.nav-pills > li > a.active {
    color: #343a40!important;
    background-color: #e8e8e8!important;
}

.card-block { /* padding accordeons */
    padding: 10px;
}
/* --------------------------- mailPresenceReunion ------------------------- */
#mailPresenceReunion-btn {
    background-color: #1ba6b5;
    border-color: #1ba6b5;
}

.signature {
    font-family: 'Pacifico', cursive;
    font-weight: normal;
}
p.citation {
     font-size: 1.2em;
     font-style: italic;
}