/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/
/* Smooth scrolling sur l'entièreté du site */
html {
    height:100%;
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

ul li{
    list-style: initial;
}
.padding-section ul {
    padding-left: 35px;
}                                         

a{
    display: inline;
}
.bloc-bouton a{
    display: block;
}

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

.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;
}

/*------------------------------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;}

@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;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    min-width: 180px;
    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;
}

/*
#success_newsletter{
    background: none repeat scroll 0 0 #96ca00;
}

#error_newsletter, .message-info-mdp{
    background: none repeat scroll 0 0 #f7941d;
}
*/

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

#success, #error_panier {
    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, #error_panier{
    background: none repeat scroll 0 0 #f7941d;
}

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

/*-----------------------------------------------------------------------------*/
/*-------------------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;
    }

}


/*-----------------------------------------------------------------------------*/
/*----------------------------ADAPTATION STYLE ESC-----------------------------*/
/*-----------------------------------------------------------------------------*/

/* 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 0 0 0;
}

.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: 0px;
}

.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;
}

/* FORMATIONS */

.onglet-formation .rubrique{
    background: transparent;
}

.formations_icone{
    text-align:center;
}
.formation_icone{
    text-align:center;
}

/* EVENEMENT */

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

/* TEMOIGNAGE */

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

/* CHERCHEURS */

.page-liste .bloc-liste .infos-liste a, .onglet-portrait, .onglet-portrait:hover{
    text-decoration: none;
}

/* PORTRAITS */

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

/* FORMULAIRES */

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

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

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%;
}

/* CAROUSEL PRODUIT */

:root {

      /* Tile Dimensions */
/*      --carousel-tile-spacing: 10px;*/
      --carousel-tile-width:   50%;
      --carousel-tile-height:  calc(var(--carousel-tile-width) / (16 / 9));

      /* Growth Factor */
      --carousel-growth-factor: 1.5;

      /* Fade to Opacity */
      --carousel-fade-opacity:   0.25;
      --carousel-normal-opacity: 1;

      /* Automatic Offsets - DO NOT ALTER */
      --carousel-offset-left:  calc(-1 * (var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1) / 2));
      --carousel-offset-right: calc(var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1));

      /* Transition Speeds */
      --carousel-transition-1: 1s;
      --carousel-transition-2: 0.5s;
      --carousel-transition-3: 0.3s;

}

/* Carousel Container */
.carousel-produit {
      margin: 0;
      box-sizing: border-box;
      width: 100%;
      overflow-x: auto;
      overflow-y: hidden;
}

/* Carousel Row */
.carousel-produit .carousel-row {
      white-space: nowrap;
      margin-top: calc((var(--carousel-tile-height) * (var(--carousel-growth-factor) - 1)) / 2);
      margin-bottom: calc((var(--carousel-tile-height) * (var(--carousel-growth-factor) - 1)) / 2);
      margin-left: calc((var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1)) / 2);
      margin-right: calc((var(--carousel-tile-width) * (var(--carousel-growth-factor) - 1)) / 2);
      transition: var(--carousel-transition-2);
}

/* Content Tile */
.carousel-produit .carousel-tile {
      position: relative;
      display: inline-block;
      width: var(--carousel-tile-width);
      height: var(--carousel-tile-height);
      margin-right: var(--carousel-tile-spacing);
      transition: var(--carousel-transition-2);
      -webkit-transform-origin: center left;
      transform-origin: center left;
      cursor: pointer;
      cursor: hand;
}

/* Add Extra Margin to Last Carousel Tile */
.carousel-produit .carousel-tile:last-of-type {
      margin-right: calc(var(--carousel-tile-width)/2);
}

/* Ensure All Elements Inside Tile are Block */
.carousel-produit .carousel-tile * {
      display: block;
}

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

.padding-bottom-45{
    padding-bottom: 45px !important;
}

.padding-left-15{
    padding-left: 15px !important;
}

#formulaire-inscription input[type="checkbox"] + label::before, #formulaire-inscription input[type="radio"] + label::before, #formulaire-inscription .block_select::before,
#formulaire-candidature input[type="checkbox"] + label::before, #formulaire-candidature input[type="radio"] + label::before, #formulaire-candidature .block_select::before
{ 
    content: none;
}

a.bouton, a.bouton:hover, a.bouton:active, a.bouton:focus {
    text-decoration: none;
}

