@font-face {
    font-family: 'Microsoft JhengHei';
    src: url('fonts/microsoft-jhenghei.eot');
    src: url('fonts/microsoft-jhenghei.eot?#iefix') format('embedded-opentype'),
        url('fonts/microsoft-jhenghei.woff2') format('woff2'),
        url('fonts/microsoft-jhenghei.woff') format('woff'),
        url('fonts/microsoft-jhenghei#microsoft-jhenghei') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Gotham Book';
    src: url('fonts/gotham-book.eot');
    src: url('fonts/gotham-book.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-book.woff2') format('woff2'),
         url('fonts/gotham-book.woff') format('woff'),
         url('fonts/gotham-book.svg#gothambook') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Gotham Bold';
    src: url('fonts/gotham-bold.eot');
    src: url('fonts/gotham-bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-bold.woff2') format('woff2'),
         url('fonts/gotham-bold.woff') format('woff'),
         url('fonts/gotham-bold.svg#gothambold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Gotham Light';
    src: url('fonts/gotham-light.eot');
    src: url('fonts/gotham-light.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-light.woff2') format('woff2'),
         url('fonts/gotham-light.woff') format('woff'),
         url('fonts/gotham-light.svg#gothamlight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Gotham Medium';
    src: url('fonts/gotham-medium.eot');
    src: url('fonts/gotham-medium.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-medium.woff2') format('woff2'),
         url('fonts/gotham-medium.woff') format('woff'),
         url('fonts/gotham-medium.svg#gothammedium') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Gotham Black';
    src: url('fonts/gotham-black.eot');
    src: url('fonts/gotham-black.eot?#iefix') format('embedded-opentype'),
         url('fonts/gotham-black.woff2') format('woff2'),
         url('fonts/gotham-black.woff') format('woff'),
         url('fonts/gotham-black.svg#gothamblack') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

.title-heading{
    color: #000000;
}

a{
    display: inline-block;
}

section{
    overflow-y: visible;
    overflow-x: clip;
}

.padding-section{
    position: relative;
    padding: 50px 75px;
    z-index: 2;
}

.pleine-section{
    position: relative;
    z-index: 2;
}

.section-backoffice{
    position: relative;
    width: 100%;
    padding: 10px;
    background: rgb(0,0,0,0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.section-rubrique{
    padding: 0;
    margin: 50px 75px;
}

.section-rubrique p:last-child, .section-rubrique ul:last-child{
    padding-bottom: 30px;
}

.largeur-totale, .largeur-totale-chiffres{
    padding: 0;
}

.largeur-totale .row, .largeur-totale-chiffres .row{
    margin: 0;
    align-items: center;
}

.largeur-totale .col, .largeur-totale-chiffres .col{
    padding: 0 30px;
}

.largeur-totale ul li, .largeur-totale-chiffres ul li{
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.largeur-totale-chiffres .col-md-3:first-child{
    padding-left: 50px;
    padding-right: 25px;
}

.largeur-totale-chiffres .col-md-3:nth-child(2){
    padding: 0 25px;
}

.largeur-totale-chiffres .col-md-3:nth-child(3){
    padding-right: 50px;
    padding-left: 25px;
}

.indent-text-15{
    padding: 0 15px;
}

.indent-text-30{
    padding: 0 30px;
}

.indent-text-45{
    padding: 0 45px;
}

.m-0 {
	margin: 0;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;/* 10px */
}

.mt-sm {
	margin-top: 20px;/* 20px */
}

.mt-md {
	margin-top: 40px;/* 40px */
}

.mt-lg {
	margin-top: 80px;/* 80px */
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-150 {
	margin-right: 150px;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-150 {
	margin-left: 150px;
}

.p-0 {
	padding: 0;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 10px;
}

.pt-sm {
	padding-top: 20px;
}

.pt-md {
	padding-top: 40px;
}

.pt-lg {
	padding-top: 80px;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 10px;
}

.pb-sm {
	padding-bottom: 20px;
}

.pb-md {
	padding-bottom: 40px;
}

.pb-lg {
	padding-bottom: 80px;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-150 {
	padding-right: 150px;
}

.pl-0 {
	padding-left: 0;
}

.pl-xs {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 20px;
}

.pl-md {
	padding-left: 40px;
}

.pl-lg {
	padding-left: 80px;
}

.pl-30 {
	padding-left: 30px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-60 {
	padding-left: 60px;
}

.pl-100 {
	padding-left: 100px;
}

.pl-150 {
	padding-left: 150px;
}

@media only screen and (max-width: 767px) {

.mb-15-xs {
	margin-bottom: 15px;
}

.mb-30-xs {
	margin-bottom: 30px;
}

.mb-50-xs {
	margin-bottom: 50px;
}

.mb-60-xs {
	margin-bottom: 60px;
}

.p-none-xs {
	padding-right: 0;
	padding-left: 0;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

.mb-0-sm {
	margin-bottom: 0;
}

.mb-15-sm {
	margin-bottom: 15px;
}

.mb-30-sm {
	margin-bottom: 30px;
}

.mb-50-sm {
	margin-bottom: 50px;
}

.mb-60-sm {
	margin-bottom: 60px;
}

.pb-15-sm {
	padding-bottom: 15px;
}

.pb-30-sm {
	padding-bottom: 30px;
}

.pb-50-sm {
	padding-bottom: 50px;
}

.pb-60-sm {
	padding-bottom: 60px;
}

.p-none-sm {
	padding-right: 0;
	padding-left: 0;
}
}


.m-0 {
    margin: 0 !important;
}
.mt-0,
.my-0 {
    margin-top: 0 !important;
}
.mr-0,
.mx-0 {
    margin-right: 0 !important;
}
.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
    margin-left: 0 !important;
}
.m-1 {
    margin: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}
.p-0 {
    padding: 0 !important;
}
.pt-0,
.py-0 {
    padding-top: 0 !important;
}
.pr-0,
.px-0 {
    padding-right: 0 !important;
}
.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
    padding-left: 0 !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.breadcrumb{
    padding: .75rem 1rem;
}

/* Bootstrap-select */

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #4291CC;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    vertical-align: 5px !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:active{
    border: 1px solid #ABADB3;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529;
}

.bt-select-col img{
    max-height: 100px;
}

.bootstrap-select .dropdown-menu li a span.text{
    width: 100%;
}

.bootstrap-select.projet > .dropdown-toggle, .bootstrap-select.projet .row{
    height: 100px;
    align-items: center;
    border-radius: 15px;
}

.bootstrap-select.projet .dropdown-menu{
    z-index: 9990;
}

.bootstrap-select.projet .filter-option-inner-inner h3, .bootstrap-select.projet .dropdown-menu li h3{
    margin: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    padding: 0 0 10px 0;
    white-space: break-spaces;
}

.bootstrap-select.projet .filter-option-inner-inner p, .bootstrap-select.projet .dropdown-menu li p{
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    max-width: 100%;
    display: block;
    white-space: normal;
    text-transform: none;
}

.bootstrap-select.projet .dropdown-menu li{
    height: 100px;
    line-height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a{
    height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a, .bootstrap-select.projet .dropdown-menu li .row{
    margin: 0;
}

.bootstrap-select.projet .dropdown-menu li:hover{
    background: #007bff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active h3, .bootstrap-select.projet .dropdown-menu .dropdown-item:active h3,
.bootstrap-select.projet .dropdown-menu li:hover h3{
    color: #fff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active p, .bootstrap-select.projet .dropdown-menu .dropdown-item:active p, 
.bootstrap-select.projet .dropdown-menu li:hover p{
    color: #fff;
}

.dropdown-item.active, .dropdown-item:active{
    color: #fff !important;
}

.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover{
    transition: none;
}

/*------------------------------------------------------------------------------*/
/*--------------------------------FORMULAIRE------------------------------------*/
/*------------------------------------------------------------------------------*/

.img-preview{
    width: 100px;
}

.btn-danger i{
    color: #fff;
}

.piece_jointe_nom_fichier{
    margin-bottom: 20px;
}

.label-paiement{
    display: inline-flex !important;
    align-items: center;
}

.radio-paiement{
    margin-bottom: 0 !important;
    margin-right: 15px;
}

.label-paiement img{
    margin-left: 10px;
}

/*------------------------------------------------------------------------------*/
/*-----------------------BOUTON FLOTTANT PROJET---------------------------------*/
/*------------------------------------------------------------------------------*/

/* Bouton Flottant */

#fixed-group{
    position: fixed;
    right: 0;
    z-index: 999;
    right: -255px;
}

.button-flottant{
    display: block;
    /* border-radius: 100px 0 0 100px; */
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    right: 0;
    top: 0;
    transition: right 0.4s;
    overflow: hidden;
}

.button-flottant .centrage-img-fixe{
    display: inline-flex;
    background: #fff;
    width: 90px;
    height: 75px;
    align-items: center;
}

.button-flottant img{
    width: auto;
    max-height: 55px;
    margin: auto;
}
.button-flottant .txt-button{
    width: 250px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
}
.button-flottant .inline-button{
    display: inline-block;
    height: 75px;
    vertical-align: top;
}
.button-flottant .txt-button-center{
    display: flex;
    height: 75px;
    align-items: center;
}
.button-flottant:hover{
    right: 253px;
}

/*-----------------------------FOOTER------------------------------------------*/

.footer a{
    display: inline-block;
}

footer ul{
    padding: 0 0 25px 25px;
}

/*-------------------------------COPYRIGHT-------------------------------------*/

.copyright{
    text-align: center;
    padding: 20px 0;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------COULEURS GENERALES--------------------------------*/
/*-----------------------------------------------------------------------------*/

.gras{font-weight: bold;}
.no-padding, .no-padding:hover, .no-padding:focus, .no-padding:active{ padding: 0; }
.no-margin, .no-margin:hover, .no-margin:focus, .no-margin:active{ margin: 0; }
.text-underline, .text-underline:hover, .text-underline:focus, .text-underline:active{ text-decoration: underline; }
.text-uppercase{ text-transform: uppercase; }
.width-100{ width: 100%; }
.h-100{ height: 100%; }
.fixed{ position: fixed; }
.f-left{ float: left; }
.f-right{ float: right; }
.flex{ display: flex; align-items: center;}
.pointer{ cursor: pointer; }
.p-relative{ position: relative; }
.mobile{ display: none; }
.v-align-top{ vertical-align: top; }

.col-m-auto{ margin: 0 auto;}

.background-blanc{ background: #fff; } 

@media (min-width: 1200px){
    .col-lg-20{
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
        position: inherit;
        padding-right: 0;
        padding-left: 15px;
    }
}

.p-relative{
    position: relative;
}

.customCheckboxMdp{
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 1;
    height: calc(100% - 2px);
    width: 38px;
    display: flex;
    align-items: center;
}

.customCheckboxMdp i{
    cursor: pointer;
    margin: auto;
}

.customCheckboxMdp i:hover, .customCheckboxMdp i:active, .customCheckboxMdp i:focus{
    color: #000;
}

.btn{
    cursor: pointer;
    width: auto;
}

.btn-transparent, .btn-mauve-transparent{
    font-size: 16px;
    text-transform: none;
    background: transparent;
    border-radius: 50px;
    padding: 0 15px;
    line-height: 34px;
    height: 40px;
}

.btn-transparent:hover, .btn-transparent:active, .btn-transparent:focus,
.btn-mauve-transparent:hover, .btn-mauve-transparent:active, .btn-mauve-transparent:focus,
.btn-mauve:hover, .btn-mauve:active, .btn-mauve:focus{
    color: #fff;
}

.grecaptcha-badge{
    display: none;
}

.good-color, p:last-child.good-color{
    background-color:#a5ecb1;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.bad-color, p:last-child.bad-color{
    background-color:#fa6464;
    padding:5px 10px;
    width:100%;
    color:#fff;
    margin-bottom:15px;
}

.message{
    color: #444;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px;
    text-align: center;
    width: 100%;
    top: 0;
    z-index: 10000;
    left: 0;
    font-size: 14px;
    transition: all 0.5s;
    position: fixed;
}

.message-info-mdp{
    padding: 10px 15px;
    color: #fff;
    font-weight: bold;
}

/* Messages d'erreur/succès en coin d'écran */

#error, #success{
    color: #fff;
    margin: 0 auto;
    font-weight: bold;
    opacity: 0.9;
    padding: 5px 15px;
    text-align: center;
    z-index: 9999;
    font-size: 18px;
    line-height: 18px;
    transition: all 0.5s;
    display: none;
    width: 450px;
    position: fixed;
    top: 15px;
    right: 15px;
    height: 80px;
    align-items: center;
}

#error i, #success i{
    font-size: 36px;
    margin-right: 15px;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

#success{
    background: none repeat scroll 0 0 #96ca00;
}


.form-erreur{
    font-weight: bold;
    color: red;
    display: none;
}

.form-control{
    border-color: #06b5a9;
    border-width: 2px;
}

/*-----------------------------------------------------------------------------*/
/*-------------------BANDEAU SITE EN DEVELOPPEMENT-----------------------------*/
/*-----------------------------------------------------------------------------*/

.bandeau-dev{
    position: fixed;
    background-color: rgba(0,0,0, 0.6);
    color: #fff;
    font-weight: bold;
    font-family: Arial, sans-serif;
    padding: 15px 30px;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 99999;
    margin: 0;
}

.bandeau-dev .btn{
    font-size: 1rem;
    margin: 5px 0 0 15px;
}

/* Changements vis-à-vis du responsive */

.section-desktop{
    display: block;
}

.section-mobile{
    display: none;
}

@media (max-width: 991px) {
    
    .section-desktop{
        display: none;
    }

    .section-mobile{
        display: block;
    }

}

/* HEADER */
.padding-header{
    padding: 15px 30px 15px 30px;
    background: #fff;
}

.lien-header p{
    margin: 0;
}

/* MENU */

.img-menu-secondaire{
    display: inline-block;
    max-width: 40px;
    height: 20px;
    margin-left: 15px;
    position: relative;
    margin-right: 10px;
}

.img-menu-secondaire i{
    font-size: 18px;
}

.img-menu-secondaire img, .img-menu-secondaire svg{
    height: 20px;
    max-width: 50px;
}

.img-menu-secondaire img:last-child{
    display: none;
}
.li.dropdown:hover .img-menu-secondaire img:first-child{
    display: none;
}

.li.dropdown:hover .img-menu-secondaire img:last-child{
    display: inline-block;
}

.img-menu-secondaire img:first-child{
    display: inline-block;
}

.ssmenu-align{
    display: inline-block;
    width: calc(100% - 70px);
    vertical-align: middle;
}

/* CAROUSEL */
.carousel-item .titre p{
    color: #fff;
}

/* TITRE DE PAGE */
#titre-page h1{
    color: #fff;
}

.breadcrumb{
    margin-bottom: 0;
}

.breadcrumb .active{
    color: #008ca8;
    text-transform: uppercase;
}

/* PAGE PAR DÉFAUT */

.p-sidebar{
    padding: 15px;
}

.p-sidebar .contenu{
    max-height: calc(100% - 15px);
}

.p-sidebar .contenu .contact-sidebar p{
    margin: 0 0 20px 0;
}

.p-sidebar .yt-iframe{
    max-width: 100%;
}

.p-sidebar .contenu .contact-sidebar p{
    background: transparent;
}

.p-page{
    padding: 15px;
}

.border-bloc-sidebar1:nth-child(2){
    border-top: none;
}

.contact-sidebar p{
    color: #fff;
}

/* ARTICLE */

.partager a, .partager a:hover{
    margin-right: -7px;
}

.news-a-la-une a{
    display: block;
}

.news-a-la-une p{
    color: #fff;
}

/* EVENEMENT */

.evenement-infos h3, .evenement-infos p{
    color: #fff;
}

/* TEMOIGNAGE */

.temoignage .tem-txt{
    color: #fff;
}

/* PORTRAITS */

#portrait .txt1-bloc-infos{
    color: #fff;
}

/* FORMULAIRES */

form#default-formulaire p{
    padding-bottom: 0;
}

timeline-input[type="radio"]{
    margin-right: 10px;
}

timeline-input[type="radio"]:not(:first-child){
    margin-left: 10px;
}

/* FOOTER */
footer p, footer h2, footer h3, footer h4, footer h5, footer ul, footer ul a{
    color: #fff;
}

iframe{
    max-width: 100%;
}

.p-page img{
    max-width: 100%;
}

/* MODIFICATIONS TEMPLATE */

/* HEADER */

@media (min-width: 992px) {
    .header_area .classy-navbar{
        flex: 0 0 75%;
        min-width: 75%;
        width: 75%;
    }

    .header_area .header-meta{
        flex: 0 0 25%;
        min-width: 25%;
        width: 25%;
    }
}

.btn-dc{
    background: #fff;
    border: 1px solid #ddd;
    display: none !important;
}

.user-login-info:hover .btn-dc{
    display: block !important;
}

.unresultat{
    padding: 5px 15px;
    background: #fff;
    width: 100%;
    border: 1px solid #ddd;
    border-top: none;
    cursor: pointer;
}

#resultats{
    margin-left: -1px;
    width: calc(100% + 2px);
}

body{
    margin-top: 0;
}

.header_area{
    position: relative;
}

.langues_nav{
    text-align: right;
}

.langues_nav li{
    display: inline-block;
    margin-right: 10px;
}

/* SLIDER */
.titre{
    padding: 20px 0 5px 0;
}

/* TITRE DE PAGE */

.page-titre-img-accueil{
    width: 100%;
    height: auto; 
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.page-titre-img{
    width: 100%;
    height: 80vh; 
    background-size: cover !important;
    display: flex;
    align-items: center;
}

#titre-page h2, #titre-page .sous-titre-slide{
    color: #fff;
}
#titre-page .slide .titre-slide{ text-transform: uppercase; font-family: "Rubik-medium", sans-serif;}
.slide .carousel-control-prev, .slide .carousel-control-next {
    width: 7%;
}

.slide-button, .slide-button:hover, .slide-button:focus, .slide-button:active{
    width: auto;
    padding: 15px 30px 15px 30px;
}

.breadcrumb{
    margin-bottom: 0;
    background: #fff;
}

.breadcrumb .active{
    text-transform: uppercase;
}

.pageshop-titre-img{
    width: 100%;
    height: 250px; 
    background-size: cover !important;
    display: flex;
    align-items: center;
}

/* ARTICLES - SIDEBAR */

.single-blog-wrapper .single-blog-content-wrapper .related-blog-post .single-related-blog-post{
    width: 100%;
}

.btn-info.btn-hover, .btn-success.btn-hover, .btn-success.btn-hover:hover, .btn-success.btn-hover:active, .btn-success.btn-hover:focus{
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* CONNEXION / INSCRIPTION */

.card-shadow{
    padding: 2rem;
    box-shadow: 0 0 10px #ccc;
}

.erreur-formulaire {
    display: none;
    font-weight: bold;
    padding: 15px;
    font-size: 16px;
    color: red;
}

.style-h3, .style-h4{
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    margin-bottom: 10px;
}

.style-h3{
    font-size: 1.75rem;
}

.style-h4{
    font-size: 1.5rem;
}

.checkout_details_area form #rgpd_label{
    line-height: 1.3;
    display: inline;
}

.customCheckboxMdp{
    height: 42px;
}

.btn.btn-success{
    height: 50px;
    font-weight: bold;
}

.select-form-control, .select-form-control *{
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
}

#success .btn.btn-dark, #success .btn.btn-dark:hover, #success .btn.btn-dark:active, #success .btn.btn-dark:focus{
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 1.5px;
}

/* CORRECTIONS MENU */

.classynav ul li.megamenu-item > a::after {
    display: none;
}

.classynav ul li{
    position: relative;
}

.breakpoint-off .classynav ul li .megamenu{
    min-width: 300px;
    top: 60px;
}

.breakpoint-off .classynav ul li .megamenu .single-mega{
    width: 100%;
    padding: 15px;
    background: #fff;
}

.classynav ul li:hover .megamenu{
    top: 60px !important;
}

.header_area .classynav ul li .megamenu li a, .header_area .classynav ul li .dropdown li a{
    font-size: 16px;
}

.classynav ul li ul li{
    margin-bottom: 10px;
}

.classynav ul li ul li:last-child{
    margin-bottom: 0;
}

.classynav ul li a{
    cursor: pointer;
}

#rgpd_label.label-checkbox, #rgpd_label.label-checkbox a{
    display: inline;
}

#rgpd_label.label-checkbox{
    margin-left: 5px;
}

.btn-essence-size{
    display: inline-block;
    min-width: 170px;
    height: 50px;
    color: #ffffff;
    border: none;
    border-radius: 0;
    padding: 0 40px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 50px;
    letter-spacing: 1.5px;
    font-weight: 600;
}

.video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}



video {
  /** Simulating background-size: cover */
  object-fit: fill;
  height: 100%;
  width: 100%;

  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-titre-video{
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.video-titre{
    z-index: 5;
    position: absolute;
    text-align: center;
}
/* DEBUT SECTION VIDEO */
.section-video-wrapper{
    position: relative;
    overflow: hidden;
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    object-fit: cover;
}

/* TEMOIGNAGE */

.accueil-temoignage{
    background: #fff;
    border: 2px solid #eee;
    border-radius: 5px;
    padding: 20px;
}

.accueil-temoignage:hover{
    box-shadow: 0 0 20px 0 #eee;
}

.accueil-temoignage .img-temoignage{
    height: 100px;
    overflow: hidden;
    width: 100px;
    border-radius: 100px;
    position: relative;
	margin: 0;
}

.accueil-temoignage .img-temoignage img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.accueil-temoignage .nom-temoignage{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.accueil-temoignage .nom-temoignage h3{
    font-size: 14px;
    font-weight: 600;
    margin: 0 0 10px 0;
}

.accueil-temoignage p{
    font-weight: 600;
    margin-top: 15px;
}

.accueil-temoignage i.fa.fa-quote-left{
    font-size: 36px;
}

.nom-temoignage > .m-auto > h3{
	margin: 0;
}

.accueil-temoignage i.fa.fa-star, .accueil-temoignage i.fa-regular.fa-star{
	color: rgb(248, 173, 20);
}

.col-temoignage{
    margin: 15px auto;
}

.sidebar-client .container-img-client{
    height: 75px;
    overflow: hidden;
    width: 75px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 15px auto;
}

.sidebar-client .container-img-client img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    min-height: 100%;
}

.sidebar-client .icone-menu{
    color: #3CCACE;
}

.sidebar-client .icone-menu .fa-phone{
    transform: rotate(90deg);
}

.sidebar-client ul li{
    padding: 30px 0;
}

.sidebar-client ul li span{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Gotham", sans-serif;
}

.sidebar-client ul li::after{
    position: relative;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    height: 1px;
}

.sidebar-client ul li:last-child::after{
    background: none;
}

.sidebar-client .icone-menu{
    height: 40px;
    width: 40px;
    background: #eee;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;    
    display: inline-block;
    margin-right: 15px;
}

/*------------------------------PARTENAIRES------------------------------------*/

#partners {
    padding-top: 80px;
    text-align: center !important;
    width:100%;
}

#partners {
    padding-top: 0px;
    text-align: center !important;
}

.clients .owl-buttons {
    padding-top: 50px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.clients .owl-buttons {
    padding-top: 0px;
}

.owl-theme .owl-controls .owl-buttons div {
	opacity: 1;
	filter: Alpha(Opacity=100);
}

.owl-controls{
    display: none !important;
}

#partners .partner{
    margin: auto 0;
    display: flex;
    align-items: center;
}

#partners .partner a{
    margin: auto;
}

#partners img{
    max-height: 80px;
    width: auto;
    vertical-align: middle;
    max-width: 100%;
}

.partenariat-prez{
    margin-top: 100px;
    text-align: center;
    border: 5px solid #6FC1F5;
    padding: 100px 0 70px 0;
}

.partenaire-prez{
    margin: auto auto 30px auto;
}

/* Bootstrap-select */

.bootstrap-select .dropdown-toggle::after{
    border-top: .4em solid;
    border-right: .4em solid transparent;
    border-left: .4em solid transparent;
    color: #4291CC;
    font-size: 1.3rem;
}

.bootstrap-select.dropup .dropdown-toggle::after {
    border-top: 0;
    border-right: .4em solid transparent;
    border-bottom: .4em solid;
    border-left: .4em solid transparent;
}

.bootstrap-select:hover .dropdown-toggle::after, .bootstrap-select:active .dropdown-toggle::after, 
.bootstrap-select .dropdown-toggle:focus::after, .bootstrap-select > select.mobile-device:focus + .dropdown-toggle::after{
    display: inline-block !important;
    vertical-align: 5px !important;
}

.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .btn, .bootstrap-select .btn:hover, .bootstrap-select .btn:focus, .bootstrap-select .btn:active{
    border: 1px solid #ABADB3;
    border-radius: 0;
    height: 35px;
    font-size: 1rem;
    font-family: "Roboto", sans-serif !important;
    font-weight: normal;
    text-transform: none;
    outline: none !important;
    color: #212529;
}

.bt-select-col img{
    max-height: 100px;
}

.bootstrap-select .dropdown-menu li a span.text{
    width: 100%;
}

.bootstrap-select.projet > .dropdown-toggle, .bootstrap-select.projet .row{
    height: 100px;
    align-items: center;
}

.bootstrap-select.projet .dropdown-menu{
    z-index: 9990;
}

.bootstrap-select.projet .filter-option-inner-inner h3, .bootstrap-select.projet .dropdown-menu li h3{
    margin: 0;
    font-weight: 600;
    text-transform: none;
    font-size: 18px;
    padding: 0 0 10px 0;
    white-space: break-spaces;
}

.bootstrap-select.projet .filter-option-inner-inner p, .bootstrap-select.projet .dropdown-menu li p{
    font-size: 12px;
    line-height: 16px;
    margin: 0;
    max-width: 100%;
    display: block;
    white-space: normal;
    text-transform: none;
}

.bootstrap-select.projet .dropdown-menu li{
    height: 100px;
    line-height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a{
    height: 100px;
}

.bootstrap-select.projet ul.dropdown-menu li a, .bootstrap-select.projet ul.mega-menu li ul li a, .bootstrap-select.projet .dropdown-menu li .row{
    margin: 0;
}

.bootstrap-select.projet .dropdown-menu li:hover{
    background: #007bff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active h3, .bootstrap-select.projet .dropdown-menu .dropdown-item:active h3,
.bootstrap-select.projet .dropdown-menu li:hover h3{
    color: #fff;
}

.bootstrap-select.projet .dropdown-menu .dropdown-item.active p, .bootstrap-select.projet .dropdown-menu .dropdown-item:active p, 
.bootstrap-select.projet .dropdown-menu li:hover p{
    color: #fff;
}

.preloader svg{
    max-width: 50px;
    height: auto;
}

.section-desktop{
    display: block;
}

.section-mobile{
    display: none;
}

@media (max-width: 991px) {
    
    .section-desktop{
        display: none;
    }

    .section-mobile{
        display: block;
    }

}

.temoignage-liste .img-temoignage{
    display: inline-block;
}

.temoignage-liste .container-nom-temoignage{
    width: calc(100% - 130px);
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 15px;
}

.iframe-container {
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 - 56.25% */
  position: relative;
}

.iframe-container iframe {
/*    padding: 50px;*/
   border: 0;
   height: 100%;
   left: 0;
   position: absolute;
   top: 0;
   width: 100%;
}

/* PAGINATION */

nav.nav-pagination{
    display: inline-block;
    text-align: center;
    width: auto;
}

.pagination{
    display: inline-flex;
}

.nav-pagination .pagination li{
    margin-right: 15px;
}

nav.nav-pagination{
    background: transparent;
}

/* FIN PAGINATION */

.bg-gray {
  background-color: #eee !important;
}

.btn-border-gris{
    background:  transparent !important;
    color: #414142 !important;
    border : 1px solid #414142  !important;
}

.btn-gris{
    background:  #414142 !important;
    color: white !important;
    border : 1px solid #414142  !important;
}

.header-bg{
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}

.compteur-border{
	border: 1px solid #414142;
	border-radius: 5px;
	padding: 20px 5px;
	height: 100%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.single-logo > img{
    height: 100px;
    object-fit: contain;
}

.single-logo{
    padding: 10px;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: block;
}


.owl-stage{display:flex}

.owl-dots{
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-carousel{
	position: relative;
}

.brand-carousel > .owl-stage-outer{
	overflow: hidden;
}

.owl-temoignage > .owl-stage-outer{
	overflow: hidden;
}

 .owl-nav{
	position: absolute;
	 top: calc(50% - 25px);
	 left: -50px;
	display: flex;
	justify-content: space-between;
	 width: calc(100% + 100px);
	 height: 0;
}

 .owl-nav > button > i{
	 font-size: 25px;
	 border: 2px solid #414142;
	 border-radius: 50%;
	 color: #fff;
	 width: 100%;
	 height: 100%;
	 align-content: center;
	 align-items: center;
	 display: grid;
 }

 @media screen and (max-width: 500px) {
	 .owl-temoignage > .owl-nav{
		 display: none;
	 }
	 .owl-temoignage > .owl-dots{
		 display: flex;
	 }
	 .owl-nav{
		 left: 0;
		 width: 100%;
	 }
	 .owl-nav{
		 padding: 0 15px 0 15px;
	 }
 }

@media screen and (min-width: 500px) {
	.owl-temoignage > .owl-nav{
		display: flex;
	}
	.owl-temoignage > .owl-dots{
		display: none;
	}
}

.owl-dot{
    background: transparent;
    border: 0;
}

.owl-dot span{
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.owl-dot.active span{
    background: #b3b2b2;
}

.disabled{
    display: none;
}

button.owl-dot{
    outline: none;
}

.img-arrondi{
    border-radius: 15px;
}

@media screen and (max-width: 1000px) {
    .img-pack {
        max-width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    .img-pack {
        max-width: 25%;
    }
}

.owl-pleine-section > .owl-dots{
    display: none;
}

.owl-pleine-section > .owl-nav{
    display: block;
}

.owl-prev{
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    user-select: none;
    border: 0;
}

.owl-next{
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    user-select: none;
    border: 0;
}

.owl-next:focus, .owl-prev:focus{
    outline: none;
}

.owl-pleine-section-slide{
    background-size: cover;
    height: 100%;
}

@media screen and (min-width: 768px) {
    hr.hr-vertical{
        border: none;
        border-left: 3px solid hsl(0, 0%, 100%);
        height: 100%;
        padding: 0;
        margin: 0;
    }
    div.hr-vertical{
        display: flex;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
}

@media screen and (max-width: 768px) {
    hr.hr-vertical{
        border: 3px solid white;
        width: 100%;
    }
    div.hr-vertical{
        width: 100%;
    }
}

/* TIMELINE */

.owl-item > .item-timeline{
    display: none;
}

.owl-item.active > .item-timeline{
    display: block;
}

#nav-timeline{
    counter-reset: count 0;
}

#nav-timeline > .owl-dot{
    counter-increment: count 1;
}

#nav-timeline > .owl-dot > span{
    width: 60px;
    height: 60px;
    margin: 5px 7px;
    padding: 15px;
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#nav-timeline > .owl-dot> span::after{
    content: counter(count);
}

/* POPUP */

#popupfiltre{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 100000;
    display: none;
}

#monpopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 80%;
    max-height: 80%;
    z-index: 100001;
    display: none;
    overflow-y: scroll;
}

#closepopup{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 30px;
    z-index: 3;
    cursor: pointer;
}

.owl-item > .item-temoignage{
	display: none;
}

.owl-item.active > .item-temoignage{
	display: block;
	padding: 10px;
}
.owl-temoignage{
	position: relative;
	width: 400px;
}
.owl-temoignage > .owl-nav > .owl-prev{
	left: -50px;
}
.owl-temoignage > .owl-nav > .owl-next{
	right: -50px;
}

.owl-temoignage > .owl-nav > .owl-prev > span{
	font-size: 50px;
}
.owl-temoignage > .owl-nav > .owl-next > span{
	font-size: 50px;
}

@media screen and (min-width: 1024px) {
	.owl-temoignage > .owl-stage-outer > .owl-stage > .owl-item{
		max-width: 400px !important;
	}
}

.article-content{
	box-shadow: 2px 7px 9px 0 rgba(0,0,0,0.3);
	height: 100%;
	background: white;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------ACCORDÉONS-----------------------------------*/
/*-----------------------------------------------------------------------------*/

.panel-default{
    margin-bottom: 15px;
}

.panel-title{
    padding: 10px 20px;
    margin: 0;
    width: 100%;
    border: 2px solid #365576;
    background: #365576;
    font-size: 1rem;
}

.collapsible-item-title-link, .collapsible-item-title-link:hover, .collapsible-item-title-link:active, .collapsible-item-title-link:focus{
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}

.panel-collapse{
    padding: 10px 30px;
    background: #f5f5f5;
    border: 2px solid #365576;
    border-top: none;
}

.collapsible-item-title-link-icon, .panel-title .glyphicon{
    display: none;
}

.panel-title .glyphicon:before {
    display: none;
}

/*-----------------------------------------------------------------------------*/

.img-realisation {
	width: 100%;
}

.sticky{
	position: sticky;
}

.portfolio-filter a:hover{
	text-decoration: none;
}

#slider-accueil > p{
	margin-bottom: 0;
}

.item-search{
	background: #eee none repeat scroll 0 0;
	box-shadow: 0 0 3px #eee;
	margin: 20px 0;
	padding: 15px;
}


.error{
	border: 1px solid #fc8181;
	background-color: #fff5f5;
	color: #c53030;
	border-radius: 5px;
	padding: 10px;
}

.error > strong{
	font-weight: bold;
}

.success{
	border: 1px solid #68d391;
	background-color: #f0fff4;
	color: #38a169;
	border-radius: 5px;
	padding: 10px;
}

.success > strong{
	font-weight: bold;
}

.information{
	border: 1px solid #63b3ed;
	background-color: #ebf8ff;
	color: #3182ce;
	border-radius: 5px;
	padding: 10px;
}

.information > strong{
	font-weight: bold;
}

.warning{
	border: 1px solid #ecc94b;
	background-color: #fffaf0;
	color: #b7791f;
	border-radius: 5px;
	padding: 10px;
}

.warning > strong{
	font-weight: bold;
}




.entry-share{
	margin-bottom: 30px;
	border-top: 2px solid rgba(34, 34, 34, 0.1);
	border-bottom: 2px solid rgba(34, 34, 34, 0.1);
}

.entry-share .share-title {
	padding-right: 34px;
	margin-right: 34px;
	position: relative;
	color: #9b9b9b;
	font-size: 13px;
	font-weight: 700;
	font-style: italic;
	line-height: 56px;
	text-transform: capitalize;
}

.entry-related {
	padding: 50px;
	margin-bottom: 30px;
}

.entry-widget-title {
	position: relative;
	color: #282828;
	font-size: 14px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 40px;
}

.entry-widget-content {
	position: relative;
}

.entry-related .entry-date {
	color: #2c4491;
	font-size: 12px;
	font-weight: 800;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 8px;
}

.entry-related .entry-meta {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	color: #9b9b9b;
}

.entry .entry-meta {
	font-size: 12px;
	font-weight: 700;
	font-style: italic;
	line-height: 26px;
	color: #9b9b9b;
	margin-bottom: 26px;
}

.entry-related img {
	margin-bottom: 30px;
	max-width: 100%;
	max-height: 200px;
	height: auto;
}

.entry-related h4 {
	font-size: 18px;
	font-weight: 800;
	line-height: 27px;
	margin-bottom: 15px;
}

.entry-related h4 a {
	color: #282828;
	font-size: 20px;
}

.bg-gray {
	background-color: #f0f0f0 !important;
}

.entry-share a {
	color: #2c4491;
	font-size: 18px;
	font-weight: 400;
	line-height: 56px;
	margin-right: 19px;
}

.portfolio .portfolio-filter a {

	line-height: 1;
	margin-right: 40px;
	padding-bottom: 10px;
	display: block;
	position: relative;
}

.list-inline li {
	display: inline-block;
	margin-right: 10px;
}

.filter-a {
	color: #333;
	font-size: 20px;
	font-weight: 700;
}

#slider-accueil > div > p {margin-bottom: 0}


.blog-item a:hover, .blog-item a:hover h3 {text-decoration: none;}
a:hover {color: inherit}



.catagory-content {text-align: center}
.single_catagory_area .catagory-content a {text-transform: none;}
.single_catagory_area:hover .catagory-content a {color: #2c4491; text-decoration: none;}



/* POPUP */

#popupfiltre{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 100000;
	display: none;
}

#monpopup {
	position: fixed;
	max-width: 80%;
	max-height: 80%;
	z-index: 99999999999;
	display: none;
	overflow-y: auto;
}

.popup-center{
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup-top-left{
	top: 0;
	left: 0;
}

.popup-top-right{
	top: 0;
	right: 0;
}

.popup-bottom-left{
	bottom: 0;
	left: 0;
}

.popup-bottom-right{
	bottom: 0;
	right: 0;
}

#closepopup{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	font-size: 30px;
	z-index: 3;
	cursor: pointer;
}

iframe{
	max-width: 100%;
}

/* MODIFICATIONS TEMPLATE */

/* MENU */

.classy-nav-container a, .classy-nav-container a:hover, .classy-nav-container a:active, .classy-nav-container a:focus{
    font-size: 18px;
    font-weight: 600;
}

.header_area .favourite-area a img, .header_area .user-login-info a img, .header_area .cart-area a img{
    vertical-align: middle;
}

.header_area .search-area form input{
    background-color: #f5f5f5;
}

.topbar p{
    margin: 0;
}

.topbar .topbar-padding{
    padding: 10px 10px 10px 0;
}

/* FOOTER */

.copyright-padding{
    padding: 10px 75px 5px;
}

.footer-padding{
    padding: 50px 75px 5px;
}

/* PRODUITS */

.essence-btn, .essence-btn:hover, .essence-btn:active, .essence-btn:focus{
    padding: 15px 40px !important;
    font-weight: bold;
}

.single-product-wrapper .product-description .hover-content{
    position: absolute;
    width: 100%;
    top: -70px;
    left: 0;
    text-align: center;
}

.single-product-wrapper .product-description .hover-content .add-to-cart-btn .btn{
    width: auto;
}

.single-product-wrapper{
    border: solid 1px #eee; 
}

.single-product-wrapper .product-description{
    padding: 25px;
    background: #eee;
    margin-top: -7px;
    min-height: 170px;
}

.product-img{
    height: 250px;
    width: 100%;
}

.product-img img{
    max-width: inherit;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    min-width: 100%;
    min-height: 100%;
}

/* DANS LE CAS DU PANIER ON ANNULE CES MODIFS */

.panier-contenu .product-img{
    height: auto;
}

.panier-contenu .product-img img{
    position: relative;
    width: 100%;
    min-height: auto;
    max-width: 100%;
    transform: none;
    top: auto;
    left: auto;
}

.panier-description .product-description, .panier-contenu .product-description{
    background: #fff;
}

.product-sorting{
    display: inline-block;
    width: 50%;
    text-align: right;
}

.product-sorting p{
    display: inline-block;
}

.product-sorting .form-control{
    display: inline-block;
    float: unset;
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 10px 15px;
}

.product-topbar{
    margin-bottom: 0;
}

.shop_sidebar_area{
    border: 1px solid #eee;
    padding: 15px;
}

.shop_sidebar_area .widget .widget-title{
    text-transform: none;
}

.shop_sidebar_area li{
    font-size: 14px;
}

.shop_sidebar_area .widget .catagories-menu .sub-menu{
    margin-bottom: 0;
}

.widget.price .ui-slider-handle{
    top: -8px;
    width: 6px;
    height: 20px;
}

.shop_sidebar_area .ui-slider::after{
    display: none;
}

.btn-reinitialiser, .btn-reinitialiser:hover, .btn-reinitialiser:active, .btn-reinitialiser:focus{
    color: #dc3545;
    border: 1px solid #dc3545;
    font-weight: bold;
}

.single_product_desc h1{
    color: #414142;
    font-size: 38px;
}

.quantity input[type="text"]{
    height: 38px;
}

.single_product_desc .quantity input[type="text"]{
    text-align: center;
}

.single_product_desc .essence-btn svg{
    width: 20px;
    fill: #fff;
}

.single_product_desc .badge{
    display: inline;
    margin-right: 10px;
}

/* FILTRES RECHERCHE COULEUR */

.widget.color .widget-desc ul li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  width: 20%;
  margin-bottom: 15px;
}

.widget.color .widget-desc ul li .active, .widget.color .widget-desc ul li .inactive {
  display: inline-block;
  height: 42px;
  width: 42px;
  padding: 4px;
  border: 2px solid transparent;
}

.widget.color .widget-desc ul li .color1 {
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.widget.color .widget-desc ul li .active {
  border: 2px solid #0315ff;
}

/* COMMANDER */

.checkout_details_area .custom-control label{
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

/* PANIER */

.panier-contenu .panier-description .product-description h2{
    font-size: 18px;
}

#code-message p{
    font-weight: bold;
    color: red;
}

.btn.btn-success, 
.btn.btn-info{
    padding-top: 0;
    padding-bottom: 0;
}

.btn.btn-info{
    height: 50px;
}

.panier-container-moyen-paiement .panier-moyen-paiement{
    margin-right: 5px;
    display: inline-block;
}

.panier-container-moyen-paiement .panier-moyen-paiement img{
    height: 40px;
}

.panier-container-moyen-paiement  p{
    margin-top: 20px;
    color: #333;
    font-weight: bold;
}

.custom-control-label::after {
    top: .35rem;
    left: -1.3rem;
}

.widget .catagories-menu .sub-menu li input:checked ~ label::before{
    background-color: #0315ff;
}

.panier-titre, .panier-h3{
    font-size: 1.75rem;
    margin: 0 -15px 20px -15px;
}

#cp_content h3{
    font-size: 20px;
    margin-bottom: 25px;
    margin-top: 10px;
}

.panier-container-moyen-paiement{
    background: #fff;
    width: 100%;
    padding: 15px;
}

.panier-container-moyen-paiement h4{
    color: #333;
    font-size: 16px;
}

.btn.apply-coupon-wrapper{
    height: 38px;
    line-height: 38px;
}

.coupon-input{
   display: inline-block;
   width: calc(100% - 100px);
}

@media (min-width: 992px){
    .col-lg-70{
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%;
    }
    
    .col-lg-30{
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;
    }
}

.panier-calcul{
    font-size: 14px;
    background: #fff;
}

.panier-calcul .code-amount{
    padding: 0.75rem 0;
}

.panier-calcul tr:not(:last-child) td{
    border-top: none;
}

.panier-calcul tr:last-child.total{
    font-size: 18px;
    font-weight: bold;
    font-family: "Gotham-Bold", sans-serif;
    text-transform: uppercase;
}

.bloc-bouton-commander .btn-primary{
    font-size: 18px;
    font-family: "Gotham-Bold", sans-serif;
    font-weight: bold;
}

.panier-h3{
    font-size: 1.5rem;
    margin: 30px -15px 20px -15px;
}

#panier_content .products_container{
    margin: 0 -30px;
}

