*{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    /* font-family: "Merriweather", serif; */
    font-family: 'Playfair Display', serif;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-style: normal;
}

body
{
	background: #e5e3e3;
}

body{
    overflow-x: hidden;
    
}

:before,:after{
    box-sizing: border-box;
}

.container{
    max-width: 1200px;
    margin: auto;
}

.row{
    display: flex;
    flex-wrap: wrap;
}

.v-center{
    align-items: center;
}

/*HEADER*/

.header{
    position: relative;
    display: block;
    z-index: 99;
    width: 100%;
    padding: 15px;
    background-color: royalblue;
}

.header .logo a{
    font-size: 16px;
    font-weight:900 ;
    text-transform: uppercase;
    color: white;
}

.header .logo{
    display: flex;
    align-items: center;
}

.header .item-left{
    flex: 0 0 17%;
}

.header .item-center{
    flex: 0 0 66%;
}

.header .item-right{
    flex: 0 0 17%;
    display: flex;
    justify-content: flex-end;
}


.header .item-right a{
    font-size: 17px;
    color: black;
    display: inline-block;
    margin-left: 10px;
}

/*HEADER MENU*/


.header .menu > ul > li{
    display: inline-block;
    line-height: 30px;
    margin-left: 25px;
}

.header .menu > ul > li > a{
    font-size: 18px;
    position: relative;
    color: white;
    font-weight: bold;
}    



/*SUB MENU*/

.header .menu > ul > li .sub-menu{
    position: absolute;
    z-index: 500;
    background-color: white;
    box-shadow: -2px 2px 70px -25px rgba(0,0,0,0.3);
    padding: 10px 31px;
    margin-top: 25px;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
}

.header .menu > ul > li .single-column-menu{
    min-width: 280px;
    max-width: 350px;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li{
    line-height: 1;
    display: block;
}

.header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #555;
}

.header .menu > ul > li .sub-menu > ul > li > a{
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: black;
}

@media(min-width: 992px){

    .header .menu > ul > li.menu-item-has-children:hover .sub-menu{
        margin-top: 0;
        opacity: 1;
        margin-top: 18px;
        visibility: visible;
    }
}

.header .menu > ul > li .sub-menu.mega-menu{
    left: 50%;
    transform: translateX(-50%);
} 

.header .menu > ul > li .sub-menu.mega-menu-column-4{
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
    flex: 0 0 25%;
    padding: 0px 15px;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item .title{
    font-size: 16px;
    color: black;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
    max-width: 100%;
    width: 100%;
    margin-top: 10px;
    vertical-align: middle;
}

.header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
    text-align: center;
}

.banner-section{
    display: block;
    width: 100%;
    background-color: white;
    height: 700px;
}

.mobile-menu-head,
.mobile-menu-trigger{
    display: none;
}

body{
    color: #333;
}

#blockpage{
    width: 85%;
    margin: auto;
    background-color: #f0f2f5;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border: 1px solid #f0f2f5;
}

#imageBn{
    width: 60%;
    position: relative;
}

#imageBn img{
    width: 100%;
}

#textImg
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    color: #fff;
}

#textbn{
    width: 40%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    margin: 0px 10px;
    margin-left: 15px;
    margin-right: 1px;
    position: relative;
    padding: 15px;
    background-color: #fff;
    padding: 10px;
}

.btn1{
    position: absolute;
    top: 55%;
    right: 30%;
    left: 30%;
    padding: 15px 35px;
    background-color: #fff;
    color: #4169e1;
    border: 1px solid #4169e1;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
}

.btn1:hover{
    position: absolute;
    top: 40%;
    right: 30%;
    left: 30%;
    padding: 15px 35px;
    background-color: #4169e1;
    color: #fff;
    border: 1px solid #4169e1;
    font-size: 17px;
    font-weight: bold;
    border-radius: 5px;
    cursor: pointer;
}

.btn2{
    position: absolute;
    top: 40%;
    right: 30%;
    left: 30%;
    padding: 15px 35px;
    background-color: #4169e1;
    color: #fff;
    font-size: 17px;
    border: none;
    font-weight: bold;
    border-radius: 5px;
}

.btn2:hover{
    position: absolute;
    top: 40%;
    right: 30%;
    left: 30%;
    padding: 15px 35px;
    background-color: #fff;
    color: #4169e1;
    font-size: 17px;
    border: 1px solid #4169e1;
    font-weight: bold;
    border-radius: 5px;
}



#imagetext{
    display: flex;
}

#mennu{
    margin: 20px 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px;
}

.testimonial
{
    margin: 5px 15px;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
}

/* #mennu h2{
   margin-top: 13px;
} */


#minArt{
    width: 20%;
}

