#pop_bcm{
    display: none;
}
.pop_bcm{
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: 0px;
    background: rgb(8,33,87, 0.8);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: center; */
    overflow: scroll;
}

.pop_bcm:before{
    content: '';
    height: 20px;
    display: block;
    width: 100%;
    background-color: #dd2656;
    position: absolute;
    top: 0px;
}

.pop_bcm:after{
    content: '';
    height: 20px;
    display: block;
    width: 100%;
    background-color: #143b68;
    position: absolute;
    top: 20px;
}





.pop_in{
    font-family: "Poppins";
    background: #FFF;
    position: relative;
    display: flex;
    margin-top: 60px;
    box-shadow: 0px 0px 23.22px 3.78px rgb(27 27 27 / 9%);
}

.pop_in .close{
    position: absolute;
    right: 32px;
    top: 32px;
    width: 70px;
    height: 70px;
    opacity: 1;
    background: #FFF;
    border-radius: 50%;
    top: -32px;
    right: -32px;
    cursor: pointer;
}
.pop_in .close:hover:before, .pop_in .close:hover:after{
    background: #002157;
}

.pop_in .close:before, .close:after {
    position: absolute;
    left: 34px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #dd2656;
    top: 17px;
  }
  .pop_in .close:before {
    transform: rotate(45deg);
  }
  .pop_in .close:after {
    transform: rotate(-45deg);
  }

  


.pop_in .col{
    padding: 30px;
}
.pop_in .left{
    width: 375px;
    padding-right: 15px;
    position: relative;
}
.pop_in .right{
    width: 650px;
    position: relative;
    padding-left: 15px;
}
.logo-prehome{
   text-align: center;
   margin: auto;
    margin: 100px 0 ;
}
.encadre-prochain-match{
    text-align: center;
    width: 100%;
    border: 5px solid #dd2656;
    padding: 10px 5px;
    margin: 70px auto;
    box-sizing: border-box;
}
.encadre-prochain-match .date {
    font-size: 20px;
    letter-spacing: 5px;
    color: #dd2656;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 6px;
    text-align: center;
    display: block;
    font-weight: 700;
}

.salle-du-match {
    color: #dd2656;
    font-size: 16px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
   
    text-transform: uppercase;
    letter-spacing: 5px;
    background-size: 17px 22px;
    background-position: 0px center;
    margin-top: 10px;
    background-repeat: no-repeat;
}

.salle-du-match {
    font-size: 14px;
    letter-spacing: 2px;
}

 .prochain-match {
    height: auto;
    display: flex;
}
 .prochain-match div {
    padding: 0 1%;
}
.prochain-match div.vs {
    padding: 0;
    font-size: 30px;
    color: #143b68;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 52px;
    vertical-align: middle;
    line-height: normal;
    font-weight: 700;
    font-size: 30px;
    margin-top: 57px;
}
.exterieur , .domicile{
    width: 42%;
    box-sizing: border-box;
}
 .domicile img, #sidebar-prehome .exterieur img {
    width: 100%!important;
    max-width: 150px!important;
    height: auto!important;
}

.pop_in h3{
   font-size: 30px;
   color: #143b68;
   text-transform: uppercase;
   
}
.pop_in p{
   font-size: 16px;
   margin: 20px 0 ;
    font-family: "Poppins";
    color: #222222;
    line-height: 1.2;
   
    font-weight: 300;
}
.pop_in p strong{
    color: #dd2656;
}
.fixExt{
    height: 115px;
    margin: 10px 20px;
}


.form Label{
    font-size: 14px;
    display: block;
    font-weight: bold;
    color :#143b68;
}
.input{
    display: block;
    width: 100%;
    margin: 1px 0 ;
    border: none;
    appearance: none;
    background-color: #f7f7f7;
    height: 50px;
    padding-left: 10px;
}
.form .row-input{
    margin: 15px 0;
}
.form .row-input2{
    width: 50%;
}
.pl{
    padding-left: 10px;
}
.pr{
    padding-right: 10px;
}
.form .btn{
    cursor: pointer;
    background-color: #dd2656;
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
}

.form .btn:hover{
    background-color: #143b68;
}

.joke{
    margin: 20px 0;
    color: #FFF;
    width: 100%;
    padding: 0 60px;
    font-size: 12px;
    text-align: justify;
}

.row-contact {
    width: 100%;
    position: relative;
}

.row-contact input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-color: #f7f5f5;
    width: 35px;
    height: 35px;
    position: relative;
    border: none;
    margin: 10px;
    padding-left: 10px;
}

.row-contact input[type="checkbox"]:checked:before {
    font-family: FontAwesome;
    content: '\f00c';
    color:#dd2656;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
}

.label2{
    font-size: 13px !important;
    font-weight: 400 !important;
    margin-left: 60px;
}

.row-contact label.l1{
    top: 19px;
}

#merci{
    display: none;
}
.merci p {
    text-align: center; 
} 
.flex-container{
    height: 610px;
    padding: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_back{
    display: block;
    cursor: pointer;
    background-color: #dd2656;
    border: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 50px;
}

.btn_back:hover{
    background: #143b68;
}



.ballon{
    position: absolute;
    width: 100px;
    height: 100px;
    background: orange;
    border-radius: 100%;
    right: -40px;
    bottom: -40px;
    cursor: pointer;
}

.relative{
    position: relative;
}

.error-border{
    border:2px solid #dd2656 !important;
}

#koMessage{
    display: none;
}

@media screen and (max-width: 600px) {
   
    .pop_bcm{
        padding: 30px;
        z-index: 99999;
    }

    .pop_in{
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .pop_in .close {
      
        right: 50%;
      
        margin-right: -45px;
    }
    .pop_in .left {
        width: 100%;
        padding: 30px;
    }
    .pop_in p {
        font-size: 14px;
        
    }
    .logo-prehome {
        margin: 20px 0;
    }
    .pop_in .right {
        width: 100%;
        position: relative;
        padding: 0 30px;
        padding-bottom: 30px;
        text-align: center;
    }
    .encadre-prochain-match{
        display: none;
    }
    .prochain-match {
        display: none;
    }
    .pop_bcm .flex {
        flex-direction: column;
        align-items: center;
    }
    .form .row-input2 {
        width: 100%;
    }
    .pr {
        padding-right: 0px;
    }
    .pl {
        padding-left: 0px;
    }
    .pop_bcm .form Label {
        font-size: 12px;
        text-align: left;
    }
    .joke {
       
        padding: 0 ;
    }
    .pop_bcm .row-contact {
        width: 100%;
        position: relative;
        margin: 20px 0;
    }
    .pop_bcm .row-contact label {
        position: relative; 
        top: 14px;
        padding-right: 0px; 
    }
    .pop_bcm .row-contact input[type='checkbox']{
        position: absolute;
        left: 0px;
    }
    .pop_bcm .row-contact label.l1 {
        top: 9px;
    }

    .pop_in h3 {
        font-size: 26px;
        
    }
    .pop_bcm .flex-container {
        height: auto;
        padding: 0px;
    }



}