/*
BismiLah
@Yassine
22-06-2022 09:03
*/
html, body{
  height: 100%;
}
body{
	font-family: 'Rubik', sans-serif;
}
a {
    color: #214099;
    text-decoration: none;
}
a:hover {
    color: #3265f6;
    text-decoration: none;
}
section{
	padding: 80px 0 80px 0;
}
h1{
    font-family: 'Cormorant Garamond', serif;
}
h2, h3 h4, h5{
	font-weight: 700;
    font-family: 'Cormorant Garamond', serif;
}
h2{
    font-size: 2.8rem;
}
p{
	font-size: 1.1rem;
	font-weight: 300;
}

.masterhead{
	background: url(../img/bg-header.jpg) center bottom no-repeat;
	background-size: cover;
    min-height: 700px;
    padding-bottom: 160px;
}

.masterheadca{
    background: url(../imgca/bg-header.jpg) center bottom no-repeat;
    background-size: cover;
    min-height: 700px;
    padding-bottom: 160px;
}

.logo{
	max-width: 100%;
    width: 137px;
    margin-bottom: 40px;
}
.logo:hover{
	opacity: 0.7;
	cursor: pointer;
}

.xfa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.btn-action{
    background: #0b9444;
    padding: 8px 15px;
    font-size: 0.9rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}
.xfa-fleche:before {
    content: "";
    background: url(../img/arrow-btnaction.png) center no-repeat;
    background-size: 9px auto;
    width: 24px;
    height: 11px;
    display: block;
}
.btn-action:hover{
    background: #8dc73d;
    color: #ffffff;
}
.xfa-fleche{
    position: relative;
    animation-name: btnActionAnnimation;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@keyframes btnActionAnnimation {
  0%   {left:0px;}
  50%   {left:15px;}
  100%   {left:0px;}
}
.btn-action:hover .xfa-fleche:before{
    /*filter: brightness(0.5);*/
}
.pin-icon img{
    width: 23px;
    float: left;
    padding-bottom: 12px;
    margin-top: 20px;
    margin-right: 8px;
}
.pin-icon span{
    font-size: 0.8rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    margin-top: 19px;
}

.h1-1{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    display: block;
}
.h1-2 {
    color: #a8e556;
    font-size: 3.4rem;
    font-weight: 600;
    max-width: 100%;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
}
.lists1{
    color: #fff;
    font-weight: 300;
    font-size: 1rem;
    list-style: none;
    display: table;
    margin: 32px auto;
    text-align: left;
}

.lists1 li {
    padding-bottom: 15px;
}
.lists1 li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 22px;
    background: url(../img/check1.png) no-repeat center;
    background-size: contain;
    margin-bottom: -4px;
    margin-right: 11px;
}
.btn-intersse{
    background: #0b9444;
    padding: 10px 14px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.btn-intersse:hover{
    background: #8dc73d;
    color: #fff;
}
.btn-savoir{
        background: transparent;
    border: 1px solid #8dc73d;
    padding: 9px 27px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #8dc73d;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.btn-savoir:hover{
        background: #8dc73d;
    color: #fff;
    border-color: #8dc73d;
}

#chiffres{
    margin-top: -160px;
}
#chiffres .col-chif{
background: #fff;
    box-shadow: -3px 6px 25px rgb(0 0 0 / 14%);
    padding: 30px 15px;
}
#chiffres img.chif-icon {
    max-width: 100%;
    width: 74px;
    display: block;
    margin: 0 auto;
    text-align: center;
}
#chiffres h5{
    font-family: serif;
    font-size: 3rem;
    font-weight: 300;
    color: #0b9444;
    padding-top: 15px;
}
#chiffres span{
    font-weight: 300;
    color: #003256;
}
#chiffres .col-chif:hover{
    cursor: pointer;
    background: #004673;
}
#chiffres .col-chif:hover img.chif-icon{
    filter: brightness(100);
}
#chiffres .col-chif:hover h5.chif-h5{
    color: #95cdf2;
}
#chiffres .col-chif:hover span.chif-span{
    color: #ffffff;
}