#minArt h2{
    color: #4169e1;
}

#minArt h2 span{
    background-color: red;
    color: #fff;
    padding: 10px 0px; 
    padding-left: 5px;
}

#article1{
    margin: 10px 0px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;
}


#article1 p
{
    margin: 0px 15px;
    line-height: 30px;
    width: 75%;
}

#article1 p #titree
{
    margin: 5px;
    line-height: 30px;
    width: 75%;
    font-size: 15px;
}

#article1 p #dateP
{
    font-size: 15px;
    color: #03b1b7;
}




#article1 img{
 width: 25%;
 height: 150px;
}

.btnn{
  padding: 5px 10px;
  background-color: #4169e1;
  color: #fff;
  border: none;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
}

.btnn1{
  padding: 10px 35px;
  background-color: #fff;
  color: #4169e1;
  border: 1px solid #4169e1;
  cursor: pointer;
  font-weight: bold;
  border-radius: 5px;
  font-size: 18px;
  margin-top: 15px;
}

#minArt{
    margin-left: 10px;
    width: 30%;
}

#minArt img{
    width: 80%;
    height: 110px;
    margin: 0px 5px;
}

#textIg p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 75%;
    margin: 0px 5px;
    padding: 0px 10px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
}

#textIg{
    margin: 15px 0px;
    position: relative;
}


#article1 #alUne
{
    width: 60%;
    height: 400px;
    margin-bottom: 10px;
    margin-top: 10px;
}

#article1 .alUne
{
    width: 50%;

}

#mennu h2{
    color: #4169e1;
    margin-bottom: 25px;
    margin-top: 15px;
}

#mennu h2 span{
    background-color: red;
    color: #fff;
    padding: 10px 0px; 
    padding-left: 5px;
}


hr{
   color: rgba(0, 0, 0, 0.4);
   opacity: 0.2;
}

#textIg p{
    font-size: 13px;
    padding: 8px;
}

#articl_oder{
    display: flex;
}

#artt{
    width: 80%;
}

#artt h2{
    color: #4169e1;
}

#artt h2 span{
    background-color: red;
    color: #fff;
    padding: 10px 0px;
    padding-left: 5px;
}

#articlle{
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

#sideBare{
    width: 25%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    background-image: url('../images/avantage.jpg');
    background-repeat: none;
    background-size: contain;
    margin-left: 25px;
}

#sideBare div{
    padding: 15px;
}

#sideBare header{
    padding: 10px;
    background-color: #4169e1;
    color: #fff;
    font-weight: bold;
}

#sideBare h4{
    line-height: 40px;
}

#sideBare h3{
    line-height: 25px;
    margin-left: 15px;
}

#alUn_art{
    width: 70%;
    display: flex;
}

#alUn_art #img_aln{
    width: 60%;
    padding-right: 15px;
}

#alUn_art #img_aln img{
    width: 100%;
    height: 350px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#alUn_art .alUne p{
    line-height: 30px;
}

#alUn_art .alUne{
    padding: 0px;
    width: 40%;
}

/* CODE CSS TESTIMOIAL */

.container{
   width: 95%;
   margin: auto;
   padding: 0 15px;
}

.testimonial{
    padding: 1px 0;
    background: #03b1b7;
}

.sectionHeader{
    margin-bottom: 50px;
}

.sectionHeader .title
{
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(0, 0%, 100%);
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 10px;
}

.testiminialItem{
    background-color: hsl(0, 0%, 100%);
    padding: 30px;
    border-radius: 30px;
}

.testiminialItem img{
    max-width: 80px;
    border-radius: 50%;
    margin-right: 20px;
    vertical-align: middle;
    height: 80px;
}

.testiminialItem .info{
    display: flex;
    align-items: center;
}

.testiminialItem .name{
    font-size: 24px;
    text-transform: capitalize;
    color: hsl(0, 0%, 40%);
}


.testiminialItem .job{
    text-transform: capitalize;
    color: hsl(0, 0%, 40%);
 }

 .testiminialItem p {
    margin-top: 20px;
    color: hsl(0, 0%, 40%);
 }

 .testiminialItem .rating{
    margin-top: 15px;
    font-size: 14px;
    color: hsl(36, 88%, 66%);
 }

 .testimonial .swiper-pagination{
    position: relative;
    margin-top: 40px;
    border-bottom: auto;
 }

 .testimonial .swiper-pagination{
    position: relative;
    margin-top: 40px;
    border-bottom: auto;
 }

 .testimonial .swiper-pagination-bullet
 {
   height: 12px;
   width: 12px;
   background-color: hsl(0, 0%, 100%); 
 }

 /* CODE POUR LE SLIDE */

.diaspo{
    position: relative;
    overflow: hidden;
}

