@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Montserrat', sans-serif;
}

.L{
    margin-left: 15px;
    display: flex;
    justify-content: left;
}
.pTitre{
    font-size:18px ;
}
.pText{
    font-size: 15px;
}


.login-box a {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    color:  #252B6A;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    transition: .5s;
    margin-top: 20px;
    margin-right: 20px;
    letter-spacing: 4px
}

.login-box a:hover {
    background: #252B6A;
    color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px #03e9f4,
    0 0 25px #03e9f4,
    0 0 50px #03e9f4,
    0 0 100px #03e9f4;
}

.login-box a span {
    position: absolute;
    display: block;
}

.login-box a span:nth-child(1) {
    top: 0;
    left: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #03e9f4);
    animation: btn-anim1 1s linear infinite;
}

@keyframes btn-anim1 {
    0% {
        left: -100%;
    }
    50%,100% {
        left: 100%;
    }
}

.login-box a span:nth-child(2) {
    top: -100%;
    right: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(180deg, transparent, #252B6A);
    animation: btn-anim2 1s linear infinite;
    animation-delay: .25s
}

@keyframes btn-anim2 {
    0% {
        top: -100%;
    }
    50%,100% {
        top: 100%;
    }
}

.login-box a span:nth-child(3) {
    bottom: 0;
    right: -100%;
    width: 100%;
    height: 2px;
    background: linear-gradient(270deg, transparent, #03e9f4);
    animation: btn-anim3 1s linear infinite;
    animation-delay: .5s
}

@keyframes btn-anim3 {
    0% {
        right: -100%;
    }
    50%,100% {
        right: 100%;
    }
}

.login-box a span:nth-child(4) {
    bottom: -100%;
    left: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(360deg, transparent, #03e9f4);
    animation: btn-anim4 1s linear infinite;
    animation-delay: .75s
}

@keyframes btn-anim4 {
    0% {
        bottom: -100%;
    }
    50%,100% {
        bottom: 100%;
    }
}


/*block1
 */
.block1{
    background-color:#e7e7e7 ;
    border-radius: 20px;
    max-width:1200px;
    display: flex;
    justify-content: space-between;
}
.block1 p{
    margin-left: 3em;
    margin-top: 10px;
    margin-right: 1em;

}

p i{
    margin-right: 1em;
    background-color: #252B6A;
    color: white;
    border-radius:30px;
    padding: 2px;
    box-shadow: 2px 2px 2px #999999 ;
}
.propose{
    border-radius:20px 0px 0px 20px;
}
.block2{

    display: flex;
    justify-content: center;
}
.menu .pTitre{
    width: 140px;

    padding: 0.7em;
    color:#252B6A ;
    background-color:#fff ;
    border-radius: 15px;
    text-align: center;
    border: 1px solid #252B6A;
}
.menu .pText{

    max-width: 80%;
    padding: 0.7em;
    color: #fff ;
    background-color:#252B6A ;
    border-radius: 15px;

}
.fa-l{
   margin-top: -30px;
    font-size: 60px;
    font-weight: lighter!important;
}
.menu{
     margin-left: 3em;


}
.cercle i{
    box-shadow: 0 8px 20px #B9B9B9;
}
.savoir{
    margin-top: 50px;
}
.menu p{
   /* font-size: x-large;*/
}
.savoir{
    background-color:#252B6A ;
    padding: 0em;
}

.savoir p:not(#block4){
    color: white;
    text-align: center;
    padding: 1em;
    font-weight: bold;
}
.block3{
    display: flex;
    justify-content:space-around;


}
.groupeTexte .p1{
    font-size: xx-large;
    font-weight: 600;
    text-align: end;
    color:#252B6A  ;
    margin-top: -45px;
}
.groupeTexte .p2{
    font-size: xx-large;
    font-weight:bold ;
    margin-top: -25px;

}
.groupeTexte .p3{

    font-size: xx-large;
    font-weight: lighter;
    margin-top: -20px;
    margin-left: 250px;
}
.groupeTexte .p4{
    font-size: xx-large;
    font-weight: bold;
    color: #252B6A;
    margin-top: -25px;
    margin-left: -60px;
}
.groupeTexte .p5{
    font-weight: revert;
    font-size: xx-large;
    margin-top: -25px;
    margin-left: 120px;

}
.groupeTexte .p6{
    margin-left: 3em;
    font-size: xx-large;
    font-weight:bold ;
    margin-top: -25px;

}
.groupeTexte .p7{
    margin-right: 3em;
    font-size: xx-large;
    font-weight:bold;
    color: #252B6A;
    margin-top: -40px;

}
.groupeTexte{
    padding: 1em 10em 0em 10em ;

}
.p3,.p5{
    text-align: center;
}
.p6{
    margin-left: 3em;
}

.p7{
    text-align: end;
}

.b1  h4{
    color:#252B6A ;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0 10px;

}

.b1{
    position:relative;
    background-color:#e7e7e7;
    border-radius: 40px;
    width: 25em;
    height: 15em;
}
.b1 p{
    text-align: center;
    color:#252B6A ;
    padding: 0em 2em;


}
#b1,#b2{
    margin:  5px;
}
.icon2{
    position:absolute;
    bottom:0;
    right:0;
}
.icon2 i{
    margin: 15px;
    font-size: 1.5em;
    background-color: white;
    border-radius:30px;
    padding: 10px 10px;

}
.icon1 i{
    font-size: 2em;
    background-color: #252B6A;
    color: white;
    padding: 10px;
    border-radius:30px;
    margin-top: -25px;
    box-shadow: 8px 8px 12px #aaa;

}


.icon1 {
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
}

.centrer i{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #DDDDDD;

}
.pTitre{
    font-weight: bold;
}

.test2{
    margin: 3em 2em 1em 2em;
    display: flex;
    justify-content:space-between;

}
 h3 i{
    color:#252B6A ;
     font-size: 80%;
     margin-left: 1em;
     padding: 1em;
}
 #titreFin{
     text-align: end;
     color: #252B6A;
     font-weight: bold;
     text-shadow: 0 8px 12px #B9B9B9;
     margin-top: 15px;

 }
 #titreFin i{
     padding-left: 10px;
     margin-left: 5px;
 }
