
html.popup {
    overflow-y: hidden;
}



/* Popup-Form Start */
.admin-bar .video_pop.open,
.admin-bar .video_pop {
    top: 32px !important;
}
.video_pop {
        position: fixed;
        top: 0;
        right: 0;
        height: 0;
        width: 0;
        background-color: #1C355E;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        color: #fff;
        text-align: center;
        z-index: 0;
        overflow: hidden;
        transition: 0.5s all;
        border-radius: 999px;
        overflow: auto;
        padding-bottom: 60px;
        

    }

.video_pop.open {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    right: 0 !important;
    z-index: 99999;
    border-radius: 1px;
}
.video_pop .top_nav_close {
    padding: 16px 27px;
    text-align: right;

}
.video_pop .top_nav_close .estimation {
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3; /* 129.412% */
    letter-spacing: 0.34px;
    margin-right: 36px;
}
.video_pop .close {
display: inline-block;
font-size: 0;
    width: 21px;
    height: 21px;
  -webkit-transition: transform 250ms ease-out;
  -moz-transition: transform 250ms ease-out;
  -o-transition: transform 250ms ease-out;
  transition: transform 250ms ease-out;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(-0deg);
  -o-transform: rotate(0deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform-origin: 50% 50%;
  
}



.video_pop .close:hover {
  transform: rotate(0deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

.video_pop .wrap {
    background-color: rgba(0, 0, 0, .41);
    padding-top: 60px;
    margin-right: 60px;
    padding-bottom: 60px;
        min-height: calc(100vh - 120px);
}
.video_pop .wrap_container {
    max-width: 1587px;
    margin: 0 auto;
    padding-left: 60px;
    width: 90%;
}

.video_pop h2 {
    color: #FFF;

    text-align: center;
    font-size: 63px;

    font-weight: 600;
    line-height: 1.11; /* 111.111% */
    text-transform: uppercase;
    margin-bottom: 74px !important;
}

.video_pop .choix {
    display: flex;
    justify-content: center;
}
.video_pop .choix .un_choix {
    width: calc(50% - 5.8%);
    max-width: 502px;
    margin: 0 2.9%;
    padding-bottom: 30px;
    position: relative;
    border-bottom: 3px solid transparent;

}
.video_pop .choix .un_choix .lien {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.video_pop .choix .un_choix.actif,
.video_pop .choix .un_choix:hover {
    border-color:#79C7EE ;
}
.video_pop .choix .un_choix.actif .nom,
.video_pop .choix .un_choix:hover .nom {
    font-weight: 500;
    color: #79C7EE;
}
.video_pop .choix .un_choix .photo {
    border-radius: 3px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 0;
}
.video_pop .choix .un_choix .photo img {
    max-width:100%;
 }
.video_pop .choix .un_choix .nom {
    color: #FFF;
    text-align: center;
    font-family: "Parkinsans", serif;
    font-size: 34px;

    font-weight: 400;
    line-height: 1.11; /* 111.765% */
    letter-spacing: 0.68px;
    padding-top: 30px;
}
.video_pop .choix .un_choix .nom p {
padding-bottom: 0;
}




@media(max-width:1600px){ 
    .video_pop h2 {
        font-size: clamp(36px, 3.95vw, 63px);
        
    }
    .video_pop .choix .un_choix .nom {
        font-size: clamp(23px, 2.1vw, 34px);
    }
    
    .video_pop .wrap {
       
        margin-right: 3.9%;
        
    }
    .video_pop .wrap_container {
        padding-left: 3.9%;
    }
    .video_pop h2 {
        
        margin-bottom: 4.7vw !important;
    }
    
    
}
@media(max-width:1300px){

}
@media(max-width:999px){
    
}
@media(max-width:767px){
    
}
@media(max-width:690px){
    
}
@media(max-width:600px){
    .video_pop .choix {
        
        flex-direction: column;
    }
    .video_pop .choix .un_choix {
        width:100%;
        max-width: 502px;
        margin:0;
        margin-bottom: 55px;
        
    }
    .video_pop .wrap {
        margin-right: 0;
    }
    .video_pop .wrap_container {
        padding-left: 0;
    }
    .video_pop .choix .un_choix .nom {
        font-size: clamp(28px, 2.1vw, 34px);
    }
    .video_pop .wrap_container {
        max-width: 430px;
        
    }
    .video_pop h2 {
        
        margin-bottom: 28px !important;
    }
    .video_pop .top_nav_close {
        
        position: relative;
        text-align: center;
    }
    .video_pop .close {
        position: absolute;
        top: 50%;
        margin-top: -10.5px;
        right: 25px;
    }
    
}
@media(max-width:479px){
    
}






