@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Nanum+Pen+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap");

html {
	color: #373737;
	font-size: 15px;
	overflow-x: hidden !important;
	height: 100% !important;
}

body{
	font-size: 15px;
	color: #373737;
	top: 0 !important;
}

#back-top {
    -webkit-transform: translateZ(0);
    bottom: 80px;
    position: fixed;
    right: 15px;
    z-index : 500;
    display: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.btn{
	width: auto;
}

.btn a:hover {
	text-decoration: none;
}

.btn-info-supp {
    font-size: 16px !important;
    font-weight: 600 !important;
    width: 200px;
	height: 45px;
    border: 5px solid #FFFFFF !important;
}
.css-text-shadow-null{
	text-shadow: 1px 1px 1px #000000 !important;
}

.zone_prec_recouvrable{
	height: 425px;
}
.zone_recouvrable{
	position:fixed;
	top: 80px;
	left:0px;
	height: 300px;
}

.curseur_pointer{
	cursor:pointer;
}
a{
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
input, button {
	-webkit-transition: all ease .2s;
	-moz-transition: all ease .2s;
	-o-transition: all ease .2s;
	transition: all ease .2s;
}
a:hover {
	text-decoration: underline;
}
.separation{
    border: 5px solid #EEE !important;
}
hr {
	border-color: #e5e5e5;
	margin: 10px 0 10px 0;
}
h1, h2, h3, h4, h5, .btn, p.big-paragraph, .navbar-default .navbar-brand, .orange {
	font-weight: bold;
}
h1 {
	font-size: 36px;
	font-weight: 500;
}
h2 {
	font-size: 32px;
	font-weight: 500;
}
h2 small {
	color: #c7c7c7;
	font-size: 12px;
}
h2.page__title2 {
	font-size: 60px;
	font-weight: 500;
	padding: 20px 0 10px 0;
	background: url('../Img/heading_sep.png') repeat-x left center, url('../Img/heading_sep.png') repeat-x right center;
	color: #333;
}
h2.page__title2 span {
	padding: 0 30px;
}

.page__title_sep{
	background: url('../Img/heading_sep.png') repeat-x left center, url('../Img/heading_sep.png') repeat-x right center;
}
h2.page__title_3 {
	font-size: 50px;
	font-weight: 500;
	color: #333;
}

h2.page__title {
	font-size: 50px;
	font-weight: 500;
	padding: 20px 0 10px 0;
	background: url('../Img/heading_sep.png') repeat-x left center, url('../Img/heading_sep.png') repeat-x right center;
	color: #FFFFFF;
}
h2.page__title span {
	background: #fff;
	padding: 0 30px;
}
h3 {
	font-size: 28px;
	font-weight: 500;
}
h3 small {
	font-size: 14px;
	font-weight: 500;
}
h3 a {
	color: #333;
	line-height: 110%;
}
h3 a:hover {
	text-decoration: none;
}
.typo {
	margin-top: 80px;
}
h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 0;
}
h4 a {
	color: #333;
}
h4 a:hover {
	text-decoration: none;
}
h5 {
	font-size: 20px;
}
h5 u{
	font-size: 20px;
}
h2.with__margin {
	margin-top: 70px;
	margin-bottom: 0px;
}
h2.with__margin2 {
	margin: 50px 0;
}
p.small-paragraph {
	margin-top: 10px;
	margin-bottom: 50px;
	font-size: 14px;
	font-weight: normal;
}
p.smaller {
	font-size: 16px;
	text-transform: none;
}
.relative_btn {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	bottom: -35px;
}
.headings {
	color: #eeeeee;
}
.headings h1 {
	color: #fffefe;
}
.headings p.small-paragraph {
	margin: 15px 0 35px 0;
}
.headings p {
	font-size: 14px;
	margin: 35px 0;
}
.row.title__block {
	padding: 40px 0;
}
.form-control, .form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.form-control:focus {
	border-color: #ffdd3c;
}
.absolute__img {
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -49px;
	z-index: 99;
}
.row.nice__title {
	background: url('../Img/line_bg.jpg') no-repeat;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
	padding: 60px 0 80px 0;
	font-size: 18px;
	color: #fff;
}
.nice__title h2 {
	color: #fff;
	font-size: 60px;
	line-height: 60px;
	font-weight: 500;
}
.row.nice__title img {
	margin: 35px auto;
}
.row.nice__title p {
	margin-top: 45px;
}
.main__middle__container .row ul, .main__middle__container .row ol {
	padding-left: 20px;
}
.main__middle__container {
	width: 100%;
}
.homepage {
	position: relative;
	z-index: 111;
	background: #fff;
}
.page_de_base {
	position: relative;
	background: #fff;
}
.row.with__sep {
	background: url('../Img/lines.png') repeat-x left bottom;
}
p.big-paragraph {
	font-size: 14px;
	padding-top: 15px;
	color: #e8bd10;
}
.orange {
	font-size: 14px;
	text-transform: none;
	padding: 0 0 10px 0;
}
.black-text {
	color: #1e1e1e;
}
.to_top {
	margin-top: -80px !important;
}
.line__bg {
	width: 100%;
	margin: 0;
	padding: 75px 0;
	background: url('../Img/big_line_bg.jpg') no-repeat;
	background-origin: initial;
	background-clip: initial;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 0 100%;
}
.line__bg h3 {
	color: #fff;
}
.line__bg p {
	color: #fff;
}
img.full-width {
	width: 100%;
}
.grey-info-block {
	width: 100%;
	margin: 0;
	z-index: 9;
	padding: 45px 0 40px 0;
}
.grey-info-block h2 {
	margin: 45px 0 0 0;
	padding: 0;
}
.grey-info-block>.container {
	position: relative;
}
.grey-info-block h3 {
	padding-bottom: 10px;
}
.grey-info-block .col-md-6 img {
	width: 100%;
	margin: 0;
	height: auto;
}
.grey-info-block p.small-paragraph {
	padding: 20px 0 0px 0;
}
.grey-info-block img {
	margin-bottom: 20px;
}
.icon-item {
	border-bottom: 1px solid #e7e9ea;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.icon-item:last-child {
	border-bottom: none;
}
.socialicon {
	position: relative;
	display: inline-block;
	width: 40px;
	margin-right: 5px;
	height: 40px;
}
.socialicon-twitter {
	background: url('../Img/social/twitter.png') no-repeat;
}
.socialicon-twitter:hover {
	background: url('../Img/social/twitter_a.png') no-repeat;
}
.socialicon-facebook {
	background: url('../Img/social/facebook.png') no-repeat;
}
.socialicon-facebook:hover {
	background: url('../Img/social/facebook_a.png') no-repeat;
}
.socialicon-instagram {
	background: url('../Img/social/instagram.png') no-repeat;
}
.socialicon-instagram:hover {
	background: url('../Img/social/instagram_a.png') no-repeat;
}
.contact-form {
}
.contact-form .col-md-6 {
	padding: 0 20px 0 0;
}
.contact-form .col-md-6:nth-child(2) {
	padding: 0 0px 0 0;
}
.main-content h2 {
	line-height: 11px;
	margin-bottom: 40px;
}
.copyright {
	background-color: #333;
	color: #999999;
	padding: 35px 0;
	margin: 0;
	position: relative;
	z-index: 200;
}
.img-fluid {
	margin: 0 auto;
}
.no-margin {
	position: relative;
	margin: 0;
}
.no_padding {
	padding: 0px 0 80px 0;
}
.row.nothing {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

/* responsive */

@media(max-width:440px){
	h1 span{
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 16px;
	}
    h2.page__title {
        font-size: 30px;
    }
	h2.page__title_3 {
		font-size: 30px;
	}
    .nice__title h2 {
        font-size: 30px;
    }
}

@media(max-width:600px) {
	h1 {
		font-size: 20px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 18px;
	}
	h2 {
		font-size: 20px;
	}
    h2.page__title {
        font-size: 30px;
    }
	h2.page__title_3 {
		font-size: 30px;
	}
    .nice__title h2 {
        font-size: 30px;
    }
}

@media(max-width:767px) {
	.page__title_sep{
		display: none;
	}
	.page__title_3{
		text-align: center;
	}
    h1.page_title {
        padding: 20px 30px;
    }
    h2.page__title {
        font-size: 30px;
    }
	h2.page__title_3 {
		font-size: 30px;
	}
    h3 {
        font-size: 20px;
    }
}

@media(max-width:990px) {
	.main__middle__container .container{
		/*padding-top: 100px !important;*/
	}
    h2.page__title {
        font-size: 30px;
    }
	h2.page__title_3 {
		font-size: 30px;
	}
    .main__middle__container h3.heading.white {
        background: none;
    }
    .carousel-caption {
        font-size: 14px;
    }
    .carousel-caption h1 {
        font-size: 20px;
    }
    h3 {
        font-size: 20px;
    }
}

@media(max-width:1310px) {
    h2.page__title {
        font-size: 40px;
    }
	h2.page__title_3 {
		font-size: 40px;
	}
    .carousel-caption {
        font-size: 14px;
    }
    .carousel-caption h1 {
        font-size: 30px;
    }
}

@media(max-width:1600px){
    .carousel-caption h1 {
        font-size: 40px;
    }
}

.active {
 opacity: 1;
}

.carousel-inner > .carousel-item > img, .carousel-inner > .carousel-item > a > img {
	min-width: 100%;
	height: auto;
}
.one_half_pad {
	width: 44%
}
.one_third_pad {
	width: 27%
}
.one_fourth_pad {
	width: 19%
}
.one_fifth_pad {
	width: 14%
}
.one_sixth_pad {
	width: 10.5%
}
.two_fifth_pad {
	width: 37%
}
.two_third_pad {
	width: 60%
}
.two_fourth_pad {
	width: 43%
}
.two_fifth_pad {
	width: 33%
}
.three_fifth_pad {
	width: 58.4%
}
.three_fourth_pad {
	width: 74%
}
.four_fifth_pad {
	width: 67.2%
}
.five_sixth_pad {
	width: 82.67%
}
.one_half_pad, .one_third_pad, .two_third_pad, .three_fourth_pad, .one_fourth_pad, .one_fifth_pad, .two_fifth_pad, .two_fourth_pad, .two_fifth_pad, .three_fifth_pad, .four_fifth_pad, .one_sixth_pad, .five_sixth_pad {
	float: left;
	margin-bottom: 20px;
	margin-left: 3%;
	margin-right: 3%;
	position: relative
}
.one_half {
	width: 48%
}
.one_third {
	width: 30.5%
}
.one_fourth {
	width: 22%
}
.one_fifth {
	width: 16.8%
}
.one_sixth {
	width: 13.33%
}
.two_fifth {
	width: 37.6%
}
.two_third {
	width: 65.33%
}
.two_fourth {
	width: 48%
}
.three_fifth {
	width: 58.4%
}
.three_fourth {
	width: 74%
}
.four_fifth {
	width: 67.2%
}
.five_sixth {
	width: 82.67%
}
.one_half, .one_third, .two_third, .two_fourth, .three_fourth, .one_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
	float: left;
	margin-bottom: 10px;
	margin-right: 4%;
	position: relative
}
.column-last {
	clear: right;
	margin-right: 0!important
}
.dc_tabs_type_2 .one_third {
	width: 29%
}
.clr {
	clear: both;
	margin: 0;
	padding: 0;
	width: 100%
}
.dc_clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	margin: 0;
	padding: 0;
	width: 100%
}

