/*------------------------------------------------------------------------------*/
/*-------------------------------CLASS BASIQUES---------------------------------*/
/*------------------------------------------------------------------------------*/

.title-heading{
    color: #000000;
}

a{
    display: inline-block;
}

section{
    overflow-y: visible;
    overflow-x: clip;
}

.padding-section{
    position: relative;
    padding: 50px 75px;
    z-index: 2;
}

.pleine-section{
    position: relative;
    z-index: 2;
}

.section-backoffice{
    position: relative;
    width: 100%;
    padding: 10px;
    background: rgb(0,0,0,0.7);
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}

.section-rubrique{
    padding: 0;
    margin: 50px 75px;
}

.section-rubrique p:last-child, .section-rubrique ul:last-child{
    padding-bottom: 30px;
}

.largeur-totale, .largeur-totale-chiffres{
    padding: 0;
}

.largeur-totale .row, .largeur-totale-chiffres .row{
    margin: 0;
    align-items: center;
}

.largeur-totale .col, .largeur-totale-chiffres .col{
    padding: 0 30px;
}

.largeur-totale ul li, .largeur-totale-chiffres ul li{
    padding: 20px 20px 0 20px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.largeur-totale-chiffres .col-md-3:first-child{
    padding-left: 50px;
    padding-right: 25px;
}

.largeur-totale-chiffres .col-md-3:nth-child(2){
    padding: 0 25px;
}

.largeur-totale-chiffres .col-md-3:nth-child(3){
    padding-right: 50px;
    padding-left: 25px;
}

.indent-text-15{
    padding: 0 15px;
}

.indent-text-30{
    padding: 0 30px;
}

.indent-text-45{
    padding: 0 45px;
}

.m-0 {
	margin: 0;
}

.m-xs {
	margin: 10px;
}

.m-sm {
	margin: 20px;
}

.m-md {
	margin: 40px;
}

.m-lg {
	margin: 80px;
}

.mt-0 {
	margin-top: 0;
}

.mt-xs {
	margin-top: 10px;/* 10px */
}

.mt-sm {
	margin-top: 20px;/* 20px */
}

.mt-md {
	margin-top: 40px;/* 40px */
}

.mt-lg {
	margin-top: 80px;/* 80px */
}

.mt-30 {
	margin-top: 30px;
}

.mt-50 {
	margin-top: 50px;
}

.mt-60 {
	margin-top: 60px;
}

.mt-70 {
	margin-top: 70px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-150 {
	margin-top: 150px;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.mb-xs {
	margin-bottom: 10px;
}

.mb-sm {
	margin-bottom: 20px;
}

.mb-md {
	margin-bottom: 40px;
}

.mb-lg {
	margin-bottom: 80px;
}

.mb-20 {
	margin-bottom: 20px !important;
}

.mb-25 {
	margin-bottom: 25px !important;
}

.mb-30 {
	margin-bottom: 30px !important;
}

.mb-40 {
	margin-bottom: 40px !important;
}

.mb-50 {
	margin-bottom: 50px !important;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-70 {
	margin-bottom: 70px !important;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-150 {
	margin-bottom: 150px;
}

.mr-0 {
	margin-right: 0;
}

.mr-xs {
	margin-right: 10px;
}

.mr-sm {
	margin-right: 20px;
}

.mr-md {
	margin-right: 40px;
}

.mr-lg {
	margin-right: 80px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.mr-60 {
	margin-right: 60px;
}

.mr-100 {
	margin-right: 100px;
}

.mr-150 {
	margin-right: 150px;
}

.ml-0 {
	margin-left: 0 !important;
}

.ml-xs {
	margin-left: 10px;
}

.ml-sm {
	margin-left: 20px;
}

.ml-md {
	margin-left: 40px;
}

.ml-lg {
	margin-left: 80px;
}

.ml-30 {
	margin-left: 30px;
}

.ml-50 {
	margin-left: 50px;
}

.ml-60 {
	margin-left: 60px;
}

.ml-100 {
	margin-left: 100px;
}

.ml-150 {
	margin-left: 150px;
}

.p-0 {
	padding: 0;
}

.p-xs {
	padding: 10px;
}

.p-sm {
	padding: 20px;
}

.p-md {
	padding: 40px;
}

.p-lg {
	padding: 80px;
}

.pt-0 {
	padding-top: 0 !important;
}

.pt-xs {
	padding-top: 10px;
}

.pt-sm {
	padding-top: 20px;
}

.pt-md {
	padding-top: 40px;
}

.pt-lg {
	padding-top: 80px;
}

.pt-15 {
	padding-top: 15px !important;
}

.pt-20 {
	padding-top: 20px !important;
}

.pt-30 {
	padding-top: 30px !important;
}

.pt-50 {
	padding-top: 50px !important;
}

.pt-60 {
	padding-top: 60px !important;
}

.pt-80 {
	padding-top: 80px !important;
}

.pt-90 {
	padding-top: 90px !important;
}

.pt-100 {
	padding-top: 100px !important;
}

.pt-150 {
	padding-top: 150px !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pb-xs {
	padding-bottom: 10px;
}

.pb-sm {
	padding-bottom: 20px;
}

.pb-md {
	padding-bottom: 40px;
}

.pb-lg {
	padding-bottom: 80px;
}

.pb-30 {
	padding-bottom: 30px !important;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-150 {
	padding-bottom: 150px;
}

.pr-0 {
	padding-right: 0;
}

.pr-xs {
	padding-right: 10px;
}

.pr-sm {
	padding-right: 20px;
}

.pr-md {
	padding-right: 40px;
}

.pr-lg {
	padding-right: 80px;
}

.pr-30 {
	padding-right: 30px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-60 {
	padding-right: 60px;
}

.pr-100 {
	padding-right: 100px;
}

.pr-150 {
	padding-right: 150px;
}

.pl-0 {
	padding-left: 0;
}

.pl-xs {
	padding-left: 10px;
}

.pl-sm {
	padding-left: 20px;
}

.pl-md {
	padding-left: 40px;
}

.pl-lg {
	padding-left: 80px;
}

.pl-30 {
	padding-left: 30px !important;
}

.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;
}

/*-----------------------------------------------------------------------------*/
/*---------------------------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 !important; }
.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;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0 15px;
    min-width: 180px;
    width: auto;
}

.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;
    }

}


/*-----------------------------------------------------------------------------*/
/*----------------------------ADAPTATION STYLE --------------------------------*/
/*-----------------------------------------------------------------------------*/

body{
    margin: 0;
}

/* 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-page{
    padding: 15px;
}

/* FORMULAIRES */

form#default-formulaire p{
    padding-bottom: 0;
}

/* FOOTER */
footer p, footer h2, footer h3, footer h4, footer h5, footer ul, footer a{
    color: #fff;
}

iframe{
    max-width: 100%;
}

.p-page img{
    max-width: 100%;
}

.video-wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	height: 0;
	padding-bottom: 56.25%;
}



video {
  /** Simulating background-size: cover */
  object-fit: fill;
  height: 100%;
  width: 100%;

  position: relative;
  top: 0;
  left: 0;
  z-index: -1;
}

.page-titre-video{
    width: 100%;
    background-size: cover !important;
    display: flex;
    align-items: center;
}

.video-titre{
    z-index: 5;
    position: absolute;
    text-align: center;
}
/* DEBUT SECTION VIDEO */
.section-video-wrapper{
    position: relative;
    overflow: hidden;
}

#videobcg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -100;
    object-fit: cover;
}
/* FIN SECTION VIDEO */

/* 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 */

.btn-border-turquoise{
    background : transparent !important; 
    color : #06b5a9 !important; 
    border : 1px solid #06b5a9 !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;
}

.btn-border-rose{
    background : transparent !important; 
    color : #f5006b  !important ; 
    border : 1px solid #f5006b   !important;
}

.btn-border-orange{
    background : transparent !important; 
    color : #f8ad14  !important; 
    border : 1px solid #f8ad14  !important;  
}

.btn-border-vert{
    background : transparent !important; 
    color : #9fde3f  !important; 
    border : 1px solid #9fde3f !important ;
}

.btn-border-bleu{
    background : transparent  !important; 
    color : #2a3f75  !important; 
    border : 1px solid #2a3f75 !important;
}

.header-bg{
    background-color: rgba(0,0,0,0.4);
    padding: 20px;
}

.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-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-nav{
		 left: 0;
		 width: 100%;
	 }
	 .owl-nav{
		 padding: 0 15px 0 15px;
	 }
 }
 
.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;
}

/* BANDEAU SOLUTION */

.bandeau{
    padding: 0px !important;
    height: 0;
    position: relative;
    z-index: -1;
}
.opacite{
    opacity: 0.2;
} 

.bandeau > div{
    margin: 0px !important;
    font-family: 'Gotham Bold';
    position: relative;
    z-index: 1;
    /*animation: bandeau 30s linear infinite;
    -webkit-animation: bandeau 30s linear infinite; */
}

.bandeau-top > div{
    top : -450px;
}

.bandeau-bottom > div{
    bottom : -450px;
}

@keyframes bandeau {
    0% {left:  100%;}
    100% {left : calc(-100%);}
}

/* ARRONDI SECTION */
.custom-shape-divider-bottom-1664896435 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1664896435 svg {
    position: relative;
    display: block;
    width: calc(225% + 1.3px);
    height: 59px;
}

.custom-shape-divider-bottom-1664896435 .shape-fill {
    fill: #FFFFFF;
}
/* FIN ARRONDI SECTION */

@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%;
}

.img-realisation{
    width: 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);
}

/* FIN TIMELINE */

/* Petites images en haut/bas de sections */

.img-topleft-bg{
    position: absolute;
    top: -90px;
    left: 40px;
    z-index: -1;
    object-fit: cover;
}

.img-topright-bg{
    position: absolute;
    top: -90px;
    right: 40px;
    z-index: -1;
    object-fit: cover;
}

.img-bottomleft-bg{
    position: absolute;
    bottom: -90px;
    left: 40px;
    z-index: -1;
    object-fit: cover;
}

.img-bottomright-bg{
    position: absolute;
    bottom: -90px;
    right: 40px;
    z-index: -1;
    object-fit: cover;
}
/* FIN Petites images en haut/bas de sections */

/* 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;
}

.titre-pack > a{
	text-decoration: none;
}

.blog-item{
	padding-top: 15px;
	padding-bottom: 15px;
}

.article-content{
	box-shadow: 2px 7px 9px 0 rgba(0,0,0,0.3);
	height: 100%;
	background: white;
}

.pack > .portfolio-img{
	height: 100%;
	background-color: white;
}

.formation-item > .portfolio-img{
	height: 100%;
	background-color: white;
}

.categorie-afficher-opacite{
	position: absolute;
	bottom: 10px;
	left: 50%;
	width: 96%;
	text-align: center;
	transform: translate(-50%);
	color: white;
	margin: 0;
	opacity: 0.8;
}

@media screen and (max-width: 1024px) {
	.categorie-afficher-opacite{
		font-size: 12px;
		bottom: 5px;
	}
}

.rotation-scroll{
	z-index: -1 !important;
	position: relative;
}

/* HEADER LOGO */

.header .logo{
    max-width: 90px;
    max-height: 45px;
    padding: 0;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------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;
}

/* STYLE VIDEO FIXE HOME */

#video-home-entete, #videoentete{
	width:calc(33% - 28px);
	height: auto;
	position: fixed;
	left: calc(50% + 16px);
	top: calc(105px + 40vh);
	padding-bottom: 22%;
}

