
/*typo : font-family: 'Montserrat', sans-serif;
  color : white #FBFBFB ; black: #191919;

*/
/*color:  #12372A*/
@import url('https://fonts.googleapis.com/css2?family=Alef&display=swap');


/*! minireset.css v0.0.6 | MIT License | github.com/jgthms/minireset.css */
html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul{list-style:none}button,input,select{margin:0}html{box-sizing:border-box}*,*::before,*::after{box-sizing:border-box}img,video{height:auto;max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

:root{

     --primary-color: #12372A;
     --second-color: #e1f0da;
     --white-color: #FBFBFB;
     --black-color: #191919;
     --box-shadow: 0px 0.6em 0.9em -0.45em #747272ba;
     --swiper-navigation-top-offset: 5800px;

}



body{
    background-color: #FBFBFB;
    position: relative;
    overflow-x: hidden;

}







/*HEADER*/

.topbar{
    background-color: #12372A;
    height: 15vh;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.navigation-bar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 0em 2em
}
.logo-top{
    color: #FBFBFB;
    width: 11.5vw;
}
.navigation-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 65%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    
}
.navigation-lang{
    width: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.nav-link{
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif; 
    font-size: 0.90em;
    font-weight: 500 ;
    color: #FBFBFB
}

.nav-lang{
    cursor: pointer;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 0.90em;
    font-weight: 500;
    color: #FBFBFB;
    border: 0.1em solid #FBFBFB;
    padding: 0.2em;
}
.nav-lang:hover{
    background-color: #2e9471;
}
.burger{
    display: none;

}



/*FOOTER*/
footer{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12] ;
    grid-template-columns : repeat(12, 1fr);
    background-color : #12372A;
    
}

.footer-container{
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 /span 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 2em 0;
}
.bottom-left {
    width: 25%;
}
.logo{
    color:#FBFBFB;
}
.logo img{
    width: 80%;
}
.footer-content{
    font-size: 0.75em;
    font-weight: 200;
    color: #FBFBFB;
    margin: 1em 0;
}