.lien_noir_gris{
	color: #000000;
}

.lien_noir_gris:hover{
	color: #8B8B8B;
	text-decoration: underline; 
	cursor: pointer;
}

.lien_gris_gris{
	color: #333333;
}

.lien_gris_gris:hover{
	color: #8B8B8B;
	text-decoration: underline; 
	cursor: pointer;
}

.lien_blanc_gris{
	color: #FFFFFF;
}

.lien_blanc_gris:hover{
	color: #EEEEEE;
	text-decoration: underline; 
	cursor: pointer;
}

.fade_img{
	box-shadow: 0 2px 10px #000;
}

.hr_5_border{
    border: 5px solid #CCCCCC;
}

/* The old, slow way. */
.slow-transition {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  transition: box-shadow 500ms;
}

.slow-transition:hover {
  box-shadow: 0 0px 10px 0 #FFFFFF;
}

.slow-transition_inverse {
  box-shadow: 0 0px 10px 0 #FFFFFF;
  transition: box-shadow 500ms;
}

.slow-transition_inverse:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.grey-info-block_sans_image {
	width: 100%;
	margin: 0;
	z-index: 9;
	padding: 45px 0 0px 0;
}
.grey-info-block_sans_image h2 {
	color: #fff;
	margin: 45px 0 0 0;
	padding: 0;
}
.grey-info-block_sans_image h2.page__title span {
}
.grey-info-block_sans_image>.container {
	position: relative;
}
.grey-info-block_sans_image .col-md-6 img {
	width: 100%;
	margin: 0;
	height: auto;
}
.grey-info-block_sans_image p.small-paragraph {
	padding: 20px 0 0px 0;
}
.grey-info-block_sans_image img {
	margin-bottom: 0px;
}