/* LES FLECHES */

#nav-gauche,#nav-droite{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    font-size: 3em;
    cursor: pointer;
}

#nav-droite{
    right: 20px;
    color: #f1ecec;
    opacity: 0.6;
}

#nav-gauche{
    left: 20px;
    color: #f1ecec;
    opacity: 0.6;
    visibility: hidden;
}

.elements{
    display: flex;
    transition: 1s linear;
}

.element{
    flex: 1 0 100%;
    position: relative;
}
.textt{
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0px auto;
    padding: 20px;
    color: white;

}

.element img{
    width: 100%;
    height: 100%;
}

.element img{
    height: 450px;
}

.caption{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: rgba(225, 225, 225, 0.4);
}

/* FIN CODE CSS POUR DIASPORAMA */

#newletter #letter{
    padding: 10px;
    margin: 15px;
    background-color: #fff;
}

#letter span{
    display: flex;
    align-items: center;
    color: #fff; 
}

#letter h2{
    font-size: 19px;
    padding-top: 0px;
    color: #03b1b7;
}

#letter input{
    width: 80%;
    padding: 12px 8px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    border: 1px solid #f1ecec;
    color: #979494;
}

#letter button{
    padding: 13px 25px;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #4169e1;
    color: #fff;
}

#letter button:hover{
    border: 1px solid #4169e1;
    background-color: #fff;
    color: #4169e1;
    transition: all 0.3s ease-in-out;
}

footer #footer{
    padding: 20px;
    background-color: #555;
    display: flex;
    justify-content: space-between;
    color: orange;
}

#letter img{
    width: 50px;
}

#register{
    width: 70%;
    height: 600px;
    background-color: #fff;
    margin: 40px auto;
}

#ecole{
    width: 80%;
    margin:15px auto;
}

#vNomPren,#vEmail{
    display: inline-block;
    margin-bottom: 15px;
}

#vNomPren{
   width: 48%;
}

#vNomPren input{
    width: 100%;
    height: 40px;
    margin-top: 2px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
}

#vEmail{
    width: 48%;
 }
 
 #vEmail input{
     width: 100%;
     height: 40px;
     margin-left: 15px;
     margin-top: 2px;
     background-color: #f0f2f5;
     border: 1px solid #f0f2f5;
     padding: 0px 5px;
 }

 #vEmail p{
    margin-left: 15px;
}

#ecole h3{
  font-size: 18px;
  margin: 10px 0px;
}

#vEcole{
    display: inline-block;
    width: 100%;
}

#vNomEcol{
    display: inline-block;
    width: 48%;
}

#vEcole select{
    width: 100%;
    height: 40px;
    margin-top: 3px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
}

#vNomEcol select{
    width: 100%;
    margin-left: 15px;
    height: 40px;
    margin-top: 3px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
}

#vNomEcol p{
    margin-left: 15px;
}

#vPays{
    display: inline-block;
    width: 48%;
}

#vTelEcole{
    display: inline-block;
    width: 48%;
    margin-top: 15px;
}

#vTelEcole input{
    width: 100%;
    margin-left: 15px;
    height: 40px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
    margin-top: 3px;
}

#vTelEcole p{
    margin-left: 15px;
}

#vPays select{
    width: 100%;
    height: 40px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
    margin-top: 3px;
}

#vUseur{
    width: 48%;
    display: inline-block;
}

#vPass p{
    margin-left: 15px;
}

#vUseur input{
    height: 40px;
    width: 100%;
    margin-top: 3px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
}

#vUseur{
    width: 48%;
    display: inline-block;
}


#vPass{
    width: 48%;
    display: inline-block;
}

#vPass input{
    width: 100%;
    display: inline-block;
    height: 40px;
    margin-left: 15px;
    margin-top: 3px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 5px;
}

#register h3{
    color: #4169e1;
}

#register{
    color: #434345;
}

#register .btnnn{
    text-align: center;
    margin-top: 20px;
}

#register .btnnn  button{
    padding: 13px 35px;
    border: none;
    border-radius: 10px;
    background-color: #28b7ef;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}

#register .btnnn button:hover{
    padding: 13px 35px;
    border: 2px solid #28b7ef;
    border-radius: 10px;
    background-color: #fff;
    color: #28b7ef;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
}

#conex{
    width: 70%;
    margin: 50px auto;
}

#conex input{
    width: 100%;
    display: block;
    margin: 20px;
    height: 45px;
    background-color: #f0f2f5;
    border: 1px solid #f0f2f5;
    padding: 0px 10px;
}

#btnn{
    margin-left: 20px;
}

#btnn button{
    padding: 13px 30px;
    background-color: #28b7ef;
    color: #fff;
    border: 1px solid #28b7ef;
    font-weight: bold;
    border-radius: 10px;
    cursor: pointer;
}