.social-network{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.icone{
    width: 2.5em;
    height: 2.5em;
}

.linkedin{
    background: url(images/linkedin-icone.svg) center center / contain no-repeat ;
    
}
.twitter{
    background: url(images/twitter.svg)center center / contain no-repeat;
}
.facebook{
    background: url(images/facebook.svg)center center / contain no-repeat;
}
.bottom-right{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 50%;
}
.right-side {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}

.link-nav{
    text-decoration: none;
    color: #FBFBFB;
    font-family:'Montserrat', sans-serif ;
    font-size: 0.75em;
    font-weight: 200;
    padding: 0.3em 0;
}
.link-nav:hover{
    text-decoration: underline;
}
.link-nav:active{
    text-decoration: underline;
}






/*GENERALITE*/

h2, h3, h4, h5, h6, p {
    font-family:'Montserrat', sans-serif ;
    line-height: 1.7em;
    
}

.title-h1{
    font-weight: 800;
    text-transform: uppercase;
    font-family:'Montserrat', sans-serif ;
    font-size: clamp(20px, 2vw, 70px);
}
.word-1, .word-2, .word-3, .word-4, .word-5, .word-6 {
    position: relative;
}
.word-1, .word-2, .word-3, .word-4, .word-5, .word-6{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.word-1::after, .word-2::after, .word-3::after, .word-4::after, .word-5::after, .word-6::after{
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top : 0;
    left: 0;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    background:#e5f0ec;
}
.content-h1{
    font-size: 1.25em;
    font-weight: 400;
    margin-bottom: 2em ;
}
.title-h2{
    font-size: 1.90em;
    font-weight: 700;
    text-align: center;
}
.titre-h3{
    font-size: 1.40em;
    font-weight: 600;
    color: var(--primary-color);
}
.title-h4{
    font-size: 1.25em;
    font-weight: 700;
    text-transform: uppercase;
}
.title-h5{
    font-size: 1.5em;
    font-weight: 700;
    background-color:#FBFBFB;
    padding: 0.3em  ;
    text-align: center;
    border-radius: 1em;
    text-transform: uppercase;
    width: 55%;
}

h6{
    font-size: 1em;
    font-weight: 400;
    text-transform: uppercase;
    color:#FBFBFB;
    text-decoration: underline;
}
.title-content{
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/span 8;
    text-align: center;
}

.content{
    font-size: 1em;
    font-weight: 300;
    margin-top: 1em;
   
    
}
.content-bis{
    font-size: 1.12em;
    font-weight: 400;
    color: #747272;
    cursor: pointer;
    font-family:'Montserrat', sans-serif  ;
}




/*ANIMATION JS TOP PAGE */
.title-visible{
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}

[class*="word-"]{
    opacity: 0;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
    overflow: hidden;
}

.word-1{
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.word-2{
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
}
.word-3{
    -webkit-transition-delay: .7s;
         -o-transition-delay: .7s;
            transition-delay: .7s;
}
.word-4{
    -webkit-transition-delay: .9s;
         -o-transition-delay: .9s;
            transition-delay: .9s;
}
.word-5{
    -webkit-transition-delay: 1.1s;
         -o-transition-delay: 1.1s;
            transition-delay: 1.1s;
}
.word-6{
    -webkit-transition-delay: 1.2s;
         -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
}
.content-index-visible{
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}
.button-visible{
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: 3s;
    -o-transition: 3s;
    transition: 3s
}
.img-top-visible{
    opacity: 1 !important;
    -webkit-transform: translateX(0) !important;
        -ms-transform: translateX(0) !important;
            transform: translateX(0) !important;
    -webkit-transition: 1.5s;
    -o-transition: 1.5s;
    transition: 1.5s
}




/* ANIMATION JS CORPS DE PAGE */
.reveal-visible{
    opacity: 1 !important;
    -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
            transform: translateY(0) !important;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s
}
[class*="reveal-"]{
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
}

.reveal-2{
    -webkit-transition-delay: .1s;
         -o-transition-delay: .1s;
            transition-delay: .1s;
}
.reveal-3{
    -webkit-transition-delay: .2s;
         -o-transition-delay: .2s;
            transition-delay: .2s;
}
.reveal-4{
    -webkit-transition-delay: .3s;
         -o-transition-delay: .3s;
            transition-delay: .3s;
}





/*BUTTON*/
.btn{
    font-family: 'Montserrat', sans-serif  ;
    border-radius: 0.30em;
    border: none;
    padding: 0.40em 1.25em;
    font-size: 1em;
    font-weight: 500;
    background-color: #FBFBFB;
    -webkit-box-shadow: 0px 0.60em 0.90em -0.45em #747272ba;
            box-shadow: 0px 0.60em 0.90em -0.45em #747272ba;
    cursor: pointer;
    display: inline-block;
    -webkit-transition:  ease-in-out .7s;
    -o-transition:  ease-in-out .7s;
    transition:  ease-in-out .7s;
   

}
.btn:hover{
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    -webkit-box-shadow: 0px 0.60em 0.90em -0.45em #343333ba;
            box-shadow: 0px 0.60em 0.90em -0.45em #343333ba;
}

.btn-contact{
    color: #FBFBFB;
    background: -o-linear-gradient(top, #216950  0%, #1a523e 50%,#12372A 100% ) ;
    background: -webkit-gradient(linear, left top, left bottom, from(#216950), color-stop(50%, #1a523e),to(#12372A) ) ;
    background: -o-linear-gradient(top, #216950  0%, #1a523e 50%,#12372A 100% ) ;
    background: linear-gradient(to bottom, #216950  0%, #1a523e 50%,#12372A 100% ) ;
   
    
}
.btn-contact:hover{
    background: -o-linear-gradient(top, #216950 0%, #25765a 50%,#2a8666  100% )  ;
    background: -webkit-gradient(linear, left top, left bottom, from(#216950), color-stop(50%, #25765a),to(#2a8666) )  ;
    background: -o-linear-gradient(top, #216950 0%, #25765a 50%,#2a8666  100% )  ;
    background: linear-gradient(to bottom, #216950 0%, #25765a 50%,#2a8666  100% )  ;

}
.btn-contact:active{
    bottom:0.1em;
}
#btn-index{
    opacity: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    overflow: hidden;
}
#btn-pro{
    opacity: 0;
    -webkit-transform: translateY(30px);
        -ms-transform: translateY(30px);
            transform: translateY(30px);
    overflow: hidden;
}

.btn-top{
    position: relative;
    top: -2.5em;
}
.mt{
    margin-top: 3em;
}
.btn-decouvrir{
    margin-left: 26em;
    margin-top: 2em;
}
.btn-decouvrir2{
    border: solid #12372a3f 0.1em;
    margin-top: 2em;
}





/* GRID - CONTAINER*/
.grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12,1fr);
    z-index: 1;
}
.container{
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 /span 10;
    margin-top:8em;
}

/*CARD*/
.card{
    width: 37.6vw ;
    border-radius: 20px;
    padding : 3em; 
    position: relative;
    background-color: #12372A;
}
.card-bis{
    width: 35.20vw ;
    height: 501px;
   
}
.card-content {
    margin-top: 3em;  
    color: #12372A;  
}



/*BOX SHADOW*/
.box-shadow {
    -webkit-box-shadow: 0px 0.60em 0.90em -0.45em #747272ba;
            box-shadow: 0px 0.60em 0.90em -0.45em #747272ba;
}



/*ICONE*/
.img-icone{
    width: 2.5em;
    height: 2.5em; 
}






/*TESTIMONIAL*/
.testi-top{
    margin-top: 2em;
}
.testi-background{
    background-color:var(--second-color) ;
    margin-top: 8em;
    
}
.testi-container-responsive{
    display: none;
}
.testi-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
    margin-bottom: 6em;
   
   
}
.testi-column{
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}


.testi-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3em 2em;
    width: 100%;
    border: var(--primary-color) 0.1em solid;
    border-radius: 0.6em;
    text-align: justify;
    row-gap: 1em;
    background-color: var(--white-color);
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    
}
.align-center{
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.align-left{
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
}
.quote{
    width:1.3em;
    height: 1.3em;
}
.testi-bottom{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
            justify-content:flex-start;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
    width: 100%;
}

.testi-title{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: left;
    width: 100%;
}
.testi-content h3{
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 800;
}
.testi-content h5{
    font-size: 0.8em;
    color: gray;
    letter-spacing: 0.05em;
   
}
.testi-content img{
    width: 3.5em;
    height: 3.5em;
    border-radius: 50%;
}
.testi-content p{
    font-size: 0.8em;
}


.button{
    font-size: 1.3em;
    width: 2em;
    height: 2em;
    background-color: var(--white-color);
    border: none;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    color: var(--primary-color);
    cursor: pointer;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
   
}
.button:hover{
    background-color:var(--primary-color);
    color: var(--second-color);
}

button#next{
    right: -1.5em;
}
button#prev{
    left: -1.5em;
}


 .testi-container-responsive{
    display: none;
}





/*PAGE INDEX*/

.title-index{
    font-family:'Montserrat', sans-serif ;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.5em;
}
.content-index{
    font-size: 1.2em;
    font-weight: 400;
    margin-bottom: 3em;
    opacity: 0;
    -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
            transform: translateX(20px);
}



/*SECTION CONTAINER TOP */
.top-background{
    background-image: url(images/fond-container-top.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 5em;
    height: auto;
}

.top{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2 / span 10;
}
.top-index{
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 1/span 12;
    margin-left: 6em;
    padding-bottom: 2em;
    
}
.top-content{
    position: relative;
    width: 40%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.top-content-index{
    margin-left: 6em;
}
.tools{
    font-size: 0.75em;
    font-weight: 400;
}
.partenaire{
    opacity: 0;
   -webkit-transform: translateY(10px);
       -ms-transform: translateY(10px);
           transform: translateY(10px);
    overflow: hidden;
    margin-top: 1em;
}
.logo-stratx{
    width: 4.60vw;
    margin-left: -0.3em;
}

#img-top{
    opacity: 0;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    overflow: hidden;
}
.img-index{
    background-image: url(images/campaign-creators-e6n7uoEnYbA-unsplash.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 41vw;
    margin-right: 5em;
    border-radius: 1.25em;
    position: relative;
    height: 90%;
}

.img-top{
    width: 35%;
    border-radius: 1.25em;
}
.img-top >img{
    height: 100%;
}
 




/*SECTION FORMATIONS*/

.formations{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
}

.card-formations{
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/ span 10;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2em;
}

.brandpro{
    background-color:#12372A  ;
    background: -o-linear-gradient(top, #277659 10%, #1b523e 35%, #12372A 100% );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #277659), color-stop(35%, #1b523e), to(#12372A) );
    background: linear-gradient(to bottom, #277659 10%, #1b523e 35%, #12372A 100% );
    -webkit-box-shadow: inset 0.12em 0.18em 0.30em #4ce2aba9, inset 0px -0.18em 0.30em #191919;
            box-shadow: inset 0.12em 0.18em 0.30em #4ce2aba9, inset 0px -0.18em 0.30em #191919;
} 

.brand{
    color: #12372A;
}
.circular{
    background-color: #ADBC9F;
    background: -o-linear-gradient(top, #E1F0DA 10%,#D4E7C5 35% ,#BFD8AF 100% );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E1F0DA),color-stop(35%, #D4E7C5) ,to(#BFD8AF) );
    background: linear-gradient(to bottom, #E1F0DA 10%,#D4E7C5 35% ,#BFD8AF 100% );
    -webkit-box-shadow: inset 0.12em 0.18em 0.30em #f3f9f0, inset 0px -0.18em 0.30em #879a7c ;
            box-shadow: inset 0.12em 0.18em 0.30em #f3f9f0, inset 0px -0.18em 0.30em #879a7c ;
}
.circul{
    color: #12372A;
}
.card-formation-revmanex{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.revmanex{
    background-color: #e5f0ec;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #39b98c), color-stop(35%, #319f78), to(#2a8666) );
    background: -o-linear-gradient(top, #39b98c  10%, #319f78 35%, #2a8666 100% );
    background: linear-gradient(to bottom, #39b98c  10%, #319f78 35%, #2a8666 100% );
    -webkit-box-shadow: inset 0.12em 0.18em 0.30em #86eeca, inset 0px -0.18em 0.30em #174a38;
            box-shadow: inset 0.12em 0.18em 0.30em #86eeca, inset 0px -0.18em 0.30em #174a38
}
.white{
    color: #FBFBFB;
}


/*SECTION WHY-POINT*/
.why-point{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
}
.graphic-title{
    font-size: 0.8em;
    text-align: left;
    color: #bab8b8;
}
.graphique{
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/ span 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1em;
    margin-top: 2em; 
}


.pourcentages{
    width: 100%;
    height: 28px;
    background-color: rgba(220, 220, 220, 0.673);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.number{
    color: #FBFBFB;
    padding-left: 1em;
}

.pourcentage-soixante-dix{
    -webkit-animation: soixante-dix-move 5s  backwards;
            animation: soixante-dix-move 5s  backwards;
    background-color: #12372A;
    width: 70%;
}

@-webkit-keyframes soixante-dix-move{
    0%{
        width: 0;

    }
    100%{
        width:70%
    }
}

@keyframes soixante-dix-move{
    0%{
        width: 0;

    }
    100%{
        width:70%
    }
}
.pourcentage-vingt{
    background-color:#BFD8AF;
    width: 20%;
    -webkit-animation: vingt-move 5s  backwards;
            animation: vingt-move 5s  backwards;
}
@-webkit-keyframes vingt-move{
    0%{
        width: 0;
    
    }
    100%{
        width:20%
    }
}
@keyframes vingt-move{
    0%{
        width: 0;
    
    }
    100%{
        width:20%
    }
}
.pourcentage-dix{
    background-color:#2a8666;
    width: 10%;
    -webkit-animation: dix-move 5s  backwards;
            animation: dix-move 5s  backwards;
}
@-webkit-keyframes dix-move{
    0%{
        width: 0;
    
    }
    100%{
        width:10%
    }
}
@keyframes dix-move{
    0%{
        width: 0;
    
    }
    100%{
        width:10%
    }
}
.graphique-content{
    margin-top: 0;
    padding-right: 1em;
    text-align: right;
}
.points{
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/ span 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 2em;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.points-row {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/ span 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6em;
    -webkit-column-gap: 8.8em;
       -moz-column-gap: 8.8em;
            column-gap: 8.8em;
}

.points-content{
    border: solid 0.1em  #12372A;
    border-radius: 0.95em;
    text-align: center;
    padding: 1em;
    width: 22.90vw;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
   
}
.users {
    background: url(images/users-solid.svg) center center / contain no-repeat;
}
.open-book {
    background: url(images/book-open-reader-solid.svg) center center / contain no-repeat;
}
.list-check {
    background: url(images/list-check-solid.svg) center center / contain no-repeat;
}
.hand{
    background: url(images/handshake-solid.svg) center center / contain no-repeat;
}
.cap{
    background: url(images/graduation-cap-solid.svg) center center / contain no-repeat;
}

.icone-text{
    font-size: 32px;
    font-weight: 600;
}
.light-green{
    color: #ADBC9F;
}
.dark-green{
    color: #12372A;
}



/*SECTION A QUI S'ADRESSE*/ 
.points-content .key-content >p{
    color: gray
}
.content-who{
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 0.3em;
}
.content-who-learn{
    font-size: 0.8em;
    font-weight: 300;
    margin-top: 0.3em;
}





/*SECTION FLEXIBLE*/
.flexible-grid{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10, 1fr);
    
}
.flexible {
    -ms-grid-column: 3;
    -ms-grid-column-span: 6;
    grid-column: 3 / span 6;
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    background: -o-linear-gradient(top, #E1F0DA 10%, #D4E7C5 35%, #BFD8AF 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E1F0DA), color-stop(35%, #D4E7C5), to(#BFD8AF));
    background: linear-gradient(to bottom, #E1F0DA 10%, #D4E7C5 35%, #BFD8AF 100%);
    -webkit-box-shadow: inset 0.12em 0.18em 0.3em #f3f9f0, inset 0px -0.18em 0.3em #879a7c;
            box-shadow: inset 0.12em 0.18em 0.3em #f3f9f0, inset 0px -0.18em 0.3em #879a7c;
    margin-top: 2em;
}
.flexible .flexible-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 40%;
    text-align: center;
    row-gap: 3em;

}
.flexible .flexible-content{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: var(--white-color);
    border-radius: 1.25em;
    padding: 0.6em;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    margin-top: 2;

}
.flexible-content p:nth-child(2){
    text-transform: uppercase;
    font-weight: 700;
    color : var(--primary-color)
}
.location{

    background: url(images/location.svg) center center / contain no-repeat ;
}
.team{

    background: url(images/team.svg) center center / contain no-repeat ;
}
.wifi{

    background: url(images/wifi.svg) center center / contain no-repeat ;
}
.calendar{

    background: url(images/calendar.svg) center center / contain no-repeat ;
}




/*SECTION PRESENT*/
.present{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
}
.present .content{
    margin-bottom: 2em;
}
.present-content{
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
    position: relative;
    background-image: url(images/fond-present.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    height: 852px;
    border-radius: 1.25em;
}

.presentation-text{
    background-color: #FBFBFB;
    width: 32.80vw;
    height: 519px;
    position: absolute;
    top: 4.5em;
    left: 4.5em;
    border-radius: 1.25em;
    z-index: 1;
    padding: 0 2.5em;
    
}



/*SECTION ADD FORMATION*/

#btn-addformation{
    margin-top: 2em;
}
.add-formation{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
}
.simulation-add{
    background: -o-linear-gradient(top, #E1F0DA 10%, #E1F0DA 35%, #d0dfc9 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #E1F0DA), color-stop(35%, #E1F0DA), to(#d0dfc9));
    background: linear-gradient(to bottom, #E1F0DA 10%, #E1F0DA 35%, #d0dfc9 100%);
    -webkit-box-shadow: inset 0.12em 0.18em 0.30em #e3e8e63f, inset 0px -0.18em 0.30em #05100c3f ;
            box-shadow: inset 0.12em 0.18em 0.30em #e3e8e63f, inset 0px -0.18em 0.30em #05100c3f ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    height: auto;
}
.mark-boss{
    color:#12372A;
}



/*SECTION IMPROVE*/

.improve{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
    position: relative;
}
.improve-content{
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/span 10;
    position: relative;
    border-radius: 1.25em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 6em;
    position: relative;
    margin-top: 2em;

}
.box{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.improve-text{
    background: -o-linear-gradient(top, #277659 10%, #1b523e 35%, #12372A 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #277659), color-stop(35%, #1b523e), to(#12372A));
    background: linear-gradient(to bottom, #277659 10%, #1b523e 35%, #12372A 100%);
    -webkit-box-shadow: inset 0.12em 0.18em 0.3em #4ce2aba9, inset 0px -0.18em 0.3em #191919;
            box-shadow: inset 0.12em 0.18em 0.3em #4ce2aba9, inset 0px -0.18em 0.3em #191919;
    border-radius: 1.25em;
    width: 25%;
    height: 173px;
    margin-top: 0;
    padding-top: 2.5em;
    padding-left: 2em;
    padding-right: 2em;
    position: relative;
}
.content-improve{
    margin-top: 0;
    font-weight: 500;
    font-size: 1em;
    
}

.lire-plus{
    position: absolute;
    right: 2em;
    bottom: 1em;
    font-size: 1em;
    color: #bab8b8;
    font-weight: 400;
    cursor: pointer;
}
.point{
    background: url(images/ellipse.svg) center center / contain no-repeat;
    width: 1.25em;
    height: 1.25em;
    z-index: 2;
}
.ligne-improve{
    width: 67%;
    border: 0.2em solid #12372A;
    position: absolute;
    top: 26.5em;
    left: 15em;
}
.improve-popup-explanation{
    background: -o-linear-gradient(top, #277659 10%, #1b523e 35%, #12372A 100% );
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #277659), color-stop(35%, #1b523e), to(#12372A) );
    background: linear-gradient(to bottom, #277659 10%, #1b523e 35%, #12372A 100% );
    -webkit-box-shadow: inset 0.12em 0.18em 0.30em #4ce2aba9, inset 0px -0.18em 0.30em #191919;
            box-shadow: inset 0.12em 0.18em 0.30em #4ce2aba9, inset 0px -0.18em 0.30em #191919;
    border-radius: 1.25em;
    width: 100%;
    height: 100%;
    padding: 7em;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    display: none;

}
.box-popup{
    background-color: #FBFBFB;
    border-radius: 1.25em;
    width: 100%;
    padding: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;

}
.improve-popup-explanation.open{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.close{
    margin-top: 2em;
    
}





/*PAGE BRANDPRO*/

/*SECTION TOP*/
.color-background{
    background-color:#e5f0ec ;
}
.top-brandpro{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 3em;
}
.video{
    width: 45%;
}
.video video{
    width: 100%;
    height: auto;
    display: block;
}
.container-reponsive{
    display:none;
}


/*SECTION KEY-CONCEPT*/

.key-concept{
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[10];
    grid-template-columns: repeat(10,1fr);
}
.keys {
    -ms-grid-column: 1;
    -ms-grid-column-span: 10;
    grid-column: 1/ span 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 0.12em;
       -moz-column-gap: 0.12em;
            column-gap: 0.12em;
    margin-top: 1.5em;
    -webkit-column-gap: 5em;
       -moz-column-gap: 5em;
            column-gap: 5em 

}
.key-content{
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    
}
.zoomed {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
}
.titre-h4{
    font-size: 1.5em;
    font-weight: 600;
    color: #12372A;
    margin-bottom: 0.5em;
    margin-top: 1em
}
#key-brandpro{
    width: 36vw;
}
.icone-key{
    width:1.90em;
    height:1.90em;
}
.target{
    background: url(images/target.svg) center center / contain no-repeat;
}
.shop{
    background: url(images/card.svg) center center / contain no-repeat;
}
.tag{
    background: url(images/tag.svg) center center / contain no-repeat;
}
.com{
    background: url(images/com.svg) center center / contain no-repeat;
}



/*SECTION LEARN*/

.container-learn{
    -ms-grid-column: 1;
    -ms-grid-column-span: 12;
    grid-column: 2 / span 10;
    margin-top: 8em;

}
.container-flex{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.learn-content{
    width: 45%;
    position: relative;
}

.img-content{
    background-image: url(images/reunion-simulation.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0.95em;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    width: 45%;
    position: relative;

}
.graphic-content{
  
    border-radius:1.25em;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
    width: 100%;
    height: auto;
    margin-top: 3em;
}
.provisoire{
    margin-top: 3em;
}
.learn-points {
    -ms-grid-column: 2;
    -ms-grid-column-span: 8;
    grid-column: 2/ span 8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 8.12em;
       -moz-column-gap: 8.12em;
            column-gap: 8.12em;
    margin-top: 1.5em;
    
}

.points-number{
    color: var(--white-color);
    background-color: var(--primary-color);
    width: 2.5em;
    height: 2.5em;
    border-radius: 10px;
    font-family:'Montserrat', sans-serif ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.learn{
    width:30%;
}
.learn-circular{
    width: 30%;
}
/*SECTION METTRE EN OEUVRE*/
.content-who-responsive{
    display: none;
}




/*SECTION THE-WORD*/
.word-position{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.word{
    position:relative;
    height: auto;
    width: 70%;
    margin-bottom: 2em;
    border: solid 0.1em #12372A ;
    border-radius: 1.25em;
    padding:1em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    
}
.the-word{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 3em;
       -moz-column-gap: 3em;
            column-gap: 3em;
    height: auto;
    width: 100%;
}
.img-formateur{
    width: 8vw;
    height: auto;

}
.img-formateur img{
    border-radius: 50%;

}
.the-word-content {
    width: 100%;
}
.content-word{
    width: 90%;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
}

.visible{
    display: none;
    margin-top: 3em;
}




/*PAGE CIRCULARPRO*/

/*SECTION KEY-CONCEPT*/
.tree{
    background: url(images/tree.svg) center center / contain no-repeat;
}
.wallet{
    background: url(images/wallet.svg) center center / contain no-repeat;
}
.eco{
    background: url(images/eco.svg) center center / contain no-repeat;
}

/*PAGE REVMANEX*/
section.container.key-concept.learn-points-responsive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.box-revmanex{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 7.5em;
       -moz-column-gap: 7.5em;
            column-gap: 7.5em;
}
h4.content-improve.center {
    text-align: center;
    color: var(--primary-color);
}
.implement{
    width: 30%;
    height: 170px;
    padding: 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    background:#e5f0ec;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);

}
.sales-report{
    background: url(images/sales-report.svg) center center / contain no-repeat;
}
.strategy{
    background: url(images/strategy.svg) center center / contain no-repeat;
} 
.bulb{
    background: url(images/bulb.svg) center center / contain no-repeat;
}






/*POP UP CONTACT*/
#overlay-popup{
    position: fixed; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.812); 
    z-index: 999; 
    display: none;
    
}
#overlay-popup.open{
    display:block !important ;
}

.popup-content{
    background-color: #12372A;
    border-radius: 1.25em;
    width: 40.20vw;
    position: relative;
    top: 30%; 
    left:50%;
    -webkit-transform: translate(-50%, -30%);
        -ms-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12,1fr);
    padding: 3em 0;
    -webkit-animation: open-popup 0.5s  backwards;
            animation: open-popup 0.5s  backwards;

}
@-webkit-keyframes open-popup {
    0%{
        top:0;
    }
    100%{
        top:30%
    }
}
@keyframes open-popup {
    0%{
        top:0;
    }
    100%{
        top:30%
    }
}
.img-formateur-popup{
    width: 8.3vw;
    height: auto;
}
.img-formateur-popup img{
    border-radius: 50%;
}
.warning-message {
    width: 100%;
    background-color:white;
    border-radius: 5px;
    text-align: center;
    font-family:'Montserrat', sans-serif ;
    font-size: 16px;
    font-weight: 300;
    color: red;
    padding: 0.4em 0.6em;
    -webkit-animation : warning-message 1s ease-in-out backwards;
            animation : warning-message 1s ease-in-out backwards;
    display: none;
}

@-webkit-keyframes warning-message{
    from{
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
}

@keyframes warning-message{
    from{
        -webkit-transform: translateY(-40px);
                transform: translateY(-40px);
    }
}
.warning-message.display{
    display: block !important;
}
.message-notsend{
    width: 33.50vw;
    background-color:#FBFBFB;
    border-radius: 0.30em;
    text-align: center;
    font-family:'Montserrat', sans-serif ;
    font-size: 1em;
    font-weight: 300;
    color: red;
    padding: 0.4em 0.6em;
    -webkit-animation : warning-message 1s ease-in-out backwards;
            animation : warning-message 1s ease-in-out backwards;
    display: none;
}
.message-notsend.display{
    display: block !important;
}


.popup-title{
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
}
.popup-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 0.8em;
       -moz-column-gap: 0.8em;
            column-gap: 0.8em;
}
.popup-container >p {
    font-size: 0.8em;
    text-align: left;
    -moz-text-align-last: left;
         text-align-last: left;
}

.popup-input{
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
    margin-top: 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    

}
.input-form{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 1em;
    width: 100%;
}
.column{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
}
label{
    font-family: 'Montserrat', sans-serif ;
    padding-left:0.3em;
    margin-bottom: 0.3em;
}
input{
    border-radius: 0.30em;
    border-style: none;
    padding: 0.5em;
    font-family: 'Montserrat', sans-serif ;
}
#formations {
    color: rgb(140, 139, 139);
    background-color: #FBFBFB;
    border-radius: 0.30em;
    border-style: none;
    padding: 0.5em;
    font-family: 'Montserrat', sans-serif ;
}
input::-webkit-input-placeholder {
    color: rgb(140, 139, 139);
}
input::-moz-placeholder {
    color: rgb(140, 139, 139);
}
input:-ms-input-placeholder {
    color: rgb(140, 139, 139);
}
input::-ms-input-placeholder {
    color: rgb(140, 139, 139);
}
input::placeholder {
    color: rgb(140, 139, 139);
}
.textarea{
    width: 100%;
}
#message{
    border-radius: 0.45em;
    padding: 0.5em;
    font-family:'Montserrat', sans-serif ;
    border-style: none;
}
.btn-envoyer{
    background-color: #2e9471;
    margin-top: 3em;
}

.cross{
    display: block;
    background: url(images/charm_cross.svg) center center / contain no-repeat;
    width: 2.5em;
    height: 2.5em;
    position: absolute;
    top:0.5em;
    right: 0.5em;
}

#overlay-popup-thanku{
    position: fixed; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.812); 
    z-index: 999; 
    display: none;
    
}
#overlay-popup-thanku.open{
    display:block !important ;
}
.popup-thanku{
    -ms-grid-column: 2;
    -ms-grid-column-span: 10;
    grid-column: 2/span 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.img-thanku{
    width: 11.45vw;
    margin: 1em 0;
}
.content.white.center {
    text-align: center;
}





/*POP UP PRESENT*/
#overlay-popup-present{
    position: fixed; 
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.812); 
    z-index: 998; 
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    
}
#overlay-popup-present.open{
    display:flex !important ;
}
.popup-content-present{
    position: relative;
    background-color: #e5f0ec;
    border-radius: 1.25em;
    padding: 3em 0;
    top:50px;
    display : -webkit-box;
    display : -ms-flexbox;
    display : flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 70vw;
    -webkit-animation: open-popup-present 0.5s  backwards;
            animation: open-popup-present 0.5s  backwards;
}
@keyframes open-popup-present {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.popup-present{
    width : 60%;
    text-align: center;
}
.present-text{
    margin-bottom: 4em;
    padding: 0 3em;
    text-align: justify;
    font-size: 1.2em;
}

.image-present{
   width: 30%;
   margin-right: 3em;
   margin-bottom: 2em;
   
}
.image-present img{
    width: 100%;
    border-radius: 1.25em;
}
.annotation{
    color: #747272;
    font-size: 0.6em;

}
.black-cross{
    display: block;
    background:url(images/black-cross.svg) center center / contain no-repeat; 
    width: 0.8em;
    height: 0.8em;
    position: absolute;
    top: 1em;
    right: 1em;
    color: #747272;
}







