@font-face {
    font-family: 'FiraSans';
    src: url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.eot');
    src: url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.eot?#iefix') format('embedded-opentype'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.woff2') format('woff2'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.woff') format('woff'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.ttf') format('truetype'),
    url('https://cdn.verisure.fr/ressources/fonts/fira/firasans-book.svg#fira_sansbook') format('svg');
    font-weight: normal; font-style: normal;
}

body{
    width: 100%;
    margin: 0;
}

.dsrc_header{
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#logo-vs{
    height: 80px;
}

.formulaire{
    width: auto;
    height: auto;
    background-image: url('/form-client/public/img/formulaire_img.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: row;
}

.left-bloc {
    width: 49%;
    background-color: rgba(119, 119, 119, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.left-bloc p{
    color: white;
    font-size: 35px;
    font-family: FiraSans;
    font-weight: 600;
}

.dem_desktop{
    font-size: 24px;
    text-align: right;
    position: absolute;
    left: 26%;
}

@media screen and (max-width: 575px){
    .dem_desktop{
        font-size: 18px;
        position: inherit;
        left: 0;
    }
}

.right-bloc {
    width: 49%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form_client{
    position: relative;
    width: 270px;
    background-color: rgba(119, 119, 119, 0.5);
    border: 3px solid #ffffff;
    border-top-right-radius: 80px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form_title{
    font-family: FiraSans;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.edit_statut {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 40px;
}

label{
    background-color: #ffffff;
    height: 40px;
    width: 230px;
    margin-bottom: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.form_client input{
    border: none;
    height: 36px;
}

.form_client select{
    border: none;
    height: 36px;
    width: 170px;
}

.vscomp-toggle-button {
    border: none;
}
.vscomp-wrapper.has-clear-button .vscomp-toggle-button {
    padding-right: 40px;
}
.vscomp-options-container {
    width: 340px;
}
.pop-comp-wrapper {
    left: -50px;
}
.vscomp-option {
    background-color: #fff;
}

.form_client select:optional{
    font-size: 14px;
    font-weight: 500;
    color: #888888;
}

.form_client input::placeholder{
    font-size: 18px;
    font-weight: 500;
}

.form_client input[name="date_demenagement"]::placeholder {
    font-size: 12px;
}

.form_client .question-radio {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-family: 'FiraSans';
}

.form_client .container-radio {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'FiraSans';
}

.form_client .container-radio input {
    margin: 0 10px;
}

.form_client #callCenter {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin: 0;
    font-family: 'FiraSans';
}

.form_client #callCenter a{
    color: #fff;
}

.form_client input[name="date_demenagement"] {
    width: 75%;
    margin-left: -30px;
}

.form_client input[name="tel"]::placeholder {
    font-size: 16px;
}

.subtitle{
    color: #ffffff;
    font-family: FiraSans;
}

.btn-verisure{
    width: 200px;
    margin-top: 15px;
    background-color: #EE0125;
    color: #ffffff;
    height: 50px !important;
    border-radius: 40px;
    font-size: 20px;
}

.btn-verisure:hover{
    cursor: pointer;
}

.fas, .far {
    color: #999999;
    opacity: 0.7;
}

.mentions img {
    width: 100%;
}

.text-footer{
    font-size: 16px;
    font-family: firasans;
    color: #999999;
    margin:10px 30px;
}

.text-footer a{
    font-size: 16px;
    font-family: firasans;
    color: #999999;
    text-decoration: none;
}

.information {
    bottom: 20px;
    position: absolute;
    right: 10px;
}
.right-bloc-reco .information{
    top:220px;
}

.information:hover > span.infos {
    display: block;
}

.infos{
    font-family: FiraSans;
    display: none;
    position: absolute;
    right: 30px;
    bottom: -71px;
    z-index: 100;
    margin-left: 0;
    width: 225px;
    color: #444444;
    background: #f4f4f4;
    border: 1px solid #c1c1c1;
    padding: 10px;
    font-size: 11px;
    text-align: left;
    line-height: 12px;
}

.fa-info {
    color: #ffffff;
    opacity: 1;
    padding: 5px 10px;
    border: 2px solid;
    border-radius: 40px;
}

footer{
    padding: 10px 0;
}

#mentions{
    font-size: 13px;
    font-family: firasans;
    color: #999999;
    margin:10px 30px;
}

.bo_header{
    border-bottom: 1.5px solid hsla(0,0%,70.2%,.2);
    box-shadow: 0 -2px 10px hsla(0,0%,70.2%,.3);
    height: 100px;
    padding: 10px 0;
}

#header-grid{
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1000px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 100%;
}

#img-grid{
    justify-self: center;
    width: 76px;
    max-width: 120px;
}

#img-grid img {
    width: 100px;
    height: 73px;
}

#slogan{
    display: flex;
    margin-left: -5em;
    height: 100%;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 7px;
}

.error{
    color: #EE0125;
    font-family: FiraSans;
    font-size: 14px;
    margin-top: 10px;
    font-weight: 600;
    text-align: center;
    width: 230px;
    padding: 5px 0;
}

.msg_end{
    font-family: 'FiraSans';
    font-size: 20px;
    color: #ffffff;
    line-height: 1.4;
    text-align: center;
    /*font-weight: 700;*/
}

.rappel{
    font-weight: 700;
}

@media screen and (min-width: 320px) and (max-width: 480px){
    .formulaire{
        height: auto;
        flex-direction: column;
    }

    .left-bloc {
        width: 100%;
    }

    .left-bloc p {
        font-size: 22px;
        text-align: center;
    }

    .right-bloc {
        width: 100%;
        padding: 10px 0 40px 0;
        background-color: rgba(119, 119, 119, 0.5);
    }

    .mentions img {
        height: 50px;
        object-fit: cover;
    }

    .text-footer{
        margin: 10px;
    }
    #mentions {
        margin: 10px;
    }
}
@media screen and (min-width: 500px) and (max-width: 899px){
    .left-bloc p {
        padding: 40px;
    }

    .dem_desktop {
        left: 14%;
    }
}

@media screen and (min-width: 900px) and (max-width: 1040px){
    .dem_desktop {
        left: 22% !important;
    }
}