h2 i{
    color:#252B6A ;
    font-size: 80%;
    margin-left: 1em;
    padding: 1em;
}
.savoir1{
    position: relative;
    background-color:#252B6A ;
    padding-bottom: 2em;
}
.savoir1 h3:not(.titreP h3){
    color: white;
    font-size: 24px;
   margin-left: -60px;
}

/*popup*/
.popup{
    display: none;
    position: absolute;
    left: 25%;
    right: 25%;
    z-index: 4;
    background-color: #dfdfdf;
    border-radius: 2em;

}
.container1{
    position: relative;
    padding: 0;
}
.tout{

    display: flex;
    justify-content: space-between;
    background-color: white;
    border-radius:  32px 32px 32px 32px ;
}
.tout h3{
    color: #252B6A;
    font-weight: bold;
    text-shadow: 0 8px 20px #B9B9B9;
    font-size: 1.5rem;
}
.titrePopup i {
    color: #252B6A;
}

#xmark{
   /* display: flex;
    justify-content: end;
    margin-right: 5px;
    margin-top: 5px;
    z-index: 120;
    max-height: 20%;
*/

}
/*#xmark i{

    font-size: 1em;
    background-color: white;
    border-radius: 40px;
    margin: 10px;
}*/
.block4{
    padding: 0 40px;
}
.titre{
    z-index: 1;
    position: absolute;
    max-width: 16em;
    right: 0;
    top: 37%;
    color: white;
    text-align: center;
    font-size: xxx-large;
    font-weight: bold;

}


.main{
    display: inline-block;
    position: relative;
}

.detail{
    padding: 0em 3em;
}
.detail p{
    font-weight:normal ;
margin-top: -20px;

}

.partie2{
    /*background-image: url("../images/Assurance.jpg");*/
    padding:-5em;

}
.partie2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0px 32px 32px 0px;
}
#xmark{
    position: absolute;
    background-color: white;
    padding: 3px 13.5px;
    border-radius: 50em;
    right: 0;
    margin: -11px -11px 0 0;
    font-size: 25px;

}
.foramtion{

    width: 100%;
    height: 30%;
    object-fit: cover;
    border-radius: 0px 0px 32px 32px  ;

    padding: 0;

}
.col-12{
    padding: 0;
}
.conseil .titrePopup {
    font-size: xx-large ;
   margin-right: 90px;
}
.conseil p:not(:first-of-type){
    margin: 15px 30px;
}
#continue{
    margin: 15px 0;
}
#formation{
    float:right;
    width: 30%;
    height: 275%;
    border-radius: 0px 0px 32px 0px;

}
#xmark{
    box-shadow:4px 2px 6px #999999;
}
#contenu2{
    margin: 15px 0px 15px 30px;
}
.list1{
    padding: 7px 0  0 10px   ;
    display: flex;
    justify-content: left;
}
.list1 p {
    margin-left: 15px;
    font-size: 20px;
    /*font-family: 'SF Pro Display', Thin, serif;*/
    color: #252B6A;
   text-shadow: 0 8px 20px #B9B9B9;;

}
p, h2, h4{
    /*font-family: 'SF Pro Display', Thin, serif;*/
}

.cercle{
    margin-top: 12px;
    width: 30px;
    height: 30px;


}
.cercle p{
    text-shadow: 0 8px 8px #B9B9B9;
}
.cercle i{
    background-color: #252B6A;
    border-radius: 30px;
    text-align: center;
    color:white;

}
.fa-map-pin{
    padding: 5px 8px;
}
.fa-eye{
    padding: 5px 4px;
}
.fa-globe{
    padding: 5px;
}
.partenaireLogo {
    text-align: center;
    font-weight: bold;
}
.centrer{
    text-align: center;
}