#college{
    background: url(../img/bg-top-college.png) top center no-repeat, url(../img/bg-bot-college.png) bottom center no-repeat;
    background-size: contain;
    background-color: #f5f5f5;
    padding: 70px 0 70px 0;
}
#college h2{
    color: #003557;
    background: url(../img/v-line-title.png) left top repeat-y;
    background-size: 10px;
    padding-left: 22px;
    font-size: 3rem;
    margin-bottom: 20px;
}
#college .college-img{
    max-width: 100%;
    width: 435px;
}
#college .college-img:hover{
    opacity: 0.9;
}
#college .strong-college{
    font-weight: 500;
    color: #039542;
}
#services h2{
    color: #003557;
}
.sep-line{
    max-width: 100%;
    width: 260px;
    margin: 0 auto;
    text-align: center;
}
#services .service1-bloc1{
    box-shadow: -3px 6px 25px rgb(0 0 0 / 14%);
    background-color: #fff;
        min-height: 260px;
    display: grid;
    align-content: center;
    align-items: center;
    margin: 0 auto;
    padding: 15px;
}
#services .service1-bloc2{
    display: block;
}
#services .service1-bloc3{
    display: none;
}
#services .service1-bloc1:hover{
    background: url(../img/bg1-service-bloc.png) top left no-repeat, url(../img/bg2-service-bloc.png) bottom right no-repeat;
    background-size: auto;
    background-color: #004673;
    cursor: pointer;
}
#services .service1-bloc1:hover .service1-bloc2{
    display: none;
}
#services .service1-bloc1:hover .service1-bloc3{
    display: block;
}

#services h3{
    font-family: 'Cormorant Garamond', serif;
    font-size: 2rem;
    margin-top: 15px;
    margin-bottom: 0;
    color: #004673;
    font-weight: 300;
}
#services .service-icon{
    display: block;
    margin: 0 auto;
        max-width: 100%;
    width: 90px;
}
#services .hr-service{
    width: 20%;
    color: #039542;
    height: 2px;
    margin: 10px auto;
}
#services .service1-bloc3 p{
    color: #fff;
    padding: 25px;
    margin-bottom: 0;
}
.color-lightgreen{
        color: #8dc73d;
}

#formations{
    background: url(../img/bg-formations.jpg) top center no-repeat;
    background-size: cover;
}
#formations h2 {
    color: #fff;
}

#formations .accordion-button {
    font-family: 'Cormorant Garamond' , serif;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    background-color: transparent;
}
#formations .accordion-item {
    background-color: transparent;
    border: none;
    color: #fff;
}
#formations .accordion-button:not(.collapsed) {
    color: #9dd856;
    background-color: transparent;
    box-shadow: none;
}
#formations .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/collapse2-icon.png);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}

#formations .accordion-button:not(.collapsed)::after{
    background-image: url(../img/collapse1-icon.png);
    transform: rotate(180deg);
}
#formations .accordion-button:hover, .accordion-button:focus {
    color: #9dd856;
    border: none;
    box-shadow: none;
}
#formations .accordion-body {
    padding: 25px;
    background: rgb(255 255 255 / 10%);
}
#formations .col-p-forts {
    background: #fff;
    padding: 15px 30px 30px 30px;
}
#formations .col-p-forts div{
    border-bottom: 1px solid #dedede;
    padding-bottom: 5px;
    padding-top: 15px;
}
#formations .col-p-forts div:last-child{
    border: none;
}

#formations .col-p-forts span {
    color: #004673;
    margin-left: 12px;
    font-size: 1.3rem;
    font-weight: 300;
}
#formations .accordion-body h4 {
    font-size: 1.8rem;
    color: #53bcff;
}
.lists-2{
    color: #fff;
    font-weight: 300;
    font-size: 1.35rem;
    list-style: none;
    margin: 32px auto;
    text-align: left;
}

.lists-2 li {
    padding-bottom: 15px;
}
.lists-2 li:before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 22px;
    background: url(../img/check2.png) no-repeat center;
    background-size: contain;
    margin-bottom: -1px;
    margin-right: 11px;
}
#formations .bloc-lists{
    background: #fff;
    padding: 25px 15px;
    height: 100%;    
}
.lists-3{
    color: #4b4b4b;
    font-weight: 300;
    font-size: 0.9rem;
    list-style: none;
    margin: 15px auto 0px auto;
    text-align: left;
    padding-left: 0;
}