#menu{
    margin: 15px auto;
    height: 600px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    width: 40%;
    padding: 15px;
    background-color: #fff;
}

#parntElv,#prof,#admin,#Elv{
    display: block;
    width: 100%;
    margin: 50px 0px;
    cursor: pointer;
    font-size: 18px;
    padding: 20px 0px;
    border-radius: 15px;
    border: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

#parntElv{
    background-color: green;
    color: #fff;
}

#prof{
    background-color: yellow;
    color: black;
}

#admin{
    background-color: red;
    color:#fff;
}

#Elv{
    background-color: #28b7ef;
    color:#fff;
}

#btnppa{
    width: 80%;
    margin: auto;
}

#menPar{
    background-color: #fff;
    margin: 15px;
    height: 800px;
}

#sideBarePar{
    width: 20%;
    background-color: #2d353c;
}

#men{
    color: #575555;
}


#imgNom{
    display: flex;
    color: #fff;
    align-items: center;
    padding: 5px;
}

#imgNom img{
    width: 50px;
    margin: 10px;
    border-radius: 50%;
}

#blockParent{
    display: flex;
    justify-content: space-between;
    background-color: #f0f2f5;
}

#menPar{
    width: 80%;
    font-size: 14px;
}

#bareMen{
    color: #fff;
    margin: 0px 15px;
}

#bareMen p a{
    color: #fff;
    font-size: 16px;
} 

#bareMen p i{
    color: #fff;
    font-size: 16px;
    margin-right: 8px;
}

#bareMen p{
    color: #fff;
    margin-bottom: 15px;
}

#menPar #msgrie{
    padding: 20px;
    background-color: #2d353c;
    color: #f0f2f5;
}

#rowTable{
    display: flex;
    justify-content: center;
    align-items: start;
}

#nbrEnf,#scolarit,#info{
    padding: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    margin: 20px;
    line-height: 24px;
    border-radius: 15px;
}

#container{
    width: 90%;
    margin: auto;
}

#nbrEnf p i{
  font-size: 40px;
  margin: 15px;
}

#nbrEnf{
    display: flex;
    justify-content: space-between;
    background-color: #7CFF7E;
}

#lisElv{
  margin: 15px;
}

#lisElv select{
    margin: 15px 0px;
    width: 100%;
    padding: 13px 3px;
    border: 1px solid #cdcdcd;
}

#scolarit{
    background-color: #E8FFD2;
}

#info{
    background-color: #FFE8E8;
}

#srchElv{
    margin: 15px;
}

#srchElv h2{
    font-size: 18px;
}

#srchElv input{
    width: 99%;
    height: 45px;
    margin-top: 5px;
    padding: 0px 5px;
    border: 1px solid #bcbdc0;

}

#srchElv button{
    margin:10px 0px;
    border: 1px solid #cdcdcd;
    padding: 15px 30px;
    cursor: pointer;
    color: #575555;
    background-color: #4169e1;
    color: #fff;
    border-radius: 10px;
}

#inscri{
    margin: 15px 25px;
}

#inscri h2{
   font-size: 20px;
}