/* RETOUCHES PRODUIT */

.product_item .photoframe .d_block{
    display: inline-block;
    width: 100%;
    min-height: inherit;
}

.product_item .photoframe img{
    object-fit: cover;
    height: 350px;
    min-width: 100%;
    max-height: inherit !important;
}

.product_item .photoframe{
    border: none;
}

.scheme_color.pagination{
    font-weight: bold;
}

.m_top_15{
    margin-top: 15px;
}

.product_item .photoframe.type_2 figcaption{
    min-height: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.products_container.row{
    margin-left: -15px;
    margin-right: -15px;
}

.category_grid .product_item, .products_container:not(.list_type) .product_item .photoframe, .nc_carousel .owl-item .photoframe, .wfilter_carousel .photoframe, .bestsellers_carousel .photoframe{
    width: 100%;
}

.commander-panier .widget-content{
    background: transparent;
}

.badge{
    font-size: 100%;
}

.page-produit .badge-nouveaute{
    vertical-align: top;
    margin-left: 10px;
}

.photoframe .badge-nouveaute{
    position: absolute;
    top: 20px;
    right: 20px;
}

/* 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;
}
*/
#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;
}

/* AUTRES ARTICLES */



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

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

.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: #008ca8;
	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;
}

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

.single-mega .sous-sous-lien{
    color: #262626;
}

.bouton-bleu a, .bouton-bleu a:hover, .bouton-bleu a:focus, .bouton-bleu a:active,
.bouton-mauve a, .bouton-mauve a:hover, .bouton-mauve a:focus, .bouton-mauve a:active{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
/*
.curseur-progression{
    background: #2b0030;
    color: #fff;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 75px;
    width: 75px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    line-height: 62px;
    text-align: center;
    border: 2px solid #fff;
} */

#curseur-progression{
    background: #2b0030;
    position: fixed;
    height: 10px;
    width: 50px;
    left: 0;
    bottom: 0;
    color: #fff;
    /* font-size: 10px; */
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    text-align: right;
    z-index: 1;
    /* padding: 0 5px; */
}

#curseur-nombre{
    background: #2b0030;
    color: #fff;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
    position: absolute;
    height: 35px;
    width: 50px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    line-height: 41px;
    text-align: center;
    bottom: 0;
    right: 0;
    font-size: 12px;
}

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

.padding-bottom-60{
    padding-bottom: 60px !important;
}

.bloc-liste-formation-tableau .col-liste-formation, .bloc-liste-formation-tableau .liste-carre, .bloc-liste-formation-tableau .bloc-formation, 
.bloc-liste-formation-tableau .infos-formation{
    max-height: inherit !important;
}

.bloc-liste-formation-tableau .bouton-mauve{
    border-radius: 50px;
    width: 100%;
}

.bloc-liste-formation-tableau .bouton-mauve, .bloc-liste-formation-tableau .bouton-mauve:hover, .bloc-liste-formation-tableau .bouton-mauve:active, .bloc-liste-formation-tableau .bouton-mauve:focus{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.bloc-liste-formation-tableau .bloc-formation{
    padding-bottom: 15px;
}

.p-page .img-apercu{
    max-height: 200px;
}

.header ul li{
    list-style: none;
}

.p-page table{
    max-width: 100% !important;
    display: block;
    overflow-x: auto;
}

.evenement-place{
    margin-top: 30px;
}

.evenement-place.badge, .evenement-place .badge{
    font-size: 75%;
}

.formation-footer-contact .onglet-formation{
    padding: 30px;
}

.img-loupe{
    cursor: pointer;
    margin: 0 20px;
    padding: 1rem 0 1rem 0;
}

#barre-recherche{
    height: 65px;
    width: calc(100% - 145px);
}

#bouton-rechercher{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #2b0030;
    color: #ffffff;
    padding: 20px;
    font-size: 16px;
    width: 145px;
    text-transform: uppercase;
}

.champ-recherche{
    padding: 1rem 3rem;
}

.unresultat, .unresultat:hover, .unresultat:active, .unresultat:focus{
    text-decoration: none;
}


.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;
}


.owl-stage{display:flex}

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

.clients{
	position: relative;
}

.clients > .owl-stage-outer{
	overflow: hidden;
        margin: 10px;
}

.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;
}

#partners{
    overflow: hidden;
}

.padding-section ul li{
    font-size: 16px;
}