.en_savoir_plus_lien{
	background-color: #000000;
	padding-top: 10px;
	padding-bottom: 5px;
}

.zindex-120{
	z-index: 125 !important;
}

.css-text-shadow-blanc{
	text-shadow: 1px 1px 1px #FFFFFF !important;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 100%;
	border: 1px solid #f1f1f1;
	perspective: 1000px;
	color: rgb(55, 55, 55);
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.8s;
	transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front{
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	background-color: #bbb;
	color: black;
}

.flip-card-back{
	position: absolute;
	padding:20px; 
	top: 0px;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	-webkit-backface-visibility: hidden; /* Safari */
	backface-visibility: hidden;
	background-color: dodgerblue;
	color: white;
	transform: rotateY(180deg);
}

p{
	margin: 0px;
}

span{word-break: break-word;}

/* entire container, keeps perspective */
.card-container {
	-webkit-perspective: 800px;
	-moz-perspective: 800px;
	-o-perspective: 800px;
	perspective: 800px;
	margin-bottom: 30px;
}
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover div#id_div_flip_card.card,
.card-container.hover.manual-flip div#id_div_flip_card.card{
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
}

.card-container.static:hover div#id_div_flip_card.card,
.card-container.static.hover div#id_div_flip_card.card {
	-webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}
