.btnOrange {
    padding: 6px 10px 6px 10px;
    background-color: white;
    border: 1px solid rgba(100, 100, 100, 0.5) !important;
    text-decoration: none;
    border-radius: 4px;
    font-size: 0.8em;
    color: rgb(100, 100, 100);
}

.btnOrange:hover {
    text-decoration: none;
    background-color: #ec7404;
    color: white !important;
}

.linkSupport{
    display: block;
    border-radius: 100%;
    cursor: pointer !important;
    border-color: orange;
    position: fixed;
    left: 20px;bottom: 20px;
    z-index: 10001 !important;
}
.linkSupport:hover{
    border-color: orange;
}

.supportIcon{
    font-size: 23px !important;
    color: rgb(100, 100, 100);
    border-radius: 100%;
    background-color: white;
    padding: 10px;
    border: 1px solid rgb(100, 100, 100);
    margin-top: auto;
    box-shadow: 0px 0px 5px rgba(50, 50, 50, 0.8);
}
.supportIcon:hover{
    color:darkorange;
    border-color: darkorange;
}
.montserrat{
    font-family: 'Montserrat';
}

body{
    background: url('/assets/accueil/img/bg-pattern.png'), #fff;
}

.divbody{
    max-width: 1400px;
    margin: 0 auto;

    box-shadow: 0px 0px 22px 0px rgba(100, 100, 100, 0.7);
}

.colvio{
    color: #79416c;
}

.vidbg-overlay {
    box-shadow: 0px -22px 15px -5px black inset, 0px 22px 15px -5px black inset;
}

.btn{
    border: 1px solid #cec6c6;
    background-color: white;
    color: #7f7f7f;
    font-size: 0.8em;
}

.btn:hover{
    background-color: #ec7404;
    color: white;
}

.infografeimg{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.f3back{
    background-color: #f3f3f3;
}

.f3backvoi {
    background-color: #a87b9c!important;
}

.fullh{
    height: auto!important;
    transition: .25s ease;
}

.text-decoration-none, .text-decoration-none:hover{
    text-decoration: none;
}

.font-size-2 {
    font-size: 1.2em;
}

.infografe{
    max-width: 840px;
    width: 100%;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 50px;
    color: #6c757d!important
}

.colbraun{
    color: #6c757d!important
}

.colbr {
    color: #6c757d!important
}

.infografe img{
    height: 50px;
}

.infobandicon{
    height: 150px;
    margin-bottom: 10px;
}

.infonabeau{
    position: relative;
    z-index: 2;
    background-color: white;
}

.modal-title{
    font-size: 16px;
    font-weight: bold;
}

.modal-body {
    background-color: #fff1e2;
    box-shadow: 0px 0px 15px -5px #c5c5c5;
}

.modal-footer{
    background-image: url('/img/header_logo.png');
    background-repeat: no-repeat;
    background-size: 112px;
    background-position: 18px 15px;
    min-height: 55px;
}

.form-inline .form-group{
    display: inline-block;
    width: auto;
}

.modal-content{
    background: url("/assets/accueil/img/bg-pattern.png"), #fff;
}

#consent{
    cursor: pointer;
}

#consent:hover{
    text-decoration: underline;
}
