/*
Theme Name: AMOBSL
Description: Theme custom pour AMOBSL
Author: Bourrasque
Author URI: http://bourrasque.ca/
Version: 0.1.0
*/

/* *********** RESET CSS ***********************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: top;
	box-sizing: border-box;
	outline: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ************* default wordpress ************** */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}*/

img,
video {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

embed,
iframe,
object {
	margin-bottom: 1.5em;
	max-width: 100%;
}

hr {
	background-color: #bbb;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

p:not(:last-child), ul:not(:last-child) {
	margin-bottom: 10px
}

a {
	text-decoration: none;
}

.wpb_text_column:last-child {margin-bottom: 0;}

/* *************** AMOBSL ******************** */
body {
	font-size: 19px;
	line-height: 1.4em;
	color: #000000;
	font-family: 'Source Sans Pro', sans-serif;
}

h1, h2 {
	font-size: 3em;
	margin-bottom: 45px;
	line-height: 1.1em;
	color: #457789;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	letter-spacing: 8px;
	position: relative;
}

h1:before, h1:after, h2:before, h2:after {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	background-color: #45b0ba;
	height: 4px;
}

h1:before, h2:before {
	top: 110%;
	width: 230px;
	max-width: 100%;
}

h1:after, h2:after {
	top: calc(110% + 10px);
	width: 130px;
	max-width: 50%;
}

.title-center h1:before, .title-center h1:after, .title-center h2:before, .title-center h2:after {
	left: 50%;
	transform: translateX(-50%);
}

h3 {
	font-size: 1.75em;
	margin-bottom: 15px;
	line-height: 1.1em;
	font-family: 'Oswald', sans-serif;
}


h4 {
	font-size: 1.4em;
	margin-bottom: 12px;
	line-height: 1.1em;
	font-weight: bold;
	color: #45b0ba;
}

p a {
	text-decoration: underline;
	font-weight: bold;
}

a, i {color: #840e42;}
.container .wpb_text_column i {	color: #45b0ba;}
p strong {color: #840e42;}

i {
	vertical-align: middle;
}

.container {
	max-width: 82%;
	margin: 0 auto;
}

body:not(.home)>.container>.wpb-content-wrapper>*:first-child {
	margin-top: 35px;
}

body:not(.home)>.container>*:first-child {
	margin-top: 35px;
}

body>.container>.vc_row:first-child {
	padding-top: 0;
}

body>.container>*:last-child:not(.vc_clearfix) {
	margin-bottom: 50px;
}

.vc_row {
	padding-top: 20px;
	padding-bottom: 20px;
}

.vc_row .vc_row {
	padding-top: 0;
	padding-bottom: 0;
}

.container ul li {
  padding-left: 0.6em;
}

.wpb_text_column ul {
	padding-left: 40px;
}

.container ol {
	padding-left: 40px;
}

.container ul li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: "Font Awesome 5 free";
  font-weight: 900;
  display: inline-block;
  color: #45b0ba;
  margin-left: -0.6em; /* same as padding-left set on li */
  width: 0.6em; /* same as padding-left set on li */
}

.container-archives ul li.widget_block:before {content: unset;}

.dark h1, .dark h2, .dark h3, .dark h4, .dark p, .dark li, .dark div.wpcf7-validation-errors, .dark div.wpcf7-acceptance-missing, .dark a {
	color: #fff;
}

/* plugin slider gallery lightbox */
img.mfp-img {padding: 70px 0 !important}
.mfp-bottom-bar {margin-top: -65px!important;}
.mfp-figure:after {top: 70px; bottom: 70px!important;}

#swipebox-bottom-bar {bottom: 50%!important; transform: translateY(50%)!important; -webkit-transform: translateY(50%)!important; background: unset!important;}
#swipebox-bottom-bar a {padding: 10px; background-color: #45b0baab;}
#swipebox-arrows {max-width: unset!important;}

/* *********** HEADER *************** */
#header {
	text-align: center;
	position: relative;
	z-index: 2;
}

.menu-principal ul li, .menu-secondaire ul li {
	display: inline-block;
}

.menu-principal {
	display: flex;
	flex-direction: row;
	background-color: #457789;
	text-align: center;
	justify-content: center;
}

.menu-principal, .menu-principal ul li {
	position: relative;
}

.menu-principal ul li a {
	display: block;
	-webkit-transition: all 0.2s ease-in-out; /* Safari */
  	transition: all 0.2s ease-in-out;
}

.menu-principal>div {
	width: 100%;
}

.menu-principal ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 82%;
	margin: 0 auto;
}

.menu-principal ul.menu>li>a {
	color: #fff;
	padding: 25px 10px;
	font-size: 1.4em;
	position: relative;
}

.menu-principal ul.menu>li>a:before, .menu-principal ul.menu>li>a:after, .menu-secondaire li a:before, .menu-secondaire li a:after {
	width: 0;
	transition: all 0.35s;
	position: absolute;
	left: 10px;
	content: "";
	display: inline-block;
	background-color: #45b0ba;
	height: 2px;
}

.menu-principal ul.menu>li>a:before, .menu-secondaire li a:before {
	top: calc( 55% + 0.5em);
	max-width: 70%;
}

.menu-principal ul.menu>li>a:after, .menu-secondaire li a:after {
	top: calc(55% + 0.5em + 5px);
	max-width: 35%;
}

.menu-principal ul.menu>li.current-menu-item>a:before, .menu-principal ul.menu>li:hover>a:before, .menu-principal ul.menu>li.current-menu-parent>a:before, .menu-secondaire ul.menu>li.current-menu-item>a:before, .menu-secondaire ul.menu>li:hover>a:before, .menu-secondaire ul.menu>li.current-menu-parent>a:before {
	width: 70%;
}

.menu-principal ul.menu>li.current-menu-item>a:after, .menu-principal ul.menu>li:hover>a:after, .menu-principal ul.menu>li.current-menu-parent>a:after, .menu-secondaire ul.menu>li.current-menu-item>a:after, .menu-secondaire ul.menu>li:hover>a:after, .menu-secondaire ul.menu>li.current-menu-parent>a:after {
	width: 35%;
}

/* submenu */
#header .menu-principal ul ul {
	position: absolute;
	top: 100%;
	width: 100%;
	min-width:300px;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
	visibility: hidden;
	-webkit-transition: all 0.15s ease-in-out; /* Safari */
  	transition: all 0.15s ease-in-out;
  	background-color: #355d6e;
  	padding: 15px 10px;
  	flex-direction: column;
}

#header .menu-principal ul li:hover ul {
	visibility: visible;
	opacity: 1;
}