/* flip speed goes here */
div#id_div_flip_card.card {
	-webkit-transition: -webkit-transform .5s;
	-moz-transition: -moz-transform .5s;
	-o-transition: -o-transform .5s;
	transition: transform .5s;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	position: relative;
}

/* hide back of pane during swap */
.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #FFF;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
}

/* front pane, placed above back */
.front {
	z-index: 2;
}

/* back, initially hidden pane */
.back {
	-webkit-transform: rotateY( 180deg );
	-moz-transform: rotateY( 180deg );
	-o-transform: rotateY( 180deg );
	transform: rotateY( 180deg );
	z-index: 3;
	overflow-y: scroll;
}

div#id_div_flip_card.card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;
}
.card-container, .front, .back {
	width: 22rem;
	height: 450px;
	border-radius: 4px;
}
.card .cover{
    height: 105px;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}
.card .cover img{
    width: 100%;
}
.card .user{
    border-radius: 50%;
    display: block;
    height: 200px;
    margin: -55px auto 0;
    overflow: hidden;
    width: 200px;
}
.card .user img{
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid #FFFFFF;
    width: 100%;
}

.card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 10px 20px 20px;
}
.card .content .main {
    min-height: 70px;
}
.card .back .content .main {
    height: 215px;
	text-align: left;
}
.card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;
	color: #444444;
}
.card .profession{
    color: #999999;
    text-align: center;
    margin-bottom: 20px;
}
.card .footer {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
    border-top: 1px solid #EEEEEE;
    color: #444444;
    margin: 0px 0 0;
    padding: 0px 0 0;
    text-align: center;
}
.card .social-links{
    font-size: 30px;
}
.card .social-links a{
    margin: 0 7px;
	filter: grayscale(100%);
}
.card .social-links a:hover{
	filter: grayscale(0%);
}
.card .header {
    padding: 15px 20px;
    max-height: 90px;
}

.btn_flip_card{
	border-radius: 0px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .front, .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .front{
        z-index: 4;
    }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back{
        z-index: 5;
        visibility: visible;
    }
}

.footer_publication{
	position: relative;
	bottom: 0px;
}