.panier-description .close_product{
    float: inherit;
    font-weight: bold;
    text-decoration: underline;
    font-size: 12px;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------ESPACE CLIENT--------------------------------*/
/*-----------------------------------------------------------------------------*/

.tab-content>.active {
    opacity: 1;
}

.myaccount-tab-menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.myaccount-tab-menu a {
  border: 1px solid #efefef;
  border-bottom: none;
  color: #222222;
  font-weight: 400;
  font-size: 15px;
  display: block;
  padding: 10px 15px;
}

.myaccount-tab-menu a:last-child {
  border-bottom: 1px solid #efefef;
}

.myaccount-tab-menu a:hover, .myaccount-tab-menu a.active {
  background-color: #f1ba0e;
  border-color: #f1ba0e;
  color: #fff;
  text-decoration: none;
}

.myaccount-tab-menu a i.fa {
  font-size: 14px;
  text-align: center;
  width: 25px;
}

#table_all_commande tr{
    cursor: pointer;
}

#table_all_commande tr:hover{
    background: #eee;
}

/* PAGE COMMANDER */

#formulaire-paiement input[type="checkbox"] + label::after {
    top: 0;
    left: -20px;
}

#formulaire-paiement .order-payment-method input[type="radio"] + label::after{
    left: -21px;
    top: 6px;
}