#header .menu-principal ul ul li a {
	color: #fff;
	font-size: 0.95em;
	font-weight: normal;
}

#header .menu-principal ul ul li.current-menu-item a, #header .menu-principal ul ul li:hover a {
	color: #000;
}

#header .menu-principal ul ul li {
	position: relative;
}

#header .menu-principal ul ul li a {
	padding: 12px 0;
}

#header .menu-principal ul ul li:not(:last-child):after {
	content: "\f111\00a0\00a0\00a0\00a0\f111\00a0\00a0\00a0\00a0\f111";
	font-family: "Font Awesome 5 free";
  	font-weight: 900;
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 4px;
	line-height: 1em;
}

/* mobile */
.menu-mobile ul ul li a {
	font-weight: 400;
	font-size: 0.85em;
	padding: 0.75em 0;
	background-color: rgba(87,170,185,0.95);
}
/* */

.menu-secondaire {
	display: flex;
	flex-direction: row;
	font-weight: bold;
}

.menu-secondaire-content {
	padding: 40px 9% 35px 0;
	text-align: right;
	flex: 1 1 auto;
}

.menu-secondaire ul {
	position: relative;
	z-index: 2;
}

.menu-secondaire li a {
	color: #81bfc7;
	padding: 3px 8px 3px 8px;
	-webkit-transition: all 0.2s ease-in-out; /* Safari */
  	transition: all 0.2s ease-in-out;
  	position: relative;
}

.menu-secondaire li .fas, .menu-secondaire li .fab {
	vertical-align: middle;
}

/*#header .menu-secondaire li.current-menu-item a, #header .menu-secondaire li:hover a {
	color: #ae0e0e;
}*/


.header-logo {
	max-width: 50%;
	padding: 15px 5px 15px 9%;
}

/* menu mobile */
.menu-mobile { 
	display: none;
	position: relative; 
	background-color: #457789;
	width: 100%;
	/*display: flex;*/
	-webkit-flex-direction: row;
	flex-direction: row;
	padding: 10px;
}
.menu-mobile-block {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 9;
}

.menu-mobile-block .menu-mobile-block-btn, .menu-mobile-block ul li {
	background: rgba(69,119,137,0.95);
}


.menu-mobile-block ul ul {
	background-color: #457789; 
}

.menu-mobile a.link-menu-icon{
	color: #fff;
	font-size: 2.5em;
	padding: 20px;
	display: block;
}

.menu-mobile>*:not(.menu-mobile-block) {
	flex: 1 1 auto;
	width: 50%;
	align-items: center;
}

