/* variable css */
:root {
	--main-color-orange: #ED7058;
	--main-color-blue: #1BD5D7;
	--main-color-yellow: #FFC740;
	--main-color-white: #FFFFFF;
	--font-family-aestetico-light: "Aestetico Light";
	--font-family-aestetico-light-it: "Aestetico Light It";
	--font-family-aestetico-regular: "Aestetico Regular";
	--font-family-aestetico-regular-it: "Aestetico Regular It";
	--font-family-aestetico-medium: "Aestetico Medium";
	--font-family-aestetico-medium-it: "Aestetico Medium It";
	--font-family-aestetico-bold: "Aestetico Bold";
	--font-family-aestetico-bold-it: "Aestetico Bold It";
	--color-blue: #347CBC;
}

@font-face {
	font-family: 'Brush Script MT';
	src: url("../media/fonts/Brush-Script-MT.ttf") format('truetype');
}

@font-face {
	font-family: "Aestetico Medium";
	src: url("../media/fonts/Aestetico-Medium.woff2") format("woff2"),
	url("../media/fonts/Aestetico-Medium.woff") format("woff"),
	url("../media/fonts/Aestetico-Medium.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Aestetico Medium It";
	src: url("../media/fonts/Aestetico-MediumIt.woff2") format("woff2"),
	url("../media/fonts/Aestetico-MediumIt.woff") format("woff"),
	url("../media/fonts/Aestetico-MediumIt.otf") format("opentype");
	font-style: normal;
	font-weight: 400;
}

.font--bold, strong {
	font-family: var(--font-family-aestetico-bold);
}
.font--medium {
	font-family: var(--font-family-aestetico-medium);
}
.font--18 {
	font-size:18px;
	line-height: 22px;
}
.font--20 {
	font-size:20px;
	line-height: 24px;
}
/*** Home page icon padding ***/

p.icon-pad1 {
	padding-left: 1px;
}

p.icon-pad2 {
	margin-left: -118px;
}
/*** MAIN MENU ***/

.navmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.navmenu li {
	color: #fff;
	display: block;
	float: left;
	padding: 0px;
	position: relative;
	text-decoration: none;
	/*transition-duration: 0.2s;*/
}
.navmenu > ul > li > a {
	color: #fff;
	letter-spacing:inherit!important;
	font-family: var(--font-family-aestetico-bold);
	font-size:16px;
	padding-right:40px;
}
.navmenu li:hover,
.navmenu li:focus-within {
	/*background: red;*/
	cursor: pointer;
}
.navmenu > ul > li:hover > a,
.navmenu > ul > li:focus-within > a {
	border-bottom:5px solid #FFC740;
	padding-bottom: 13px;
	color:#FFC740;
}
.navmenu > ul > li:hover:nth-child(2) > a,
.navmenu > ul > li:focus-within:nth-child(2) > a {
    border-bottom:5px solid #ED7058;
	padding-bottom: 13px;
	color:#ED7058;
}
.navmenu > ul > li:hover:nth-child(3) > a,
.navmenu > ul > li:focus-within:nth-child(3) > a {
	border-bottom:5px solid #1BD5D7;
	padding-bottom: 13px;
	color:#1BD5D7;
}
.navmenu > ul > li:hover ul > li > a:hover {
	color:#FFC740!important;
}
.navmenu > ul > li:hover:nth-child(2) ul > li > a:hover {
    color:#ED7058!important;
}
.navmenu > ul > li:hover:nth-child(3) ul > li > a:hover {
	color:#1BD5D7!important;
}
.navmenu li:focus-within a {
	outline: none;
}
.navmenu > ul > li > ul {
	background: #fff;
	visibility: hidden;
	opacity: 0;
	min-width: 300px;
	position: absolute;
	/*transition: all 0.5s ease;*/
	margin-top: 13px;
	left: 0;
	display: none;
	padding:20px;
}
.navmenu ul li:hover > ul,
.navmenu ul li:focus-within > ul,
.navmenu ul li ul:hover,
.navmenu ul li ul:focus {
	visibility: visible;
	opacity: 1;
	display: block;
}
.navmenu ul li ul li {
	clear: both;
	width: 100%;
}
.navmenu > ul > li > ul li a {
	color:#212121!important;
	letter-spacing:inherit!important;
	font-size:16px;
	font-family: var(--font-family-aestetico-medium);
}

/*** END MAIN MENU ***/




*:focus {
	outline: none;
}
.form-control:focus{
	border-color: #A0A0A0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Dont overwrite bootsrap -- use a custom class */
/* .container {
padding:0 15px;
} */

.footer_menu_wrap {
	max-width: 930px;
	margin:0 auto 60px auto;
}
.footer_menu_wrap ul {
	display: block;
	margin:0;
	padding:0;
}
.footer_menu_wrap ul li {
	display: block;
	margin:0;
	padding:0;
}
.footer_menu_wrap ul li a {
	font-family: var(--font-family-aestetico-medium);
	font-size:16px;
	display: inline-block;
	margin:0 0 5px 0;
	padding:0;
	color:#fff;
	opacity: 0.8;
	text-decoration: none;
}
.footer_menu_wrap ul li a:hover {
	color:#fff;
	text-decoration: underline;
}
.footer_menu_wrap h3 {
	font-family: var(--font-family-aestetico-bold);
	font-size:20px;
	line-height: 20px;
	letter-spacing: 2px;
	text-transform: uppercase;
	margin-bottom:20px;
}
.footer_menu_wrap .col1 h3, .footer_menu_wrap .col1 h3 a {
	color: var(--main-color-orange);
}
.footer_menu_wrap .col2 h3, .footer_menu_wrap .col2 h3 a {
	color: var(--main-color-yellow);
}
.footer_menu_wrap .col3 h3, .footer_menu_wrap .col3 h3 a {
	color: var(--main-color-blue);
}
.footer_menu_wrap .col4 h3, .footer_menu_wrap .col4 h3 a {
	color: var(--main-color-white);
}
.footer-follow {
	margin-bottom:15px;
}

.sliderhero .slider-home {
	height:85vh;
}

form input[type="text"], form input[type="tel"], form input[type="email"], form input[type="password"], form input[type="date"] {
	border:1px solid #A0A0A0;
	border-radius: 0;
	color:#212121;
	font-size:14px;
	height: 50px;
	margin-bottom:20px;
}
input[type="checkbox"] {
	margin-top:2px;
}
form textarea {
	border:1px solid #A0A0A0;
	border-radius: 0;
	color:#212121;
	font-size:14px;
	height: 150px;
	margin-bottom:20px;
	display: block;
	width: 100%;
	padding: .375rem .75rem;
}
form select {
	border:1px solid #A0A0A0;
	border-radius: 0;
	background:inherit;
	color:#212121;
	font-size:14px;
	height: 50px;
	margin-bottom:20px;
	display: block;
	width: 100%;
}
form input[type=checkbox] + label {
	font-size:14px;
	line-height: 20px;
	margin-bottom:8px;
}
form input[type=checkbox]:checked + label {
	color: #347CBC;
}
form label {
	font-size:16px;
	line-height: 20px;
	color:#212121;
	display:block;
}
.title_form {
	font-family: var(--font-family-aestetico-medium);
	font-size: 18px;
	color: #212121;
	line-height: 28px;
	border-bottom:2px solid #E5E5E5;
	padding-bottom:20px;
	margin-bottom:20px;
	margin-top:20px;
	text-transform: uppercase;
}
.required_field p {
	text-align: right;
	font-family: var(--font-family-aestetico-light-it);
	font-size: 12px;
	color: #212121;
	text-align: right;
	line-height: 20px;
}

.image_profil_wrap {

}
.image_profil {
	border:1px solid #e5e5e5;
	margin-bottom:15px;
	width:100%;
	height:124px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.delete_img {
	text-align: center;
}
.delete_img a {
	background: #f2f2f2;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	display: inline-block;
}
.image_carrousel_wrap textarea,
.image_portrait_wrap textarea {
	height: 80px;
}
.submit_wrapper {
	background:#f9f9f9;
	padding:40px 0 25px 0;
	margin-top:30px;
}

.submit_wrapper .button_form_submit {
	margin-right:40px;
}
.submit_wrapper .button_form_reset {
	float:right;
}

.image_portrait_wrap .file {
	margin-bottom:20px;
}
.image_portrait_wrap .image_profil {
	height:210px;
}

.pagehero nav, .sliderhero nav {
	border:0;
}
.pagehero nav {
	z-index: 10;
	position:relative;
}

.content_wrapper.popup_wrapper {
	max-width: unset;
	margin:0px 0 0 0;
	background:#fff;
}
.popup_wrapper h1 {
	color: var(--color-blue);
	font-family: var(--font-family-aestetico-bold-it);
	margin-top:20px;
}
.popup_wrapper a {
	color: var(--color-blue);
	text-decoration: underline;
}
.popup_toplink_wrap {
	background:#347CBC;
}
.popup_toplink_wrap a {
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	padding:3px;
	margin-right:15px;
	border-bottom:5px solid #347CBC;
	display:inline-block;
	font-family: var(--font-family-aestetico-medium);
}
.popup_toplink_wrap a.active {
	color:#adcae4;
	border-bottom:5px solid #adcae4;
}
.popup_toplink_wrap .col-sm-12 {
	padding:0;
}
.fancybox-close-small {
	top:-40px!important;
	color:#fff!important;
}


body .button_form_submit {
	font-family: var(--font-family-aestetico-bold);
	background:#347CBC;
	color:#fff;
	padding:10px 25px;
	border:5px solid #347CBC;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
body .button_form_white {
	font-family: var(--font-family-aestetico-bold);
	background:#fff;
	color:#347CBC;
	padding:10px 25px;
	border:5px solid #347CBC;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
body .button_form_yellow {
	font-family: var(--font-family-aestetico-bold);
	background:var(--main-color-yellow);
	color: #fff;
	padding:10px 25px;
	border:5px solid var(--main-color-yellow);
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}
body .button_form_reset {
	font-family: var(--font-family-aestetico-bold);
	background:#fff;
	color:#909090;
	padding:10px 25px;
	border:5px solid #e5e5e5;
	margin-bottom: 15px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

body .button_full {
	display: block;
}

.fancybox-slide--iframe .fancybox-content {
	max-width  : 670px;
	max-height  : 780px;
}
.fancybox-is-open .fancybox-bg {
	opacity:.25!important;
}
.fancybox-slide--iframe .fancybox-content {
	border:15px solid #347CBC;
	border-top:40px solid #347CBC;
}
.page--profil-login {
	background: #347CBC;
	padding-top: 0px;
}

.page--profil-entreprise-login {
	background: #347CBC;
	padding-top: 0px;
}

.trouver-une-entreprise_search_wrap {
	background:#f9f9f9;
	padding:60px 0;
}
.trouver-une-entreprise_results_wrap {
	background:#fff;
	padding:60px 0;
}
.search_input {
	background-image:url('../media/images/icon--search.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	padding-left:40px;
}

.frame_grey::before {
	content:'';
	background-image:url('../media/images/icon--frame-yellow.svg');
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	position: absolute;
	z-index: 1;
	margin: -70px 0 0 -30px;
}
.frame_grey {
	border:15px solid #f2f2f2;
	position: relative;
	text-align: center;
	padding:30px 30px 0px 30px;
	max-width: 1025px;
	margin:30px auto 60px auto;
}
.frame_grey p {
	font-size:18px;
	line-height: 28px;
	font-family: var(--font-family-aestetico-medium);
}

.pagehero {
	max-height: 80%;
	max-height: 80vh;
	position: relative;
	background-position: center;
}
.pagehero-c--halfside h2 {
	font-size:64px;
	line-height: 64px;
	font-family: var(--font-family-aestetico-bold-it);
}
.pagehero-c {
	height: auto;
	top: 50%;
}
.pagehero::before, .sliderhero::before {
	content:'';
	position: absolute;
	left:0;
	top:0;
	z-index: 0;
	width: 100%;
	height:100%;
	background-image: linear-gradient(0deg, rgba(255,255,255,0.00) 0%, rgba(0,0,0,0.30) 100%);
}
.sliderhero::before {
	z-index:1;
}
.pagehero .nav-logo, .pagehero .nav-rightside, .pagehero-c {
	position: relative;
	z-index: 2;
}
.pagehero-c--halfside .pagehero-square {
	background:none;
}

.sliderhero .slider-home--container {
	right: unset;
	max-width: 800px;
	z-index: 2;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 0;
	left: 0;
	margin-left: 30px;
	margin-right: 30px;
}
@media (min-width: 768px) {
	.sliderhero .slider-home--container { margin-left: 50%; }
}

.nav-leftside {
	position: relative;
	z-index: 2;
}

.breadcrumb_wrapper {
	position: absolute;
	bottom:0;
	width:100%;
	padding:15px 0;
}

.page_default .breadcrumb_wrapper, .page_trouver-une-entreprise .breadcrumb_wrapper {
	background-color: rgba(52,124,188,0.8);
}
.page_vivre .breadcrumb_wrapper, .page--vivre .breadcrumb_wrapper, .page--news .breadcrumb_wrapper,
.page--news-article .breadcrumb_wrapper, .page--nouvelles-et-evenements .breadcrumb_wrapper,
.page_nouvelles-et-evenements .breadcrumb_wrapper {
	background-color: rgba(237,112,88,0.8);
}
.page_travailler .breadcrumb_wrapper, .page--travailler .breadcrumb_wrapper {
	background-color: rgba(246,186,41,0.8);
}
.page_simpliquer .breadcrumb_wrapper, .page--simpliquer .breadcrumb_wrapper {
	background-color: rgba(27,213,215,0.8);
}

.page_default .pagehero {
	background-color: rgba(52,124,188,1);
}
.page_vivre .pagehero, .page--vivre .pagehero, .page--news .pagehero, .page--news-article .pagehero,
.page--nouvelles-et-evenements .pagehero, .page_nouvelles-et-evenements .pagehero {
	background-color: rgba(237,112,88,1);
}
.page_travailler .pagehero, .page--travailler .pagehero {
	background-color: rgba(246,186,41,1);
}
.page_simpliquer .pagehero, .page--simpliquer .pagehero {
	background-color: rgba(27,213,215,1);
}

.page_default .title-square--main:before {
	background-color: rgba(52,124,188,0.9);
}
.page_vivre .title-square--main:before, .page--vivre .title-square--main:before, .page--news .title-square--main:before,
.page--news-article .title-square--main:before, .page--nouvelles-et-evenements .title-square--main:before,
.page_nouvelles-et-evenements .title-square--main:before {
	background-color: rgba(237,112,88,0.9);
}
.page_travailler .title-square--main:before, .page--travailler .title-square--main:before {
	background-color: rgba(246,186,41,0.9);
}
.page_simpliquer .title-square--main:before, .page--simpliquer .title-square--main:before {
	background-color: rgba(27,213,215,0.9);
}

.sliderhero .slider-home--slide_1 .btn--outline {
	background-color: rgba(237,112,88,0.9)!important;
	border-color: rgba(237,112,88,0.9)!important;
}
.sliderhero .slider-home--slide_2 .btn--outline {
	background-color: rgba(246,186,41,0.9)!important;
	border-color: rgba(246,186,41,0.9)!important;
}
.sliderhero .slider-home--slide_3 .btn--outline {
	background-color: rgba(27,213,215,0.9)!important;
	border-color: rgba(27,213,215,0.9)!important;
}

.page_espace-entreprise .pagehero, .page_espace-candidat .pagehero {
	max-height: 45%;
	max-height: 45vh;
	min-height: 45vh;
	background-color: rgba(52,124,188,1);
	background-image:none!important;
}
.page_espace-entreprise .pagehero .pagehero-c--halfside,
.page_espace-candidat .pagehero .pagehero-c--halfside {
	width:100%;
	text-align: center;
}
.page_espace-entreprise .pagehero .pagehero-square,
.page_espace-candidat .pagehero .pagehero-square {
	width:100%;
}
.page_espace-entreprise .pagehero .title-square--main,
.page_espace-candidat .pagehero .title-square--main {
	margin:0;
}
.page_espace-entreprise .pagehero .title-square--main::before,
.page_espace-candidat .pagehero .title-square--main::before {
	display: none;
}
.page_espace-entreprise .pagehero p,
.page_espace-candidat .pagehero p {
	margin:0;
	font-family: var(--font-family-aestetico-medium-it)!important;
	font-size:20px;
}

.breadcrumb {
	background:none;
}
.breadcrumb_wrapper ul {
	margin:0;
	padding:0;
}
.breadcrumb_wrapper ul li {
	color:#fff;
}
.breadcrumb_wrapper ul li a {
	color:#fff;
	font-size:14px;
	font-family: var(--font-family-aestetico-regular);
	margin-right:10px;
	text-decoration: none;
}
.breadcrumb_wrapper ul li a:after {
	content: '>';
	position: relative;
	right: 0;
	width: 15px;
	height: 15px;
	padding-left: 10px;
	font-size: 13px;
}
.breadcrumb_wrapper ul li:last-child a:after {
	display: none;
	padding:0;
}

.sliderhero .title-square p, .pagehero .title-square p {
	font-family: var(--font-family-aestetico-bold);
	font-size:20px;
	line-height: 30px;
}

.sliderhero .slider-home {
	z-index:1;
}

.page--vivre .pagehero-c--halfside .pagehero-square,
.page--travailler .pagehero-c--halfside .pagehero-square {
	background:none;
}
.pagehero-c--halfside .pagehero-square {
	height:auto;
	padding:50px 20px;
}

.pagehero-c--halfside {
	margin-bottom:0;
}

.page_tabs_wrapper {
	background: #F9F9F9;
	box-shadow: 0 0 182px 0 rgba(0,0,0,0.15);
	padding-top:30px;
}
.page_tabs_wrapper ul {
	margin:0;
	padding:0;
	list-style-type: none;
	text-align: center;
	display: inline-block;
}
.page_tabs_wrapper ul li {
	margin:0 auto;
	padding:0;
	display: inline-block;
}
.page_tabs_wrapper ul li a {
	margin:0;
	padding:0;
	padding:20px 30px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: var(--font-family-aestetico-medium);
	font-size:18px;
	color:#909090;
	background:#e5e5e5;
	display: inline-block;
	margin-left:45px;
}
.page_tabs_wrapper ul li.active a, .page_tabs_wrapper ul li a:hover {
	color:#212121;
	background:#ededed;
	text-decoration: none;
}
.page_tabs_wrapper ul li:last-child a {
	margin-right: 0;
}

/***/
.footer-logo {
	text-align: center;
}
.footer-legal{
	color: #fff;
	padding: 15px 0;
}
.footer-legal a{
	font-size: 80%;
	font-weight: 400;
	color: #fff;
	margin: 0 20px;
}
.footer-legal a:hover{
	text-decoration: underline;
}
.footer-copyright{
	color: #99bcda;
	font-size: 75%;
	text-align: center;
}
@media (min-width: 1400px){
	.footer-logo {
		float: left;
		width: 20%;
	}
	.footer-legal{
		float: left;
		width: 60%;
	}
	.footer-copyright{
		clear: both;
	}
}
.blue{
	color: #1BD5D7;
}
.dark-blue{
	color: #347CBC;
}
.employeurs_wrapper .list{
	list-style: none;
}
.employeurs_wrapper .list li{
	list-style: none;
}
.employeurs_wrapper .list li a{
	margin: 10px 0;
}
.employeurs_wrapper .row .col-md-4{
	margin-bottom: 50px;
}
.content_wrapper{
	margin-top: 50px;
}
@media(min-width: 768px){
	.content_wrapper{
		/*margin-top: 0;*/
	}
}

.cardenterprise-quickdata, .cardjob-quickdata {
	list-style-type: none;
	margin-left:0;
}
.page--territoire .pagetextimg--img .pagetextimg--img {
	width:100%;
	height:auto;
}

.error_input_warning {
	margin:-15px 0 20px 0;
}

.footer_menu_nav {
	margin: 20px 0 0 0;
	padding: 0px 35px 30px 67px;
	position:relative;
}
.mobile-menu nav {
	overflow: hidden;
	overflow-y: auto;
	display: block;
}
.mobile-menu {
	justify-content: inherit;
	-webkit-box-pack: inherit;
	-webkit-box-pack: inherit;
	justify-content: inherit;
	-webkit-box-align: inherit;
	align-items: inherit;
}

.option_label {
	font-family: var(--font-family-aestetico-bold);
	font-size: 20px;
	color: #909090;
	line-height: 24px;
	margin-bottom: 5px;
}
.page--formulaire-postuler-offre-emploi .img--halfsize {
	max-width: 169px;
	margin-right:5px;
}
.mobile-menu .mobile-menu--x {
	left:20px!important;
}

.table--wrap {
	border:1px solid #f2f2f2;
	padding:20px;
	margin: 60px 0;
}
.table--wrap .table th {
	border:none;
	color:#909090;
	font-family: var(--font-family-aestetico-regular);
}
.title--blue {
	font-family: var(--font-family-aestetico-bold-it);
	font-size: 44px;
	color: #347CBC;
	line-height: 50px;
}
.main--spacing {
	margin:60px 0 30px 0;
}

html body .fancybox-skin {
	background:#347CBC!important;
	border-radius:0!important;
}

a, a:focus a:link {
	text-decoration: none;
	color: #212121;
}
a:hover {
	text-decoration: underline;
	color: #212121;
}

.collapsious span {
	color: #347CBC;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	margin:0 0 30px 0px;
	padding-left:50px;
	background-image:url('../media/images/collapse-off.svg');
	background-repeat: no-repeat;
	background-position: left center;
	display:block;
	cursor:pointer;
}
.collapsious.opened span {
	background-image:url('../media/images/collapse-on.svg');
}
.collapsious > div {
	padding:0 0 30px 50px;
}

.news--wrap .date {
	margin-bottom:20px;
}
.news--wrap h3 {
	font-family: var(--font-family-aestetico-bold-it);
	font-size: 50px;
	margin-bottom:20px;
}
.news--wrap .img--news {
	text-align:center;
}
.news--wrap .img--news img {
	background: #D8D8D8;
	box-shadow: 0 0 60px 0 rgba(0,0,0,0.25);
	border-radius: 2px;
	object-fit:cover;
	max-height:340px;
	margin:0 auto;
}
.news--wrap .img--news.full img {
	max-height: inherit;
}

.news-events--wrapper {
	background:#f9f9f9;
	padding:60px 0;
}
.news-events--wrapper h2 {
	text-align:center;
}
.news-events--intro {
	border:15px solid #e5e5e5;
	background:#fff;
	padding:20px 20px 0 20px;
}
.news-events--intro .date, .news-events--others .date {
	margin:0;
}
.news-events--intro .img--news {
	margin:0 0 20px 0;
}
.news-events--intro h3, .news-events--others h3 {
	font-family: var(--font-family-aestetico-bold);
	font-size: 20px;
	color: #212121;
	line-height: 24px;
	text-transform:uppercase;
	margin-bottom:20px;
}
.news-events--others {
	padding:35px 0;
}

.pagination {
	justify-content: flex-end;
}
.page-item.active .page-link {
	background-color: #ED7058;
	border-color: #ED7058;
}
.page-link {
	color: #212121;
}
.page-link:hover {
	color: #212121;
}
.page-link:focus {
	box-shadow: none;
}

.slick-next:before, .slick-prev:before {
	color:#212121;
}

.events_slides .news--wrap {
	padding:0 60px;
}

.bg--iles-wrapper {
	background-image:url('/userfiles/images/bg--iles.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 320px;
	text-align: center;
	color:#fff;
}
.bg--iles-wrapper h2 {
	margin-top:20px;
	color:#fff;
	font-size:44px;
	font-family: var(--font-family-aestetico-bold-it);
}
.btn-outline--arrowright--red.invert {
	background:#fff;
	padding: 15px 20px 15px 20px;
	box-shadow: 0 0 9px 0 #898989;
}


.bg--yellow {
	background:#FFC740;
	min-height: 320px;
	text-align: center;
	color:#fff;
}
.bg--yellow h2 {
	margin:20px 0 40px 0;
	color:#fff;
	font-size:44px;
	font-family: var(--font-family-aestetico-bold-it);
}
.bg--yellow .btn-outline--arrowright--red.invert {
	background:#fff;
	padding: 15px 20px 15px 20px;
	color: #FFC740;
	border-color: #FFC740;
	box-shadow: 0 0 9px 0 #898989;
}
.bg--yellow img {
	width:60px;
}
.fancybox-margin{margin-right:17px;}
* {
	box-sizing: border-box;
}

.cell-col--img {
	padding: 50px;
	transition: transform .4s;
	margin: 0 auto;
}

.cell-col--img:hover {
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.classfont1 p{
	font-size:23px;
	font-family:"Brush Script MT";
}

.classfont2 p{
	font-size:15px;
	font-family:"Brush Script MT";
}

/* Image x axis displacement kite surf
========================================================================== */
@media screen and (max-width: 500px){
	.bg-travailler {
		background-image: url(../media/images/home-travailler@2x.jpg);
		background-position-x:80% !important;
	}
}

@media screen and (max-width: 414px){
	p.icon-pad2 {
		margin-left: -100px;
	}
}

/* Image x axis displacement kite surf end
========================================================================== */

html body.page--ambassadeurs a.fancybox:hover img {
	mix-blend-mode: inherit!important;
}
.fancybox-nav span {
	visibility: visible!important;
}
.profil--img {
	position:relative;
	display:inline-block;
}
.profil--img:after {
	content:'';
	display:inline-block;
	background:rgba(255,199,64,0.6);
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	border-radius: 4px;
	display:none;
}
.profil--img:hover:after {
	display:block;
}
.profil--img img {
	margin:0!important;
}
.profilname {
	margin-top:15px;
}

.simpliquer--bg {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(/userfiles/images/les-iles-isaac-leblanc_bg.jpg);
	padding:220px 0;
}
.fancybox-prev span {
	left:-18px!important;
}
.fancybox-next span {
	right:-18px!important;
}

.draft_warning {
	padding: 10px 5px;
	background: #fbe1d1;
	margin-bottom: 20px;
	color: #e85e0d;
	font-size: 14px;
	text-align: center;
	height: 47px;
}
.draft_warning .draft_left_part{
	float: left;
	padding-left: 20px;
}
.draft_warning .draft_right_part{
	float: right;
	padding-right: 20px;
}
.draft_warning a.discrard_draft {
	display: inline-block;
	background: #e85e0d;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	margin: auto;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.draft_warning a.discrard_draft:hover {
	background: #b00;
}
.draft_warning a.preview_draft {
	display: inline-block;
	background: #22537e;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	text-decoration: none;
	margin: auto;
	margin-left: 5px;
	font-size: 14px;
	font-weight: normal;
}
.draft_warning a.preview_draft:hover {
	background: #347cbb;
}

/**/
.sliderhero .slider-home--slide .slider-home--img img {
	height: 100%;
}
@media screen and (min-width: 992px){
	.sliderhero .slider-home--slide .slider-home--img img {
		height: auto;
	}
}