.container-popup {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-image: url('/modules/mypopupvideo/views/img/backgroundimgcontroller.png') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom left !important;
    background-color: #0493b1 !important;
    padding-top: 8vw !important;
    padding-bottom: 8vw !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.container-popup::after {
  /*  background: url(../img/forme6.svg) repeat-x !important;*/
}

.h1popup {
    padding: 20px 10px 0px 10px;
}

.container-popup p{
    color: #fff;
}

.bloctextvideo {
    padding: 50px 15vw 30px 15vw !important; 
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    /* background-color: #0493b1; */
  }



  .bloctextvideo p{
    text-align: center;
    margin-bottom: 20px;
    color: #fff;
  }

  .bloctextvideo::before {
    background: url(../img/forme5.svg) repeat-x !important; 
  }


  .bloctextvideo::after {
    content: "";
    display: block;
    background: #fff;
    width: 150px;
    height: 2px;
  }

/* OVERLAY VIDEO */

.overlayvideo {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: black;
}

.overlayvideo .video {
    width: 100%;
    display: block;
    height: auto;
}

.overlayvideo img {
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .8;
    cursor: pointer;
    transform: translate(-50%, -50%);
    width: 100px;
} 

.overlayvideo img {
    transition: .5s ease;
   }

.overlayvideo img:hover{
    opacity: 1;
}

.allVid {
    width: 100%;
    max-width: 800px;
    position: relative;
    overflow: hidden;
}

.controls-popup {
    display: flex;
    position: absolute;
    bottom: 0;
    width: 100%;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.7);

    transform: translateY(100%) translateY(-5px);
    transition: all 0.2s;
}

.allVid:hover .controls-popup {
    transform: translateY(0);
}

.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 250px;
    padding: 10px 0px 10px 10px;
}

.buttons button {
    background: none;
    border: 0;
    outline: 0;
    cursor: pointer; 
    color: #fff;
}

#mute{
    position: relative;
}

.buttons #play-pause {
    background: none;
    border: none;
    border-radius: 50%;
}

.buttons #play-pause::before {
    content: 'play_circle_outline';
    font-family: 'Material Icons';
    font-size: 32px;
    color: white;
    display: inline-block;
}

.buttons #play-pause.play::before {
    content: "pause_circle_outline";
    font-family: "Material Icons";
}

.emiles-bar {
    height: 10px;
    width: 100%;
    background: #000;
    cursor: pointer;
}

.emiles-juice {
    height: 10px;
    background-color: #a32973;
}









/* Stylisation du HOOK */

/* Background du Modal */

#modalPopupVideo{
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Positionnement du Modal */

#modalPopupVideo .modal-dialog2 .modal-content {
    border: none;
    width: 600px;
    margin: auto;
    margin-top: 6vw;
}

/* BODY du Modal */

#modalPopupVideo .modal-dialog2 .modal-content .modal-body {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #005b89;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-body strong {
    color: #a32973;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-body .questionModal {
    font-weight: bold;
}


/* Header & Titre du Modal */

#modalPopupVideo .modal-dialog2 .modal-content .modal-header h5 {
    font-weight: 700;
    color: #005b89;
    text-align: center;
    text-transform: uppercase;
    font-size: 24px;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-header button {
    padding-right: 10px;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-body {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-body p {
    text-align: center;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-header {
    border: none;
}

/* IMAGE du Modal */

#modalPopupVideo .modal-dialog2 .modal-content .modal-body img{
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.1);
    margin-top: 10px;
    margin-bottom: 30px;
}

/* FOOTER du Modal */

#modalPopupVideo .modal-dialog2 .modal-content .modal-footer {
    border: none;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-footer .btn-secondary {
  border: 1px solid  #005b89;
  background-color: #fff;
  margin-right: 10px;
}

#modalPopupVideo .modal-dialog2 .modal-content .modal-footer .btn-secondary:hover {
    color: #005b89;
  }

  #modalPopupVideo .modal-dialog2 .modal-content .modal-footer .btn-primary {
    color: #fff;
  }

/* Problèmes Z-INDEX */

#modalPopupVideo .modal-dialog2{
    z-index: 1050;
}

.modal-backdrop {
    z-index: 999;
}


body#module-mypopupvideo-pagevideo .reassurance{padding-top:0}

body#module-mypopupvideo-pagevideo .reassurance::before {
	display:none
}	
	
	 
	
#module-mypopupvideo-videocyberce .chapo p,	
#module-mypopupvideo-pagevideo .chapo p,
#module-mypopupvideo-videolongue .chapo p{
	text-align: center;
color: #3b3d4a;
font-size: 16px;
font-family: gentleman600;
line-height: 22px;
}
#module-mypopupvideo-videocyberce .chapo p:after,
#module-mypopupvideo-pagevideo .chapo p:after,
#module-mypopupvideo-videolongue .chapo p:after{
content: "";
display: block;
background: #005B89;
width: 150px;
height: 1px;
margin: 20px auto 50px auto;
}

#module-mypopupvideo-videocyberce #content,
#module-mypopupvideo-pagevideo #content,
#module-mypopupvideo-videolongue #content{margin-bottom:0;padding-bottom: 0;}

#module-mypopupvideo-videocyberce #footer .reassurance,
#module-mypopupvideo-pagevideo #footer .reassurance,
#module-mypopupvideo-videolongue #footer .reassurance{
	padding-top: 0;
}
#module-mypopupvideo-videocyberce #footer .reassurance:before,
#module-mypopupvideo-pagevideo #footer .reassurance:before,
#module-mypopupvideo-videolongue #footer .reassurance:before{
	display:none;
}