#formulaire-paiement .order-payment-method .custom-control{
    display: flex;
    align-items: center;
}

#formulaire-paiement .order-payment-method input[type="radio"] + label{
    padding-left: 5px;
}

#formulaire-paiement .order-payment-method img{
    margin-right: 10px;
}

.padding-total{
    padding: 0.75rem 2rem !important;
}

#formulaire-paiement #infos_livraison{
    display: none;
}

.order-summary-content #div_panier_content img{
    min-width: 100px;
}

/*-----------------------------------------------------------------------------*/
/*-------------------------------ANNUAIRE--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.m-30{
    margin: 30px;
}

.post-modern {
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
  -webkit-box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
  box-shadow: -1px 0px 5px 0px rgba(65, 65, 65, 0.12);
}

.post-modern .post-inset {
  padding: 25px;
}

.post-modern .post-header {
  padding: 25px;
}

.post-modern .post-type {
  position: relative;
  top: 3px;
  font-size: 0;
  line-height: 0;
}

.post-modern .post-list {
  position: relative;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  margin-bottom: 0;
}

.post-modern .post-list > * {
  margin-top: 0;
}

.post-modern .post-list > *:not(:last-child) {
  margin-right: 12px;
}

.post-modern .post-list > li {
  display: inline-block;
}

.post-modern .post-body > *:only-child {
  padding-top: 0;
}

.post-modern .post-meta a, .post-modern .post-meta a:active, .post-modern .post-meta a:focus {
  color: inherit;
}

.post-modern .post-meta a:hover {
  color: #ffb74c;
}

.post-modern .post-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 22px 16px;
  background: #f9f9f9;
}

.post-modern .post-footer > * {
  padding: 0 7px;
}

* + .post-modern {
  margin-top: 30px;
}

.post-single .post-footer {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  margin-bottom: -10px;
}

.post-single .post-footer > * {
  margin-top: 10px;
}

.post-single .post-footer > *:not(:last-child) {
  margin-right: 20px;
}

.post-single * + .post-header {
  margin-top: 15px;
}

.post-single * + .post-meta {
  margin-top: 20px;
}

.post-single * + .post-body {
  margin-top: 20px;
}

.post-single * + .post-footer {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .post-single * + .post-header {
    margin-top: 22px;
  }
  .post-single * + .post-meta {
    margin-top: 10px;
  }
}

.annuaire-liste h2{
    font-size: 24px;
}

a.post-modern, a.post-modern:hover, a.post-moder:active, a.post-modern:focus{
    text-decoration: none;
}

.post-header{
    height: 200px;
    width: 100%;
}

.post-header img{
    object-fit: cover;
}

.annuaire-liste .nice-select{
    display: none;
}

.mt-35{
    margin-top: 35px;
}

a.badge:hover, a.badge:focus, a.badge:active{
    font-weight: bold;
}

.post-meta.badge:not(:first-child){
    margin-left: 10px;
}

.annuaire-liste h3{
    font-size: 18px;
    color: #333;
}

.annuaire-liste .post-body{
    min-height: 165px;
    display: flex;
    align-items: center;
}

.annuaire-liste .post-body-100{
    flex: 0 0 100%;
}