.menu-mobile .header-logo {
	/*width: 100%;*/
	max-width: 250px;
}

.btn-mobile-menu.open a i, .menu-mobile a.link-menu-icon i{
	color: #fff;
}

.menu-mobile-block li a {
	color: #fff;
	display: block;
	font-weight: bold;
	line-height: 1em;
	padding: 12px 0;
}

.menu-mobile-block li:not(:last-child) a {
	border-bottom: 1px solid #ededed;
}

#menu-menu-mobile>li>a{
	padding: 18px;
	font-size: 2.5em;
}

#menu-menu-mobile ul>li>a{
	padding: 10px;
	font-size: 1.9em;
}

#menu-menu-mobile ul {
	position: relative;
}

#menu-menu-mobile ul:before {
	content: "";
	display: block;
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 15px;
	border-color: transparent transparent #4a4545 transparent;
}

.menu-mobile-block ul li.link-external {
	background: rgba(69,176,186,0.95);
}

.menu-mobile-block-btn {
	display: flex;
	flex-direction: row;
	padding: 8px;
	border-bottom: 3px solid #fff;
}

.header-logo-menu-mobile {
	flex: 0 1 auto;
	max-width: 160px;
}

.menu-mobile-block-btn  .header-mobile-link {
	flex: 1 1 auto;
	justify-content: flex-end;
}