#inscri h2 i{
    font-size: 20px;
    color: #4169e1;
 }

 #inscri p{
    margin: 10px 0px;
 }

 #inscri ul li{
    margin: 5px 15px;
    list-style-type: disc;
 }

 #ajtEnfant{
    margin-top: 20px;
    padding: 13px 20px;
    cursor: pointer;
    background-color: #0bce94;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 #suivIns{
    height: 400px;
    width: 100%;
    margin: 15px 0px;
 }

 #suivIns header{
    background-color: #8d9093;
    padding: 10px 5px;
    font-weight: bold;
 }



 #table table tr th{
    text-align: left;
    padding: 15px;
    border-bottom: 2px solid #8d9093;
 }
 

 #table table tr td{
    text-align: left;
    padding: 1px 15px;
    border-bottom: 1px solid #8d9093;
 }

 #table table tr td p{
    position: relative;
    padding: 0px;
    margin: 0px;
 }

 #table table tr td span{
    position: absolute;
    right: 46%;
    top: 38%;
 }

 #table table tr td span i{
    color: red;
    font-size: 16px;
    cursor: pointer;
    background-color: #fff;
 }

 #table table{
    border: 1px solid #8d9093;
    border-collapse: collapse;
    width: 100%;
 }

 #message{
    width: 98%;
    height: 400px;
    margin: 15px auto;
    display: flex;
 }

 #menuMsg{
    width: 30%;
    height: 400px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
 }

 #mesgrie{
    width: 70%;
    height: 400px;
    margin-left:20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 5px;
 }

 #cmpser{
    width: 85%;
    padding: 12px 10px;
    margin-top: 10px;
    font-size: 18px;
    background-color: rgb(69, 189, 237);
    border: none;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
 }

 #menuMsg header{
    width: 85%;
    
 }

 #menuMsg p{
    text-align: center;
 }

 #menuMsg #hdrcption{
    margin: 0px auto;
    margin-top: 15px;
    width: 82%;
    background-color: #2d353c;
    padding: 12px 5px;
    color: #fff;
    font-weight: bold;
 }

 #menuMsg #BtrecepTion{
    margin: 0px auto;
    width: 81%;
    background-color: #cdcdcd;
    padding: 12px 5px;
    color: #2d353c;
    font-weight: bold;
    border-left: 4px solid #4169e1;
 }

 #menuMsg #menOther{
    margin: 0px auto;
    width: 81%;
    background-color: #fff;
    padding: 12px 5px;
    color: #2d353c;
    font-weight: bold;
 }

 #menuMsg #menOtherr{
    height: 200px;
    border: 1px solid rgb(192, 184, 184);
    width: 84%;
    margin: 0px auto;
 }

 #hdboit{
    padding: 15px;
    background-color: #2d353c;
    color: #fff;
    font-weight: bold;
 }

 #search{
    float: right;
    margin: 10px;
    padding: 5px;
 }

 #search input{
    padding: 5px;
 }

 #tbMsg{
    margin-top: 50px;
 }

 #tbMsg table{
    width: 100%;
    border-collapse: collapse;
 }

 #tbMsg table th{
    border-bottom:1px solid #8d9093;
 }

 #tbMsg table tr th{
    text-align: left;
 }

 #tbMsg table tr td{
    padding: 10px 0px;
    text-align: left;
 }

 #menPar #hd{
    padding: 20px;
    background-color: #2d353c;
    color: #f0f2f5;
 }

 #inform{
    height: 500px;
    display: flex;
 }

 #zoneAct1{
    width: 70%;
 }

 #zoneAct2{
    width: 30%;
 }

 /* SUIVRE UN ENFANT */

 #suivre{
    width: 80%;
    margin: 35px auto;
    background-color: #fff;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
 }

 #suivre #srchElv{
    padding: 50px;
 }

 #suivre #srchElv input{
    width: 80%;
 }

 #suivre #srchElv select{
    height: 48px;
    padding: 0px 10px;
    border: 1px solid #bcbdc0;
    background-color: #fff;
 }

 #srchElv select{
    height: 40px;
    padding: 0px 10px;
    border: 1px solid #bcbdc0;
    background-color: #fff;
    width: 100%;
    margin: 10px 0px;
 }

 #myModal2{
    margin-top: 100px;
 }
#myBtn2{
    margin-top: 20px;
    padding: 13px 20px;
    cursor: pointer;
    background-color: #0bce94;
    color: #fff;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

#nomP{
    width: 85%;
    display: block;
    height: 40px;
    margin-bottom: 5px;
    padding:0px 10px;
    border: 1px solid #cdcdcd;
}

#creadBdgts select{
    width: 85%;
    display: block;
    margin-top: 5px;
    height: 40px;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #fff;
    border: 1px solid #cdcdcd;
}

#btn{
    padding: 10px 35px;
    border: none;
    font-size: 17px;
    cursor: pointer;
    background-color: #03b1b7;
    color: #fff;
    border-radius: 5px;
}

#contact{
    width: 70%;
    height: 400px;
    background-color: #fff;
    margin:15px auto;
    padding: 10px;
    position: relative;
}

#contact p{
    margin: 15px;
}

#defile{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: green;
    padding: 15px;
    color: #fff;
    font-weight: bold;
}

#detaille{
    width: 60%;
    height: auto;
    background-color: #fff;
    margin: auto;
}

#commt{
    margin: 0px 15px;
    margin-bottom: 15px;
    padding-bottom: 25px;
}

#commt input{
    width: 95%;
    height: 35px;
    padding: 0px 15px;
    margin-top: 5px;
    margin-bottom: 5px;
}



#commt textarea{
    width: 97%;
    margin-top: 5px;
    padding: 5px;
}

#rslt{
    width: 100%;
    height: 100px;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
}

#rslt img{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

#rslt div p:nth-child(1){
    margin-top: 5px;
    margin-left: 25px;
}

#rslt div p:nth-child(2){
    margin-top: 15px;
    margin-left: 25px;
}

#rslt button{
   background-color: green;
   padding: 10px 15px;
}

#profil{
    width: 100%;
    height: 100px;
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
}

#profil img{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    height: 100%;
}

#profil div p:nth-child(1){
    margin-top: 5px;
    margin-left: 25px;
}