.lists-3 li {
    padding-bottom: 15px;
}
.lists-3 li:before {
    content: '';
    display: inline-block;
    height: 22px;
    width: 14px;
    background: url(../img/check3.png) no-repeat center;
    background-size: contain;
    margin-bottom: 0px;
    margin-right: 11px;
    float: left;
}
.lists-3 span{
    display: flex;
}
#formations .bloc-lists h6 {
    font-size: 1.2rem;
    font-weight: 600;
    color: #004673;
}
#formations .admission{
    background: url(../img/bg-formation-admission.jpg) center no-repeat;
    background-size: cover;
    padding: 30px;
}
#formations .admission h4{
    color: #fff;
}
#formations .admission .lists-3 {
    color: #fff;
    font-size: 1.2rem;
}
#formations .v-vertical{
    padding-bottom: 15px;
}
#formations .admission-action{
    background: #fff;
    padding: 30px;
    display: grid;
    align-content: center;
    align-items: center;
}
.btn-intersse2{
    background: #0b9444;
    padding: 10px 14px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    max-width: 100%;
    text-align: center;
    margin-bottom: 15px;
}
.btn-intersse2:hover{
    background: #8dc73d;
    color: #fff;
}
.btn-savoir2{
    background: transparent;
    border: 1px solid #004673;
    padding: 9px 27px;
    font-size: 1rem;
    font-weight: 300;
    text-transform: uppercase;
    color: #004673;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}
.btn-savoir2:hover{
    background: #004673;
    color: #fff;
    border-color: #004673;
}

#internationaux{
    background: url(../img/bg-internationaux.png) top center no-repeat;
    background-size: cover;
}
#internationaux h2{
    color: #003557;
    background: url(../img/v-line-title.png) left top repeat-y;
    background-size: 10px;
    padding-left: 22px;
    font-size: 3rem;
    margin-bottom: 35px;
}
#internationaux .strong-college {
    font-weight: 500;
    color: #039542;
}
#internationaux .video-thumb{
    max-width: 100%;
    width: 374px;
    margin: 0 auto;
    box-shadow: 2px 7px 24px rgb(0 0 0 / 41%);
}
#internationaux .video-thumb:hover {
    box-shadow: 2px 10px 28px rgb(0 0 0 / 45%);
    filter: saturate(1.3);
    cursor: pointer;
}
#videoModal .modal-content{
    background-color: transparent;
}
#videoModal .modal-header{
    border: none;
    padding: 0;
}
#videoModal .btn-close {
    background: url(../img/close-modal.png) center no-repeat;
    background-size: contain;
    width: 42px;
    height: 68px;
    opacity: 0.8;
}
#videoModal .btn-close:hover, #videoModal .btn-close:focus{
    opacity: 1;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.modal-backdrop {
    background-color: #000e17 !important;
}
.modal-backdrop.show {
    opacity: .8;
}

#valeurs{
    background: #f5f5f5;
    padding-top: 180px;
    padding-bottom: 100px;
}
#valeurs h2{
    color: #003557;
}
#valeurs .col-valeur{
    border: 1px solid #004673;
    padding: 30px 20px;
    background: #fafafa;
}
#valeurs .col-valeur:hover{
    background: #fff;
}
#valeurs img.valeur-icon {
    max-width: 100%;
    width: 92px;
    padding-bottom: 10px;
}
#valeurs h4{
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.6rem;
    font-weight: 700;
    color: #004673;
    padding-bottom: 15px;
}
#valeurs .col-valeur-logo{
    display: grid;
    align-content: center;
    align-items: center;
    text-align: center;
    background: rgb(1,95,156);
    background: -moz-radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 67%);
    background: -webkit-radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 67%);
    background: radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 67%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#015f9c",endColorstr="#004c7d",GradientType=1);
}
#valeurs .col-valeur-logo:hover{
    background: rgb(1,95,156);
    background: -moz-radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 91%);
    background: -webkit-radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 91%);
    background: radial-gradient(circle, rgba(1,95,156,1) 0%, rgba(0,76,125,1) 91%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#015f9c",endColorstr="#004c7d",GradientType=1);
}
#valeurs .col-valeur-logo img.valeur-logo{
    margin: 0 auto;
    max-width: 100%;
    width: 120px;
}

#temoignage{
    background: url(../img/bg-temoi-left.png) top left no-repeat, url(../img/bg-temoi-right.png) bottom right no-repeat;
    background-size: 230px;
    background-color: #fff;
}
#temoignage h2{
    color: #004673;
}