/** ************ accueil ************* */
/* slider revolution */
rs-slides span, rs-slides span * {color: #457789!important;}

/* nouvelles */
.home-news-column {
	padding-left: 9%!important;
}

.home-news-column>.vc_column-inner {
	padding-left: 0!important;
	padding-right: 30px!important;
}

.news-list {
	margin: 50px 0 100px 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	    justify-content: space-between;
}

.list-article-block {
	display: flex;
	flex-direction: row;
	width: 100%;

}

.home .list-article-block {
	width: calc(100% / 3 - 2%);
	flex-direction: column;
}

.list-article-block:not(:last-child) {
	margin-bottom: 70px;
}

.list-article-block>div {
	flex: 1 1 auto;
}

.list-article-img {
	width: 45%;
	max-width: 730px;
	flex: 0 0 auto!important;
}

.list-article-thumb {
	position: relative;
}

.list-article-content {
	width: 55%;
	min-width: min(100%, 450px);
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.home .list-article-content, .home .list-article-img {
	width: 100%;
	max-width: unset;
	padding-left: 0;
}

.list-article-title {
	width: 100%;
	background-color: rgba(0,0,0,0.5);
}

.list-article-title h3 {
	color: #fff;
	padding: 12px 15px;
	font-size: 1.25em;
	margin-bottom: 0;
}

.list-article-date {
	font-weight: bold;
	color: #45b0ba;
	margin-bottom: 20px;
}

.list-article-date span {font-style: italic; color: grey}

.list-event-date span {
	font-style: italic;
}

.list-event-date:last-child() {
	margin-bottom: 20px;
}

.list-article-excerpt {
	margin-bottom: 10px;
}

.list-article-link {
	margin-top: auto;
}

.list-article-link a {
	display: block;
	color: #fff;
	background-color: #355d6e;
	font-weight: bold;
	padding: 20px 10px;
	text-align: center;
	letter-spacing: 3px;
	transition: all 0.2s;
} 

.news-btn-all {
	width: 100%;
}

.news-btn-all a {
	
	color: #fff;
	font-size: 1.65em;
	text-transform: uppercase;
	padding: 35px 50px;
	letter-spacing: 1px;
	display: block;
	background-color: #81bfc7;
	background-image: url('../AMOBSL/images/btn-end-bg.jpg');
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	transition: all 0.2s;
}

.news-btn-all a i {
	transition: all 0.35s;
}

.news-btn-all a:hover i {
	transform: translateX(40px);
}

.list-article-link a:hover {
	opacity: 0.7;
}

.news-btn-all i {
	color: #fff;
}

/** cta * */
.home-cta-row {
	-webkit-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 15px 6px rgba(0,0,0,0.2);
	z-index: 2
}

.home-cta {
	background-image: url('../AMOBSL/images/home-cta-bg.jpg');
	/*background-size: cover;*/
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding: 60px 9%;
	
}

.home-cta-title {
	max-width: 450px;
	margin-bottom: 80px;
}

.home-cta-title h2 {
	line-height: 1.5em;
}

.home-cta-content {
	padding-left: 33%;
}

.home-cta-list-links {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.home-cta-link {
	color: #355d6e;
	font-size: 1.2em;
	line-height: 1.2em;
	display: flex;
	flex-direction: row;
	align-items: center;
	transition: all 0.2s;
}

.home-cta-link:hover {
	opacity: 0.7;
}

.home-cta-link img {
	padding-right: 15px;
}

.home-cta-link span {
	font-size: 1.25em;
	line-height: 1.2em;
	color: #7ec3c7;
	text-transform: uppercase;
	letter-spacing: -1px;
	display: block;
}

/** event */
.sidebar-event-column {
}

.sidebar-event-column h2 {
	letter-spacing: -1px;
	color: #fff;
	background-color: #355d6e;
	padding: 8px;
	text-align: center;
	display: block;
	margin: 0 -15px 25px -15px;
	width: calc( 100% + 30px);
	font-size: 1.65em;
	font-weight: bold;

}

.sidebar-event-column h2:before, .sidebar-event-column h2:after {
	content: none;
}

thead.simcal-calendar-head {
	color: #fff;
}

thead.simcal-calendar-head tr:first-child {
	background-color: #355d6e;
}

thead.simcal-calendar-head tr:nth-child(2) {
	background-color: #457789;
	text-transform: uppercase;
}

.simcal-current-month {
	text-transform: uppercase;
}

.simcal-default-calendar-light .simcal-nav-button:disabled, .simcal-default-calendar-light .simcal-nav-button:disabled:hover {
	opacity: 0.5;
}

.simcal-default-calendar-light .simcal-nav-button i {
	color: #fff!important;
}

.simcal-day-has-events span.simcal-day-label {
	background-color: #45b0ba!important;
	color: #fff!important;
}

.simcal-day-has-events span.simcal-events-dots b {
	color: #45b0ba!important;
}

.simcal-present span.simcal-day-label {
	background-color: #457789!important;
	color: #fff!important;
}

.container>.simcal-calendar .simcal-month, .container>.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
	background-color: #ededed!important;
}

.container>.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number {
	text-align: right;
	padding-right: 15px;
	padding-top: 8px;
	color: #45b0ba!important;
	font-size: 1.3em!important;
	font-weight: bold!important;
	position: relative;
	transform-style: preserve-3d;
	background-color: transparent!important;
}

.container>.simcal-default-calendar-grid>table tbody td{
	text-align: right!important;
}

.container>.simcal-default-calendar-grid.simcal-default-calendar-light td {
	border: 2px solid #d1d1d1!important;
}

.container>.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day>div {
	border: none!important;
}

.container>.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-has-events span.simcal-day-label {
	display: inline-block!important;
	color: #fff!important;
	border-radius: 50%;
	padding: 5px;
	background-color: #355d6e!important;
	min-width: 30px;
	text-align: center;
	margin-right: 5px;
	margin-top: 2px;
}

/*.container>.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-has-events span.simcal-day-label:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #355d6e!important;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	right: 7.5px;
	top: 50%;
	transform: translateY(-50%) translateZ(-1px);
}*/

.simcal-present span.simcal-events-dots b {
	color: #457789!important;
}

.sidebar-event-column .simcal-no-events, .sidebar-event-column .simcal-calendar-grid .simcal-day:not(.simcal-day-void) {
	background-color: #fff!important;
}

.sidebar-event-column .simcal-calendar-grid .simcal-day-has-events>div {
	border: 1px solid #45b0ba!important;
}


.event-listed {
	display: flex;
	flex-direction: row;
}

.event-date {
	flex: 0 0 auto;
	width: 70px;
	color: #45b0ba;
	border-right: 2px solid #45b0ba;
	text-transform: uppercase;
	text-align: center;
	padding: 5px 1px;
}

.event-date>*:first-child {
	font-size: 1.8em;
	display: block;
	line-height: 1em;
}

.event-date>*:nth-child(2) {
	font-size: 0.75em;
	display: block;
}

.event-title {
	flex: 1 1 auto;
	padding-left: 8px;
}

ul.simcal-events {
	padding-left: 0;
}

ul.simcal-events li:before{
	content: none;
}

.simcal-default-calendar-list ul.simcal-events li.simcal-event {
	padding-left: 0;
}

.simcal-default-calendar-list ul.simcal-events {
	margin-left: 0!important;
	margin-right: 0!important;
}

.simcal-event-title {
	text-transform: uppercase;
	color: #457789;
	font-family: 'Oswald', sans-serif;
}

.event-title a {
	color: #000;
}

.event-title a:hover {
	text-decoration: underline;
}

.qtip {
	max-width: 350px!important;
}

.qtip-tip {
	border-color: #355d6e;
}

.qtip-content {
	color: #fff;
	background-color: #355d6e;
	font-size: 1.1em;
}

.qtip-content .simcal-tooltip h4 .simcal-event-title, .simcal-event-details h4 span {
	color: #7ec3c7!important;
	font-weight: bold;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
}

.calendar-event-content {
	display: flex;
	flex-direction: row;
	align-items: center
}

.calendar-event-content p, .calendar-event-content .simcal-event-description {
	margin: 0!important;
}

.simcal-event-description ul {
	padding-left: 20px;
	list-style-type: disc;
}

.calendar-event-content-text {
	flex: 1 1 auto;
	padding-right: 25px;
}

.calendar-event-content-link {
	flex: 0 1 auto;
	min-width: 95px;
}

.calendar-event-content-link a {
	padding: 8px 3px;
	color: #fff;
	border: 2px solid #fff;
	display: block;
}

.simcal-tooltip {
	display: block;
	padding: 2px 4px;
	font-weight: bold;
	margin: 3px 0!important;
	background-color: #355d6e;
	border-radius: 8px;
}

.simcal-tooltip .simcal-event-title {
	color: #fff!important;
	text-transform: initial;
}

.simcal-default-calendar-grid .simcal-day>div {
	min-height: 120px!important;
}

.sidebar-event-column .simcal-default-calendar-grid .simcal-day>div {
	min-height: unset!important;
}


/* home gallery */
.home-row-gallery h3 {background-color: #457789; color: #fff; padding: 10px;}
.home-row-gallery .wpb_text_column {margin-bottom:0;}
.home-row-gallery .wpb_text_column ul {padding-left: 0;}
.home-row-gallery .wpb_text_column ul li {padding-left: 0;}
.home-row-gallery li:before {content: unset!important;}
.sy-caption-wrap {display: none;}

/* home row stats */
.home-row-stats .wpb_column>div {
	padding: 20px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
	box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.15);
}

.home-row-stats .wpb_column ul {padding-left: 0;}

.bg-parallaxe {
  	/* Create the parallax scrolling effect */
  	background-attachment: fixed;
  	background-position: bottom  center;
  	background-repeat: no-repeat;
  	background-size: contain;
}



/** ******** à propos ********* */
.list-member {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.member-block {
	flex: 0 1 auto;
	width: calc(50% - 12.5px);
	background-color: #dbdbdb;
	display: flex;
	flex-direction: row;
	margin-bottom: 25px;
}

.img-member {
	flex: 0 0 auto;
	width: 35%;
	max-width: 230px;
}

.member-content {
	flex: 1 1 auto;
	padding: 20px;
	/*align-self: center;*/
	line-height: 1.2em;
}

.member-block ul {
	margin-bottom: 15px;
}

.member-content h4 {
	margin-bottom: 0;
}

.member-text {
	font-size: 0.85em;
	line-height: 1.1em;
}

.member-text p:not(:last-child) {
	margin-bottom: 7px;
}

.link-btn a {
	color: #457789;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 35px;
	padding: 15px 50px 15px 25px;
	display: inline-block;
	background-color: #d8d8d8;
	background-image: url('../AMOBSL/images/btn-grey-end-bg.jpg');
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
}

.link-btn a + a {
	margin-left: 15px;
}

.btn-page-login  {
	max-width: 600px;
	margin: 50px auto 100px auto;
}

.btn-page-login a {
	margin-top: 0;
}

/** ********* mérite exceptionnel ******* */
.merite-section .vc_row {
	padding-top: 0;
	padding-bottom: 0;
}

.merite-section .vc_row>.wpb_column .vc_column-inner {
	padding: 0;
}

.merite-section .vc_row>.wpb_column:first-child .wpb_text_column {
	padding: 35px 35px 35px 18%;
}

.merite-section .vc_row>.wpb_column:nth-child(2) .wpb_text_column {
	padding: 35px 18% 35px 35px;
}

.merite-section .wpb_text_column {
	line-height: 1.15em;
}

.merite-section .wpb_text_column ul {
	padding-left: 40px;
}

.merite-section .wpb_text_column em {
	font-size: 0.75em;
}

.merite-section h4 {
	border-bottom: 3px solid #eaeef0;
	padding-bottom: 4px;
}

.merite-section .wpb_single_image, .merite-section .wpb_content_element {
	margin-bottom: 0;
}

/* slider */
.slider-nav img, .slider-main img {
	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
  	filter: grayscale(1); /* Microsoft Edge and Firefox 35+ */
  	transition: all 0.35s;
}

.slider-nav img:hover, .slider-main img:hover {
	filter: none; /* IE6-9 */
  	-webkit-filter: none; /* Google Chrome, Safari 6+ & Opera 15+ */
  	filter: none; /* Microsoft Edge and Firefox 35+ */
}



.slider-nav img {
	cursor: pointer;
}

/** ********** ressources ******** */
.ressource-faq-row .vc_toggle_title {
	background-color: #355d6e;
	background-image: url('../AMOBSL/images/btn-end-bg-open.jpg');
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	padding-left: 0!important;
}

.ressource-faq-row .vc_toggle_active .vc_toggle_title {
	background-image: url('../AMOBSL/images/btn-end-bg-close.jpg');
}

.ressource-faq-row .vc_toggle_title h4 {
	display: block!important;
	padding: 20px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0;
}

.ressource-faq-row .vc_toggle_title .vc_toggle_icon {
	display: none!important;
}

.ressource-faq-row .vc_toggle_content {
	background-color: #ededed;
	margin-top: 0;
	padding: 20px;
}

/** ********* nouvelles ********* */
/* pagination */
ul.page-numbers  {
	text-align: center;
}

ul.page-numbers li {
	display: inline-block;
}

ul.page-numbers li:not(:last-child) {
	margin-right: 8px;
}

ul.page-numbers li a, ul.page-numbers li span {
	display: block;
	padding: 5px 10px;
	width: 35px;
	color: #45b0ba;
	border: 1px solid #45b0ba;
	-webkit-transition: 0.2s; /* Safari */
  	transition: 0.2s;
  	font-weight: bold;
}

ul.page-numbers li span.current, ul.page-numbers li a:hover {
	background-color: #355d6e;
}

/* single nouvelle */
.article-header {
	display: flex;
	flex-direction: row;
	margin-bottom: 45px;
	align-items: center;
}

.single-thumb {
	flex: 0 1 auto;
	width: 40%;
}

.thumb-leg {font-size: 12px; font-style: italic; display: block; line-height: 1.2em;}

.article-header-title {
	flex: 1 1 auto;
	padding-left: 30px;
	width: 60%;
}

.article-header-title h1 {
	color: #45b0ba;
	font-size: 1.65em;
	line-height: 1.2em;
	text-transform: initial;
	padding-bottom: 15px;
	margin-bottom: 15px;
	letter-spacing: 0;
}

.article-header-title h1:before {
	content: none;
}

.article-header-title h1:after {
	background-color: #ededed;
	top: 100%;
	width: 35%;
}

.clear {
	clear: both;
}

.article-nav-row {
	background-color: #67bbc4;
	color: #fff;
}

.article-nav-row a, .article-nav-row i {
	color: #fff;
}

.article-nav-row .container {
	display: flex;
	flex-direction: row;
	min-height: 120px;
	align-items: center;
	padding: 15px 0;
	justify-content: space-between;
}

.article-nav-row .container>div {
	flex: 0 1 auto;
	width: 46%;
}

.article-nav-row .container>div:first-child {

}

.article-nav-row .container>div:last-child {
	text-align: right;
}

.article-nav-row a {
	text-transform: uppercase;
	font-weight: bold;
}

.article-nav-row .container>div span {
	display: block;
	text-transform: initial;
	font-weight: normal;
}

/** *********** emplois ********* */
.emplois-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	max-width: 1500px;
	margin: 30px auto;
	justify-content: space-between;
}

.list-emploi-block {
	flex: 0 1 auto;
	width: 30%;
	margin: calc(10% / 6);
	padding: 20px;
	background-color: #ededed;
}

.list-emploi-block h3 {
	font-family: 'Source Sans Pro', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;
	color: #45b0ba;
	font-size: 1.35em;
	font-weight: bold;
}

.list-emploi-location {
	font-weight: bold;
	margin-bottom: 1em;
	font-size: 1.1em;
}

.list-emploi-date {
	font-style: italic;
	margin-bottom: 1em;
}

.list-emploi-title + .list-emploi-excerpt {
	margin-top: 1em;
}

.list-emploi-link a {
	display: block;
	color: #fff;
	background-color: #67bbc4;
	transition: all 0.2s;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	padding: 15px 10px;
	margin-top: 25px;
	transition: all 0.2s;
}

.list-emploi-link a:hover {
	opacity: 0.7;
}

.emploi-form-row {
	border-top: 4px solid #45b0ba;
	padding: 35px 0;
}


/** ********* nous joindre ********* */
/* form */
.form-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.form-row:not(:last-child) {
    margin-bottom: 20px;
}

.form-col {
    flex: 1 1 auto;
}

.form-col + .form-col {
    margin-left: 40px;
}

.form-row>p, .form-row span {
	width: 100%;
}

.form-row label {
	display: block;
	width: 100%;
}


input[type=text], input[type=tel], input[type=url], input[type=email], input[type=password], input[type=date], input[type=number], textarea, select {
	background-color: #ededed;
	padding: 20px 30px;
	border: none;
	width: 100%;
	font-size: 1.15em;
	line-height: 1.1em;
	box-sizing: border-box;
	-webkit-appearance: none;
  	-moz-appearance: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

select {
	-webkit-appearance: menulist-button!important;
  	-moz-appearance: menulist-button!important;
}

.send-file-bloc .hide {
	display: none;
}

.send-file-bloc span {
	display: none;
}

.send-file-bloc div {width: 100%;}

.send-file-bloc .upload-btn {
	display: block;
	font-size: 1em;
	color: #fff;
	background-color: #457789;
	cursor: pointer;
	text-align: center;
	padding: 10px;
	transition: all 0.35s;
}

.send-file-bloc .upload-btn.uploaded {
	background-color: #355d6e;
}

button[type=submit], input[type=submit] {
	padding: 20px 30px;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.2em;
	width: 100%;
	border: none;
	box-sizing: border-box;
	-webkit-appearance: none;
  	-moz-appearance: none;
  	background-color: #81bfc7;
	background-image: url('../AMOBSL/images/btn-end-bg.jpg');
	background-position: right center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	text-align: left;
	cursor: pointer;
	outline: none;
	transition: all 0.2s;
}

button[type=submit] i, input[type=submit] i {
	color: #fff;
	margin-left: 10px;
}

button[type=submit]:hover, input[type=submit]:hover {
	opacity: 0.7;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #838383;
  font-family: 'Source Sans Pro', sans-serif;
  opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #838383;
  font-family: 'Source Sans Pro', sans-serif;
}
::-ms-input-placeholder { /* Microsoft Edge */
  color: #838383;
  font-family: 'Source Sans Pro', sans-serif;
}

/* gmap */
.scl-infocontent {
	display: none;
}

.gm-style .gm-style-iw-t::after {
	background: linear-gradient(45deg,rgba(53,93,110,1) 50%,rgba(255,255,255,0) 51%,rgba(255,255,255,0) 100%)!important;
}

.gm-style .gm-style-iw-c {	
	padding: 12px!important;
	background-color: #355d6e!important;
	border-radius: 0!important;
}

.gm-style .gm-style-iw-d {
	overflow: auto!important;
	font-size: 15px;
}

.gm-modal h3 {
	color: #7ec3c7;
	font-weight: bold;
	font-size: 1.35em;
}

.gm-modal {
	color: #fff;
}

.gm-style-iw-d + button {
	display: none!important;
}

/* ************* archives *********** */
.container-archives {display: flex; flex-direction: row; margin-top: 50px;}
.archives-left {width: 75%; padding-right: 30px;}
.archives-right {width: 25%; margin: 50px 0 100px 0;}

/* ************ footer ************** */
#footer {
	padding: 12px 9%;
	text-align: center;
	background-color: #355d6e;
}

.copyright {
	color: #fff;
	font-size: 0.7em;
	
}

.footer-img {margin-top: -50px; height: 600px;}
.footer-img {

  	/* Set a specific height */
  	height: 600px;
	
  	/* Create the parallax scrolling effect */
  	background-attachment: fixed;
  	background-position: bottom  center;
  	background-repeat: no-repeat;
  	background-size: 100% auto;
}

/* ****************** zone membre ******************* */
.zone-membre-menu-btn a {color: #c84e36!important;}
.zone-pulic-menu-btn a {color: #006583!important;}
.header-logo>a {display: flex; flex-direction: row; align-items: center;}
.logo-zone-membre {background-color: #c84e36; color: #fff; margin-left: 20px; padding: 8px 15px; min-width: 90px; text-align: center;}
.zone-membre-body .menu-principal, .zone-membre-body .menu-mobile {border-bottom: 10px solid #c84e36;}
.zone-membre-body .menu-mobile img {flex: 1 1 auto;}
.zone-membre-body #footer {border-top: 10px solid #c84e36;}
#amobslloginform {margin: 50px auto 10px auto; max-width: 600px; }
.forgot-password {margin: 0 auto; max-width: 600px; }
.page-login-title {text-align: center; color: #c84e36;}
.page-login-title:before, .page-login-title:after {content: unset;}
.article-header-title:first-child {padding-left: 0; margin-top: 35px;}

.zone-membre {display: flex; flex-direction: row;}
.zone-membre .zone-left {width: 65%;}
.zone-membre .zone-right {margin-top:35px; width: 30%; margin-left: 5%;}
.zone-membre .zone-right h4 {text-align: center; padding: 5px 0; border-top: 1px solid #45b0ba; border-bottom: 1px solid #45b0ba; margin-bottom: 15px}
.zone-membre .zone-right>div:not(:first-child) h4 {margin-top: 35px;}
.list-basic-link span {font-style: italic; font-size: 0.85em;}

.member-hello-msg {text-align: center; margin-bottom: 50px; font-size: 1.5em;}
.wp-polls-ul li:before, li.file.linetable:before {content: unset!important;}

.event-btn-url {margin-top: 50px;}
#scl-map {margin: 50px 0;}

.zone-membre-body .footer-img, .page-template-zone-membre-login .footer-img {margin-top: 0;}

/* *** forum ********** */
.bbp-breadcrumb {display: none;}
#bbpress-forums, #bbpress-forums ul.bbp-forums,#bbpress-forums ul.bbp-lead-topic,#bbpress-forums ul.bbp-replies,#bbpress-forums ul.bbp-search-results,#bbpress-forums ul.bbp-topics {font-size: 16px; line-height: 1.2em;}
#bbpress-forums .bbp-forum-info .bbp-forum-content,#bbpress-forums p.bbp-topic-meta { font-size: 14px; line-height: 1.1em; }
#bbpress-forums li:before {content: none;}
#bbpress-forums li {padding-left: 0;}
#bbpress-forums h2:before, #bbpress-forums h2:after {content: none;}

/** AMOBSLEVR **/
.evenement_resrv {display: flex; gap:1em;}
.evenement_resrv > div {flex:1 1;}
.evenement_resrv .rsrv_col {max-width: 400px;}
#amobslevr_reservation_form {padding: 1em; border:solid 1px grey; position: relative;}
#amobslevr_reservation_form p {margin: 0.3em 0;}
#amobslevr_reservation_form .ticket {font-size: 0.9em; margin: 0.6em 0; border:dashed 2px #81bfc7; color:#006583; background: rgba(129,191,199,0.2); padding: 0.2em; font-weight: bold; text-align: center;}
#amobslevr_reservation_form .amobslevr_options .option_line {margin:0.3em 0; }
#amobslevr_reservation_form .amobslevr_options .option_line input[type=checkbox] {transform: scale(1.6);}
#amobslevr_reservation_form textarea {border: solid 1px; background: none; border-radius: 5px; padding: 5px; font-size: 0.9em; resize: vertical;}

#amobslevr_reservation_form .amobslevr_notice {text-align: center; background: rgba(200,10,10,0.1); border:solid 1px rgba(200,10,10,0.6);}

#amobslevr_reservation_form .amobslevr_notice {margin:0.5em 0; padding: 0.5em; display: none; font-size: 0.9em;}
#amobslevr_reservation_form .amobslevr_notice.red {background: rgba(200,10,10,0.1); border:solid 1px rgba(200,10,10,0.6); }
#amobslevr_reservation_form .amobslevr_notice.yellow {background: rgba(200,200,10,0.1); border:solid 1px rgba(200,200,10,0.6); }


#amobslevr_reservation_form button[type=submit] {font-size:1em; text-align: center;}
#amobslevr_reservation_form button.cancel {
	padding: 8px 30px;
  text-transform: uppercase;
  color: #fff;
  width: 100%;
	background-color: #d8d8d8;
	background-image: url('../AMOBSL/images/btn-grey-end-bg.jpg');
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	text-align: center; box-shadow: inset 0 0 0 2000px rgba(180, 10, 10, 0.6); padding-top:10px; padding-bottom: 10px; font-size:0.8em; margin-top:0.5em;
}

.ajax-loading {position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 9999; top:0; left:0; display: none;}
.ajax-loading > div {
  position: relative;
  width: 68px; height: 68px;
  top: 50%; left: 50%; transform: translate(-50%, -50%);
}
.ajax-loading > div:after {
  content: " ";
  display: block;
  width: 34px;
  height: 34px;
  margin: 8px;
  border-radius: 50%;
  border: 12px solid #fff;
  border-color: #006583 transparent #81bfc7 transparent;
  animation: ajax-loading-ring 1.2s linear infinite;
}
@keyframes ajax-loading-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/**  SURVEYS **/
.ays-survey-container .ays-survey-section .ays-survey-section-desc {font-size: 0.8em;line-height: 1.2 !important;}