#profil div p:nth-child(2){
    margin-top: 15px;
    margin-left: 25px;
}

#profil div p:nth-child(3){
    margin-top: 15px;
    margin-left: 25px;
}

#profil div p:nth-child(3) span:nth-child(1){
    color: green;
    font-weight: bold;
}

#profil div p:nth-child(3) span:nth-child(3){
    color: blueviolet;
    font-weight: bold;
}

#profil div p:nth-child(3) span:nth-child(2){
    color: red;
    font-weight: bold;
}

#profil div p:nth-child(3) span:nth-child(4){
    color: red;
    font-weight: bold;
}

#trimestre{
    text-align: center;
}

#trimestre select{
    display: inline;
    width: 50%;
}

#moyenne{
   text-align: center;
   margin-top: 20px;
}

#moyenne h1{
    margin-bottom: 15px;
}

#table table tbody tr td{
   padding: 8px;
}

#scolarite h1{
    text-align: center;
    padding: 15px;
}

#scolarite #table table thead th{
    padding: 5px;
}















/* CODE CSS POUR MOBILE DU SITE */
@media (max-width: 768px)
{
    #blockpage{
        width: 95%;
        margin: auto;
        background-color: #f1ecec;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    }
    
    #imageBn{
        width: 100%;
        height: 300px;
        position: relative;
    }
    
    #imageBn img{
        width: 100%;
        height: 300px;
    }
    
    #textImg
    {
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        padding: 20px;
        background-color: rgba(0, 0, 0, 0.4);
        font-size: 18px;
        color: #fff;
    }
    
    #textbn{
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        height: 450px;
        margin: 0px 10px;
        margin-left: 0px;
        margin-right: 1px;
        position: relative;
        padding: 15px;
        background-color: #fff;
        padding: 10px;
    }
    
    .btn1{
        position: absolute;
        top: 60%;
        right: 10%;
        left: 10%;
        padding: 15px 35px;
        background-color: #fff;
        color: #4169e1;
        border: 1px solid #4169e1;
        font-size: 17px;
        font-weight: bold;
        border-radius: 5px;
    }
    
    .btn1:hover{
        position: absolute;
        top: 60%;
        right: 10%;
        left: 10%;
        padding: 15px 35px;
        background-color: #4169e1;
        color: #fff;
        border: 1px solid #4169e1;
        font-size: 17px;
        font-weight: bold;
        border-radius: 5px;
        cursor: pointer;
    }
    
    .btn2{
        position: absolute;
        top: 45%;
        right: 10%;
        left: 10%;
        padding: 15px 35px;
        background-color: #4169e1;
        color: #fff;
        font-size: 17px;
        border: none;
        font-weight: bold;
        border-radius: 5px;
    }
    
    .btn2:hover{
        position: absolute;
        top: 45%;
        right: 10%;
        left: 10%;
        padding: 15px 35px;
        background-color: #fff;
        color: #4169e1;
        font-size: 17px;
        border: 1px solid #4169e1;
        font-weight: bold;
        border-radius: 5px;
    }
    

    
    #imagetext{
        display: flex;
        flex-direction: column;
    }
    
    #mennu{
        margin: 20px 15px;
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        padding: 15px;
    }
    
    .testimonial
    {
        margin: 5px 15px;
        background-color: #fff;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; 
    }
    
    
    #minArt{
        width: 100%;
    }
    
    #minArt h2{
        color: #4169e1;
    }
    
    #minArt h2 span{
        background-color: red;
        color: #fff;
        padding: 10px 0px; 
        padding-left: 5px;
    }
    
    #article1{
        margin: 10px 0px;
        margin-right: 15px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 15px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    
    
    #article1 p
    {
        margin: 0px 15px;
        line-height: 30px;
        width: 100%;
        /* padding: 5px; */
        margin-left: 0px;
    }

    #article1 p
    {
        margin: 0px 15px;
        line-height: 30px;
        width: 100%;
        /* padding: 5px; */
        margin-left: 0px;
    }
    
    #article1 img{
     width: 100%;
     height: 150px;
     margin-bottom: 5px;
    }
    
    .btnn{
      padding: 5px 10px;
      background-color: #4169e1;
      color: #fff;
      border: none;
      cursor: pointer;
      font-weight: bold;
      border-radius: 5px;
    }
    
    .btnn1{
      padding: 8px 30px;
      background-color: #fff;
      color: #4169e1;
      border: 1px solid #4169e1;
      cursor: pointer;
      font-weight: bold;
      border-radius: 5px;
    }
    
    #minArt{
        margin-left: 10px;
    }
    
    #minArt img{
        width: 95%;
        height: 150px;
        margin: 5px;
    }
    
    #textIg p{
        position: absolute;
        bottom: 10%;
        left: 0;
        right: 0;
        width: 95%;
        margin: 0px 5px;
        padding: 0px 10px;
        background-color: rgba(0, 0, 0, 0.4);
        color: white;
    }
    
    #textIg{
        margin: 15px 0px;
        position: relative;
    }
    
    #article1 #alUne
    {
        width: 100%;
        height: 400px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    
    #article1 .alUne
    {
        width: 100%;
    
    }
    
    #mennu h2{
        color: #4169e1;
        margin-bottom: 15px;
    }
    
    #mennu h2 span{
        background-color: red;
        color: #fff;
        padding: 10px 0px; 
        padding-left: 5px;
    }
    
    hr{
       color: rgba(0, 0, 0, 0.4);
       opacity: 0.2;
    }
    
    #textIg p{
        font-size: 13px;
        padding: 8px;
    }
    
    #articl_oder{
        display: flex;
        flex-direction: column;
    }
    
    #artt{
        width: 100%;
    }
    
    #artt h2{
        color: #4169e1;
    }
    
    #artt h2 span{
        background-color: red;
        color: #fff;
        padding: 10px 0px;
        padding-left: 5px;
    }
    
    #articlle{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 15px;
    }
    
    #sideBare{
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        background-image: url('../images/avantage.jpg');
        background-repeat: none;
        background-size: contain;
        height: 305px;
        margin-top: 15px;
        margin-left: 0px;
        display: none;
    }
    
    #sideBare div{
        padding: 15px;
    }
    
    #sideBare header{
        padding: 10px;
        background-color: #4169e1;
        color: #fff;
        font-weight: bold;
    }
    
    #sideBare h4{
        line-height: 40px;
    }
    
    #sideBare h3{
        line-height: 25px;
        margin-left: 15px;
    }

    #article1 p #titree
    {
        line-height: 30px;
        width: 75%;
        font-size: 18px;
        opacity: 0.8;
    }
    
    #alUn_art{
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    
    #alUn_art #img_aln{
        width: 100%;
        padding-right: 15px;
    }
    
    #alUn_art #img_aln img{
        width: 100%;
        height: auto;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
    
    #alUn_art .alUne p{
        line-height: 30px;
    }
    
    #alUn_art .alUne{
        padding: 0px;
        width: 100%;
    }
    
    /* CODE CSS TESTIMOIAL */
    
    .container{
       width: 100%;
       margin: auto;
       padding: 0 15px;
    }
    
    .testimonial{
        padding: 1px 0;
        background: #03b1b7;
    }
    
    .sectionHeader{
        margin-bottom: 50px;
    }
    
    .sectionHeader .title
    {
        font-size: 30px;
        font-weight: 600;
        text-transform: capitalize;
        color: hsl(0, 0%, 100%);
        line-height: 1.2;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    
    .testiminialItem{
        background-color: hsl(0, 0%, 100%);
        padding: 30px;
        border-radius: 30px;
    }
    
    .testiminialItem img{
        max-width: 80px;
        border-radius: 50%;
        margin-right: 20px;
        vertical-align: middle;
        height: 80px;
    }
    
    .testiminialItem .info{
        display: flex;
        align-items: center;
    }
    
    .testiminialItem .name{
        font-size: 24px;
        text-transform: capitalize;
        color: hsl(0, 0%, 40%);
    }
    
    
    .testiminialItem .job{
        text-transform: capitalize;
        color: hsl(0, 0%, 40%);
     }
    
     .testiminialItem p {
        margin-top: 20px;
        color: hsl(0, 0%, 40%);
     }
    
     .testiminialItem .rating{
        margin-top: 15px;
        font-size: 14px;
        color: hsl(36, 88%, 66%);
     }
    
     .testimonial .swiper-pagination{
        position: relative;
        margin-top: 40px;
        border-bottom: auto;
     }
    
     .testimonial .swiper-pagination{
        position: relative;
        margin-top: 40px;
        border-bottom: auto;
     }
    
     .testimonial .swiper-pagination-bullet
     {
       height: 12px;
       width: 12px;
       background-color: hsl(0, 0%, 100%); 
     }
    
     /* CODE POUR LE SLIDE */
    
    .diaspo{
        position: relative;
        overflow: hidden;
        border: 1solid rgb(255, 238, 0);
    }
    
    /* LES FLECHES */
    
    #nav-gauche,#nav-droite{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        color: white;
        font-size: 3em;
        cursor: pointer;
    }
    
    #nav-droite{
        right: 20px;
        color: #f1ecec;
        opacity: 0.6;
    }
    
    #nav-gauche{
        left: 20px;
        color: #f1ecec;
        opacity: 0.6;
        visibility: hidden;
    }
    
    .elements{
        display: flex;
        transition: 1s linear;
    }
    
    .element{
        flex: 1 0 100%;
        position: relative;
    }
    .textt{
        background-color: rgba(0, 0, 0, 0.4);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 0px auto;
        padding: 20px;
        color: white;
    
    }
    
    .element img{
        width: 100%;
        height: 100%;
    }
    
    .element img{
        height: 450px;
    }
    
    .caption{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        background-color: rgba(225, 225, 225, 0.4);
    }
    
    /* FIN CODE CSS POUR DIASPORAMA */
    
    #newletter #letter{
        padding: 10px;
        margin: 15px;
        background-color: #fff;
    }
    
    #letter span{
        display: flex;
        align-items: center;
        color: #fff; 
    }
    
    #letter h2{
        font-size: 19px;
        padding-top: 0px;
    }
    
    #letter button{
        padding: 13px 25px;
        font-size: 16px;
        margin-left: 5px;
        cursor: pointer;
        border: none;
        border-radius: 5px;
        border: 1px solid #fff;
        background-color: #4169e1;
        color: #fff;
    }
    
    footer #footer{
        padding: 20px;
        background-color: #555;
        display: flex;
        justify-content: space-between;
        color: orange;
    }

    .sectionHeader .title
   {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: hsl(0, 0%, 100%);
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 10px;
   }

   #letter h2
   {
    font-size: 17px;
    padding-top: 0px;
   }

