@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: 'Barlow';
	src: url('fonts/Barlow-Regular.eot');
	src: url('fonts/Barlow-Regular.otf') format('truetype'),
	url('fonts/Barlow-Regular.woff') format('woff'),
	url('fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/Barlow-Regular.svg#Barlow-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BarlowSC';
	src: url('fonts/BarlowSemiCondensed-Regular.eot');
	src: url('fonts/BarlowSemiCondensed-Regular.otf') format('truetype'),
	url('fonts/BarlowSemiCondensed-Regular.woff') format('woff'),
	url('fonts/BarlowSemiCondensed-Regular.eot?#iefix') format('embedded-opentype'),
	url('fonts/BarlowSemiCondensed-Regular.svg#BarlowSemiCondensed-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BarlowBlack';
	src: url('fonts/Barlow-Black.eot');
	src: url('fonts/Barlow-Black.otf') format('truetype'),
	url('fonts/Barlow-Black.woff') format('woff'),
	url('fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
	url('fonts/Barlow-Black.svg#Barlow-Black') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'BarlowBold';
	src: url('fonts/Barlow-Bold.eot');
	src: url('fonts/Barlow-Bold.otf') format('truetype'),
	url('fonts/Barlow-Bold.woff') format('woff'),
	url('fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'),
	url('fonts/Barlow-Bold.svg#Barlow-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

.title-heading{
    color: #000000;
}

a{
    display: inline-block;
	font-family: 'Barlow', sans-serif;
}

section{
    overflow-y: visible;
    overflow-x: clip;
}

.padding-section{
    position: relative;
    padding: 15px;
    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{
    color: white;
    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{
    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 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{

}

#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;
}


.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-iframe {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;}


video {
  /** Simulating background-size: cover */
  object-fit: fill;
  height: 100%;
  width: 100%;

  position: relative;
  top: 0;
  left: 0;
}

.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;
}

.p-sidebar-client .container-img-client{
    height: 75px;
    overflow: hidden;
    width: 75px;
    border-radius: 100px;
    position: relative;
    margin: 0 auto 15px auto;
}

.p-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%;
}

.p-sidebar-client .icone-menu{
    color: #3CCACE;
}

.p-sidebar-client .icone-menu .fa-phone{
    transform: rotate(90deg);
}

.p-sidebar-client ul li{
    padding: 30px 0;
}

.p-sidebar-client ul li span{
    color: #333;
    font-size: 16px;
    font-weight: 400;
    font-family: "Barlow", sans-serif;
}

.p-sidebar-client ul li::after{
    position: relative;
    top: 30px;
    left: 0;
    display: block;
    width: 100%;
    content: "";
    height: 1px;
}

.p-sidebar-client ul li:last-child::after{
    background: none;
}

.p-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;
}

/* ENTETE  LOGIN */
.bloc-head{
	height: auto;
	min-height: 500px;
	padding: 20px;
	display: inline-block;
	width: 100%;
}

.bloc-adherent {
	width: 450px;
	display: inline-block;
	margin-top: 180px;
	text-align: left;
	float: right;
}

.bloc-adherent .adh-titre, .login .adh-titre {
	background: #284b7a;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.adherent .form-horizontal.style-form .form-group {
	display: block;
	margin: 5px 0;
	min-height: 30px;
	width: 100%;
	padding: 0 5px;
}

.adherent .form-horizontal .control-label {
	color: #365576;
}

.adherent .form-control {
	font-size: 12px;
	line-height: 1.25;
	padding: 5px;
	border-radius: 0;
	border: none;
}

.adherent .form-horizontal.style-form .form-group {
	display: block;
	margin: 5px 0;
	min-height: 30px;
	width: 100%;
	padding: 0 5px;
}

.adherent .form-horizontal input[type="submit"] {
	width: 100%;
	color: #fff;
	background: #284b7a;
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	margin: 75px 0 0 0;
}

.adherent {
	background: transparent;
	padding: 5px;
	border: solid 2px #284b7a;
}
/* FIN ENTETE  LOGIN */
.general {
	margin: 0 auto;
	background-color: #fff;
	/*padding-bottom: 20px;*/
}

.actu-texte {color: #7d8387}

/* ARTICLES */
.article .p-sidebar-right .block-droite p {
	padding: 0;
	font-size: 13px;
}

.article .p-sidebar-right h3 {
	padding: 0px;
	font-size: 14px;
	margin-bottom: 0px;
}

.article .p-sidebar-right a {
	color: #444;
}

.article .p-sidebar-right .block-droite .col-image {
	overflow: hidden;
}

.article .p-sidebar-right .block-droite img {
	height: 100px;
	max-width: unset;
}
.article .p-sidebar-right {
	padding: 30px 0 0 10px;
	text-align: left;
	background: #fff;
}

.article .p-sidebar-right .div-sidebar {
	background: #eee;
	padding: 15px;
}

.article-liste-derniers-articles{
	color: #284b7a;
	font-size: 24px;
	border-bottom: solid 2px #284b7a;
	margin: 10px 0;
}

#menuToggle.barre-bleu {
	z-index: 1;
}
#menuToggle {
	display: block;
	position: relative;
	top: 10px;
	left: 5px;
	z-index: 999;
	-webkit-user-select: none;
	user-select: none;
}

#menuToggle span:first-child {
	transform-origin: 0% 0%;
}
#menuToggle.barre-bleu span {
	background: #61ded6;
}
#menuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #262626;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
}

.article .footerbar {
	/*border-top: 3px solid #ddd;*/
	padding-top: 20px;
}
.block-bas div {
	text-align: center;
	color: #fff !important;
}
.block-bas div {
	width: 100%;
	height: 200px;
	padding: 10px 50px;
	text-align: center;
	background-size: cover;
	background-position: center;
	color: #fff !important;
	position: relative;
	z-index: 999;
}
.block-bas .debut_texte {
	text-align: justify;
	font-weight: normal;
	color: #222222;
}

.masque-noir {
	width: 100%;
	display: block;
	height: 200px;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.4;
	z-index: -1;
}

.block-bas div h2 {
	border-bottom: solid 1px #fff;
	padding-bottom: 15px;
	color: #fff;
}

.blanc{
	color: #fff;
}
a:hover {
	text-decoration: none;
}
/* FIN ARTICLES */

