@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans.eot?v=4.2.0');
    src: url('OpenSans.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('OpenSans.woff?v=4.2.0') format('woff'), url('OpenSans.ttf?v=4.2.0') format('truetype'), url('OpenSans.svg?v=4.2.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
    background-color: #fff;
    background-image: url('../images/bgReclamation.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    font-family: 'OpenSans';
}

body.vrArabe {
    background-color: #fff;
    background-image: url('../images/bgReclamation_ar.jpg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    font-family: 'CoconNextArabic' !important;
}

.contHeader {
    width: 100%;
}

.logo {
    width: 100px;
    margin-top: 20px;
}

.listeMenuHeader {
    list-style-type: none;
    margin: 30px auto;
    float: right;
}

.listeMenuHeader li {
    display: inline;
    padding: 15px;
}

.linkHeader {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #4d626d;
    font-family: 'OpenSans';
}

.linkHeader:hover {
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #a5152a;
}

.contsousheader {
    margin-top: 115px;
    width: 100%;
    float: left;
}

.titreSousheader {
    background-color: #a5152a;
    width: fit-content;
    /*font-size: 3vw;*/
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    padding: 2px;
    margin: 0;
}

.descSousheader {
    color: #1d1d1d;
    /*font-size: 2vw;*/
    font-size: 32px;
    margin-top: -7px;

}

.question {
    /*font-size: 2.5vw;*/
    font-size: 36px;
    color: #1d1d1d;
}

.sousQuestion {
    font-size: 20px;
    color: #1d1d1d;
}
.icnRec {
    text-align: center;
}
.txtRec {
    text-align: center;
    font-size: 15px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.resRec {
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}
.contIcons {
    width: 100%;
    overflow: hidden;
    float: left;
    margin-top: 140px;
}
.colBoxIcons {
    width: 23%;
    margin: 1%;
    float: left;
}
.contBtt {
    width: 100%;
    float: left;
    overflow: hidden;
    text-align: center;
    padding-top: 25px;
}
.bttGoRecl {
    width:fit-content;
    display:inline-table;
    padding: 15px;
    font-size: 22px;
    color: #fff;
    background-color:#a5152a ;
    border-radius: 25px;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;

}
.bttGoRecl:hover {
    text-decoration: none;
    color: #fff;
}
.footer.container {
    margin-top: 200px;
    background-color: #fff;
}





@media only screen and (max-width: 1024px) {
    body {
        background-color: #fff;
        background-image: url('../images/bgReclamation_mobile.jpg');
        background-repeat: no-repeat;
        background-position: center top;
        background-size: auto;
        font-family: 'OpenSans';
    }

    body.vrArabe {
        background-color: #fff;
        background-image: url('../images/bgReclamation_mobile.jpg');
        background-repeat: no-repeat;
        background-position:center -280px;
        background-size: auto;
        font-family: 'CoconNextArabic' !important;
    }

    .colBoxIcons {
        width: 48% !important;
        margin: 1%;
        float: left;
        height: 330px;
    }
    .contsousheader {
        margin-top: 35px !important;
    }
    .resRec {
        text-align: center;
        font-size: 15px !important;
    }
    .footer.container {
        margin-top: 70px !important;
    }
    .listeMenuHeader li {
        display: table-cell !important;
        padding: 15px;
    }
    .listeMenuHeader {
        list-style-type: none;
        margin: 21px auto;
        float: right;
        padding: 0;
    }
}

.vrArabe .linkHeader{
    font: 15px Arial, Helvetica, sans-serif;
    font-family: 'CoconNextArabic' !important;
}