#letter input{
    width: 60%;
    padding: 11px 8px;
    font-size: 13px;
    border-radius: 5px;
    border: 1px solid #f1ecec; 
}

#letter button{
    padding: 10px 25px;
    font-size: 16px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    border: 1px solid #fff;
    background-color: #4169e1;
}

#letter img{
    width: 30px;
}

}





/*RESPONSIVENESS*/

@media (max-width:991px){
    .header .item-center{
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right{
        flex: 0 0 auto; 
    }

    .v-center{
        justify-content: space-between;
    }

    .header .mobile-menu-trigger{
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span{
        position: relative;
        display: block;
        height: 2px;
        background-color: #333;
        width: 24px;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after{
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333;
    }

    .header .mobile-menu-trigger span:before{
        top: -6px;
    }

    .header .mobile-menu-trigger span:after{
        top: 6px;
    }

    .header .item-right{
        align-items: center;
    }

    .header .menu{
        position: fixed;
        width: 320px;
        height: 100%;
        background-color: white;
        left: 0;
        top: 0;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active{
        transform: translate(0%);
    }

    .header .menu > ul > li{
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu > ul > li > a{
        line-height: 50px;
        height: 50px;
        padding: 0px 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        color: red;
    }

    .header .menu > ul > li > a i{
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head{
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        justify-content: space-between;
        align-items: center;
        z-index: 5012;
        position: sticky;
        background-color: white;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back{
        height: 50px;
        width: 50px;
        font-size: 16px;
        border-right: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back{
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title{
        font-size:15px ;
        font-weight: 900;
        color: black;
    }

    .header .menu .mobile-menu-head .mobile-menu-close{
        height: 50px;
        width: 50px;
        font-size: 22px;
        border-left: 1px solid rgba(0,0,0,0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
    }

    .header .menu .menu-main{
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }


    .header .menu > ul > li .sub-menu.mega-menu,
    .header .menu > ul > li .sub-menu{
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        transform: translateX(0%);
        max-width: none;
        min-width: auto;
        display: none;
        overflow-x: auto;
    }

    .header .menu > ul > li .sub-menu.active{
        display: block;
    }


/*KEYFRAMES LEFT*/

@keyframes slideLeft{
    0%{
        opacity: 0;
        transform: translateX(100%);
    }
    100%{
        opacity: 1;
        transform: translateX(0%);
    }
}

/*KEYFRAMES RIGHT*/
@keyframes slideRight{
    0%{
        opacity: 1;
        transform: translateX(0%);
    }
    100%{
        opacity: 0;
        transform: translateX(100%);
    }
} 

  
    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item{
        flex: 0 0 100%;
        padding:0px;
    }  
  
  
   .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul{
        margin-bottom: 20px;
    }
  
    .header .menu > li .sub-menu > ul > li > a,
    .header .menu > ul > li .sub-menu.mega-menu > .list-item > ul > li > a{
        display: block;
    }

   
  
  

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item img{
        margin-top: 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center .title{
        margin: 20px 0;
    }

    .header .menu > ul > li .sub-menu.mega-menu-column-4 > .list-item.text-center:last-child .title{
        margin-bottom: 0;
    }

   

    .menu-overlay{
        position: fixed;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active{
        opacity: 1;
        visibility: visible;
    }
}



