.li i {
    padding-right: 3px;
}
.footerB .horaire{
    margin-top: 5px;
    /*font-family: 'SF Pro Display', Heavy, serif;*/
}
.footerB p:not(.horaire){

    font: italic normal 15px/20px Montserrat;  /*SF Pro Display;*/
    font-weight: inherit;
}
#menuToggle {
    top: 27px;
}

#p1:visited{
    color: #252B6A;

}

#p2:visited{
    color: #252B6A;
}
#p3:visited{
    color: #252B6A;
}
#p4:visited{
    color: #252B6A;
}
#FR11:visited{
    color: #252B6A;
}
#EN11:visited{
    color: #252B6A;
}
#ES11:focus{
    color: #252B6A;
}


@media (max-width: 1230px) {

    .col-10{
        display: none;
    }
    .navigation{
        display: block !important;
    }



}
.logo{
    top: 26px;
    left: 39px;
    width: 292px;
    height: 72px;
    /* UI Properties */
    opacity: 1;

}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left:20px;
    margin-right: 20px;
}
.col-10 .col-10 li{
    list-style-type: none;
    display: inline-block;

}
.col-10 .col-10 li:not(.l2){
    padding: 5px 25px;
}

nav ul li a,.liste2 li a{

    text-decoration: none;
    /*font-size: x-large;*/
    width: 120px;
    height: 36px;
    letter-spacing: 0;
    color: #4B4B4B;
    /*font-family: SF Pro Display, Thin, serif;*/
}

.li2{
   width: 30%;
}
.li2 {
    text-align: end;
}
.liste2 a {
    color: black;
    text-decoration: none;
    text-transform: capitalize;
    /*font-size: x-large;*/
    font-weight: lighter;
}
/*nav ul li a{
    text-decoration: none;
    width: 120px;
    height: 36px;
    UI Properties
    text-align: left;
    font-size: x-large;
    letter-spacing: 0;
    color: #4B4B4B;
    opacity: 1;
    font-family: SF Pro Display, Thin, serif;
}*/
p, h2, h4{
    /*font-family: 'SF Pro Display', Thin, serif;*/
}
ul .p1 {
    margin-left: 1%;
    margin-top: 15px;
}


.liste2 li{
    padding: 0;
}
/*li{
    font-size:large;
    font-weight: 500;

}*/
.col-10 ul li{
    padding: 0;
}
.account i{
    position: absolute;
    top: 13px;
    font-size: 15px;
    background-color:#252B6A;
    color: white ;
    padding: 10px;
    border-radius:30px;
    margin: 5px 2px 0px 3px ;
    border: solid white;
    border-width: 5px;


}
.account{
    margin-right: 10px;
    padding: 3px 30px 3px 7px;
}
.account a{
    color: white;
    text-decoration:none;
    padding-left: 2px;
    font-family: 'SF Pro Display', meduim, serif;
    font-size: 20px ;


}


#account{
    background-color: #252B6A;
    border-radius: 30em;


}

nav{
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.entete{
    position: fixed;
    background-color: #ffffff;
    width: 100%;
    padding: 0px 0px 13px 0px;
    z-index: 5;

}
.navigation{
    display: none;
}


/*test*/
/*
 * Made by Erik Terwan
 * 24th of November 2015
 * MIT License
 *
 *
 * If you are thinking of using this in
 * production code, beware of the browser
 * prefixes.
 */



#menuToggle
{
    display: block;
    position: relative;
    top: 50px;
    left: 50px;

    z-index: 1;

    -webkit-user-select: none;
    user-select: none;
}

#menuToggle a
{
    text-decoration: none;
    color: #232323;

    transition: color 0.3s ease;
}




#menuToggle input
{
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -10px;
    left: -5px;

    cursor: pointer;

    opacity: 0; /* hide this */
    z-index: 2; /* and place it over the hamburger */

    -webkit-touch-callout: none;
}
#menuToggle{
   position: absolute;
    top: 27px;

}
/*
 * Just a quick hamburger
 */
#menuToggle span
{
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;

    background: #cdcdcd;
    border-radius: 3px;

    z-index: 1;

    transform-origin: 4px 0px;

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    background 0.5s cubic-bezier(0.77,0.2,0.05,1.0),
    opacity 0.55s ease;
}

#menuToggle span:first-child
{
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
    transform-origin: 0% 100%;
}

/*
 * Transform all the slices of hamburger
 * into a crossmark.
 */
#menuToggle input:checked ~ span
{
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #232323;
}

/*
 * But let's hide the middle one.
 */