header a {font-weight: bold;
	font-size: 16px;}

strong {text-transform: uppercase;
	color: #806de3;}


ul {padding-left: 40px}

#partenaires .btgrid .row, #activites .btgrid .row {
	background: #eee none repeat scroll 0 0;
	margin: 10px;
	padding: 10px;}

body p {
	font-size: 14px;
	color: #000;
}
#partenaires .btgrid .row img, #activites .btgrid .row img {border: solid #fff 4px;
	border-radius: 2px;}

/* CHARTES */

.row.charte div.bloc-charte {
	box-shadow: 0 0 3px #eee;
	background: #eee none repeat scroll 0 0;
	background-image: none;
	background-size: auto;
	padding: 15px;
	margin: 20px;
}

.opacity {
	background: rgba(255,255,255,0.8);
	padding: 5px;
}

.row.charte h2 {
	color: #284b7a;
}
p.row.charte{
	color: #666;
}

.main a {
	color: #284b7a;
	font-weight: bold;
}

/* FIN CHARTES */

footer a {font-weight: 400; color: inherit}

/* TEMOIIGNAGES */
.liste-tem .row .col-lg-2 {
	padding-left: 4px;
	padding-right: 4px;
}
.col-lg-2.col-temoignage {
	max-height: 110px;
	overflow: hidden;
	margin-bottom: 15px;
}
.liste-tem {
	margin: 50px auto 20px;
	padding: 0;
}
.main a {
	color: #284b7a;
	font-weight: bold;
}

span.cadre-img {
	width: 100%;
	height: 70px;
	overflow: hidden;
	position: relative;
	float: left;
	opacity: 0.5;
	cursor: pointer;
}

.col-temoignage > a > p {
	color: #284b7a;
	font-size: 10px;
	margin: 0;
	text-align: center;
	font-weight: bold;
}

.row.temoignage {
	min-height: 450px;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}

.row.temoignage img {
	box-shadow: 0 0 3px #eee;
	position: absolute;
	z-index: 0;
	width: 100%;
}

.row.temoignage div {
	background: rgba(255,255,255,0.7);
	padding: 20px;
	z-index: 0;
	margin: 500px 20px;
}

.row.temoignage h2 {
	color: #284b7a;
	font-size: 28px;
}

/* FIN TEMOIGNAGES */