/* Shared styles */
.drop-shadow {
	position:relative;
	float:left;
	width:40%;
	padding:1em;
	margin:2em 10px 4em;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.drop-shadow p {
	font-size:16px;
	font-weight:bold;
}

/* Lifted corners */

.lifted {
	-moz-border-radius:4px;
	border-radius:4px;
}

.lifted:before,
.lifted:after {
	bottom:15px;
	left:10px;
	width:50%;
	height:20%;
	max-width:300px;
	max-height:100px;
	-webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}

.lifted:after {
	right:10px;
	left:auto;
	-webkit-transform:rotate(3deg);
	-moz-transform:rotate(3deg);
	-ms-transform:rotate(3deg);
	-o-transform:rotate(3deg);
	transform:rotate(3deg);
}

/* Curled corners */

.curled {
	border:1px solid #efefef;
	-moz-border-radius:0 0 120px 120px / 0 0 6px 6px;
	border-radius:0 0 120px 120px / 0 0 6px 6px;
}

.curled:before,
.curled:after {
	bottom:12px;
	left:10px;
	width:50%;
	height:55%;
	max-width:200px;
	max-height:100px;
	-webkit-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	box-shadow:0 8px 12px rgba(0, 0, 0, 0.5);
	-webkit-transform:skew(-8deg) rotate(-3deg);
	-moz-transform:skew(-8deg) rotate(-3deg);
	-ms-transform:skew(-8deg) rotate(-3deg);
	-o-transform:skew(-8deg) rotate(-3deg);
	transform:skew(-8deg) rotate(-3deg);
}

.curled:after {
	right:10px;
	left:auto;
	-webkit-transform:skew(8deg) rotate(3deg);
	-moz-transform:skew(8deg) rotate(3deg);
	-ms-transform:skew(8deg) rotate(3deg);
	-o-transform:skew(8deg) rotate(3deg);
	transform:skew(8deg) rotate(3deg);
}

/* Perspective */

.perspective:before {
	left:80px;
	bottom:5px;
	width:50%;
	height:35%;
	max-width:200px;
	max-height:50px;
	-webkit-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
	-moz-box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
	box-shadow:-80px 0 8px rgba(0, 0, 0, 0.4);
	-webkit-transform:skew(50deg);
	-moz-transform:skew(50deg);
	-ms-transform:skew(50deg);
	-o-transform:skew(50deg);
	transform:skew(50deg);
	-webkit-transform-origin:0 100%;
	-moz-transform-origin:0 100%;
	-ms-transform-origin:0 100%;
	-o-transform-origin:0 100%;
	transform-origin:0 100%;
}

.perspective:after {
	display:none;
}

/* Raised shadow - no pseudo-elements needed */

.raised {
	-webkit-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

/* Curved shadows */

.curved:before {
	top:10px;
	bottom:10px;
	left:0;
	right:50%;
	-webkit-box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-box-shadow:0 0 15px rgba(0,0,0,0.6);
	box-shadow:0 0 15px rgba(0,0,0,0.6);
	-moz-border-radius:10px / 100px;
	border-radius:10px / 100px;
}

.curved-vt-2:before {
	right:0;
}

.curved-hz-1:before {
	top:50%;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}

.curved-hz-2:before {
	top:0;
	bottom:0;
	left:10px;
	right:10px;
	-moz-border-radius:100px / 10px;
	border-radius:100px / 10px;
}

/* Rotated box */

.rotated {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transform:rotate(-3deg);
	-moz-transform:rotate(-3deg);
	-ms-transform:rotate(-3deg);
	-o-transform:rotate(-3deg);
	transform:rotate(-3deg);
}

.rotated > :first-child:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.rotated_null {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transform:rotate(-0deg);
	-moz-transform:rotate(-0deg);
	-ms-transform:rotate(-0deg);
	-o-transform:rotate(-0deg);
	transform:rotate(-0deg);
}

.rotated_null > :first-child:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:#fff;
	-webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.effect4{
	position: relative;
}
.effect4:after{
	z-index: 10;
	position: absolute;
	content: "";
	bottom: 30px;
	right: 5px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: #777;
	opacity: 0;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}
.effect4:hover:after{
	opacity: 1;
}

.grecaptcha-badge{
	z-index: 99999;
}

.ico-label {
    position: absolute;
    top: 38px;
    left: 25px;
    color: #bebebe;
}

.ico-label-eye {
    position: absolute;
    top: 38px;
    right: 25px;
    color: #bebebe;
}

.ico-label-eye:hover {
    position: absolute;
    top: 38px;
    right: 25px;
    color: #000000;
	cursor: pointer;
}

/* Bootstrap Toggle v2.2.2 corrections for Bootsrtap 4*/
.toggle-off {
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.toggle.off {
    border-color: rgba(0, 0, 0, .25);
}

.toggle-handle {
    background-color: white;
    border: thin rgba(0, 0, 0, .25) solid;
}

.ui-autocomplete{
	max-height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
	max-width: 600px;
}
html .ui-autocomplete{
	height: 300px;
}

.fs-250{
	font-size: 250px;
}

.post-grid.post-grid-2 {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
.post-grid.post-grid-3 {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
.post-grid.post-grid-4 {
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-count: 4;
}
.post-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.post-grid {
	orphans: 1;
	widows: 1;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
}
.post-grid .post-li {
	display: inline-block;
	margin-bottom: 1.25rem;
}

@media screen and (min-width: 200px) and (max-width: 640px){
	.post-grid.post-grid-2 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.post-grid.post-grid-3 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.post-grid.post-grid-4 {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
	.post-grid {
		orphans: 1;
		widows: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px){
	.post-grid.post-grid-2 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.post-grid.post-grid-3 {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
	.post-grid.post-grid-4 {
		-webkit-column-count: 3;
		-moz-column-count: 3;
		column-count: 3;
	}
	.post-grid {
		orphans: 1;
		widows: 1;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
	}
}

.section-title {
    font-size: .875rem;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 .9375rem;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    color: #2d353c;
    position: relative;
}

.section-title span {
    padding: 0 .625rem;
    background: #EFEFEF;
    position: relative;
}
.section-title span ::after, ::before {
    box-sizing: border-box;
}
.section-title:before{
	content:'';
	position:absolute;
	top:50%;
	left:0;
	right:0;
	height:2px;
	background:#2d353c;
	margin-top:-1px;
}
.sidebar-recent-post{
	list-style-type:none;
	margin:0;
	padding:0
}
.sidebar-recent-post>li{padding:.625rem 0;border-bottom:1px solid #dee2e6}.sidebar-recent-post>li:after,.sidebar-recent-post>li:before{content:'';display:table;clear:both}.sidebar-recent-post>li .title{margin:0;font-size:.99rem;line-height:1.5}
.sidebar-recent-post>li .title a{
	color:#2d353c;
}
.sidebar-recent-post>li .title a:hover{
	text-decoration: underline;
}
.sidebar-recent-post>li .date{font-size:.8125rem;line-height:1.5;color:#6c757d}

.grey-info-block_2 {
	width: 100%;
	color: #373737;
    background-color: #EFEFEF;
}

.grey-info-block_3 {
	width: 100%;
	color: #373737;
    background-color: #ffc107;
}

.class_valider{
	background-color:#28a745;
	color:#FFFFFF;
}

.lien_bleu{
	color: #1E8AFF;
}

.lien_bleu:hover{
	color: #276FBE;
	text-decoration: underline; 
	cursor: pointer;
}

.lien_bleu_normal{
	color: #1E8AFF;
}

.lien_bleu_normal:hover{
	color: #276FBE;
	cursor: pointer;
}

.galerie,.galerie div{position:relative;}.galerie div.item{position:relative;overflow:hidden}.galerie div.item div{position:relative;overflow:hidden;}.galerie div.item .template{outline:none;border:none;width:100%;max-width:100%}.galerie div.item div div{outline:none;border:none;width:100%;max-width:100%;}.galerie div.item p.nom{float:left;margin:0}.galerie div.item {float:right;margin-top:0.35em}.galerie div.item i{margin-right:0.3em}.galerie div.item div,.galerie div.item .card{-webkit-transition:-webkit-transform 0.4s;-moz-transition:-moz-transform 0.4s;transition:transform 0.4s}.galerie div.item:hover div.template,.galerie div.item.cs-hover div.template{-webkit-transform:translateY(-50px);-moz-transform:translateY(-50px);-ms-transform:translateY(-50px);transform:translateY(-50px)}.galerie div.item figcaption{position:absolute;top:0;left:0;padding:20px;background:#F3F3F3;height:75px;width:100%;top:auto;bottom:0;box-sizing:border-box;-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform 0.4s, opacity 0.1s 0.3s;-moz-transition:-moz-transform 0.4s, opacity 0.1s 0.3s;transition:transform 0.4s, opacity 0.1s 0.3s}.galerie div.item:hover figcaption,.galerie div.item.cs-hover figcaption{opacity:1;-webkit-transform:translateY(0px);-moz-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);-webkit-transition:-webkit-transform 0.4s, opacity 0.1s;-moz-transition:-moz-transform 0.4s, opacity 0.1s;transition:transform 0.4s, opacity 0.1s}

.circle {
	border-radius: 50%;
	background-color: #FFFFFF;
	min-width:50px;
	width:100px;
	height:100px;
	z-index: 2;
	overflow: hidden;
}

.how-it-works.row .col-2 {
	align-self: stretch;
}
.how-it-works.row .col-2::after {
	content: "";
	position: absolute;
	border-left: 3px solid #ED8D8D;
	z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
	height: 100%;
	left: 50%;
	top: 0%;
}
.how-it-works.row .col-2.full::after {
	height: 100%;
	left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
	height: 50%;
	left: 50%;
	top: 0;
}

.timeline div {
	padding: 0;
	height: 40px;
}
.timeline hr {
	border-top: 3px solid #ED8D8D;
	margin: 0;
	top: 17px;
	position: relative;
}
.timeline .col-2 {
	display: flex;
	overflow: hidden;
}
.timeline .corner {
	border: 3px solid #ED8D8D;
	width: 100%;
	position: relative;
	border-radius: 15px;
}
.timeline .top-right {
	left: 50%;
	top: -50%;
}
.timeline .left-bottom {
	left: -50%;
	top: calc(50% - 3px);
}
.timeline .top-left {
	left: -50%;
	top: -50%;
}
.timeline .right-bottom {
	left: 50%;
	top: calc(50% - 3px);
}

.eventTime {
	display: flex;
}

.DayDigit {
	font-size: 27px;
	font-family: "Arial Black", Gadget, sans-serif;
	color: #4C4A4A;
}

.Day {
	font-size: 11px;
	margin-left: 5px;
	font-weight: bold;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4A4A;
}

.MonthYear {
	font-weight: 600;
	line-height: 10px;
	color: #9E9E9E;
	font-size: 9px;
}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 0;
}
div.bhoechie-tab-menu div.list-group>a{
	text-decoration: none;
	color: #555555;
	padding:10px;
	margin:0px !important;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
	border-top-right-radius: 0;
	-moz-border-top-right-radius: 0;
	border-top: 1px solid #DFDFDF;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active{
	background-color: #D9EEF4;
	color: #0297C8;
	margin:0px !important;
	border: 1px solid transparent;
	border-top: 0px solid transparent;
}
div.bhoechie-tab-menu div.list-group>a.active:first-child{
	border-top: 1px solid #DFDFDF;
}
div.bhoechie-tab-menu div.list-group>a.active:after{
	content: '';
	position: absolute;
	left: 90%;
	top: 50%;
	margin-top: -13px;
	border-bottom: 13px solid transparent;
	border-top: 13px solid transparent;
	border-left: 10px solid #0297C8;
}

div.bhoechie-tab-content{
	background-color: #D9EEF4;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.container_mega_menu{
	columns: 3;
	column-rule: 2px solid #FFFFFF;
	column-gap : 3rem;
}

@media screen and (max-width: 500px){
	.container_mega_menu{
		columns: 1;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px){
	.container_mega_menu{
		columns: 2;
	}
}

.container_mega_menu > * {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid-column;
}

.container_mega_menu div.seconde_categorie>a{
	display: block;
	font-size: 13px;
	color: #555555;
	margin-top:5px;
	margin-bottom:5px;
}

.container_mega_menu div.seconde_categorie>a:first-child{
	display: block;
	font-weight: 600;
	font-size: 14px;
	color: #001e69;
	margin-top:0px;
	margin-bottom:5px;
}

.container_mega_menu div.seconde_categorie>a:last-child{
	padding-bottom:20px;
}

.toggle.ios, .toggle-on.ios, .toggle-off.ios { border-radius: 20px; }
.toggle.ios .toggle-handle { border-radius: 20px; }

.loader-wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgb(36, 47, 63,0.7);
	display:none;
	justify-content: center;
	align-items: center;
	z-index: 15000;
}
.loader {
	display: inline-block;
	width: 30px;
	height: 30px;
	position: relative;
	border: 4px solid #Fff;
	animation: loader 2s infinite ease;
}
.loader-inner {
	vertical-align: top;
	display: inline-block;
	width: 100%;
	background-color: #fff;
	animation: loader-inner 2s infinite ease-in;
}
@keyframes loader {
	0% { transform: rotate(0deg);}
	25% { transform: rotate(180deg);}
	50% { transform: rotate(180deg);}
	75% { transform: rotate(360deg);}
	100% { transform: rotate(360deg);}
}
@keyframes loader-inner {
	0% { height: 0%;}
	25% { height: 0%;}
	50% { height: 100%;}
	75% { height: 100%;}
	100% { height: 0%;}
}

.ahg_1{
	border-top-left-radius: 10px;
}
.ahg_2{
	border-top-left-radius: 20px;
}
.ahg_3{
	border-top-left-radius: 30px;
}
.ahg_4{
	border-top-left-radius: 40px;
}
.ahg_5{
	border-top-left-radius: 50px;
}
.ahg_6{
	border-top-left-radius: 60px;
}
.ahd_1{
	border-top-right-radius: 10px;
}
.ahd_2{
	border-top-right-radius: 20px;
}
.ahd_3{
	border-top-right-radius: 30px;
}
.ahd_4{
	border-top-right-radius: 40px;
}
.ahd_5{
	border-top-right-radius: 50px;
}
.ahd_6{
	border-top-right-radius: 60px;
}
.abg_1{
	border-bottom-left-radius: 10px;
}
.abg_2{
	border-bottom-left-radius: 20px;
}
.abg_3{
	border-bottom-left-radius: 30px;
}
.abg_4{
	border-bottom-left-radius: 40px;
}
.abg_5{
	border-bottom-left-radius: 50px;
}
.abg_6{
	border-bottom-left-radius: 60px;
}
.abd_1{
	border-bottom-right-radius: 10px;
}
.abd_2{
	border-bottom-right-radius: 20px;
}
.abd_3{
	border-bottom-right-radius: 30px;
}
.abd_4{
	border-bottom-right-radius: 40px;
}
.abd_5{
	border-bottom-right-radius: 50px;
}
.abd_6{
	border-bottom-right-radius: 60px;
}

@media screen and (max-width: 767px){
	.ahg_1{
		border-top-left-radius: 0px;
	}
	.ahg_2{
		border-top-left-radius: 0px;
	}
	.ahg_3{
		border-top-left-radius: 0px;
	}
	.ahg_4{
		border-top-left-radius: 0px;
	}
	.ahg_5{
		border-top-left-radius: 0px;
	}
	.ahg_6{
		border-top-left-radius: 0px;
	}
	.ahd_1{
		border-top-right-radius: 0px;
	}
	.ahd_2{
		border-top-right-radius: 0px;
	}
	.ahd_3{
		border-top-right-radius: 0px;
	}
	.ahd_4{
		border-top-right-radius: 0px;
	}
	.ahd_5{
		border-top-right-radius: 0px;
	}
	.ahd_6{
		border-top-right-radius: 0px;
	}
	.abg_1{
		border-bottom-left-radius: 0px;
	}
	.abg_2{
		border-bottom-left-radius: 0px;
	}
	.abg_3{
		border-bottom-left-radius: 0px;
	}
	.abg_4{
		border-bottom-left-radius: 0px;
	}
	.abg_5{
		border-bottom-left-radius: 0px;
	}
	.abg_6{
		border-bottom-left-radius: 0px;
	}
	.abd_1{
		border-bottom-right-radius: 0px;
	}
	.abd_2{
		border-bottom-right-radius: 0px;
	}
	.abd_3{
		border-bottom-right-radius: 0px;
	}
	.abd_4{
		border-bottom-right-radius: 0px;
	}
	.abd_5{
		border-bottom-right-radius: 0px;
	}
	.abd_6{
		border-bottom-right-radius: 0px;
	}
	
	.card{
		width: 100%!important;
	}
}

.div_bouton_partage_facebook_like{
	transition: all 0.5s ease-out;
    bottom: 165px;
    position: fixed;
    right: -96px;
    z-index : 500;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.div_bouton_partage_facebook_like:hover{
	transition: all 0.5s ease-out;
	right: -51px;
	opacity: 1;
	filter: alpha(opacity=1);
}

.div_bouton_partage_facebook_partage{
 	transition: all 0.5s ease-out;
	bottom: 130px;
    position: fixed;
    right: -76px;
    z-index : 500;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.div_bouton_partage_facebook_partage:hover{
	transition: all 0.5s ease-out;
	right: -20px;
	opacity: 1;
	filter: alpha(opacity=1);
}

.text_souligner:hover{
	text-decoration: underline; 
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

.carte_affichage_4{
	position: relative;
	transition:0.5s;
}

.carte_affichage_4 .carte_affichage_4_titre{
	position: absolute;
	bottom:25px;
	right: 25px;
	left: 0px;
	padding:14px 29px;
	background:#fff;
	font-size: 13px;
	color:#930C15;
	text-transform: uppercase;
	z-index: 9;
	transition:0.5s;
}

.carte_affichage_4 .carte_affichage_4_decouvre{
	position: absolute;
	bottom:25px;
	left: 0px;
	padding:14px 29px;
	background:#141414;
	font-size: 13px;
	color:#fff;
	text-transform: uppercase;
	opacity: 0;
	z-index: 9;
	transition:0.5s;
}

.carte_affichage_4:hover .carte_affichage_4_decouvre{
	opacity: 1;
}

.carte_affichage_4:hover .carte_affichage_4_titre{
	opacity: 0;
}

.carte_affichage_4:hover{
	transform:translateY(-10px);
}

.carte_affichage_4 a{
	position: absolute;
	width:100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	z-index: 99;
}

.carte_affichage_4:after{
	position: absolute;
	content:' ';
	width:100%;
	height: 100%;
	left:0;
	top:0;
	display: block;
	background-image:linear-gradient(to top right, rgba(255,255,255,0),rgba(147, 12, 21, 0.7));
	background-size: cover;
	background-position: center;
	z-index: 0;
	opacity: 0;
}

.carte_affichage_4:hover:after{
	opacity: 1;
	transition:0.5s;
}

.carte_affichage_5{
	position: relative;
	transition:0.5s;
}

.carte_affichage_5 .carte_affichage_5_titre{
	position: absolute;
	bottom:25px;
	right: 25px;
	left: 0px;
	padding:14px 29px;
	background:#fff;
	font-size: 13px;
	color:#930C15;
	text-transform: uppercase;
	z-index: 9;
	transition:0.5s;
}

.carte_affichage_5 .carte_affichage_5_decouvre{
	position: absolute;
	bottom:25px;
	left: 0px;
	padding:14px 29px;
	background:#141414;
	font-size: 13px;
	color:#fff;
	text-transform: uppercase;
	opacity: 0;
	z-index: 9;
	transition:0.5s;
}

.carte_affichage_5:hover .carte_affichage_5_decouvre{
	opacity: 1;
}

.carte_affichage_5:hover .carte_affichage_5_titre{
	opacity: 0;
}

.carte_affichage_5:hover{
	transform:translateY(-10px);
}

.carte_affichage_5:after{
	position: absolute;
	content:' ';
	width:100%;
	height: 100%;
	left:0;
	top:0;
	display: block;
	/*background-image:linear-gradient(to top right, rgba(255,255,255,0),rgba(147, 12, 21, 0.7));*/
	background-size: cover;
	background-position: center;
	z-index: 0;
	opacity: 0;
}

.carte_affichage_5:hover:after{
	opacity: 1;
	transition:0.5s;
}

#slider-no-overlap .noUi-handle-lower {
    right: 0;
}
#slider-no-overlap .noUi-handle-upper {
    right: -34px;
}

.opacity1 {
	background-color: #000;
}
.opacity1 img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.opacity1:hover img {
	opacity: .5;
}
