/*
	Theme Name: MEM SI
	Theme URI: https://www.memsi-paris.com
	Description: MEM SI Corporate Theme by Simon Derain.
	Author: Simon Derain
	Author URI: https://www.designsd.fr/
	Version: 1.0
	
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


/* //////////////////// GENERAL //////////////////// */

body {
	font-family: 'Montserrat', sans-serif;
	-o-transition: all 0.8s ease;
	transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	right: 0px;
	position: relative;
	width: 100vw;
	overflow-x: hidden;
}

body.single #loadingMask {
	display: none !important;
}

.noPadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

:focus {
	outline: none !important;
	text-decoration: none !important;
}

.row {
	margin: 0;
}

.hide {
	display: none;
}


/* //////////////////// MEMSI ICONS //////////////////// */

@font-face {
	font-family: 'MemsiIcons';
	src: url('./assets/fonts/memsiIcons/MemsiIcons.eot?siq9nm');
	src: url('./assets/fonts/memsiIcons/MemsiIcons.eot?siq9nm#iefix') format('embedded-opentype'), url('./assets/fonts/memsiIcons/MemsiIcons.ttf?siq9nm') format('truetype'), url('./assets/fonts/memsiIcons/MemsiIcons.woff?siq9nm') format('woff'), url('./assets/fonts/memsiIcons/MemsiIcons.svg?siq9nm#MemsiIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


/* //////////////////// MAIN CONTENT //////////////////// */

.main-content {
	position: relative;
	padding-top: 130px;
}

body.home .main-content {
	padding-top: 0px;
}

.inside-main-content {
	width: 100%;
}


/* //////////////////// LINK, TEXTE, TITLE //////////////////// */

a,
a:hover {
	text-decoration: none;
}

:hover {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: 300;
	max-width: 100%;
}

p:last-child {
	margin: 0 !important;
}

p strong {
	font-weight: 500;
}

p a {
	color: #fb282f;
}

p a:hover {
	color: #041924;
}

.txt ol li,
.txt ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: 300;
	max-width: 100%;
}

/* Selection Texte */

::-moz-selection {
	background: #041924;
	color: #fff
}

::selection {
	background: #041924;
	color: #fff
}

::-moz-selection {
	background: #041924;
	color: #fff
}


/* Main Bouton */

.main-btn {
	border-radius: 5px;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	min-width: 160px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.main-btn.blue {
	background-color: #041924;
	color: #FFFFFF;
	border: 1px solid #041924;
}

.main-btn.blue:hover {
	background-color: #fff;
	color: #041924;
	border: 1px solid #041924;
}

.main-btn.border {
	background-color: #fff;
	color: #041924 !important;
	border: 1px solid #041924;
}

.main-btn.border:hover {
	background-color: #041924;
	color: #fff !important;
	border: 1px solid #041924;
}

.main-btn.white {
	background-color: #fb282f;
	color: #fff;
	border: 1px solid #fb282f;
}

.main-btn.white:hover {
	background-color: #041924;
	color: #FFFFFF;
	border: 1px solid #041924;
}


/* Selection Texte */

.light-grey-back {
	background-color: #FAFBFC !important;
}

.blue-back {
	background-color: #041924 !important;
}


/* //////////////////// LOADING MASK //////////////////// */

#loadingMask {
	width: 100%;
	height: 100%;
	position: fixed;
	background: #FAFBFC;
	z-index: 1000002;
	background-image: url("./assets/images/logo-memsi-blue.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 200px;
}


/* ////// ALERTE LANDSCAPE ////// */

.alerte-landscape {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background: #041924;
	z-index: 999;
	display: none;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.alerte-landscape img {
	margin: 30px 0 20px;
	width: 50px;
	height: 50px;
	display: inline-block;
}

.alerte-landscape p {
	text-align: center;
	padding: 0;
	position: relative;
	width: 80%;
	margin: 0 10%;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 10px;
	color: #B6B8C8;
	letter-spacing: 1.2px;
	line-height: 15px;
}

.alerte-landscape p strong {
	color: #FFF;
}


/* //////////////////// 404 //////////////////// */

body.error404 header,
body.error404 footer {
	display: none;
}

body.error404 .main-content {
	height: 100vh;
}

.error-content {
	position: fixed;
	width: 100%;
	height: 100%;
	padding: 60px 100px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	top: 0px;
	left: 0px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #041924;
}

.error-content span.number {
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 170px;
	line-height: 130px;
	color: #fff;
	letter-spacing: 0;
	margin: 0 50px 0 0;
	position: relative;
}

.error-content .ct-404 {
	width: 50%;
}

.error-content .ct-404 p.oops {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	color: #fff;
	letter-spacing: 0;
	line-height: 40px;
	text-transform: uppercase;
	position: relative;
	margin: 0 0 50px 0;
}

.error-content .ct-404 p.oops::after {
	position: absolute;
	content: '';
	background-color: #fff;
	width: 100px;
	height: 1px;
	left: 0px;
	bottom: -10px;
}

.error-content .ct-404 p {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	color: #fff;
	letter-spacing: 0;
	line-height: 23px;
	margin: 0 0 20px;
}

.error-content .main-btn.white:hover {
	border: 1px solid #F2F3F7;
}

.error-content .logo-absolute {
	position: absolute;
	top: 60px;
	left: 100px
}

.error-content .logo-absolute img {
	width: 100% \9;
}


/* //////////////////// COOKIE CSS //////////////////// */

html.has-cookie-bar body {
	padding: 0 0 50px !important;
}

.has-cookie-bar #catapult-cookie-bar {
	padding: 0 !important;
}

.ctcc-inner {
	text-align: center;
	font-size: 12px;
	font-weight: 300;
	padding: 10px;
}

button#catapultCookie {
	margin: 0 0 0 10px;
}


/* //////////////////// ANIMATIONS //////////////////// */

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}

	100% {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100px, 0);
		transform: translate3d(0, 100px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@-webkit-keyframes movearrow {
	0% {
		bottom: 130px;
	}

	50% {
		bottom: 140px;
	}

	100% {
		bottom: 130px;
	}
}

@keyframes movearrow {
	0% {
		bottom: 130px;
	}

	50% {
		bottom: 140px;
	}

	100% {
		bottom: 130px;
	}
}


/* //////////////////// HEADER //////////////////// */

header {
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0px;
	left: 0px;
	background-color: #041924;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.home header {
	background-color: transparent;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

body.home header.small {
	background-color: #041924;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* SupHeader */

header .supHeader {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 0 18px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	position: relative;
	top: 0px;
}

header.small .supHeader {
	overflow: hidden;
	height: 0px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	padding: 0;
	top: -2px;
}

header .supHeader .phoneInfos {
	width: 200px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .supHeader .phoneInfos .icon-phone {
	font-size: 16px;
	color: #041924;
	background-color: #F2F3F7;
	border-radius: 30px;
	padding: 7px;
	display: inline-block;
	margin: 0 10px 0 0;
}

header .supHeader .phoneInfos .icon-phone:before {
	content: "\e90a";
}

header .supHeader .phoneInfos p {
	font-family: 'Montserrat', sans-serif;
	color: #FFFFFF;
	letter-spacing: 0.1px;
	line-height: 26px;
}

header .supHeader .navbar-brand {
	margin: 0;
	padding: 0;
}

header .supHeader .navbar-brand img {
	width: 100% \9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

header .supHeader .socialInfos {
	width: 200px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

header .supHeader .socialInfos .link {
	display: inline-block;
}

header .supHeader .socialInfos .link:first-child span {
	margin: 0;
}

header .supHeader .socialInfos .link span {
	font-size: 16px;
	color: #041924;
	background-color: #F2F3F7;
	border-radius: 30px;
	padding: 7px;
	display: inline-block;
	margin: 0 0 0 10px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

header .supHeader .socialInfos .link:hover span {
	color: #B6B8C8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

header .supHeader .socialInfos .link.facebook span:before {
	content: "\e91e";
}

header .supHeader .socialInfos .link.twitter span:before {
	content: "\e921";
}

header .supHeader .socialInfos .link.googleplus span:before {
	content: "\e91f";
}

header .supHeader .socialInfos .link.linkedin span:before {
	content: "\e920";
}


/* SubHeader */

header .subHeader {
	padding: 17px 0 0 0;
}

header .subHeader .menu-menu-principale-container {
	width: 100%;
}

header .subHeader .menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

header .subHeader .menu li a {
	/* L’OBSERVATOIRE: */
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 13px;
	color: #FFFFFF;
	letter-spacing: 1.7px;
	line-height: 23px;
	position: relative;
	padding: 0 0 20px 0;
	display: inline-block;
}

header .subHeader .menu li a:after {
	content: '';
	position: absolute;
	width: 1px;
	height: 15px;
	background-color: #fb282f;
	bottom: 0px;
	left: calc(50% - 0.5px);
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

header .subHeader .menu li.current-menu-item a {
	color: #fb282f;
}

header .subHeader .menu li.current-menu-item a:after,
header .subHeader .menu li a:hover:after {
	-webkit-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* //////////////////// FOOTER //////////////////// */

footer {
	padding: 25px 0;
	background: #fff;
	z-index: 100;
	margin: 35px 0 0 0;
}

footer h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	color: #041924;
	letter-spacing: 1.4px;
	line-height: 23px;
}


/* About M */

footer .aboutM p.ceoName {
	font-family: 'Monserrat', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 16px;
	color: #041924;
	letter-spacing: 0.1px;
	line-height: 26px;
}


/* Blog */

footer .lastPost ul {
	margin: 0;
	padding: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer .lastPost ul li {
	width: 48%;
	margin: 0 0 10px 0;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .lastPost ul li:last-child {
	margin: 0;
}

footer .lastPost ul li img {
	width: 70px;
	height: 70px;
	margin: 0 10px 0 0;
	display: inline-block;
	border-radius: 5px;
}

footer .lastPost ul li .infos a h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0.1px;
	margin: 0 0 5px 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

footer .lastPost ul li .infos a:hover h5 {
	color: #041924;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

footer .lastPost ul li .infos p.date {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	letter-spacing: 0.1px;
	margin: 0
}


/* Social */

footer .socialLinks {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #f1f1f1;
	border-bottom: 1px solid #f1f1f1;
	padding: 15px 0;
	margin: 25px 0;
}

footer .socialLinks .link {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-left: 1px solid #f1f1f1;
}

footer .socialLinks .link:first-child {
	border: none;
}

footer .socialLinks .link span {
	font-size: 45px;
	padding: 0;
	display: inline-block;
	margin: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

footer .socialLinks .link.facebook span {
	color: #4460A0;
}

footer .socialLinks .link.facebook span:before {
	content: "\e91e";
}

footer .socialLinks .link.twitter span {
	color: #03A9F4;
}

footer .socialLinks .link.twitter span:before {
	content: "\e921";
}

footer .socialLinks .link.googleplus span {
	color: #F44336;
}

footer .socialLinks .link.googleplus span:before {
	content: "\e91f";
}

footer .socialLinks .link.linkedin span {
	color: #007EBB;
}

footer .socialLinks .link.linkedin span:before {
	content: "\e920";
}

footer .socialLinks .link:hover span {
	color: #041924 !important;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* Copyright */

footer .copyright {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .copyright p {
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0.1px;
	margin: 0px;
	width: auto;
}

footer .copyright p a {
	text-transform: none;
	letter-spacing: 0.1px;
	color: #999999;
}

footer .copyright a {
	font-weight: 500;
	font-size: 13px;
	color: #333333;
	letter-spacing: 1px;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

footer .copyright p a:hover,
footer .copyright a:hover {
	color: #b6b8c8;
}


/* //////////////////// ACCUEIL //////////////////// */


/* Introduction */

.headband {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: calc(100vh + 80px);
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
}

.headband:before {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.headband .logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 20px 0;
	position: relative;
	z-index: 3;
	-webkit-filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
	filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.6));
	width: 320px;
}

.headband h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 12px;
	text-align: center;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
	margin: 0 0 70px 0;
	position: relative;
	z-index: 3;
}

.headband .presentation {
	margin: 0 0 50px 0;
	position: relative;
	z-index: 3;
}

.headband .presentation p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #FFFFFF;
	text-align: center;
	line-height: 34px;
	letter-spacing: 1px;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}

.headband .main-btn {
	position: relative;
	z-index: 3;
}

.headband .goTo {
	position: absolute;
	z-index: 3;
	bottom: 110px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-animation: movearrow 1.3s infinite linear;
	animation: movearrow 1.3s infinite linear;
}

.headband .goTo span {
	font-size: 20px;
	padding: 0;
	display: inline-block;
	margin: 0;
	color: #fff;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.headband .goTo span:before {
	content: "\e905";
}


/* SST */

.sstband {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 550px;
	padding: 0px 50px;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
	clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
}

.sstband .ctImg {
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.sstband .ctPageBand {
	width: 50%;
	padding: 100px;
}

.sstband .ctPageBand h1,
.sstband .ctPageBand h2 {
	color: #041924;
	text-shadow: none;
}

.sstband .ctPageBand h1 {
	color: #b6b8c8;
	text-shadow: none;
}

.sstband .ctPageBand p {
	color: #666666;
	text-shadow: none;
}


/* Les Pages */

.pages {
	margin-top: -65px;
}

.pages#pg-4 {
	margin-bottom: 35px;
}

.pageband {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 550px;
	padding: 120px 50px;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
	clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
}

.pageband.withImg:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.pages#pg-1 .pageband .ctPageBand:before {
	content: "";
	color: #fb282f;
	background-color: #fafbfc;
	font-size: 190px;
	padding: 20px;
	border-radius: 150px;
	top: 50%;
	left: -75%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	background-image: url(./assets/images/technical-support.svg);
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
	width: 210px;
	height: 210px;
}

.ctPageBand {
	position: relative;
	z-index: 3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.ctPageBand h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0 0 20px 0;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}

.ctPageBand h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #FFFFFF;
	letter-spacing: 1.6px;
	line-height: 26px;
	margin: 0 0 5px 0;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}

.ctPageBand p {
	text-align: left;
	font-size: 18px;
	color: #fff;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}

.ctPageBand .main-btn {
	margin: 30px 0 0 0;
}

.pages#pg-1 .pageband .ctPageBand .main-btn:hover,
.pages#pg-4 .pageband .ctPageBand .main-btn:hover {
	border-color: #fafbfc;
}


/* Abonnement */

.infosBar {
	background-color: #FAFBFC;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 30px 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body.single .infosBar,
body.blog .infosBar {
	margin: 35px 0 0 0;
}

.infosBar p {
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	margin: 0;
}

.infosBar form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.infosBar .rm_form_el_set.rm_form_el_email {
	padding: 0 5px 0 0;
}

.infosBar input.rm_form_field {
	border: 1px solid #f1f1f1;
	padding: 7.5px 10px !important;
	background-color: #FFF;
	font-weight: 300;
	font-size: 14px;
	border-radius: 5px;
	min-width: 200px;
}

.infosBar .rm_form_el_set.rm_form_el_button {
	padding: 0;
}

.infosBar input.rm_form_field.rm_button {
	margin: 0 !important;
	background: #041924;
	border: 1px solid #041924;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px !important;
	font-size: 13px;
	width: 100%;
	min-width: auto;
	cursor: pointer;
}

.infosBar input.rm_form_field.rm_button:focus,
.infosBar input.rm_form_field.rm_button:hover {
	margin: 0 !important;
	background: #fff;
	color: #041924;
	border: 1px solid #041924;
	border-radius: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 20px !important;
	font-size: 13px;
	width: 100%;
	min-width: auto;
}

.infosBar .rm_form_message {
	font-size: 11px;
	font-family: 'Montserrat', sans-serif;
	color: #333333;
	margin: 0;
	font-weight: 700;
}


/* //////////////////// GENERAL //////////////////// */


/* HEAD TITLE */

.headTitle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 400px;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
	clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 0);
	position: relative;
	margin: 0 0 80px 0;
}

body.page-id-1691 .headTitle {
	min-height: 260px;
}

.headTitle.withImg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	min-height: 500px;
}

.headTitle.withImg:after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0%;
	left: 0px;
	width: 100%;
	height: 100%;
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
}

.headTitle .container {
	position: relative;
	z-index: 3;
	top: -40px;
}

.headTitle h1 {
	/* Notre Équipe: */
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
	color: #041924;
	letter-spacing: 2.6px;
	text-align: center;
	line-height: 50px;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	position: relative;
}

.headTitle.withImg h1 {
	color: #fff;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}

.headTitle h1:after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #041924;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.headTitle.withImg h1:after {
	background-color: #fff;
}

.headTitle p.baseline {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #041924;
	letter-spacing: 0;
	text-align: center;
	line-height: 25px;
	margin: 0;
}

.headTitle.withImg p.baseline {
	color: #fff;
	text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
}


/* MAIN TITLE */

.main-title {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 25px 0;
}

.main-title h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	color: #041924;
	letter-spacing: 1.6px;
	line-height: 26px;
	margin: 0 20px 0 0;
}

.main-title .divider {
	width: auto;
	height: 1px;
	background-color: #041924;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
}


/* SUB HEAD TITLE */

.subheadTitle {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	width: 100%;
	min-height: 400px;
	-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
	clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
	position: relative;
	margin: 0 0 80px 0;
}

.subheadTitle .container {
	position: relative;
	z-index: 3;
}

.subheadTitle h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 22px;
	color: #041924;
	letter-spacing: 2.6px;
	text-align: center;
	line-height: 50px;
	padding: 0 0 15px 0;
	margin: 0 0 25px 0;
	position: relative;
}

.subheadTitle h1:after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #041924;
	position: absolute;
	bottom: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.subheadTitle p.baseline {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 17px;
	color: #041924;
	letter-spacing: 0;
	text-align: center;
	line-height: 25px;
	margin: 0;
}


/* //////////////////// PAGE TYPE //////////////////// */

.contentPageType {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-bottom: 35px;
}

.contentPageType p a {
	color: #041924;
	font-weight: 400;
}

.contentPageType p a:hover {
	color: #b6b8c8;
}

.contentPageType h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	color: #041924;
	letter-spacing: 0.1px;
	line-height: 32px;
	margin: 30px 0 10px 0;
	width: 100%;
}

.contentPageType h3:first-child {
	margin-top: 0px;
}


/* //////////////////// EQUIPE //////////////////// */


/* Liliane */

.aboutLG {
	margin: 0 0 40px 0;
}

.aboutLG .ctImg {
	padding-right: 40px;
}

.aboutLG .ctImg img {
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.aboutLG .ctTxt .name {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	width: 100%;
	position: relative;
	margin: 0 0 25px 0;
}

.aboutLG .ctTxt .name p.ceoName {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 30px;
	color: #041924;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0;
}

.aboutLG .ctTxt .name p.function {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.1px;
	line-height: 26px;
	margin: 0;
}

.aboutLG .ctTxt .name .socialLinks {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 11px;
	left: 240px;
}

.aboutLG .ctTxt .name .socialLinks .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.aboutLG .ctTxt .name .socialLinks .link span {
	font-size: 25px;
	padding: 0;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	color: #999999;
}

.aboutLG .ctTxt .name .socialLinks .link.facebook span:before {
	content: "\e91e";
}

.aboutLG .ctTxt .name .socialLinks .link.twitter span:before {
	content: "\e921";
}

.aboutLG .ctTxt .name .socialLinks .link.googleplus span:before {
	content: "\e91f";
}

.aboutLG .ctTxt .name .socialLinks .link.linkedin span:before {
	content: "\e920";
}

.aboutLG .ctTxt .name .socialLinks .link:hover span {
	color: #041924 !important;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.artLG {
	margin: 0 0 35px 0;
}

.artLG .artTxt p {
	font-size: 17px;
}

.artLG .missions ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: 300;
}

.societe {
	margin: 0 0 30px 0;
}

.societe:last-child {
	margin: 0 0 50px 0;
}

.societe .logo {
	border-radius: 20px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 10px;
}

.societe .aboutS {
	padding-left: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}


/* L'Equipe */

.profils {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.profil {
	width: 50%;
	padding: 0 20px;
	margin: 0 0 70px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profil .img {
	position: relative;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 30px 0;
}

.profil .img img {
	position: relative;
	width: 70%;
	height: auto;
	border-radius: 300px;
	display: inline-block;
}

.profil .img .socialLinks {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	top: 92%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.profil .img .socialLinks .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.profil .img .socialLinks .link span {
	font-size: 25px;
	display: inline-block;
	margin: 0 5px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	color: #999999;
	background-color: #fff;
	padding: 3px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.profil .img .socialLinks .link.facebook span:before {
	content: "\e91e";
}

.profil .img .socialLinks .link.twitter span:before {
	content: "\e921";
}

.profil .img .socialLinks .link.googleplus span:before {
	content: "\e91f";
}

.profil .img .socialLinks .link.linkedin span:before {
	content: "\e920";
}

.profil .img .socialLinks .link:hover span {
	color: #041924 !important;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.profil p.name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 42px;
	margin: 0;
}

.profil p.function {
	font-size: 16px;
	color: #333333;
	letter-spacing: 0.1px;
	text-align: center;
	line-height: 26px;
	margin: 0;
}

.profil .divider {
	margin: 15px 0;
	width: 40px;
	height: 1px;
	background-color: #f1f1f1;
}

.profil .intro {
	width: 100%;
}

.profil .intro p {
	margin: 0;
	text-align: center;
}

.profil .main-btn {
	margin: 30px 0 0 0;
}


/* Modal */

.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -100%);
	-ms-transform: translate(0, -100%);
	transform: translate(0, -100%);
	top: 0;
}

.modal.show .modal-dialog {
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	top: 50%;
}

.modal-backdrop {
	background-color: #fff;
}

.modal-backdrop.show {
	opacity: .9;
}

.modalprofil {
	width: 90% !important;
	max-width: 90%;
	background: #fff;
	padding: 45px 30px;
	margin: 0px auto;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.1);
}

.profildetails {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}

.profildetails .icon-cross {
	position: absolute;
	top: -10px;
	right: 0;
	width: 25px;
	height: 25px;
	display: inline-block;
	cursor: pointer;
}

.profildetails .icon-cross:before {
	content: '\e904';
}

.modalprofil .content-img {
	padding-left: 0px;
}

.modalprofil .content-img img {
	width: 100%;
	height: auto;
	display: inline-block;
}

.modalprofil .content-txt p.name {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 23px;
	color: #333333;
	letter-spacing: 0;
	text-align: left;
	line-height: 32px;
	margin: 0;
}

.modalprofil .content-txt p.function {
	margin: 0;
	font-weight: 400;
	color: #041924;
	letter-spacing: 1px;
}

.modalprofil .content-txt .aboutcontent {
	max-height: 60vh;
	overflow: scroll;
	margin: 30px 0;
	position: relative;
	padding: 0 40px 0 0;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-button {
	width: 34px;
	height: 34px;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-thumb {
	background: #041924;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-thumb:hover {
	background: #041924;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-thumb:active {
	background: #041924;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-track {
	background: #ffffff;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-track:hover {
	background: #ffffff;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-track:active {
	background: #ffffff;
}

.modalprofil .content-txt .aboutcontent::-webkit-scrollbar-corner {
	background: transparent;
}

.modalprofil .content-txt .aboutcontent ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 5px;
	color: #666666;
	font-weight: 300;
}

.modalprofil .content-txt .links {
	margin: 30px 0 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.modalprofil .content-txt .links button {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #fb282f;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-appearance: none;
	border: none;
	background: none;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	transition: all ease .3s;
}

.modalprofil .content-txt .links button:hover {
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modalprofil .content-txt .links button.btn-prev:before {
	content: '\e91c';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fb282f;
	margin: 0 10px 0 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modalprofil .content-txt .links button.btn-prev:hover:before {
	margin: 0 15px 0 0;
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modalprofil .content-txt .links button.btn-next:after {
	content: '\e91d';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fb282f;
	margin: 0 0 0 10px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modalprofil .content-txt .links button.btn-next:hover:after {
	margin: 0 0 0 15px;
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* //////////////////// MEMSI APPEL //////////////////// */

body.page-template-page-appel .headTitle {
	margin: 0;
}

body.page-template-page-appel #pg-1 {
	margin-bottom: 35px;
}

.lesServices {}

.lesServices ul {
	margin: 0;
	padding: 0;
	width: 100%;
}

.lesServices ul li {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 30px 0;
	width: 100%;
}

.lesServices ul li h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #FAFBFC;
	letter-spacing: 0.13px;
	position: relative;
	width: 100%;
}

.lesServices ul li h3:before {
	content: '\e903';
	position: absolute;
	left: -35px;
	top: 1px;
	font-size: 14px;
	color: #b6b8c8;
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.lesServices ul li .description {
	width: 100%;
}

.lesServices ul li .description ul {
	list-style-type: disc;
	width: 100%;
}

.lesServices ul li .description ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #FAFBFC;
	letter-spacing: 0.13px;
	margin: 0 0 5px;
	width: 100%;
}


/* //////////////////// PAGE MEM'OBS //////////////////// */
.lesDonnes .nav.nav-tabs {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lesDonnes .nav-item .nav-link {
	color: #fb282f;
}

.lesDonnes .nav-item .nav-link.active {
	color: #041924;
	font-weight: 700;
}

.chiffres {
	margin-bottom: 70px !important;
}

.chiffre {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.chiffre .titre {
	position: relative;
	margin: 0 0 20px 0;
}

.chiffre .titre h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #333333;
	letter-spacing: 0;
	text-align: center;
	line-height: 32px;
	position: relative;
	z-index: 2;
}

.chiffre .titre span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 90px;
	color: #F2F3F7;
	letter-spacing: 0;
	text-align: center;
	line-height: 120px;
	position: absolute;
	top: 10%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
	opacity: 0.5;
}

.memobs .memobsCt {
	position: relative;
	z-index: 3;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
	padding: 75px 50px;
}

.memobs .memobsCt h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 1.6px;
	line-height: 26px;
	margin: 0 0 5px 0;
	color: #041924;
}

.memobs .memobsCt h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 35px;
	letter-spacing: 0;
	line-height: 40px;
	margin: 0 0 20px 0;
	color: #041924;
}

.memobs .memobsImg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.lesDonnes {
	margin: 70px 0 35px 0;
}

.tab-pane .donnesContainer {
	padding: 50px 0 0 0;
}

.donnes {
	margin: 0 0 70px 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.donnes .titre {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin: 0 0 30px 0;
}

.donnes .titre h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 40px;
	margin: 0 20px 0 0;
	color: #041924;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.donnes .titre span {
	font-family: 'Montserrat', sans-serif;
	font-weight: 100;
	font-size: 50px;
	color: #b6b8c8;
	letter-spacing: 0;
	text-align: center;
	line-height: 55px;
	opacity: 0.5;
}

.donnes .ctDonnes {}

.donnes .ctDonnes ul {
	margin: 0;
	padding: 0;
}

.donnes .ctDonnes ul li {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.donnes .ctDonnes ul li .leftPart {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 49%;
}

.donnes .ctDonnes ul li .leftPart p {}

.donnes .ctDonnes ul li .leftPart p span {
	font-size: 10px;
}

.donnes .ctDonnes ul li .rightPart {
	width: 49%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.donnes .ctDonnes ul li .rightPart .progress {
	width: 60%;
	position: relative;
}

.donnes .ctDonnes ul li .rightPart .progress .pourcentage {
	position: absolute;
	right: 5px;
	top: 0px;
}

.donnes .ctDonnes ul li .rightPart .progress .progress-bar.more {
	background-color: #28a745 !important;
}

.donnes .ctDonnes ul li .rightPart .progress .progress-bar.less {
	background-color: #ffc107 !important;
}


/* //////////////////// PAGE SST //////////////////// */

.presentation,
.video,
.pourquoi,
.plaidoyer {
	margin: 0 0 50px 0;
}

.definitionSST {
	background-color: #B6B8C8;
	padding: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 6px;
	margin: 30px 15px;
	width: calc(100% - 30px);
}

.definitionSST span.icon-information {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80px;
	height: 80px;
	border-radius: 50px;
	background-color: #fff;
	margin: 0 40px 0 0;
}

.definitionSST span.icon-information:before {
	content: '\e908';
	color: #B6B8C8;
	font-size: 40px;
}

.definitionSST .ct {
	width: calc(100% - 120px);
}

.definitionSST .ct h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 10px 0;
	font-size: 21px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 32px;
}

.definitionSST .ct p {
	color: #fff;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
	max-height: 300px;
	border-radius: 6px;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.pq {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.baselinPq {
	padding-right: 60px;
}

.baselinPq p {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: 24px;
	color: #fb282f;
	letter-spacing: 0;
	text-align: center;
	line-height: 51px;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	padding: 50px 60px;
	border-radius: 6px;
}

.ctPq .txt ul {
	padding: 0 0 0 18px;
}

.ctPq .txt ul li {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	color: #666666;
	font-weight: 300;
}

.pourquoi .legals {
	margin: 35px 0 0 0;
	background-color: #FAFBFC;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 30px 30px;
}

.pourquoi .legals p {
	color: #041924;
}

.plaidoyer .main-title {
	margin: 0;
}

.plaidoyerCt {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.plaidoyerCt h2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0 0 30px 0;
	font-size: 15px;
	color: #041924;
	letter-spacing: 0;
	width: 100%;
}

.plaidoyerCt p {
	width: 100%;
}

.plaidoyerCt .main-btn {
	margin: 25px 0 0 0;
}

.plaidoyer .infosBar {
	margin: 35px 0 0 0;
}

.clientCt {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clientCt a,
.clientCt img.logoClientNoLink {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25%;
	margin: 10px;
}

.clientCt img.logoClient {
	width: 100%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}


/* //////////////////// PAGE eLEARNING //////////////////// */

.elearning {
	margin: 0 0 80px 0;
}

.modules,
.modulesIntro {
	margin: 0 0 50px 0;
}

.modulesCt {
	margin: 0 0 30px 0;
}

.modulesCt:last-child {
	margin: 0;
}

.modulesCt h3 {
	/* #videtonsac: */
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 400;
	margin: 0px;
	font-size: 21px;
	color: #fb282f;
	letter-spacing: 0;
	line-height: 46px;
}

.modulesCt #accordion {}

.modulesCt #accordion .single-toggle {
	margin: 0 0 20px 0;
	border: 1px solid #f1f1f1;
}

.modulesCt #accordion .single-toggle .t-header {}

.modulesCt #accordion .single-toggle .t-header a {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px !important;
	background-color: #fff;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modulesCt #accordion .single-toggle .t-header a[aria-expanded="true"] {
	background-color: #FAFBFC;
	-webkit-transition: all ease .1s;
	-o-transition: all ease .1s;
	transition: all ease .1s;
}

.modulesCt #accordion .single-toggle .t-header span {
	font-size: 10px;
	color: #041924;
	margin: 0 15px 0 0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modulesCt #accordion .single-toggle .t-header a[aria-expanded="true"] span {
	color: #b6b8c8;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modulesCt #accordion .single-toggle .t-header span:before {
	content: '\e904';
}

.modulesCt #accordion .single-toggle .t-header h4 {
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
	line-height: 26px;
	margin: 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modulesCt #accordion .single-toggle .t-header a[aria-expanded="true"] h4 {
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.modulesCt #accordion .single-toggle .collapse,
.modulesCt #accordion .single-toggle .collapsing {
	background-color: #fff;
	-webkit-transition: all ease .1s;
	-o-transition: all ease .1s;
	transition: all ease .1s;
	padding: 0 20px 20px !important;
}

.modulesCt #accordion .single-toggle .collapse.show {
	background-color: #FAFBFC;
	padding: 0 20px 20px !important;
}

.modulesCt #accordion .single-toggle .collapse .t-block {
	position: relative
}

.modulesCt #accordion .single-toggle .collapse .t-block p {
	width: calc(100% - 180px);
}

.modulesCt #accordion .single-toggle .collapse .t-block .main-btn {
	position: absolute;
	right: 0;
	bottom: 0px;
}


/* //////////////////// PAGE BLOG //////////////////// */

body.search .headTitle,
body.category .headTitle,
body.blog .headTitle {
	margin: 0;
}

body.search.paged .headTitle,
body.category.paged .headTitle,
body.blog.paged .headTitle {
	display: none !important;
}

.ctBlog {
	margin-top: 80px;
}

.single-post {
	width: 100%;
	margin: 0 0 50px;
	padding: 0 0 30px;
	border-bottom: 1px solid #F0F0F0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-post:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

.single-post .bck-img {
	width: 100%;
	height: 300px;
	border-radius: 6px;
	margin: 0 0 20px 0;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	opacity: 1;
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.single-post .thumbnailPost {
	-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	margin: 0 0 20px 0;
	width: 100%;
	overflow: hidden;
}

.single-post .thumbnailPost img {
	width: 100%;
	height: auto;
	position: relative;
}

.single-post .bck-img:hover {
	-webkit-transition: all ease .8s;
	-o-transition: all ease .8s;
	transition: all ease .8s;
	opacity: 0.7;
	border-radius: 15px;
}

.single-post .bck-img a {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.single-post .ct p.infos {
	font-weight: 500;
	font-size: 12px;
	color: #999999;
	letter-spacing: 1.4px;
	line-height: 23px;
	margin: 0 0 15px;
	text-transform: uppercase;
}

.single-post .ct p.infos strong {
	font-weight: 500;
	color: #333;
}

.single-post .ct h1,
.single-post .ct h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #333333;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 5px 0;
}

.single-post .ct .discover {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #041924;
	letter-spacing: 1px;
	line-height: 14px;
	position: relative;
	margin: 40px 0 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.single-post .ct .discover:hover {
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.single-post .ct .discover span {
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	margin: 0 0 0 10px;
	font-size: 8px;
	color: #041924;
}

.single-post .ct .discover:hover span {
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
	margin: 0 0 0 15px;
}

.single-post .ct .discover span:before {
	content: '\e90e';
}


/* Pagination */

.pagination {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination span:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

.pagination span,
.pagination a {
	margin: 2px 5px 15px;
	padding: 0px 17px 11px 17px;
	text-decoration: none;
	width: auto;
	min-width: 45px;
	text-align: center;
	background: #FFFFFF;
	border-bottom: 3px solid #fff;
	font-size: 12px;
	color: #041924;
	line-height: 20px;
	font-weight: 500;
	display: inline-block;
}

.pagination a:hover,
.pagination .current {
	border-bottom: 3px solid #b6b8c8;
	color: #b6b8c8;
}


/* Sidebar */

.sidebar {
	padding-left: 40px;
}

.sidebar .widget {
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	margin: 0 0 35px 0;
	border-radius: 6px;
	overflow: hidden;
}

.sidebar .widget h3 {
	padding: 20px;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #041924;
	letter-spacing: 1.4px;
	line-height: 23px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}

.widget_search {}

.widget_search .screen-reader-text {
	display: none;
}

.widget_search form {
	position: relative;
	padding: 20px;
}

.widget_search form input#search {
	border: 1px solid #f1f1f1;
	padding: 5px;
	font-size: 13px;
	color: #999;
	width: 100%;
	border-radius: 5px;
}

.widget_search form input#searchsubmit {
	position: absolute;
	font-size: 0px;
	top: 20px;
	right: 20px;
	width: 31px;
	height: 31px;
	background: transparent;
	border: none;
	z-index: 2;
	cursor: pointer;
}

.widget_search form .icon-magnifyingGlass {
	position: absolute;
	z-index: 1;
	width: 31px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 20px;
	right: 20px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #041924;
}

.widget_search form .icon-magnifyingGlass:before {
	content: '\e90d';
	margin: 0;
	font-size: 13px;
	color: #fff;
}

.widget_categories ul {
	padding: 0 20px 20px;
	margin: 0;
	list-style-type: none;
}

.widget_categories ul li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
	letter-spacing: 1px;
	margin: 0 0 5px 0;
}

.widget_categories ul li:last-child {
	margin: 0;
}

.widget_categories ul li:before {
	content: '\e922';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 10px 0 0;
	font-size: 8px;
}

.widget_categories ul li a {
	color: #999999
}

.widget_categories ul li a:hover {
	color: #041924;
}

.custom-tagcloud,
.tagcloud {
	padding: 0 20px 20px;
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.custom-tagcloud a,
.tagcloud a {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 11px !important;
	color: #999999;
	letter-spacing: 0.1px;
	text-align: center;
	background-color: #fafbfc;
	margin: 0 3px 3px 0;
	border-radius: 19px;
	padding: 5px 10px;
}

.custom-tagcloud a:hover,
.tagcloud a:hover {
	color: #fff;
	background-color: #041924;
}

.widget_recent_entries {}

.widget_recent_entries ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget_recent_entries ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0 20px 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #f1f1f1;
}

.widget_recent_entries ul li:last-child {
	margin: 0;
	border-bottom: none;
}

.widget_recent_entries ul li a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #333333;
	letter-spacing: 0;
	margin: 0 0 3px 0;
}

.widget_recent_entries ul li span.post-date {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 10px;
	color: #999999;
	letter-spacing: 1.4px;
	text-transform: uppercase;
}

#text-6 h3 {
	background-color: #041924;
	color: #fff;
	border-bottom: none;
}

.textwidget {
	padding: 0 20px 20px;
}

.textwidget p {
	font-size: 13px;
}

.textwidget form {
	position: relative;
}

.textwidget form .rm_form_el_set.rm_form_el_email {
	padding: 0;
	margin: 0;
	width: 100%;
}

.textwidget form .rm_form_el_set.rm_form_el_email input.rm_form_field {
	border: 1px solid #f1f1f1;
	padding: 5px;
	font-size: 13px;
	color: #999;
	width: 100%;
	border-radius: 5px;
}

.textwidget form .rm_form_el_set.rm_form_el_button {
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 0;
	margin: 0;
}

.textwidget form .rm_form_el_set.rm_form_el_button:before {
	content: '\e91d';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	z-index: 1;
	width: 31px;
	height: 31px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0px;
	right: 0px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	background: #041924;
	margin: 0;
	font-size: 8px;
	color: #fff;
}

.textwidget form .rm_form_el_set.rm_form_el_button input.rm_form_field.rm_button {
	position: absolute;
	font-size: 0px;
	top: 0px;
	right: 0px;
	width: 31px;
	height: 31px;
	background: transparent;
	border: none;
	z-index: 2;
	cursor: pointer;
}

.ctf-tweets {
	padding: 20px;
	background-color: #00AAEC;
}

.ctf-tweets .ctf-item {
	padding: 0 !important;
}

.ctf-tweets:before {
	content: '\e921';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 10px 0;
	font-size: 48px;
	color: #fff;
	position: relative;
	left: -8px;
}


/* Content Post */

body.single {}

body.single .ct .infos {
	padding: 0 0 20px 0;
	margin: 0 0 35px 0;
	border-bottom: 1px solid #f1f1f1;
}

.ct .contentPost blockquote {
	background-color: #FAFBFC;
	border: 1px solid #f1f1f1;
	border-radius: 4px;
	padding: 30px 30px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 30px 0;
}

.ct .contentPost blockquote p {
	width: calc(100% - 50px);
	color: #041924;
	font-weight: 500;
	font-size: 14px;
}

.ct .contentPost blockquote:after {
	content: '\e90c';
	font-family: 'MemsiIcons' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin: 0 0 0 30px;
	font-size: 18px;
	color: #041924;
	position: relative;
	top: 6px;
}

.ct .contentPost ul {
	padding: 0 0 0 30px;
	margin: 25px 0;
}

.ct .contentPost ul li {
	font-weight: 300;
	font-size: 15px;
	color: #041924;
	margin: 0 0 10px;
}

.ct .contentPost ul li:last-child {
	margin: 0;
}

.ct .contentPost p,
.ct .contentPost p span {
	color: #666666 !important;
}

.ct .contentPost h2,
.ct .contentPost h3,
.ct .contentPost h4,
.ct .contentPost h5,
.ct .contentPost h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #333333;
	letter-spacing: 0;
	line-height: 30px;
	margin: 0 0 20px 0;
}

.ct .contentPost a {
	color: #041924;
	text-decoration: underline;
}

.ct .contentPost a:hover {
	color: #b6b8c8;
}

.ct .contentPost img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	margin: 0 0 20px 0;
}

body.single .single-post {
	border: none;
	margin: 0;
}

.socialShare {
	border-top: none;
	border-bottom: 1px solid #f1f1f1;
	margin: 0 0 25px 0;
}

.navPosts {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 20px 0;
}

.navPosts .third {
	width: 30%;
}

.navPosts .third .nav-posts {
	width: 100%;
}

.navPosts .third .nav-posts span {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #041924;
}

.navPosts .third .nav-posts span strong {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	color: #041924;
	letter-spacing: 1px;
}

.navPosts .third .nav-posts:hover span strong {
	color: #b6b8c8;
}

.navPosts .third .nav-posts.prevPost {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.navPosts .third .nav-posts.prevPost span:before {
	content: '\e91c';
	font-size: 10px;
	margin: 0 10px 0 0;
	color: #041924;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navPosts .third .nav-posts.prevPost:hover span:before {
	color: #b6b8c8;
	margin: 0 15px 0 0;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navPosts .third .nav-posts.allPost {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.navPosts .third .nav-posts.allPost span:before {
	content: '\e91b';
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navPosts .third .nav-posts.allPost:hover span:before {
	color: #b6b8c8;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navPosts .third .nav-posts.nextPost {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.navPosts .third .nav-posts.nextPost span:after {
	content: '\e91D';
	font-size: 10px;
	margin: 0 0 0 10px;
	color: #041924;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}

.navPosts .third .nav-posts.nextPost:hover span:after {
	color: #b6b8c8;
	margin: 0 0 0 15px;
	-webkit-transition: all ease .3s;
	-o-transition: all ease .3s;
	transition: all ease .3s;
}


/* //////////////////// PAGE CONTACT //////////////////// */
.thanksTo {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 50px 0;
}

.thanksTo h4 {
	text-align: center;
	margin: 0 0 25px 0;
}

.thanksTo p {
	text-align: center;
}

.thanksTo .main-btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.thanksTo a {
	color: #fb282f;
}

.thanksTo a:hover {
	color: #041924;
}

/* Formulaire */

.formulaire {
	margin-bottom: 35px;
}

.form {
	width: 100%;
}

.form input {
	border: 1px solid #eceeef;
	background: #FAFBFC;
	border-radius: 4px;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.1px;
	-webkit-appearance: none;
}

.form input.wpcf7-not-valid {
	border-color: #FA6557;
}

span.wpcf7-not-valid-tip {
	display: none !important;
}

.form textarea {
	border: 1px solid #eceeef;
	background: #FAFBFC;
	border-radius: 4px;
	width: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.1px;
	max-height: 150px;
}

.obligatoires {
	margin: 0;
	position: absolute;
	right: 15px;
	font-size: 10px;
	bottom: 5px;
	color: #5E5E5E;
	font-weight: 300;
	font-style: italic;
}

.field-files label {
	font-size: 14px;
	color: #666666;
	letter-spacing: 0.1px;
	margin: 0;
}

.form input[type=file] {
	width: auto;
	border: none;
	margin: 0;
	padding: 4px 0 0 86px;
	position: relative;
	-webkit-appearance: textfield;
	-webkit-box-sizing: border-box;
}

.form input[type=file].wpcf7-not-valid {
	color: red;
}

.acceptance-501 {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-acceptance {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-acceptance .wpcf7-list-item {
	margin: 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7-acceptance .wpcf7-list-item label {
	width: 100%;
}

.wpcf7-acceptance .wpcf7-list-item input {
	-webkit-appearance: checkbox;
	width: auto;
}

.wpcf7-acceptance .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
}

.form textarea input[type=file]::-webkit-file-upload-button {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	width: 0;
}

x::-webkit-file-upload-button,
input[type=file]:after {
	content: 'Ajouter';
	display: inline-block;
	left: 100%;
	margin-left: 3px;
	padding: 3px 8px 2px;
	position: absolute;
	left: 0px;
	top: 2px;
	border: 1px solid #DFDEDE;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .5px;
	-webkit-transition: all ease .5s;
	transition: all ease .5s;
}

input[type=file]:hover:after {
	content: 'Ajouter';
	border: 1px solid #00b2de;
	color: #fff;
	background: #00b2de;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
}

.form .field-submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.form input[type=submit] {
	border-radius: 5px;
	width: auto;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 15px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;
	min-width: 160px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	background-color: #041924;
	color: #FFFFFF;
	border: 1px solid #041924;
}

.form input[type=submit]:hover {
	background-color: #FFFFFF;
	color: #041924;
	border: 1px solid #041924;
}

div.wpcf7 .ajax-loader {
	display: none !important;
}

.form .endform {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.form.candidatureform .col-sm-12,
.form.candidatureform .col-md-6 {
	padding: 0;
}

.form div.wpcf7-response-output {
	margin: 20px 0 0 !important;
	padding: 20px !important;
	font-size: 12px !important;
	color: #666 !important;
}

body.page-template-page-contact .form div.wpcf7-response-output {
	margin: 0px 15px 30px !important;
}

body.page-template-page-contact div.wpcf7-validation-errors,
body.page-template-page-contact div.wpcf7-spam-blocked,
body.page-template-page-contact div.wpcf7-acceptance-missing {
	border-color: #FA6557;
	background-color: #FA6557;
	color: #fff !important;
	border-radius: 6px;
}

body.page-template-page-contact div.wpcf7-mail-sent-ok {
	border-color: #35CC62;
	background-color: #35CC62;
	color: #fff !important;
	border-radius: 6px;
}

body.page-template-page-contact div.wpcf7-mail-sent-ng,
body.page-template-page-contact div.wpcf7-aborted {
	border-color: #FA6557;
	background-color: #FA6557;
	color: #fff !important;
	border-radius: 6px;
}

.mentions p {
	font-size: 10px;
	margin: 0 0 10px !important;
}

.coordonnees {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0px 20px 100px;
}

.coordonnees .singleInfo {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 30%;
	margin: 0 15px;
	max-width: 340px;
	padding: 80px 20px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.05);
}

.coordonnees .singleInfo span {
	width: 80px;
	height: 80px;
	background-color: #FAFBFC;
	border-radius: 40px;
	font-size: 60px;
	color: #041924;
	margin: 0 0 30px 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.coordonnees .singleInfo span.icon-ic-address:before {
	content: '\e900'
}

.coordonnees .singleInfo span.icon-ic-tel:before {
	content: '\e902'
}

.coordonnees .singleInfo span.icon-ic-mail:before {
	content: '\e901'
}

.coordonnees .singleInfo h3 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 21px;
	color: #041924;
	letter-spacing: 0;
	text-align: center;
	line-height: 32px;
	margin: 0 0 10px 0;
}

.coordonnees .singleInfo p a {
	color: #666;
}

.coordonnees .singleInfo p a:hover {
	color: #041924;
}


/* ////// HACK IE ////// */

@media screen and (min-width:0\0) {
	.pages {
		margin: 5px 0;
	}

	.headTitle .container {
		top: 0px;
		width: 100%;
		padding: 0 150px;
	}

	.subheadTitle .container {
		width: 100%;
		padding: 0 150px;

	}
}


/* //////////////////// MEDIA QUERIES //////////////////// */


/* Large devices (desktops, less than 1200px) */

@media (max-width: 1199.98px) {}


/* Medium devices (tablets, less than 992px) */

@media (max-width: 991.98px) {

	/* HEADER */
	header .supHeader {
		padding: 20px 0;
	}

	header.small .supHeader {
		overflow: visible;
		height: auto;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
		padding: 20px 0;
		top: 0px;
	}

	header .subHeader {
		padding: 0;
	}

	.menu-menu-principale-container {
		background: #fafbfc;
		width: 100vw !important;
		max-width: 100vw !important;
		bottom: 0px;
		left: 0px;
		position: fixed;
		z-index: 222;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 20px;
		border-top: 1px solid #f1f1f1 !important;
		display: none;
	}

	.menu-menu-principale-container .menu {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	header .menu li {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	header .subHeader .menu li a {
		font-size: 13px;
		color: #041924;
	}

	header .subHeader .menu li a:after {
		content: '';
		position: absolute;
		width: 15px;
		height: 1px;
		background-color: #041924;
		bottom: 10px;
		left: calc(50% - 7.5px);
		-webkit-transform: scaleY(0);
		-ms-transform: scaleY(0);
		transform: scaleY(0);
		-webkit-transform-origin: top;
		-ms-transform-origin: top;
		transform-origin: top;
		-webkit-transition: all ease .3s;
		-o-transition: all ease .3s;
		transition: all ease .3s;
	}

	header .subHeader .menu li:last-child a::after {
		display: none;
	}

	header .supHeader .logoIconMenu {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 200px;
	}

	header .supHeader .phoneInfos {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	header .supHeader .socialInfos {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3;
	}

	header .supHeader .openNav {
		width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin: 0 20px 0 0;
	}

	header .supHeader .navbar-brand img {
		width: 100% \9;
		width: 120px;
	}

	header .supHeader .openNav .icon-menu {
		font-size: 16px;
		color: #F2F3F7;
		display: inline-block;
		cursor: pointer;
	}

	header .supHeader .openNav .icon-menu:before {
		content: "\e923";
	}

	/* FOOTER */
	footer .lastPost ul li {
		width: 100%;
	}

	footer .lastPost ul li:nth-child(2) {
		margin: 0
	}

	footer .lastPost ul li:nth-last-child(-n+2) {
		display: none !important;
	}

	/* ACCUEIL */
	.rowInsider {
		-webkit-box-pack: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important;
	}

	.pages#pg-1 .pageband .ctPageBand:before {
		font-size: 100px;
		left: 75%;
	}

	.sstband .ctImg {
		width: 100%;
		position: absolute;
		left: 0px;
		right: 0px;
	}

	.sstband .ctImg:after {
		content: '';
		position: absolute;
		z-index: 1;
		top: 0%;
		left: 0px;
		width: 100%;
		height: 100%;
		background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
		background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
	}

	.sstband .ctPageBand {
		width: 100%;
		padding: 130px 100Px 100px;
	}

	.sstband .ctPageBand h1,
	.sstband .ctPageBand h2 {
		color: #fff;
		text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
	}

	.sstband .ctPageBand p {
		color: #fff;
		text-shadow: 0 0px 10px rgba(0, 0, 0, 0.60);
	}

	/* PAGES */
	.main-content {
		padding-top: 66px;
	}

	body.page-template-page-appel .pages#pg-1 .pageband .ctPageBand:before {
		font-size: 190px;
		left: -90%;
	}

	.coordonnees {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding: 20px;
	}

	.coordonnees .singleInfo {
		width: 100%;
		margin: 15px;
		max-width: calc(100% - 30px);
		padding: 50px 20px;
	}

	.error-content .ct-404 {
		width: 100%;
	}
}


/* Small devices (landscape phones, less than 768px) */

@media (max-width: 767.98px) {

	/* HEADER */
	header .supHeader .phoneInfos {
		display: none !important;
	}

	header .supHeader .navbar-brand img {
		width: 100% \9;
		width: 100px;
	}

	header .supHeader .socialInfos .link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	header .supHeader .socialInfos .link span {
		font-size: 26px;
		color: #F2F3F7;
		background-color: transparent;
		padding: 0;
		margin: 0 0 0 7px;
	}

	/* FOOTER */
	footer .aboutM {
		margin: 0 0 35px 0;
	}

	footer .socialLinks .link span {
		font-size: 28px;
	}

	footer .copyright {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	footer .copyright a {
		width: 100%;
		margin: 0 0 10px 0;
	}

	footer .copyright p {
		font-size: 12px;
		width: 100%;
	}

	/* PAGES */
	.headband {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 0);
	}

	.headband h1 {
		font-size: 14px;
		letter-spacing: 4px;
		padding: 0 15px;
	}

	.headband .presentation {
		padding: 0 15px;
	}

	.headband .presentation p {
		font-size: 16px;
		line-height: normal;
	}

	.headband .presentation p br {
		display: none;
	}

	.pages {
		margin-top: -30px;
	}

	.sstband {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 40px);
		clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 40px);
	}

	.pageband {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 40px);
		clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 40px);
		width: 100%;
		min-height: auto;
		padding: 80px 50px;
	}

	.pageband .container {
		width: 100%;
	}

	.ctPageBand p {
		text-align: left;
		font-size: 15px;
	}

	.ctPageBand h1 {
		font-size: 25px;
		line-height: 32px;
	}

	.ctPageBand h2 {
		font-size: 13px;
	}

	.pages#pg-1 .pageband .ctPageBand:before {
		display: none;
	}

	.sstband .ctPageBand {
		width: 100%;
		padding: 70px 30px 60px;
	}

	.abonnement.infosBar {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.infosBar form {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 20px 0 0 0;
	}

	.infosBar .rm_form_el_set.rm_form_el_email {
		padding: 0;
		margin: 0 0 5px 0;
	}

	.aboutLG .ctImg {
		padding-right: 15px;
		margin: 0 0 30px 0;
	}

	.aboutLG .ctTxt .name .socialLinks {
		position: relative;
		top: 0px;
		left: -13px;
		margin: 15px 0 10px 0;
	}

	.missions {
		margin: 30px 0px 0;
	}

	.societe .logo {
		padding: 10px;
		margin: 10px 0 40px 0;
		border-radius: 0px;
	}

	.headTitle {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 0);
		clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 0);
		margin: 0 0 60px 0;
	}

	.headTitle .container {
		top: -20px;
	}

	.headTitle h1,
	.subheadTitle h1 {
		line-height: 30px;
	}

	.subheadTitle {
		-webkit-clip-path: polygon(100% 0, 100% calc(100% - 80px), 0 100%, 0 80px);
		clip-path: polygon(100% 0, 100% calc(100% - 40px), 0 100%, 0 40px);
		margin: 0 0 60px 0;
	}

	.profil {
		width: 100%;
	}

	.infosBar .main-btn {
		margin: 20px 0 0 0;
	}

	.modalprofil .content-txt {
		padding: 0 !important;
	}

	.modalprofil .content-txt .links button {
		color: #fff;
	}

	.definitionSST {
		margin: 30px 15px;
		width: 100%;
		padding: 30px 20px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.definitionSST span.icon-information {
		margin: 0;
	}

	.definitionSST .ct {
		width: calc(100% - 10px);
		margin: 20px 0 0 0;
	}

	.baselinPq {
		padding-right: 15px;
		margin: 0 0 45px 0;
	}

	.baselinPq p {
		font-size: 20px;
		line-height: 33px;
	}

	.clientCt a,
	.clientCt img.logoClientNoLink {
		width: 41%;
	}

	.lesServices {
		width: 90%;
		margin-left: 10%;
	}

	.headTitle.withImg {
		min-height: 320px;
	}

	.chiffre {
		margin: 0 0 75px 0;
	}

	.chiffre:last-child {
		margin: 0;
	}

	.memobs .memobsImg {
		display: none !important;
	}

	.donnes .titre {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}

	.donnes .titre span {
		font-size: 30px;
		line-height: 41px;
	}

	.donnes .ctDonnes ul li .leftPart {
		width: 68%;
		text-align: right;
	}

	.donnes .ctDonnes ul li .rightPart {
		width: 29%;
	}

	.donnes .ctDonnes ul li .rightPart .progress {
		width: 100%;
		position: relative;
	}

	.modulesCt #accordion .single-toggle .collapse .t-block p {
		width: 100%;
	}

	.modulesCt #accordion .single-toggle .collapse .t-block .main-btn {
		position: relative;
		right: inherit;
		bottom: inherit;
		left: 0px;
		margin: 10px 0 0;
	}

	.sidebar {
		padding-left: 15px;
		margin: 30px 0 0 0;
	}
}


/* Small devices (landscape phones) */

@media only screen and (min-width: 320px) and (max-width: 768px) and (orientation:landscape) {
	.alerte-landscape {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}


/* Extra small devices (portrait phones, less than 576px) */

@media (max-width: 575.98px) {}