/* EVENEMENTS + CALENDRIER */
.fc-icon,body .fc{font-size:1em}.fc-button-group,.fc-icon{display:inline-block}.fc-bg,.fc-row .fc-bgevent-skeleton,.fc-row .fc-highlight-skeleton{bottom:0}.fc-icon,.fc-unselectable{-khtml-user-select:none;-webkit-touch-callout:none}.fc{direction:ltr;text-align:left}.fc-rtl{text-align:right}.fc th,.fc-basic-view td.fc-week-number,.fc-icon,.fc-toolbar{text-align:center}.fc-unthemed .fc-content,.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-list-view,.fc-unthemed .fc-popover,.fc-unthemed .fc-row,.fc-unthemed tbody,.fc-unthemed td,.fc-unthemed th,.fc-unthemed thead{border-color:#ddd}.fc-unthemed .fc-popover{background-color:#fff}.fc-unthemed .fc-divider,.fc-unthemed .fc-list-heading td,.fc-unthemed .fc-popover .fc-header{background:#eee}.fc-unthemed .fc-popover .fc-header .fc-close{color:#666}.fc-unthemed td.fc-today{background:#fcf8e3}.fc-highlight{background:#bce8f1;opacity:.3}.fc-bgevent{background:#8fdf82;opacity:.3}.fc-nonbusiness{background:#d7d7d7}.fc-unthemed .fc-disabled-day{background:#d7d7d7;opacity:.3}.ui-widget .fc-disabled-day{background-image:none}.fc-icon{height:1em;line-height:1em;overflow:hidden;font-family:"Courier New",Courier,monospace;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fc-icon:after{position:relative}.fc-icon-left-single-arrow:after{content:"\02039";font-weight:700;font-size:200%;top:-7%}.fc-icon-right-single-arrow:after{content:"\0203A";font-weight:700;font-size:200%;top:-7%}.fc-icon-left-double-arrow:after{content:"\000AB";font-size:160%;top:-7%}.fc-icon-right-double-arrow:after{content:"\000BB";font-size:160%;top:-7%}.fc-icon-left-triangle:after{content:"\25C4";font-size:125%;top:3%}.fc-icon-right-triangle:after{content:"\25BA";font-size:125%;top:3%}.fc-icon-down-triangle:after{content:"\25BC";font-size:125%;top:2%}.fc-icon-x:after{content:"\000D7";font-size:200%;top:6%}.fc button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;height:2.1em;padding:0 .6em;font-size:1em;white-space:nowrap;cursor:pointer}.fc button::-moz-focus-inner{margin:0;padding:0}.fc-state-default{border:1px solid;background-color:#f5f5f5;background-image:-moz-linear-gradient(top,#fff,#e6e6e6);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));background-image:-webkit-linear-gradient(top,#fff,#e6e6e6);background-image:-o-linear-gradient(top,#fff,#e6e6e6);background-image:linear-gradient(to bottom,#fff,#e6e6e6);background-repeat:repeat-x;border-color:#e6e6e6 #e6e6e6 #bfbfbf;border-color:rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);color:#333;text-shadow:0 1px 1px rgba(255,255,255,.75);box-shadow:inset 0 1px 0 rgba(255,255,255,.2),0 1px 2px rgba(0,0,0,.05)}.fc-state-default.fc-corner-left{border-top-left-radius:4px;border-bottom-left-radius:4px}.fc-state-default.fc-corner-right{border-top-right-radius:4px;border-bottom-right-radius:4px}.fc button .fc-icon{position:relative;top:-.05em;margin:0 .2em;vertical-align:middle}.fc-state-active,.fc-state-disabled,.fc-state-down,.fc-state-hover{color:#333;background-color:#e6e6e6}.fc-state-hover{color:#333;text-decoration:none;background-position:0 -15px;-webkit-transition:background-position .1s linear;-moz-transition:background-position .1s linear;-o-transition:background-position .1s linear;transition:background-position .1s linear}.fc-state-active,.fc-state-down{background-color:#ccc;background-image:none;box-shadow:inset 0 2px 4px rgba(0,0,0,.15),0 1px 2px rgba(0,0,0,.05)}.fc-state-disabled{cursor:default;background-image:none;opacity:.65;box-shadow:none}.fc-event.fc-draggable,.fc-event[href],.fc-popover .fc-header .fc-close,a[data-goto]{cursor:pointer}.fc .fc-button-group>*{float:left;margin:0 0 0 -1px}.fc .fc-button-group>:first-child{margin-left:0}.fc-popover{position:absolute;box-shadow:0 2px 6px rgba(0,0,0,.15)}.fc-popover .fc-header{padding:2px 4px}.fc-popover .fc-header .fc-title{margin:0 2px}.fc-ltr .fc-popover .fc-header .fc-title,.fc-rtl .fc-popover .fc-header .fc-close{float:left}.fc-ltr .fc-popover .fc-header .fc-close,.fc-rtl .fc-popover .fc-header .fc-title{float:right}.fc-unthemed .fc-popover{border-width:1px;border-style:solid}.fc-unthemed .fc-popover .fc-header .fc-close{font-size:.9em;margin-top:2px}.fc-popover>.ui-widget-header+.ui-widget-content{border-top:0}.fc-divider{border-style:solid;border-width:1px}hr.fc-divider{height:0;margin:0;padding:0 0 2px;border-width:1px 0}.fc-bg table,.fc-row .fc-bgevent-skeleton table,.fc-row .fc-highlight-skeleton table{height:100%}.fc-clear{clear:both}.fc-bg,.fc-bgevent-skeleton,.fc-helper-skeleton,.fc-highlight-skeleton{position:absolute;top:0;left:0;right:0}.fc table{width:100%;box-sizing:border-box;table-layout:fixed;border-collapse:collapse;border-spacing:0;font-size:1em;}.fc td,.fc th{border-style:solid;border-width:1px;padding:0;vertical-align:top}.fc td.fc-today{border-style:double}a[data-goto]:hover{text-decoration:underline}.fc .fc-row{border-style:solid;border-width:0}.fc-row table{border-left:0 hidden transparent;border-right:0 hidden transparent;border-bottom:0 hidden transparent}.fc-row:first-child table{border-top:0 hidden transparent}.fc-row{position:relative}.fc-row .fc-bg{z-index:1}.fc-row .fc-bgevent-skeleton td,.fc-row .fc-highlight-skeleton td{border-color:transparent}.fc-row .fc-bgevent-skeleton{z-index:2}.fc-row .fc-highlight-skeleton{z-index:3}.fc-row .fc-content-skeleton{position:relative;z-index:4;padding-bottom:2px}.fc-row .fc-helper-skeleton{z-index:5}.fc-row .fc-content-skeleton td,.fc-row .fc-helper-skeleton td{background:0 0;border-color:transparent;border-bottom:0}.fc-row .fc-content-skeleton tbody td,.fc-row .fc-helper-skeleton tbody td{border-top:0}.fc-scroller{-webkit-overflow-scrolling:touch}.fc-row.fc-rigid,.fc-time-grid-event{overflow:hidden}.fc-scroller>.fc-day-grid,.fc-scroller>.fc-time-grid{position:relative;width:100%}
.fc-event{position:relative;display:block;font-size:.85em;border-radius:1px;}
.fc-not-allowed,.fc-not-allowed .fc-event{cursor:not-allowed}.fc-event .fc-bg{z-index:1;background:#fff;opacity:.25}.fc-event .fc-content{position:relative;z-index:2}.fc-event .fc-resizer{position:absolute;z-index:4;display:none}.fc-event.fc-allow-mouse-resize .fc-resizer,.fc-event.fc-selected .fc-resizer{display:block}.fc-event.fc-selected .fc-resizer:before{content:"";position:absolute;z-index:9999;top:50%;left:50%;width:40px;height:40px;margin-left:-20px;margin-top:-20px}.fc-event.fc-selected{z-index:9999!important;box-shadow:0 2px 5px rgba(0,0,0,.2)}.fc-event.fc-selected.fc-dragging{box-shadow:0 2px 7px rgba(0,0,0,.3)}.fc-h-event.fc-selected:before{content:"";position:absolute;z-index:3;top:-10px;bottom:-10px;left:0;right:0}.fc-ltr .fc-h-event.fc-not-start,.fc-rtl .fc-h-event.fc-not-end{margin-left:0;border-left-width:0;padding-left:1px;border-top-left-radius:0;border-bottom-left-radius:0}.fc-ltr .fc-h-event.fc-not-end,.fc-rtl .fc-h-event.fc-not-start{margin-right:0;border-right-width:0;padding-right:1px;border-top-right-radius:0;border-bottom-right-radius:0}.fc-ltr .fc-h-event .fc-start-resizer,.fc-rtl .fc-h-event .fc-end-resizer{cursor:w-resize;left:-1px}.fc-ltr .fc-h-event .fc-end-resizer,.fc-rtl .fc-h-event .fc-start-resizer{cursor:e-resize;right:-1px}.fc-h-event.fc-allow-mouse-resize .fc-resizer{width:7px;top:-1px;bottom:-1px}.fc-h-event.fc-selected .fc-resizer{border-radius:4px;border-width:1px;width:6px;height:6px;border-style:solid;border-color:inherit;background:#fff;top:50%;margin-top:-4px}.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,.fc-rtl .fc-h-event.fc-selected .fc-end-resizer{margin-left:-4px}.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,.fc-rtl .fc-h-event.fc-selected .fc-start-resizer{margin-right:-4px}.fc-day-grid-event{margin:1px 2px 0;padding:0 1px}tr:first-child>td>.fc-day-grid-event{margin-top:2px}.fc-day-grid-event.fc-selected:after{content:"";position:absolute;z-index:1;top:-1px;right:-1px;bottom:-1px;left:-1px;background:#000;opacity:.25}
.fc-day-grid-event .fc-content{overflow:hidden}.fc-day-grid-event .fc-time{font-weight:700}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer{margin-left:-2px}.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer{margin-right:-2px}a.fc-more{margin:1px 3px;font-size:.85em;cursor:pointer;text-decoration:none}a.fc-more:hover{text-decoration:underline}.fc-limited{display:none}.fc-day-grid .fc-row{z-index:1}.fc-more-popover{z-index:2;width:220px}.fc-more-popover .fc-event-container{padding:10px}.fc-now-indicator{position:absolute;border:0 solid red}.fc-unselectable{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.fc-toolbar.fc-header-toolbar{margin-bottom:1em}.fc-toolbar.fc-footer-toolbar{margin-top:1em}.fc-toolbar .fc-left{float:left}.fc-toolbar .fc-right{float:right}.fc-toolbar .fc-center{display:inline-block}.fc .fc-toolbar>*>*{float:left;margin-left:.75em}.fc .fc-toolbar>*>:first-child{margin-left:0}.fc-toolbar h2{margin:0}.fc-toolbar button{position:relative}.fc-toolbar .fc-state-hover,.fc-toolbar .ui-state-hover{z-index:2}.fc-toolbar .fc-state-down{z-index:3}.fc-toolbar .fc-state-active,.fc-toolbar .ui-state-active{z-index:4}.fc-toolbar button:focus{z-index:5}.fc-view-container *,.fc-view-container :after,.fc-view-container :before{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.fc-view,.fc-view>table{position:relative;z-index:1}.fc-basicDay-view .fc-content-skeleton,.fc-basicWeek-view .fc-content-skeleton{padding-bottom:1em}.fc-basic-view .fc-body .fc-row{min-height:4em}.fc-row.fc-rigid .fc-content-skeleton{position:absolute;top:0;left:0;right:0}.fc-day-top.fc-other-month{opacity:.3}.fc-basic-view .fc-day-number,.fc-basic-view .fc-week-number{padding:2px}.fc-basic-view th.fc-day-number,.fc-basic-view th.fc-week-number{padding:0 2px}.fc-ltr .fc-basic-view .fc-day-top .fc-day-number{float:right}.fc-rtl .fc-basic-view .fc-day-top .fc-day-number{float:left}.fc-ltr .fc-basic-view .fc-day-top .fc-week-number{float:left;border-radius:0 0 3px}.fc-rtl .fc-basic-view .fc-day-top .fc-week-number{float:right;border-radius:0 0 0 3px}.fc-basic-view .fc-day-top .fc-week-number{min-width:1.5em;text-align:center;background-color:#f2f2f2;color:grey}.fc-basic-view td.fc-week-number>*{display:inline-block;min-width:1.25em}.fc-agenda-view .fc-day-grid{position:relative;z-index:2}.fc-agenda-view .fc-day-grid .fc-row{min-height:3em}.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton{padding-bottom:1em}.fc .fc-axis{vertical-align:middle;padding:0 4px;white-space:nowrap}.fc-ltr .fc-axis{text-align:right}.fc-rtl .fc-axis{text-align:left}.ui-widget td.fc-axis{font-weight:400}.fc-time-grid,.fc-time-grid-container{position:relative;z-index:1}.fc-time-grid{min-height:100%}.fc-time-grid table{border:0 hidden transparent}.fc-time-grid>.fc-bg{z-index:1}.fc-time-grid .fc-slats,.fc-time-grid>hr{position:relative;z-index:2}.fc-time-grid .fc-content-col{position:relative}.fc-time-grid .fc-content-skeleton{position:absolute;z-index:3;top:0;left:0;right:0}.fc-time-grid .fc-business-container{position:relative;z-index:1}.fc-time-grid .fc-bgevent-container{position:relative;z-index:2}.fc-time-grid .fc-highlight-container{z-index:3;position:relative}.fc-time-grid .fc-event-container{position:relative;z-index:4}.fc-time-grid .fc-now-indicator-line{z-index:5}.fc-time-grid .fc-helper-container{position:relative;z-index:6}.fc-time-grid .fc-slats td{height:1.5em;border-bottom:0}.fc-time-grid .fc-slats .fc-minor td{border-top-style:dotted}.fc-time-grid .fc-slats .ui-widget-content{background:0 0}.fc-time-grid .fc-highlight{position:absolute;left:0;right:0}.fc-ltr .fc-time-grid .fc-event-container{margin:0 2.5% 0 2px}.fc-rtl .fc-time-grid .fc-event-container{margin:0 2px 0 2.5%}.fc-time-grid .fc-bgevent,.fc-time-grid .fc-event{position:absolute;z-index:1}.fc-time-grid .fc-bgevent{left:0;right:0}.fc-v-event.fc-not-start{border-top-width:0;padding-top:1px;border-top-left-radius:0;border-top-right-radius:0}.fc-v-event.fc-not-end{border-bottom-width:0;padding-bottom:1px;border-bottom-left-radius:0;border-bottom-right-radius:0}.fc-time-grid-event.fc-selected{overflow:visible}.fc-time-grid-event.fc-selected .fc-bg{display:none}.fc-time-grid-event .fc-content{overflow:hidden}.fc-time-grid-event .fc-time,.fc-time-grid-event .fc-title{padding:0 1px}.fc-time-grid-event .fc-time{font-size:.85em;white-space:nowrap}.fc-time-grid-event.fc-short .fc-content{white-space:nowrap}.fc-time-grid-event.fc-short .fc-time,.fc-time-grid-event.fc-short .fc-title{display:inline-block;vertical-align:top}.fc-time-grid-event.fc-short .fc-time span{display:none}.fc-time-grid-event.fc-short .fc-time:before{content:attr(data-start)}.fc-time-grid-event.fc-short .fc-time:after{content:"\000A0-\000A0"}.fc-time-grid-event.fc-short .fc-title{font-size:.85em;padding:0}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer{left:0;right:0;bottom:0;height:8px;overflow:hidden;line-height:8px;font-size:11px;font-family:monospace;text-align:center;cursor:s-resize}.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after{content:"="}.fc-time-grid-event.fc-selected .fc-resizer{border-radius:5px;border-width:1px;width:8px;height:8px;border-style:solid;border-color:inherit;background:#fff;left:50%;margin-left:-5px;bottom:-5px}.fc-time-grid .fc-now-indicator-line{border-top-width:1px;left:0;right:0}.fc-time-grid .fc-now-indicator-arrow{margin-top:-5px}.fc-ltr .fc-time-grid .fc-now-indicator-arrow{left:0;border-width:5px 0 5px 6px;border-top-color:transparent;border-bottom-color:transparent}.fc-rtl .fc-time-grid .fc-now-indicator-arrow{right:0;border-width:5px 6px 5px 0;border-top-color:transparent;border-bottom-color:transparent}.fc-event-dot{display:inline-block;width:10px;height:10px;border-radius:5px}.fc-rtl .fc-list-view{direction:rtl}.fc-list-view{border-width:1px;border-style:solid}.fc .fc-list-table{table-layout:auto}.fc-list-table td{border-width:1px 0 0;padding:8px 14px}.fc-list-table tr:first-child td{border-top-width:0}.fc-list-heading{border-bottom-width:1px}.fc-list-heading td{font-weight:700}.fc-ltr .fc-list-heading-main{float:left}.fc-ltr .fc-list-heading-alt,.fc-rtl .fc-list-heading-main{float:right}.fc-rtl .fc-list-heading-alt{float:left}.fc-list-item.fc-has-url{cursor:pointer}.fc-list-item:hover td{background-color:#f5f5f5}.fc-list-item-marker,.fc-list-item-time{white-space:nowrap;width:1px}.fc-ltr .fc-list-item-marker{padding-right:0}.fc-rtl .fc-list-item-marker{padding-left:0}.fc-list-item-title a{text-decoration:none;color:inherit}.fc-list-item-title a[href]:hover{text-decoration:underline}.fc-list-empty-wrap2{position:absolute;top:0;left:0;right:0;bottom:0}.fc-list-empty-wrap1{width:100%;height:100%;display:table}.fc-list-empty{display:table-cell;vertical-align:middle;text-align:center}.fc-unthemed .fc-list-empty{background-color:#eee}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
	float: right;
	position: absolute;
}
.fc-title, .fc-content {
	margin-top: 18px;
}
#calendar {
	max-width: 100%;
	margin: 0 auto;
}
.fc-row.fc-rigid, .fc-time-grid-event {
	max-height:50px;
}
.fc-scroller.fc-day-grid-container {
	max-height: 336px;
}

.fc-sun, .fc-sat {
	background: #eee none repeat scroll 0 0;
}

a.fc-event{
	color: #000;
}
a.fc-event:hover{
	color: #000;
	text-decoration: none;
}

a[href].fc-event{
	color: #284b7a;
}
a[href].fc-event:hover{
	color: #444;
	text-decoration: none;
}
/* FIN */

.p-sidebar .form-connexion {
	margin: 0 auto;
}

.p-sidebar .bloc-adherent {
	width: 100%;
	display: inline-block;
	margin-top: 10px;
	text-align: left;
	float: none;
}

.bloc-adherent .adh-titre, .login .adh-titre {
	background: #284b7a;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
	width: auto;
	text-align: left;
	font-weight: bold;
	text-transform: uppercase;
}

.p-sidebar .bloc-adherent {
	text-align: left;
}

.adherent .form-horizontal.style-form .form-group {
	display: block;
	margin: 5px 0;
	min-height: 30px;
	width: 100%;
	padding: 0 5px;
}
.adherent .form-group {
	margin: 5px;
}

.p-sidebar .adherent .form-control, .login .adherent .form-control {
	border: solid 1px #eee;
}

.adherent .form-control {
	font-size: 12px;
	line-height: 1.25;
	padding: 5px;
	border-radius: 0;
	border: none;
}

.p-sidebar .adherent .form-horizontal input[type="submit"], .login .adherent .form-horizontal input[type="submit"] {
	margin: 0;
}

.error {
	background: none repeat scroll 0 0 #fd77da;
	color: #fff;
	margin: 10px auto;
	font-weight: bold;
	opacity: 0.9;
	padding: 5px;
	text-align: center;
	width: 100%;
}

/* ---- Menu sidebar ---- */
.p-sidebar .menu-icone {border-right: solid 2px #999;}
.menu-icone .icone {width: 100%;}
.menu-icone .icone:hover {text-decoration: none;}

.menu-icone .icone:hover {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	transition: 0.5s;
}

.menu-icone a {display: inline-block;float: none;margin: 10px auto;}

.menu-icone .icone img {float: none;
	width: 60px;
	height: 60px;}

.menu-icone .bordure {width: 100px;
	height: 100px;
	text-align: center;
	margin: 0 auto;
	padding: 15px;
	transition: 0.5s;
	border-radius: 50px;}

.menu-icone .icone p{color: #b5b5b5}
.menu-icone .icone:hover p{color: #014c8c}

/* --- FIN MENU --- */

.barre-lettre .nav-justified {
	background-color: #eee;
	border: 1px solid #ccc;
	border-radius: 5px;
	max-height: 52px;
	width: 100%;
	display: block;
	list-style: outside none none;
	margin-bottom: 0;
	padding-left: 0;
	margin: 20px 0 0px;
}

.barre-lettre .nav-justified > li {
	display: table-cell;
	width: 1%;
	float: none;
	position: relative;
}

.barre-lettre .nav-justified > li:first-child > a {
	border-left: 0 none;
	border-radius: 5px 0 0 5px;
}
.barre-lettre .nav-justified > li > a {
	background-color: #e5e5e5;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e5e5e5 100%);
	background-repeat: repeat-x;
	border-bottom: 2px solid #284b7a;
	color: #284b7a;
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top: 15px;
	text-align: center;
	display: block;
}

.input-search-adherent{
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
	-webkit-box-flex: 1;
	position: relative;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	z-index: 3;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-btn{
	position: relative;
	font-size: 0;
	white-space: nowrap;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.btn-info {
	color: #fff;
	background-color: #61ded6;
	border-color: #61ded6;
}

.input-group-btn > .btn {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.btn-lg, .btn-group-lg > .btn {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-top-left-radius: unset;
	border-bottom-left-radius: unset;
}

.h2violet {
	color: #806de3;
	font-weight: bold;
	font-size: 16px;
	padding: 0px 10px;
}

strong {
	font-weight: bold;
	text-transform: uppercase;
	color: #806de3;
}

.popup_contact{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 99999;
	transform: translate(-50%, -50%);
	background: white;
	padding: 15px;
	border: 1px solid black;
	width: 30%;
}

#filtre_gris{
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 99998;
	background: rgba(0,0,0,0.4);
	top: 0;
}

span.close:hover{
	cursor: pointer;
}

.offre{
	padding: 10px;
	background: #e7e7e7;
	text-align: left;
	height: 100%;
}

.offre-titre{
	font-size: 20px;
	font-weight: bold;
}

.offre-col{
	display: flex;
	flex-direction: column;
}

.offre-row{
	display: flex;
	flex-direction: row;
}

.col-filtre{
	display: flex;
	flex-direction: column;
}

.postulerpopup{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	bottom: 0;
	z-index: 999999;
}

.form-postuler{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: white;
	padding: 20px;
	z-index: 9999;
	height: 80%;
	overflow-y: scroll;
}

.obligatoire>label:after{
	content: " *";
	color: red;
	font-weight: bold;
}

@media screen and (max-width: 991px) {

	.bloc-adherent {
		width: 80%;
		display: inline-block;
		margin-top: 10px;
		text-align: left;
		float: none;
	}

	.header-mobile .row-adherent {
		display: block;
		width: 100%;
		text-align: center;
		margin: 20px auto;
	}

	.bloc-head{
		display: none;
	}

	.sticky-top{
		display: flex;
		flex-direction: column;
		position: static;
	}

	#topbar{
		order: 2;
	}

	#navbar{
		order: 1;
	}

	#search-str{
		height: 100%;
	}

	.adherent .form-horizontal input[type="submit"]{
		margin-top: 10px;
	}

	.p-sidebar{
		display: none;
	}

	#titre-page{
		display: none;
	}

	.adherent-liste-content{
		overflow-x: scroll;
	}

	.barre-lettre{
		width: calc(50px*26);
	}

	.adherent-liste-content > table{
		max-width: calc(50px*26);
	}

	.adherent-liste-content > table > tbody > tr{
		white-space: nowrap;
	}
}

@media screen and (min-width: 768px) {
	.header-mobile{
		display: none;
	}
}

#flex-header{
	display: contents;
}

.text-align-center{
	text-align: center;
}

.col-logo-mobile{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 60px 20px 10px;
}

.col-action-mobile{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px auto;
}

.col-social-mobile{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px auto;
}

.row-adherent{
	display: flex;
	width: 100%;
	justify-content: center;
	margin: 20px auto;
}

.right{
	text-align: right;
}

.adherent a{
	color: #fff;
}

.col-temoignage a {
	width: 100%;
}

.article .sidebar-right {background-color: #eee}

/* ---- Icônes topbar ---- */
.rs i {color: white;
	background: #284b7a;
	width: 32px; height: 32px;
	font-size: 16px;
	border-radius: 15px;
	padding: 7px 5px 5px 5px;
}
.rs {text-align: right}
.rs a {text-align: center}
.search input, .search .btn {
	padding: 5px;
	font-size: 11px;
	border-radius: 0px;
	color: #999;
	border: solid #284b7a 1px;
}

/* ---- Partenaires ---- */
.row.evenement {
	background: #eee none repeat scroll 0 0;
	box-shadow: 0 0 3px #eee;
	margin: 20px 0;
	padding: 15px;
}

.new-partenaire {
	position: absolute;
	left:0;
	transform:translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	z-index:10
}
.row.evenement img {
	padding:0.25rem;
	background-color:#fff;
	border-radius:0.25rem;
	border:1px solid #ddd
}

/* ---- Nomenclature ---- */

.service-icon.nomenclature {
	text-align: center;
	height: 100px;
	width: 100px;
	border: 5px solid #284b7a;
}
.service-icon {
	display: block;
	margin: auto auto 20px;
	text-align: center;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	padding: 25px 0;
	border-radius: 50%;
}
.service-icon ~ h3 {text-align: center}

/* ---- ---- */

.btn-jaune {background-color: #fcb538; border-color: #fcb538}
.btn-jaune:hover {background-color: #fdc460; border-color: #fdc460}

u a {text-decoration: underline; text-decoration-color: white;}


/* Emploi */
.form-group-emploi{
	margin: 20px;
}

.form-group-emploi > label{
	border-bottom: #2864a9 2px solid;
	font-size: 25px;
	color: #2864a9;
}

.form-group-emploi > label.label-bold{
	font-weight: bold;
	border-bottom: #2864a9 3px solid;
	font-size: 28px;
	color: #2864a9;
 }

.form-group-emploi > .nice-select{
	width: 100%;
	border-color: #2864a9;
}

.form-group-emploi > .nice-select > .list{
	width: 100%;
}

.form-group-emploi > button{
	background: #2864a9;
	width: 100%;
	text-align: center;
}

.form-group-emploi > button:hover{
	background: #1e4a7e;
	color: #fff;
}

.col-emploi-filtres{
	border: #2864a9 1px solid;
	background: #fff;
	border-radius: 5px;
}

.container-emploi{
	background-color: #f6f6f6;
}

.emploi-titre{
	font-weight: bold;
	border-bottom: #2864a9 3px solid;
	font-size: 28px;
	color: #2864a9;
	width: fit-content;
}

.emploi-nbresult{
	font-size: 22px;
	color: #2864a9;
	width: fit-content;
}


.img-emploi{
	width: 100%;
	max-height: 200px;
	object-fit: contain;
}

.offre-labels{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.secteur{
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 5px;
	height: fit-content;
	border-radius: 5px;
}

.secteur-2{
	padding: 5px 15px;
	text-transform: uppercase;
	margin: 5px 0;
	height: fit-content;
	border-radius: 5px;
}

.uneOffre{
	background: #fff;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
}

.offre-emploi-titre{
	font-weight: bold;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	padding: 0;
	word-break: break-word;
}

.row-emploi-offre-inf{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-emploi-offre-inf > div > i{
	color: #24ad35;
}

.offre-date{
	text-align: right;
}

.col-offre-description{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.emploi-cvtheque{
	padding: 20px;
	background-color: #2864a9;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}

.emploi-cvtheque-retirer{
	padding: 20px;
	background-color: #f8ad14;
	color: white;
	font-size: 20px;
	text-align: center;
	border-radius: 5px;
}
.emploi-cvtheque-button-retirer{
	background-color: #2864a9;
	color: #fff;
	border: #2864a9 1px solid;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.emploi-cvtheque-button-retirer:hover{
	background-color: #2864a9;
	color: #e0e0e0;
}


.emploi-cvtheque-button{
	background-color: #fff;
	color: #2864a9;
	border: #fff 1px solid;
	border-radius: 5px;
	margin: 10px 0 0 0;
}

.emploi-cvtheque-button:hover{
	background-color: #e0e0e0;
	color: #2864a9;
}

.emploi-logo{
	justify-content: center;
	display: flex;
	align-items: center;
	text-align: center;
}

.form-group-emploi > a{
	text-decoration: underline;
}

/* ---- ---- */

.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-share a {
	color: #333;
	font-size: 15px;
	font-weight: 400;
	line-height: 56px;
	margin-right: 19px;
}

.entry-share .share-title::after {
	position: absolute;
	content: "";
	width: 2px;
	height: 16px;
	background-color: rgba(34, 34, 34, 0.15);
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.share-links > a > i{
	color: #806de3;
	transition: all 0.2s ease-in-out 0s;
}

.share-links > a > i:hover{
	color: #000;
}

/* Style offre d'emploi */

.offreCard{
	background: #fff;
	color: #294b79;
	padding: 20px;
	margin: 20px 0px;
	border-radius: 5px;
}

.offre-titre{
	font-weight: bold;
	font-size: 28px;
	color: #294b79;
	width: fit-content;
	padding: 0;
	text-decoration: 2px underline;
}

.row-offre-inf{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.row-offre-inf-center{
	display: flex;
	flex-direction: row;
	justify-content: center;
	font-size: 1.2em;
}

.row-offre-inf-center > div{
	margin: 0 15px;
}

.row-offre-inf > div > i{
	color: #fff;
}
.row-offre-inf-center > div > i {
	color: #24ad35;
}
.offre-btn-postuler{
	background-color: #e6362e;
	padding: 5px 15px;
	border-radius: 5px;
	margin-right: 20px;
	transition: all 0.2s ease-in-out 0s;
}

.offre-btn-postuler:hover{
	background-color: #bb2a24;
	cursor: pointer;
}

.offre-page{
	background-color: #f6f6f6;
}

.offre-contact{
	background-color: #2864a9;
	padding: 20px;
	margin: 20px 0;
	border-radius: 5px;
	width: 100%;
	color: #fff;
	border: 1px solid #2864a9;
}

.offre-contact-titre{
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	width: fit-content;
	padding: 0;
	margin: 20px 0;
	border-bottom: 2px solid #fff;
}

.offre-contact-inf-societe{
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin: 20px 0;
}

.offre-contact-inf-adresse{
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}

.offre-contact-inf-contact{
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}

.offre-contact-inf-contact-personne, .offre-contact-inf-contact-personne > a{
	color: #fff !important;
}

.offreDesc{
	background-color: #fff;
	margin: 20px 0px;
	padding: 20px 40px;
	border-radius: 5px;
	border: #2864a9 solid 1px;
}

.offre-description-titre{
	font-weight: bold;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	margin: 30px auto;
	padding: 0;
	border-bottom: 2px solid #2864a9;
}

.offre-description-footer{
	margin: 20px 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.btn-offre-postuler{
	color: #fff;
	background-color: #05a219;
	padding: 10px 30px;
	border-radius: 5px;
	font-size: 18px;
	z-index: 99999999;
	position: fixed;
	bottom: 30px;
	right: 100px;
}

.btn-offre-postuler:hover{
	cursor: pointer;
}

.offre-lien-retour{
	display: flex;
	flex-direction: row;
	justify-content: start;
}

.offre-contact-col{
	overflow-wrap: anywhere;
}

.offre-details{
	background-color: #fff;
	padding: 20px;
	border-radius: 5px;
	border: #2864a9 solid 1px;
}

.offre-un-detail{
	margin: 20px 0;
}

.offre-un-detail-titre{
	font-size: 16px;
	font-weight: bold;
	color: #2864a9;
	padding: 0;
}

.offre-un-detail-valeur{
	font-size: 14px;
	color: #2864a9;
	padding: 0;
	margin: 2px 0 0 10px;
}

.offre-details-titre{
	font-weight: bold;
	font-size: 20px;
	color: #2864a9;
	width: fit-content;
	margin: 30px 0;
	padding: 0;
	border-bottom: 2px solid #2864a9;
}

.offre-un-detail-valeur:before{
	content: "•";
	margin-right: 6px;
}

.link-emploi{
	width: 100%;
}

.required::after{
	content: "*";
	color: red;
	font-size: 1.2em;
}


@media screen and (max-width: 768px){
	.form-postuler{
		width: 80%;
	}

}

.adherent-card-annonce{
	background: #ffffff;
	border-radius: 10px;
	padding: 30px;
	height: 100%;
}

.article-plus > i {
	font-size: 20px;
	border: 2px solid #414142;
	border-radius: 50%;
	height: 30px;
	width: 30px;
	text-align: center;
	align-content: center;
	align-items: center;
	display: grid;
	color: #414142;
}

.btn-adherent-voir{
	margin-top: 10px;
	background-color: #fcb538;
	color: #ffffff;
	padding: 5px;
	border-radius: 5px;
	font-weight: 400;
	text-align: center;
}

.adherent-card-text > h3{
	font-size: 18px;
}

.label-inline {
	display: inline;
}

.lien-retour-liste-offre, .offre-lien-retour{
	font-size: 18px;
	color: #fca65e;
}

.pastilles-avancement {
	display: flex;
	justify-content: center;
	align-items: center;
	counter-reset: pastille-counter;
}

.pastille {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: gray;
	margin-right: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	margin-left: 10px;
}

.pastille.active {
	background-color: #025aa5;
}

.pastille:before {
	counter-increment: pastille-counter;
	content: counter(pastille-counter);
}

.btn-jaune-retour{
	background: #fca65e;
	color: #fff;
}

.form-titre{
	font-weight: bold;
	font-size: 26px;
	color: #365576;
	width: fit-content;
	padding: 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #365576;
}

/** RANGE SLIDER **/
.range_container {
	display: flex;
	flex-direction: column;
	margin: 20px 0;
}

.sliders_control {
	position: relative;
	min-height: 30px;
}

.form_control {
	position: relative;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	color: #635a5a;
}

input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #C6C6C6;
	cursor: pointer;
}

input[type=range]::-moz-range-thumb {
	-webkit-appearance: none;
	pointer-events: all;
	width: 24px;
	height: 24px;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px #C6C6C6;
	cursor: pointer;
}

input[type=range]::-webkit-slider-thumb:hover {
	background: #f7f7f7;
}

input[type=range]::-webkit-slider-thumb:active {
	box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
	-webkit-box-shadow: inset 0 0 3px #387bbe, 0 0 9px #387bbe;
}

input[type="number"] {
	color: #8a8383;
	width: 80%;
	height: 30px;
	font-size: 20px;
	border: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	opacity: 1;
}

input[type="range"] {
	-webkit-appearance: none;
	appearance: none;
	height: 2px;
	width: 100%;
	position: absolute;
	background-color: #C6C6C6;
	pointer-events: none;
}

#fromSlider {
	height: 0;
	z-index: 1;
}

.form_control_container {
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}
/** FIN RANGE SLIDER **/

input[type="file"].form-control{
	height: calc(1.5em + 1.5rem + 2px) !important;
	padding: .75rem .75rem !important;
}


.adherent-card-annonce > .row {align-items: center; height: 100%}
.adherent-card-img {text-align: center}
.adherent-card-annonce img {max-height: 100px}
.offre-contenu {font-weight: 400}
.col-emploi-filtres input, .col-emploi-filtres .nice-select, .col-emploi-filtres .selectize-input, #formcv input, #formcv .nice-select, #formcv .selectize-input, #formcv textarea {background-color: #f5f5f5}
.link-emploi {padding-left: 0; padding-right: 0}
input[type="file"].form-control {padding: .55rem .75rem .75rem .75rem !important}
#fromInput, #toInput {border: 1px solid #ced4da; border-radius: 0.25em; padding: 0.375rem 0.75rem; font-size: 14px; width: 100%; min-height: calc(1.5em + 0.75rem + 2px)}
.showback, .form-panel {border-radius: 5px; box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important}

input#rgpd {
	margin-right: 5px;
}

/* formations */


/* FORMATION */
.row.formation{
	text-align:center;
}
.service-icon {
	border: 5px solid #d80027;
	border-radius: 50%;
	display: block;
	height: 115px;
	margin: auto auto 20px;
	text-align:center;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
	width: 115px;
	padding: 25px 0;
	border-radius: 50%;
}
.service-icon i {
	color:#558fdf;
	text-align: center;
	margin: 0 auto;
}
.service-icon.offre, .service-icon.demande, .service-icon.stage {border: 5px solid #eab818;}
.service-icon.offre, .service-icon.demande, .service-icon.stage {border: 5px solid #eab818;}
.service-icon:hover {
	border: 5px solid #558fdf;
}
.formation .service-icon {
	border: 5px solid #284b7a;
}
.formation .service-icon i {
	color:#fd77da;
}
.formation .service-icon:hover {
	border: 5px solid #fd77da;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.input-group .search-input-formation:not(:last-child), .input-group-addon:not(:last-child), .input-group-btn:not(:last-child) > .btn, .input-group-btn:not(:last-child) > .btn-group > .btn, .input-group-btn:not(:last-child) > .dropdown-toggle, .input-group-btn:not(:first-child) > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:not(:first-child) > .btn-group:not(:last-child) > .btn {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}

.input-group-addon, .input-group-btn, .input-group .search-input-formation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.input-group .search-input-formation {
	position: relative;
	z-index: 2;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}

.input-group-btn {
	position: relative;
	font-size: 0;
	white-space: nowrap;
}

.input-group-btn:not(:first-child) > .btn, .input-group-btn:not(:first-child) > .btn-group {
	z-index: 2;
	margin-left: -1px;
}

.input-group-btn > .btn {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 0%;
	-ms-flex: 1 1 0%;
	flex: 1 1 0%;
}

.btn-lg {
	padding: 0.75rem 1.5rem;
	font-size: 1.25rem;
	border-radius: 0 0.3rem 0.3rem 0;
}

.input-group-addon, .input-group-btn, .input-group .search-input-formation {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.search-input-formation{
	display: block;
	width: 100%;
	padding: 0.5rem 0.75rem;
	font-size: 1rem;
	line-height: 1.25;
	color: #464a4c;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	-webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}


@media (max-width: 740px){
	.formation-thead {
		display: none;
	}
	.formation-titre {
		 display: inline;
	}
	.formation-td {
		display: inline-block;
		width: 100%;
	}
}

@media (min-width: 740px){
	.formation-titre {
		display: none;
	}
}

.table th, .table td {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #eceeef;
}

.popup_contact .close {
	margin: 10px 5px 0;
	position: absolute;
	right: 10px;
	top: 0;
}

.row.info-form {
	border: 2px solid #284b7a;
	margin: 10px auto;
	padding: 15px 5px;
	text-align: center;
}
.row.info-form i{
	color:#284b7a;
}
.row.info-form label{
	font-weight:bold;
	display:block;
}

.btn-pink{
	color: #fff;
	background-color: #fd77da;
	border-color: #fd77da;
}

.btn-pink:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #c12e2a;
}

.btn-violet:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #419641;
}
.btn-violet {
	color: #fff;
	background-color: #806de3;
	border-color: #806de3;
}

.label-inscription{
	font-weight: bold;
	color: black;
	display: inline-block;
	margin-bottom: .5rem;
}

.formation-success{
	background: none repeat scroll 0 0 #61ded6;
	color: black;
	margin:10px auto;
	font-weight: bold;
	opacity: 0.9;
	padding: 5px;
	text-align: center;
	width: 100%;
}
.formation-error{
	background: none repeat scroll 0 0 #fd77da;
	color: black;
	margin:10px auto;
	font-weight: bold;
	opacity: 0.9;
	padding: 5px;
	text-align: center;
	width: 100%;
}

.formation-card{
	border: 3px solid #806de3;
	padding: 20px 30px;
	height: 100%;
	color: #806de3;
	background : white;
	border-radius: 10px;
	word-break: break-word;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-content: center;
	transition: 0.3s ease-in-out;
}

.formation-card:hover{
	background: #806de3;
	color: white;
}

span.formation-title{
	font-size: 1.3em;
	font-weight: bold;
}

span.formation-date{
	font-weight: bold;
}

.formation-button{
	background-color: #806de3;
	color: white;
	font-weight: bold;
	border-radius: 10px;
	border : 3px solid white;
	padding: 10px;
}

.formation-button:hover{
	background-color: white;
	color: #806de3;
	border: 3px solid #806de3;
	font-weight: bold;
	border-radius: 10px;
	padding: 10px;
}