@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-top: 3rem;
    padding-bottom: 3rem;
    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;
}

/*------------------------------PARTENAIRES------------------------------------*/

#partners {
    padding-top: 80px;
    text-align: center !important;
    width:100%;
}

#partners {
    padding-top: 0px;
    text-align: center !important;
}

#partners .clients .owl-item{
    width: auto !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 .fa-chevron-left, .owl-controls .fa-chevron-right{
    font-size: 20px;
    position: absolute;
    top: 30px;
}

.owl-controls .fa-chevron-left{
    left: 0;
}

.owl-controls .fa-chevron-right{
    right: 0;
}

#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%;
} */

.partner p{
    font-size: 12px;
    line-height: 12px;
    margin-top: 20px;
    margin-bottom: 0;
}

.partenariat-prez{
    margin-top: 100px;
    text-align: center;
    border: 5px solid #6FC1F5;
    padding: 100px 0 70px 0;
}

.partenaire-prez{
    margin: auto auto 30px auto;
}

.portfolio #partners img{
    max-height: 50px;
}

/* 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;
}

#success {
    position: fixed;
    left: 0;
    background: #96ca00;
    z-index: 999;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    font-weight: bold;
    opacity: 0;
    transition: opacity 2s;
    display: none;
}

#error{
    background: none repeat scroll 0 0 #f7941d;
}

.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 p{
    background: #008ca8;
}

.p-sidebar .contenu p{
    margin: 0;
}

.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%;
}

@media (min-width: 768px) {
    .bloc-liste-formation .liste-carre, .bloc-liste-formation .col-liste-formation, 
    .bloc-liste-formation .col-liste-formation .bloc-formation, .bloc-liste-formation .col-liste-formation .bloc-formation .infos-formation{
        max-height: 150px;
    }
}

.bloc-liste-formation{
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
}

.bloc-liste-formation .titre, .bloc-liste-formation .titre:hover, .bloc-liste-formation .titre:focus{
    color: #000;
    text-decoration: none;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.bloc-liste-formation .bloc-formation{
    height: 100%;
    line-height: 16px;
    margin-bottom: 15px;
}

.bloc-liste-formation .bloc-formation .bouton-blanc{
    border: 1px solid #333;
    color: #000;
    margin-bottom: 15px;
}

.bloc-liste-formation .bloc-formation .infos-formation div{
    display: inline;
    margin-left: 5px;
}

.bloc-liste-formation .bloc-formation .bleu{ font-weight: 600; }

.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;
}

.topbar{
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
}

.topbar p{
    margin: 0;
}

.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 label{
    line-height: 42px;
}

.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: #f0f0f0 !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: #414142;
	 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%;
}

footer table td{
    background: transparent !important;
    border: none !important;
    --bs-table-bg-type: none !important;
}