/*css de header */
@media (max-width: 900px) {

 /*   .block3{
        display: block;
    }*/
    .savoir p{
        max-width: 100% !important ;
    }
    .savoir p:not(#block4){

        padding: 1em;
    }
    .menu p{
        font-size: large;
    }

    .footer{
        display: block;
    }
    .partenaireLogo{
        text-align: center;
        margin-top: 10px;
    }
    .footerB{
        min-width: 100% ;
        border-radius: 0;
        margin: 0;
    }
    .reseau p {
        font-size:11px;
    }
    .popup{
        width: 98%;
        margin-left: 0;
        left: 3px;
        right: 0;

    }
 #formation{
     display: none;
 }
    .groupeTexte{
        padding: 0;
    }
    .p7,.p6,.p5,.p4,.p3,.p2,.p1{
        font-size: large!important;
    }
    .test2 .b1{
       width: 13em;
        height: 27em;

    }
    .test2{
        margin: 30px 5px 10px 5px;
    }
    .b1 h4{
    padding: 5px 2px 0px 2px;
    }
    .logos{
        width: 97%;
    }

}

.site2{
    display: flex;
    justify-content: space-between;
}
.site3{
    display: flex;
    border-radius: 20px;
    height: 80%;
    margin-top: 22px;
    box-shadow: 2px 2px 12px #C6C5C5;

}
.login-box{
    display: flex;
    position: fixed;
    top: 50%;
    right: 20px;
    z-index: 100;
}
.login-box i{

    padding: 13px 13px;
    text-transform: uppercase;
    border-radius: 30px;
    margin-right:-15px ;
    height: 50%;
    border: solid;
    border-color: #252B6A;

}
.site3 a{
    padding: 1em;
}
@media (max-width: 600px) {

        .test2 {
            display: block;
        }

    .block1{
        display: block;
        width: 80%;
        margin-bottom: 30px;
    }
    .presentation{
        margin-left: 38px;
         font-size: 11px;

    }
    .block1 img{
        width: 100%;
        border-radius:20px 20px 0 0  ;
    }

    .list1{
        margin-top:0;
        padding: 0 10px;
    }
    .cercle,.list1 p{
        margin-top: 2px;

    }
    .list1 p {
        font-size:16px;
    }
    .groupeTexte .p1{
        font-size: 14px!important;
        font-weight: 600;
        text-align: end;
        color:#252B6A  ;
        margin-top:  5px;
        margin-left: 20px;

    }
    .groupeTexte .p2{
        font-size: 14px!important;
        font-weight:bold ;
        margin-top: 5px;

    }
    .groupeTexte .p3{

        font-size: 14px!important;
        font-weight: lighter;
        margin-top: 5px;
        margin-left: 20px;

    }
    .groupeTexte .p4{
        font-size: 14px!important;
        font-weight: bold;
        color: #252B6A;
        margin-top: 5px;
        margin-left: 20px;
    }
    .groupeTexte .p5{
        font-weight: revert;
        font-size: 14px!important;
        margin-top: 5px;

    }
    .groupeTexte .p6{
        margin-left: 3em;
        font-size: 14px!important;
        font-weight:bold ;
        margin-top: 5px;

    }
    .groupeTexte .p7{
        margin-right: 3em;
        font-size: 14px!important;
        font-weight:bold;
        color: #252B6A;
        margin-top: 5px;

    }
    .groupeTexte{
        padding: 2px 15px;
    }
    #titreFin,.menu{
        display: none;
    }

      .test2  .b1,#b1,#b2 {

            margin: 40px 2px 30px 50px;
            width: 80%;
          height: 15em;
        }
     #b2, #b1{
         margin-top: 40px;
     }


    .titre{
        font-size: 16px;
    }
   /* .savoir1 h3{
        font-size: large;
        margin-left: 2px;
        padding: 5px 0;
    }*/
   .savoir1 .fa-circle{
       padding: 10px 2px;
   }
   .detail{
       padding: 2px 2px;
   }
.detail p
{
    font-size: 12px;
}
.block4{
    padding: 0;
}
 .savoir p:not(#block4) {
     padding: 5px 10px;

 }
}
@media (max-width: 1300px) {
    .groupeTexte{
        padding: 1em 3em 0 3em;
    }
    .groupeTexte p{
        font-size: 14px!important;
    }
    .savoir p:not(#block4) {
        padding: 5px 0px;

    }

}
@media (max-width: 1350px) {
    .savoir p:not(#block4) {
        padding: 5px 0px;
    }

}
#detail i{
    font-size: 24px!important;
    color: #252B6A;

}
.titreP{
    display: flex;
    justify-content: left;
    margin-left: -20px;
    margin-top: 20px;
}
.titreP i{
    margin-top: 5px ;
    padding-right: 5px;
}
#continue{
    text-align: justify;
}