#temoignage .temoi-bg img{
    max-width: 100%;
    width: 280px;
}
#temoignage .temoi-bg img:hover{
    filter: brightness(1.1);
}
#temoignage h5{
    color: #004673;
    margin-bottom: 0;
    background: url(../img/v-line-title.png) left top repeat-y;
    background-size: 5px;
    padding-left: 12px;
}
#temoignage h5 span{
        font-family: 'Rubik', sans-serif;
    color: #5a5a5a;
    font-weight: 300;
    font-size: 0.9rem;
        display: block;
}
#temoignage .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: -65px;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none;
}
#temoignage .carousel-item{
    width: 90%;
}
#temoignage .carousel-control-prev-icon{
    background-image: url(../img/arrow-left.png);
}
#temoignage .carousel-control-next-icon{
    background-image: url(../img/arrow-right.png);
}
#temoignage .carousel-control-next, #temoignage .carousel-control-prev{
    width: 3rem;
}
#temoignage .carousel-control-next-icon, #temoignage .carousel-control-prev-icon{
    width: 3rem;
    height: 3rem;
}
#temoignage .carousel-indicators [data-bs-target]{
        background-color: #004b7e;
}

#contact{
    background: url(../img/bg-contact.jpg) center no-repeat;
    background-size: cover;
    margin-bottom: -200px;
}
.submitColor:hover{
    opacity: 0.7 !important;
}



footer {
    background: #004673;
}
footer .bg1-footer {
    height: 20px;
    background: #129749;
}
footer .bg2-footer {
    height: 20px;
    background-color: #129749;
}
.btn-go-top {
    width: 52px;
    max-width: 100%;
    position: relative;
    top: -13px;
}
.btn-go-top:hover{
        box-shadow: 0 0 10px rgb(0 0 0 / 38%);
    filter: brightness(1.2);
}
footer p {
    font-size: 1rem;
    color: #fff;
}
footer a {
    color: #a8e556;
    text-decoration: none;
}
footer a:hover {
    color: #fff;
}
footer .rs img{
    width: 32px;
}
footer .rs img:hover{
    opacity: 0.7;
}
.bg-thanks {
    background-color: #004673;
    color: #fff;
}
.bg-thanks h1 {
    margin-top: 50px;
    margin-bottom: 30px;
    color: #fff;
    font-size: 2.7rem;
    font-weight: 700;
}
.bg-thanks p {
    font-size: 1.1rem;
    font-weight: 300;
}
.bg-thanks a {
    text-decoration: underline;
    color: #9ae1ff;
}
.bg-thanks a:hover {
    color: #d9f4ff;
}

























/*for Tablet*/
@media (max-width:768px){
h2 {
    font-size: 2.5rem;
}
.logo {
    max-width: 100%;
}

#temoignage .text-temoi{
    text-align: center;
    margin-top: 15px;
}
#temoignage .carousel-item {
    width: 100%;
}
.lists1 {
    font-size: 1rem;
}
#services h3{
    font-size: 1.5rem;
}
#valeurs .col-valeur-logo {
    display: block;
    padding: 30px 15px;
}
.pin-icon span {
    font-size: 0.7rem;
    display: table;
}
#temoignage h5{
    display: inline-block;
    text-align: left;
}

footer p {
    font-size: 0.9rem;
}

}

@media (max-width:680px){
    .pin-icon{
        display: none;
    }
}


/*for mobile*/
@media (max-width:420px){
.logo {
    max-width: 100%;
    width: 120px;
}
.btn-action{
    font-size: 0.8rem;
}
.h1-1 {
    font-size: 1.5rem;
}

.lists1 {
    padding-left: 5px;
        font-size: 0.8rem;
}
.btn-intersse {
    margin-bottom: 20px;
}

.xfa-fleche:before {
    content: "";
    background: url(../img/arrow-btnaction.png) center no-repeat;
    background-size: 9px auto;
    width: 24px;
    height: 11px;
    display: block;
}
.h1-2 {
    font-size: 2.4rem;
}
h2 {
    font-size: 2.2rem;
}
#college h2{
    font-size: 2rem;
}
#formations .accordion-button {
    font-size: 1.9rem;
}
#formations .accordion-body h4 {
    font-size: 1.4rem;
}
.lists-2 {
    font-size: 1rem;
    padding-left: 10px;
}
#formations .bloc-lists {
    margin-bottom: 25px;
    height: auto;
}
#formations .admission {
    padding: 20px 10px;
}
#formations .admission .lists-3 {
    font-size: 1rem;
}
#internationaux h2{
    font-size: 2rem;
}
#temoignage .carousel-control-next-icon, #temoignage .carousel-control-prev-icon{
    background-color: white;
    border-radius: 50px;
}

#temoignage .text-temoi {
    min-height: 280px;
}
#temoignage .temoi-bg img {
    max-width: 70%;
}
#temoignage .carousel-indicators{
    display: none;
}
#chiffres {
    margin-top: -160px;
}


}