.bandeau {
    height: 35px;
    width: 100%;
    margin: 0 auto;
    top: 0;
    background-color: #e26110;
    text-align: center;
    position: relative;
    padding-top: 0;
    cursor: pointer;
    z-index: 9999;
    transition: 1s;
}

.bandeau p {
    color: white;
    padding-top: 3px;
    transition: 1s;
}

.plusy {
    position: absolute;
    right: 20px;
    top: -6px;
    color: #fff;
    font-size: 22px;
    transition: .6s;
}

.bandeau.active .plusy{
    transform:rotate(45deg);
}

.container-bandeau {
    margin-top: -380px;
    transition: 1s;
    z-index: 100;
    position: relative;
}

.container-bandeau.open {
    margin-top: 0;
}
.text-bandeau {
    position: relative;
    padding: 20px 5%;
    text-align: center;
    color: #fff;
    height: 380px;
}
.black-mask, .img-bandeau {
    position: absolute;
    height: 101%;
    width: 100%;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
}
.black-mask {
    background-color: rgba(0,0,0,.5);
}
.container-bandeau h2 {
    margin-bottom: 10px;
}
.container-bandeau h2, .container-bandeau p {
    color: #fff;
}

.head-bandeau .nav.change {
    margin-top: -35px!important;
}
.head-bandeau{
    min-height: 73px;
}

.head-bandeau .logo.change {
    top: -32px!important;
}



/*----Popup-----*/

.modal {
  position: fixed; /* Stay in place */
  z-index: 99999999; /* Sit on top */
  padding-top: 11%;
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  margin: auto;
  width: 545px;
  position: relative;
}

/* The Close Button */
.close {
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right:0px;
  top:0px;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.img-popup {
    margin-bottom: -6px;
    position: absolute;
    height: 234px;
    width: 234px;
    top: 16%;
    right: -58px;
}
.pad-popup{
  padding: 40px;
}

.pad-popup .btn{
  margin: 0;
}

.logo-popup{
  max-width: 150px!important;
  position: absolute;
  right: 20px;
  bottom:20px;
}

.pad-popup{
    display: flex;
    background-color:#9B9E1B;
    max-width:434px;
    position:relative;
}
.titre_popup{
    font-size:48px;
    font-weight:bold;
    color:white;
    margin:0 0 10px 0;
}

.pad-popup h3{
    font-size: 24px;
    font-weight:bold;
    color:white;
    text-transform: initial!important;
}

.pad-popup h4{
    font-size: 24px;
    font-weight:bold;
    color:#002535;
    margin-top:20px;
}

.pad-popup .button{
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    background-color: #002535;
    padding: 10px 20px;
    margin: 0;
    transition: 1s;
}

.no-touchevents .pad-popup .button:hover{
    color: #002535;
    background-color: white;
}

@media screen and (max-width: 715px){
  .text-bandeau {
      height: 400px;
  }
  .container-bandeau {
    margin-top: -400px;
  }
}
@media screen and (max-width: 640px){
    .container-bandeau p {
        font-size: 14px;
    }
    .head-bandeau #menu-toggle.change {
        top: -15px!important;
    }
    .modal-content {
        width: 90%;
    }
    .pad-popup{
        display: block;
        padding: 20px;
    }
    .img-popup {
        margin-bottom: 0;
        position: initial;
        margin-top: 20px;
        width:155px;
        height:155px;
    }
    .titre_popup {
        font-size: 35px;
    }
    .pad-popup h3,
    .pad-popup h4 {
        font-size: 20px;
    }
    .text-bandeau {
      height: 90vh;
    }
    .text-bandeau h2{
      font-size:20px;
    }
    .text-bandeau {
        height: 450px;
    }
    .container-bandeau {
      margin-top: -450px;
    }
    .bandeau p {
      font-size: 15px;
  }
}

@media screen and (max-width: 320px){
  .bandeau p {
      font-size: 12px;
  }
  .bandeau p {
    padding-top: 9px;
  }
}  