/*-----------------------------------------------------------------------------*/
/*--------------------------------CSS HEAD-------------------------------------*/
.padding-bottom-150 {padding-bottom: 150px;}
.padding-bottom-200 {padding-bottom: 200px;}
.padding-bottom-250 {padding-bottom: 250px;}
.padding-bottom-300 {padding-bottom: 300px;}
.padding-bottom-350 {padding-bottom: 350px;}
.padding-top-150 {padding-top: 150px;}
.padding-top-200 {padding-top: 200px;}
.padding-top-250 {padding-top: 250px;}
.padding-top-300 {padding-top: 300px;}
.padding-top-350 {padding-top: 350px;}

img {object-fit: cover}

.pack-info {position: relative; z-index: -1}

.video-wrapper iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.formation-content{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.center-absolute {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.center-absolute a {text-decoration: none;}

.portfolio-img a {border-radius: 15px 15px 0 0}

.entry a {margin-bottom: 30px}
.entry-related img {margin-bottom: 0 !important}

.home-video {border-radius: 10px;}

#menu-66 {padding-left: 35px !important; padding-top: 0px !important}

@media screen and (max-width: 768px) {
	#scrollUp {display: none !important}
	.pc-margin {margin-top: 120px !important}
	.even-size-tel {width: 33% !important}
	.home-prod-video {padding-top: 150px !important}
	.home-prod-video .bandeau span {font-size: 120px !important}
	.home-prod-video .bandeau > div {transform: translateY(0) !important}
}

@media screen and (min-width: 1024px) {
	.bloc-pack h3 {font-size: 1.5rem;}
	.myevent-tel {transform: translate3d(-35%, 0, 0)}
}

.header .padding-logo {padding: 11px 20px}
.menu-deroulant a {padding: 10px 20px 14px 20px !important}
header {max-height: 65px; z-index: 100}
.menu-icon {margin-top: 5px !important; margin-bottom: 0 !important}

.btn-bn:hover {border-color: #06B5A9 !important;}

.header-home {padding: 16px}

.video-mobile-accueil {padding-bottom: 0 !important}

hr {height: 0}

.arrondi svg {margin-top: -2px}

.iframe-container {z-index: 0}

.static{
    position: static;
}
.sticky{
    position: sticky;
}

/*------------------------------CSS HEAD END-----------------------------------*/

/*-----------------------------------------------------------------------------*/
/*---------------------------STYLE DES FORMULAIRES-----------------------------*/
/*-----------------------------------------------------------------------------*/

body{
    font-family: "Tahoma", sans-serif;
}

h1{
    line-height: 3rem;
}

h4{
    font-size: 1.3rem;
    margin: 0;
}

p{
    font-size: 18px;
}

a{
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

a:hover, a:focus, a:active{
    font-size: 16px;
    text-decoration: none;
}

label{
    font-weight: bold;
    margin-bottom: 10px;
}

.btn, .btn:hover, .btn:active, .btn:focus{
    min-width: 250px;
    min-height: 50px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    border-radius: 8px;
    /* line-height: 50px; */
    transition: none;
    padding: 13px 15px;
}

.form-control, .form-control:hover, .form-control:focus, .form-control:active{
    border-radius: 8px;
    background: #ffffff;
    padding: 0.75rem 2rem;
}

.form-control{
    border-color: transparent;
}

.lien-mot-de-passe-oublie{
    text-align: left;
    margin-left: 1rem;
}

.bg-gray{
    background: #eee;
}

.img-apercu{
    width: 200px;
    height: auto;
    max-height: 200px;
}

#formulaire-connexion h2, #formulaire-inscription h2{
    font-size: 22px;
}

#formulaire-connexion a, #formulaire-inscription a{
    font-weight: bold;
    color: #3B7EB1;
}

.align-center{
    align-items: center;
}

.img-connexion{
    height: 100%;
    min-width: 100%;
}

/* CHECKBOX */

h1, h2{
    font-size: 28px;
}

.label-checkbox::before{
    border-radius: .25rem;
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
}

input[type=checkbox]:checked ~ .label-checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.label-checkbox::after{
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

/* SIDEBAR */

.sidebar{
    color: #8A8A8A;
    box-shadow: 0 0 5px 0 #ccc;
    z-index: 99;
    position: relative;
    transition: width 0.2s;
}

.sidebar .logo{
    max-width: 150px;
    max-height: 150px;
    margin: 50px 0;
}

.sidebar hr{
    margin-left: -15px;
    width: calc(100% + 30px);
}

.img-menu-secondaire{
    display: inline-block;
    padding: 10px;
    border-radius: 100px;
    background: #eee;
    vertical-align: top;
    position: relative;
    z-index: 9;
}


.img-menu-secondaire i{
    margin: 2px;
}

.menu-titre{
    background: #eee;
    text-align: right;
    display: inline-block;
    width: calc(100% - 50px);
    color: #333;
    margin-left: -25px;
    padding: 11px 11px 12px 11px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    z-index: 1;
    position: relative;
}

.sidebar .active a .img-menu-secondaire, .sidebar li a:hover .img-menu-secondaire, .sidebar li a:active .img-menu-secondaire, .sidebar li a:focus .img-menu-secondaire{
    background: #DEC8EE;
}

.sidebar .active a .menu-titre, .sidebar li a:hover .menu-titre, .sidebar li a:active .menu-titre, .sidebar li a:focus .menu-titre{
    background: #DEC8EE;
}

.sidebar ul{
    padding: 30px 45px;
}

.sidebar ul li{
    margin-bottom: 15px;
}

.sidebar ul li i{
    font-size: 22px;
    width: 25px;
    margin-right: 10px;
}

.sidebar ul li a{
    color: #8A8A8A;
    font-weight: bold;
    width: 100%;
}

.sidebar-logo-align{
    text-align: center;
}

.sidebar.closed{
    width: 80px;
}

/*
.sidebar.closed .sidebar-logo-align, .sidebar.closed hr, .sidebar.closed .menu-sidebar, .sidebar.closed .burger-menu-desktop-close{
    display: none;
}
*/

.sidebar.closed .sidebar-logo-align, .sidebar.closed .menu-sidebar .menu-titre, .sidebar.closed .burger-menu-desktop-close{
    display: none;
}

.sidebar.closed ul{
    padding: 150px 0px 0 5px;
}

.sidebar.closed ul li i{
    margin: 0;
}

.sidebar.closed .img-menu-secondaire{
    text-align: center;
}

.burger-menu-desktop-close{
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 36px;
    cursor: pointer;
}

.burger-menu-desktop{
    display: none;
}

.sidebar.closed .burger-menu-desktop{
    display: block;
    font-size: 32px;
    text-align: center;
    padding: 15px 0;
    cursor: pointer;
}

.burger-menu{
    display: none;
}

/* TABLEAU DE BORD */

.bg-tableau-de-bord.fullwidth{
    width: calc(100% - 80px);
}

.bg-tableau-de-bord{
    /* background: #f5f5f5; */
    transition: width 0.2s;
}

.tableau-de-bord{
    min-height: 100vh;
}

.tableau-de-bord-header{
    /* box-shadow: 0 0 5px 0 #ccc;
    background: #fff; */
    position: relative;
}

.tableau-de-bord-header h1{
    font-size: 32px;
    font-weight: bold;
    /* font-size: 42px; */
    margin-bottom: 3rem;
}

.tableau-de-bord-header .prenom{
    font-size: 32px;
    font-weight: bold;
}

.tableau-de-bord-header-margin{
    /* margin: 15px 30px; */
    z-index: 9;
}

.tableau-de-bord-header-fond{
    position: absolute;
    top: 0;
    right: 0;
    text-align: right;
    z-index: 1;
    height: 100%;
    padding: 0;
}

.tableau-de-bord-header-fond img{
    height: 100%;
    width: auto;
}

.tableau-de-bord-etape{
    background: #fff;
    width: 100%;
    min-height: 75px;
    display: flex;
    /*! margin-bottom: 30px; */
    /* box-shadow: 0 0 5px 0 #ccc; */
    /* padding: 0; */
    padding: 0 0 50px 0;
    font-size: 16px;
    position: relative;
    overflow-y: hidden;
}

.tableau-de-bord-etape-numero{
    width: 75px;
    height: 75px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.tableau-de-bord-etape-numero i{  
    font-size: 42px;
    margin: auto;
}

.tableau-de-bord-etape-texte{
    margin: 0 0px 0 10px;
    /* width: calc(100% - 170px); */
    width: calc(100% - 75px);
}

.tableau-de-bord-etape-titre{
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.tableau-de-bord-etape-progression{
    font-weight: bold;
    font-size: 20px;
}

.tableau-de-bord-etape-fleche{
    width: 75px;
    height: 75px;
    background: #eee;
    line-height: 75px;
    text-align: center;
    font-size: 60px;
}

.tableau-de-bord-etape-lien, .tableau-de-bord-etape-lien-long{
    position: absolute;
    top: 75px;
    left: 35px;
    /* height: 80px; */
    height: 100%;
    background: #333;
    width: 2px;
}

.tableau-de-bord-etape-lien-long{
    /* height: 275px; */
    height: 100%;
}

.tableau-de-bord-etape:last-child .tableau-de-bord-etape-lien{
    display: none;
}

.tableau-de-bord-etape-formulaire{
    color: #333;
    display: inline-block;
    padding: 10px;
    margin-right: 15px;
    margin-bottom: 10px;
    font-weight: normal;
    font-size: 16px; 
    position: relative;
    padding: 10px 60px 10px 20px;
    text-transform: uppercase;
    border-radius: 100px;
}

.tableau-de-bord-etape-formulaire-icone{
    background: #fff;
    position: absolute;
    top: 2px;
    right: 2px;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    font-size: 24px;
}

.tableau-de-bord-etape-formulaire-fond-icone{
    background: #333;
    color: #fff;
    text-align: center;
}

.tableau-de-bord-etape-formulaire-icone i{
    font-size: 24px;
    line-height: 40px;
}

.tableau-de-bord-etape-formulaire a, .tableau-de-bord-etape-formulaire a:hover, .tableau-de-bord-etape-formulaire a:active, .tableau-de-bord-etape-formulaire a:focus{
    color: #333;
}

.tableau-de-bord-message-candidat{
    display: inline-block;
    width: calc(100% - 75px);
    margin-bottom: 30px;
}

.tableau-de-bord-message-candidat-icone{
    display: inline-block;
    color: #fff;
    width: 75px;
    height: 75px;
    border-radius: 100px;
    text-align: center;
    margin-bottom: 30px;
}

.tableau-de-bord-message-candidat-icone i{
    font-size: 46px;
    line-height: 75px;
}

.ric-date-tdb i{
    font-size: 24px;
    border: 1px solid #333;
    border-radius: 100px;
    padding: 10px 11px;
    display: inline-block;
}

.ric-date-tdb div{
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 10px;
    width: calc(100% - 70px);
    font-size: 14px;
}

.padding-ric-dernier-choix{
    padding: 0 30px;
}

/* BLOC ACTIVITE */

.tableau-de-bord-activite{
    position: relative;
    height: 50px;
    margin-bottom: 50px;
}

.tableau-de-bord-activite-bloc{
    min-height: 500px;
    background: #fff;
    padding: 30px;
}

.tableau-de-bord-activite-bloc h3{
    margin-bottom: 2em;
}

.tableau-de-bord-activite .fa{
    border-radius: 100px;
    width: 50px;
    height: 50px;
    padding: 13px 15px;
    display: inline-block;
    vertical-align: top;
}

.tableau-de-bord-activite .fa-graduation-cap{
    padding: 13px 12px;
}

.tableau-de-bord-activite .fa-user-plus{
    padding: 13px;
}

.tableau-de-bord-activite .fa-plus{
    font-size: 32px;
    padding: 5px 14px;
}

.tableau-de-bord-activite-detail{
    display: inline-block;
    width: calc(100% - 75px);
    font-size: 16px;
    vertical-align: middle;
    margin-left: 15px;
}

.tableau-de-bord-activite-date{
    font-size: 14px;
    color: #8A8A8A;
}

.tableau-de-bord-activite-lien{
    width: 2px;
    height: 49px;
    background-color: #ddd;
    position: absolute;
    bottom: -50px;
    left: 24px;
}

.tableau-de-bord-formation-choix-bloc{
    background: #fff;
    font-size: 18px;
    text-align: center;
    box-shadow: 0 0 5px 0 #ccc;
}

.tableau-de-bord-formation-choix-bloc-padding{
    padding: 30px 15px;
}

.tableau-de-bord-formation-choix-bloc .tableau-de-bord-formation-choix-titre{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.tableau-de-bord-formation-choix-bloc .tableau-de-bord-formation-choix-lien{
    background: #eee;
    padding: 15px;
    font-weight: bold;
    display: block;
}

.btn-rouge-desactive, .btn-rouge-desactive:active, .btn-rouge-desactive:focus, .btn-rouge-desactive:hover{
    color: #fb0d00;
    font-weight: bold;
    min-width: initial;
    height: auto;
    line-height: inherit;
    padding: 10px 20px;
}

.text-violet, .text-violet:hover, .text-violet:active, .text-violet:focus{
    color: #4A38BE !important;
}

.tableau-de-bord .nav-tabs .nav-item .nav-link{
    background: #eee;
    color: #333;
    margin-right: 10px;
    padding: 10px 30px;
}

.tableau-de-bord .nav-tabs .nav-item.show .nav-link, .tableau-de-bord .nav-tabs .nav-link.active{
    color: #fff;
}

/* PAGE CHOIX DE LA RIC */

.ric-choix h2{
    font-size: 28px;
    color: #000;
}

.ric-date-bloc{
    background: #fff;
    position: relative;
    padding: 30px 0 0 0;
    margin-bottom: 20px;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.ric-date{
    padding: 0 30px;
}

.ric-lieu{
    padding: 0 30px 30px 30px;
}

.ric-lieu i{
    font-size: 24px;
    margin-right: 5px;
}

.ric-date-bloc .ric-bloc-checkbox{
    background: #f2f2f2;
    /* padding: 15px 15px 0px 15px; */
    text-align: center;
    position: relative;
}

.ric-date-bloc p{
    padding: 0 30px;
}

.ric-date-bloc .ric-bloc-checkbox input[type="radio"]{
    display: none;
}

.ric-date-bloc .ric-bloc-checkbox label, .ric-date-bloc .ric-bloc-checkbox.active label{
    color: #333;
}

.ric-date-bloc.ric-date-choisie-bloc{
    width: 100%;
}

.ric-date-bloc.ric-date-choisie-bloc .ric-lieu{
    padding: 0 30px 30px 30px; 
    display: flex;
}

.ric-date-bloc.ric-date-choisie-bloc .ric-lieu i{
    font-size: 48px;
    margin-right: 15px;
}

.ric-min-height{
    min-height: 225px;
}

.ric-date-bloc.active{
    background: #DEC8EE;
}

.btn-auto{
    min-width: inherit;
}

.text-disabled, .text-disabled:hover, .text-disabled:active, .text-disabled:focus{
    color: #333333;
}

.btn-gris{
    background: #999 !important;
    color: #fff !important;
    border-color: #D6D6D6 !important;
}

.btn-recap{
    margin-top: 20px;
}

.btn-recap .btn:first-child{
    float: left;
}

.btn-recap .btn:last-child{
    float: right;
}

#formulaire-connexion .form-control, #formulaire-inscription .form-control{
    border: 2px solid #e6e6e6;
    background: #f2f2f2;
}

#formulaire-connexion .form-control[readonly], #formulaire-inscription .form-control[readonly]{
    background: #ddd;
}

.formulaire-connexion-btn .btn{
    min-width: auto;
    width: 100%;
}

.page-form-connexion{
    display: flex;
    align-items: center;
}

/* POP UP */

#pop_up, .pop_up_filtre_noir{
    background: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    transition: opacity 0.5s;
    display: none;
}

.pop_up_filtre_noir{
    display: block;
    opacity: 1;
}

#pop_up_suppression{
    display: block;
    width: calc(100% - 490px);
    height: calc(100% - 270px);
    position: fixed;
    left: 385px;
    top: 165px;
}

.pop_up{
    display: flex;
    width: 60%;
    height: calc(100% - 150px);
    position: fixed;
    top: 75px;
    left: 20%;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 9999;
    box-shadow: 0 0 30px #495057;
    padding: 25px 50px;
    justify-content: left;
    align-items: center;
    overflow-y: auto;
}

#champs_pop_up{
    display: block;
    width: 100%;
}

@media (max-width: 991px) {
    .pop_up{
        width: 80%;
        left: 10%;
        top: 10%;
    }
}

.contenu_pop_up{
    width: calc(100% - 90px);
    margin: auto;
}

.pop_up i.fa-times{
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 24px;
}

.pop_up .btn i.fa-times{
    position: relative;
    top: auto;
    right: auto;
    font-size: 1em;
}

.pop_up .btn i.fa-times:hover, .pop_up .btn i.fa-times:active, .pop_up .btn i.fa-times:focus{
    color: #fff;
}

.pop_up .btn-lg{
    font-size: 1.3rem;
}

.pop_up .contenu{
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
}

.pop_up .contenu-lg{
    font-size: 1.3rem;
}

.pop_up .centrage_vertical{
    width: calc(100% - 90px);
    margin: auto;
}

.ric-date-tdb i.fa-triangle-exclamation{
    padding: 12px 11px;
}

#formulaire-creationinscription .btn.btn-success{
    margin-bottom: 100px;
}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, 
.btn-banana:hover, .btn-banana:focus, .btn-banana:active{
    color: #fff;
}

.single-blog-wrapper{
    min-height: calc(100vh - 87px);
}

/*-----------------------------------------------------------------------------*/
/*---------------------------------FOOTER--------------------------------------*/
/*-----------------------------------------------------------------------------*/

.padding-footer{
    padding: 30px 75px;
}

.padding-footer p{
    margin: 0;
}

.padding-footer p a{
    font-size: 18px;
}

/*-----------------------------------------------------------------------------*/
/*------------------------TOPBAR TABLEAU DE BORD-------------------------------*/
/*-----------------------------------------------------------------------------*/

.bg-tableau-de-bord{
    width: calc(100% - 80px);
    padding: 0;
}

.bg-tableau-de-bord p{
    padding: 0;
}

.bg-tableau-de-bord.open{
    width: 75%;
}

.topbar-tableau-de-bord{
    background: #eee;
    align-items: center;
    margin: 0;
}

.topbar-tableau-de-bord-infos{
    color: #333;
    padding: 20px 0 20px 60px;
}

.topbar-tableau-de-bord-utilisateur-nom{
    background: #333;
    color: #fff;
    padding: 20px;
    margin-left: -6px;
    text-align: center;
}

.tableau-de-bord-etape-numero{
    background: #DEC8EE;
}

.btn-formulaire, .btn-formulaire:hover, .btn-formulaire:active, .btn-formulaire:focus, 
.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    color: #fff;
}

/* SOUHAIT FORMATION */

.avis-icone{
    display: inline-block;
    border: 2px solid #ccc;
    border-radius: 100px;
    width: 65px;
    height: 65px;
    text-align: center;
    vertical-align: middle;
    line-height: 61px;
}

.avis-icone i{
    padding: 10px;
    background: #ccc;
    color: #fff;
    border-radius: 100px;
}

.avis-titre{
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    line-height: 16px;
}

.border-primary{
    border-radius: 30px;
}

.page-form-connexion h2{
    color: #000;
}

.page-form-inscription .form-etape .btn.btn-gris{
    float: inherit;
}

.signature-pad--actions .button.clear{
    outline: none;
    border: none;
    padding: 5px;
    font-weight: bold;
}

.page-form-inscription em{
    font-size: 14px;
}

.burger-menu-mobile, .burger-menu-mobile-close{
    display: none;
}

.btn-radio-disabled{
    pointer-events: none;
    filter: none;
    opacity: .65;
}