#ex1 {
    position: fixed;
    z-index: 999;
    border-radius: 0;
    width: 100%;
    height: 100%;
    max-width: 100%;
    background-color: rgba(0,0,0,0.75);
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}

#container-pop-form{
    position: relative;
    z-index: 2;
    max-width: 500px;
    box-sizing: border-box;
    width: 90%;
    background: #fff;
    padding: 15px 30px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#close-modal{
    background: #4386a6;
    color: white;
    padding: 10px 18px;
    border: 0px;
    margin: 14px 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    font-size: 21px;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 0;
}
#close-modal:hover{
    opacity: 0.9;
}



/* Simulateur */

#container-postal-code{
    position: relative;
}

#list-code-postal{
    top: 100%;
    left: 0px;
    width: 100%;
    position: absolute;
} 

#postal-list {
    width: 100%!important;
    padding: 0!important;
}
#postal-list ul{
    width: 100%;
    padding: 0;
} 

#postal-list li{
    padding: 8px 12px;
    text-align: left;
    width: 100%;
    cursor: pointer;
} 
#postal-list li:hover{
    opacity: 0.8;
}

/*.pac-container{
    display: none;
} */

#container-postal-code{
    z-index: 10;
}

#optin_c:checked:before {
    top: -4px!important;
}