#menuToggle input:checked ~ span:nth-last-child(3)
{
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

/*
 * Ohyeah and the last one should go the other direction
 */
#menuToggle input:checked ~ span:nth-last-child(2)
{
    transform: rotate(-45deg) translate(0, -1px);
}

/*
 * Make this absolute positioned
 * at the top left of the screen
 */
#menu
{
    position: absolute;
    width: 250px;
    height: 2000px;
    margin: 0 0 0 -50px;
    padding-top: 10px;
    padding-left: 0;

    background: white;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */

    transform-origin: 0% 0%;
    transform: translate(-100%, 0);

    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}
#menu ul{
   margin-left: 2px;
}
#menu  li:not(.l2,#li)
{
    padding: 10px 0;
    font-weight: lighter;
}
#li{
    font-weight: lighter;
}
a li:not(#li){
    margin-left: 20px;

}
#connexion li{
margin-left: 0;
    border-bottom:1px solid ;
    border-top:1px solid;
    border-bottom-color: #232323;
    width: 100%;
}
#li{
    padding: 10px 20px;
}

.l2{
    list-style-type: none;
    display: inline-block;

}

li .liste5 {

    border-bottom: 1px solid ;
    border-bottom-color: #232323;
}
.presentation{
    margin-left: 4em;
    font-size: 18px;
    margin-top: -5px;
    margin-bottom: 30px;
    font-family: 'SF Pro Display', Medium, serif;
    color:#4B4B4B ;
}
.savoir h2,.savoir1 h2:not(.tNotre){
    color: white;
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;

}
h2,h3 :not(.savoir h2){
    color: #252B6A;
    font-weight: bold;
    text-shadow: 0 8px 20px #B9B9B9;
    font-size: 35px;

}
.savoir1 h2,.savoir h2 {
    text-shadow: none;
}
.logos{
    text-align: center;
}
.logos img{
    padding: 5px 8px;
}
#im31{
    width: 100px;

}
#im32{
    width: 70px;
}
#im33{
    width: 125px;
}
#im30{
    width: 180px;
    margin-top: -20px;
}
#im35{
    width: 140px;
}
#im36{
    width: 140px;
}
#im37{
    width: 130px;
}
#im38{
    width: 120px;
}
#im39{
    width: 200px;
}
#im40{
    width: 120px;
}
#im41{

    width: 120px;
}
#im42{

    width: 120px;
}
#im13{

    width: 120px;
}
#im14{
    margin-top: 40px;
    width: 120px;
}
#im15{
    margin-top: 12px;
    width: 70px;
}
#im16{
    margin-top: 40px;
    width: 120px;
}
#im17{
    width: 80px;
}
#im18{
    width: 80px;
}
#im19{
    width: 80px;
}
#im20{
    width: 80px;
}
#im21{
    margin-top: 20px;
    width: 80px;
}
#im22{
    margin-top: 60px;
    width: 80px;
}
#im23{
    width: 80px;
}
#im24{
    width: 130px;
}
#im25{
    margin-left: -20px;
    width: 120px;
}
/*
 * And let's slide it in from the left
 */
#menuToggle input:checked ~ ul
{
    transform: none;
}
#liste2{
    margin-left: 30px;
}
@media (max-width: 470px) {
    .logo{
        margin-top: 5px;

    }
    .logos img{
        width: 50px!important;
    }



    #menuToggle {
        top: 27px;
    }
    h2,h3{
        font-size: large;
    }
   li .liste2 {
       padding: 0 60px;
       border-bottom:solid ;
       border-bottom-color: #232323;
    }
   .entete{
       padding-bottom: 15px;
   }
   .footerB{
       max-width: 100%;
       border-radius: 0;
        margin: 0;
   }
   .footerB p{
       text-align: center;
       max-width: 100%;
   }
   footer{
       margin-top: -5px;
   }

    .reseau i{
        font-size: 1em;
    }
    .reseau .fa-facebook{
        padding: 6px 10px;
    }
.RSociaux{
    text-align: center;
    font-weight: bold;
    margin: 10px 1px ;
}
    .reseau p {
        text-align: center;
        width: 80%;
        margin-top: 10px;
    }
    .logos img{
        margin: 3px ;
    }
    .logos{
        padding: 2px ;
        margin: 3px 3px 3px 6px;
    }

}
.phone p{
    line-height: 2px;
    margin-bottom: 0!important;
    font-family: 'SF Pro Display', lite, serif;
    font-size: 22px;
}
.phone{
    margin: 10px 0;
}
@media (max-width: 1488px) {
    .col-10 li{
        font-size: medium;
    }
    .liste2 li a{
        font-size: medium;
    }
    .col-10 .col-10 li:not(.l2) {
        padding: 10px 20px;
    }

    nav ul li a,.liste2 a{
        font-size: 20px;
    }


}
@media (max-width: 1715px) {
    .li2{
        width: 20%;
    }
    
}
@media (max-width:600px){
    h2,h3 :not(.savoir h2){
        font-size:large;
    }
    .footerB .horaire{
        padding: 0 20px;
        margin-top: 5px;
        font-weight: bold;
    }
    .logos img{
        width: 50px!important;
    }
    .logo{
        padding-right: 5px!important;
    }
}
.mt-3{
    position: absolute;
    margin-top: 120px!important;
    z-index: 600;
}
