@font-face {
    font-family: 'proxima_novaregular';
    src: url('../fonts/proximanova-regular-webfont.woff2') format('woff2'),
         url('../fonts/proximanova-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hurme_geometric_sans_3';
    src: url('../fonts/hurmegeometricsans3-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans3-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hurme_geometric_sans_3bold';
    src: url('../fonts/hurmegeometricsans3_bold-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans3_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'hurme_geometric_sans_3black';
    src: url('../fonts/hurmegeometricsans3_black-webfont.woff2') format('woff2'),
         url('../fonts/hurmegeometricsans3_black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Caslon 224 Std';
    src: url('../fonts/Caslon224Std-Black.woff2') format('woff2'),
        url('../fonts/Caslon224Std-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'ITC Caslon 224 Medium';
    src: url('../fonts/Caslon224Std-Black.woff2') format('woff2'),
        url('../fonts/Caslon224Std-Black.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Miller';
    src: url('../fonts/Miller-Text.woff2') format('woff2'),
        url('../fonts/Miller-Text.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Miller Roman';
    src: url('../fonts/Miller-TextRoman.woff2') format('woff2'),
        url('../fonts/Miller-TextRoman.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
html {
    font-size: 62.5%;
    line-height:3.25em;
    overflow-x: hidden;
}
body {
    -webkit-text-size-adjust: none;
    font-family: 'proxima_novaregular', sans-serif;
    /*background: url('../img/background.png') repeat;
    overflow-x: hidden;*/

}
.button {
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	padding: 8px 30px;
	border-radius: 45px;
	transition: all 0.4s ease;
	font-family: 'proxima_novaregular', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #de2d1f;
}
.page20_157 .button {
	 white-space: normal;
	max-width: 100%;
}
a.button {
    color: #fff!important;
}
.button:hover {
	color: #de2d1f;
	/*background-color: #de2d1f;*/
	text-decoration: none;
    background: unset;
    background-color: #fff;
}
a.button:hover {
    color: #de2d1f!important;
}
.button::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f105";
	margin-left: 10px;
	font-size: 20px;
	top: 3px;
	position: relative;
}

.button-red-big {
	color: #fff;
	font-size: 17px;
	line-height: 21px;
	padding: 12px 60px 12px 30px;
	border-radius: 45px;
	transition: all 0.4s ease;
	font-family: 'proxima_novaregular', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #de2d1f;
	position: relative;
}
a.button-red-big {
	color: #fff!important;
}
.button-red-big:hover {
	color: #de2d1f;
	text-decoration: none;
	background: unset;
	background-color: #fff;
}
a.button-red-big:hover {
	color: #de2d1f!important;
}
.button-red-big::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f105";
	margin-left: 10px;
	font-size: 26px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(-50%, -51%);
}

.button-white {
	color: #fff;
	font-size: 17px;
	line-height: 19px;
	padding: 8px 30px;
	border-radius: 45px;
	transition: all 0.4s ease;
	font-family: 'proxima_novaregular', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #fff;
}
a.button-white {
	color: #de2d1f!important;
}
.button-white:hover {
	color: #fff;
	text-decoration: none;
	background: unset;
	background-color: #de2d1f;
}
a.button-white:hover {
	color: #fff!important;
}
.button-white::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f105";
	margin-left: 10px;
	font-size: 20px;
	top: 3px;
	position: relative;
}

.button-white-big {
	color: #de2d1f;
	font-size: 17px;
	line-height: 21px;
	padding: 12px 60px 12px 30px;
	border-radius: 45px;
	transition: all 0.4s ease;
	font-family: 'proxima_novaregular', sans-serif;
	cursor: pointer;
	white-space: nowrap;
	display: inline-block;
	margin-bottom: 15px;
	margin-right: 15px;
	background-color: #fff;
	padding: 12px 60px 12px 30px;
	position: relative;
}
a.button-white-big {
	color: #de2d1f!important;
}
.button-white-big:hover {
	color: #fff;
	/*background-color: #de2d1f;*/
	text-decoration: none;
	background: unset;
	background-color: #de2d1f;
}
a.button-white-big:hover {
	color: #fff!important;
}
.button-white-big::after {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	content: "\f105";
	margin-left: 10px;
	font-size: 26px;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translate(-50%, -51%);
}



header #header-top {
	height: auto;
	text-align: center;
	background-color: #fff;
	padding: 5px 0px;
}
header #header-top .container {
	text-align: left;
	width: 1059px;
	max-width: 100%;
}
header #header-top .logo {
	position: absolute;
	top: 10px;
	left: 0px;
}
#headerbottom .logo {
	position: absolute;
	top: -46px;
	left: 0px;
	z-index: 1000;
}
#specialInfoContainer {
	position: absolute;
	width: 100%;
	top: 0;
	text-align: center;
	z-index: 4;
	padding: 0 15px;
	background-color: #db021f;
}
#specialInfoContainer #specialInfo {
	/*background: -webkit-linear-gradient(left, #db021f 0%, #e14e1e 100%);*/
	/*background: -o-linear-gradient(left, #db021f 0%, #e14e1e 100%);*/
	/*background: linear-gradient(to right, #db021f 0%, #e14e1e 100%);*/
	padding: 15px 15px;
	max-width: 100%;
	display: inline-block;
	width: auto;
	font-size: 16px;
	color: #fff;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	line-height: 23px;
}
#specialInfoContainer #specialInfo a {
	color: #fff;
}
#specialInfoContainer #specialInfo i:first-child {
	font-size: 23px;
    margin-right: 8px;
}
#specialInfoContainer #specialInfo span {
	position: relative;
    top: -3px;
}
#specialInfoContainer #specialInfo #specialInfoTitle
{
    font-size: 18px;
    font-family: 'hurme_geometric_sans_3bold', sans-serif;
    top: 0;
}
#specialInfoContainer #specialInfo i:last-child {
	font-size: 23px;
    margin-left: 8px;
    cursor: pointer;
}
.fixednav {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0px;
}
.logo img {
	width: 250px;
}
#logo-txt {
	position: absolute;
	left: 155px;
	font-family: 'proxima_novaregular Condensed', sans-serif;
	color: #362791;
	bottom: -5px;
	width: 384px;
	text-transform: none;
	letter-spacing: 3px;
	font-size: 16px;
	line-height: 24px;
}
#headerbottom {
	background: transparent;
	/* background: linear-gradient(to bottom, #2d5fa2 1%,#276faa 100%); */
	height: 67px;
	text-align: center;
	margin-top: 49px;
	position: relative;
	z-index: 3;
}
/*.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1;
}
.sticky + #content {
  padding-top: 60px;
}*/
#topRightWrapper
{
    position: absolute;
    right: 0px;
    top:6px;
    color: #de2831;
    font-size: 18px;
}
#topRightWrapper div
{
    float: left;
}
#topRightWrapper div:first-child {
	margin-bottom: 40px;
	text-align: right;
}
#topRightWrapper a
{
    font-family: 'proxima_novaregular', sans-serif;
	font-size: 15px;
	color: #77787b;
}
#topRightWrapper a:hover,#topRightWrapper li.active a
{
	color: #de2831;
}
nav
{
    display: inline-block;
    max-width: 1059px;
    width: 100%;
    position: relative;
    text-align: right;
}
.not-active {
    pointer-events: none;
    cursor: default;
}
#nav-mobile
{
    display: none;
}
#nav-mobile-open
{
    display: none;
}
.navbar1 {

	display: inline-block;
}
.navbar1 li {
	float: left;
	list-style: none;
	margin: 0 16px;
}
.navbar1 li.nav2
{
    display: none;
}
.navbar1 li.first {
	margin-left: 0;
}
.navbar1 li a {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 16px;
	color: #77787b;
	padding: 0;
	line-height: 24px;
	/* height: 27px; */
	text-decoration: none;
	display: block;
    margin-bottom: 10px;
}
.navbar2 li {
	float: left;
	list-style: none;
	margin: 0 15px;
}
.navbar2 li.first {
	margin-left: 0;
}
.navbar2 li a {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 18px;
	color: #adaeb0;
	padding: 0;
	line-height: unset;
	height: auto;
	text-decoration: none;
	display: block;
}
.navbar2b li:last-child
{
    margin-right: 0;
}
.navbar1 > li.active > a,.navbar1 > li:hover > a
{
	background-color: #fff;
    color: #de2831;
}
.navbar1 #tab7 {
	margin-right: 0;
}
.navbar1 #tab7 > a {
	background-color: #adaeb0;
	color: #fff;
	border-radius: 20px;
	padding: 2px 15px;
	position: relative;
	top: -2px;
}
.navbar1 #tab7 > a:hover,.navbar1 #tab7:hover > a {
    background-color: #db021f;
    /*background: linear-gradient(to bottom, #e14e1e 0%,#db021f 100%);*/
}
.navbar1 #tab7.active > a {
    background-color: #db021f;
    /*background: linear-gradient(to bottom, #e14e1e 0%,#db021f 100%);      */
}
.subnav {
	opacity: 0;
    visibility: hidden;
	position: absolute;
	min-width: 230px;
	z-index: 10;
	width: auto;
	padding-top: 15px;
	background-color: #db021f;
	/*background: -webkit-linear-gradient(#e14e1e 0%, #db021f 100%);*/
	/*background: -o-linear-gradient(#e14e1e 0%, #db021f 100%);*/
	/*background: linear-gradient(#e14e1e 0%, #db021f 100%);*/
    transition: opacity 250ms linear;
}
.subnav li
{
    float: none;
    text-align: left;
    margin: 0;
    position: relative;
}
.subnav li a {
	padding: 15px!important;
	line-height: 18px;
	height: auto;
	color: #fff;
    margin-bottom: 0;
}
.subnav2 {
	position: absolute;
	top: 0;
	left: 230px;
	background-color: #db021f;
	/*background: -webkit-linear-gradient(#e14e1e 0%, #db021f 100%);*/
	/*background: -o-linear-gradient(#e14e1e 0%, #db021f 100%);*/
	/*background: linear-gradient(#e14e1e 0%, #db021f 100%);*/
    transition: opacity 250ms linear;
	width: 220px;
	opacity: 0;
	visibility: hidden;
	padding-top: 0px;
}
.subnav2 > li.active > a, .subnav2 > li:hover > a {
	background-color: #fff;
	color: #de2831;
}
.haveSubnav:hover > .subnav2 {
	opacity: 1;
	visibility: visible;
	transition: opacity 250ms linear;
}
.subnav > li.active > a,.subnav > li:hover > a
{
	background-color: #fff;
    color: #de2831;
}
.subnav
{
    -webkit-animation-duration: 0.4s!important;
    animation-duration: 0.4s!important;
}
#tab7 > .subnav {
    right: 0px;
}
.tab:hover > .subnav
{
    opacity: 1;
    visibility: visible;
}
.tab:hover
{
    cursor: pointer;
}
#cta_rental {
	position: absolute;
	right: -1px;
	top: 80px;
	background-color: rgba(0, 0, 0,0.6);
	height: 44px;
	color: #fff;
	padding: 16px 10px;
	font-size: 17px;
	line-height: 22px;
	cursor: pointer;
	/* font-weight: bold; */
	text-transform: uppercase;
	/* background-color: rgba(255,255,255,0.2); */
	z-index: 1;
	border-right: #1b58a0 5px solid;
	border-left: #1b58a0 5px solid;
}
.page1 #cta_rental {
	right: 0px;
    display: none;
}
#cta_rental:hover {
	background-color: rgba(0, 0, 0,0.8);
	color: #fff;
    text-decoration: none;
}
#cta_rental i {
	color: #1b58a0;
}
#sidebarBtn
{
    display: none;
}
#content {
    
}
#home #content-bloc0
{
    text-align: center;
    height: auto;
}
#bxsliderContainer {
	width: 1170px;
	display: inline-block;
	text-align: center;
	position: relative;
	max-width: 100%;
}
#bxsliderContainer .bx-wrapper
{
    width: 1089px;
    display: inline-block;
}
#bxsliderContainer .students {
	position: absolute;
	bottom: 0px;
	right: 0;
    width: 70%;
}
#home #content-bloc0 .slider .text {
	position: absolute;
	top: 110px;
	left: 94px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
	text-align: left;
	color: #fff;
	/* background-color: rgba(0,0,0,0.6); */
	/* padding: 13px 15px 0px 15px; */
	font-size: 55px;
	line-height: 60px;
    z-index: 2;
}
#home #content-bloc0 .slider #slide6 .text {
	color: #e9272d;
}
#home #content-bloc0 .slider #slide6 .text2 {
	color: #58595b;
	font-size: 32px;
}
#home #content-bloc1 {
	text-align: center;
	padding: 40px 0px 10px 0;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 18px;
	line-height: 24px;
	color: #323232;
}
#home #content-bloc1 .container {
	text-align: left;
    max-width: 1140px;
}
#home #content-bloc1b {
	text-align: center;
    padding: 0px 0px 25px 0;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 16px;
    line-height: 21px;
    color: #000;
}
#home #content-bloc1b .container {
	max-width: 1089px!important;
    width: 100%;
}
#home #content-bloc1b.news-bloc,#home #content-bloc1.news-bloc {
	background-color: #f5f5f5;
}
#listS1Container.news .listS1ItemInfos {
	background-color: #fff!important;
}
#home #content-bloc1b .name {
	font-size: 24px;
	line-height: 28px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#home #content-bloc1b .more {
	color: #de2831;
	margin-top: 10px;
	display: block;
	font-weight: bold;
}
.content p img 
{
    vertical-align:middle;
}
.col-md-3.home-service-container {
	height: 280px;
	margin-bottom: 15px;
	margin-top: 15px;
}
#home #content-bloc2 h2 {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 42px;
	color: #de2831;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
#home #map,#listS1 #map,#listS1Item #map {
    width: 100%;
    height: 660px;
}
#home h2 {
	text-transform: uppercase;
	text-align: left;
	font-size: 30px;
	margin-bottom: 10px;
}
#contact #map,.standard2 #map {
    width: 100%;
    height: 440px;
}
#contact #gridContainer
{
    display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: ". . ." ". . ." ". . .";
    width: 100%;
}
#contact .col-md-4
{
    width: 100%;
}
.gm-style .gm-style-iw-c {
	background-color: #de2831;
	border-radius: 0;
}
.gm-style .gm-style-iw-t::after {
	background: #de2831;
}
.gm-ui-hover-effect {
	opacity: 0;
}
.gm-style .gm-style-iw-d {
    overflow: auto!important;
    background-color: #de2831;
    padding: 0 10px 12px 0;
}
.officeName {
	text-transform: uppercase;
    color:#fff;
}
.content-bloc ul
{
    padding-left: 17px;
}
.content-bloc a
{
    color: #de2831;
}
.content-bloc .container {
	max-width: 1059px!important;
}
#standard #content-bloc1 {
	text-align: center;
	background-color: #ffffff;
	/* background: url('../img/background-pattern5.jpg') repeat center center #ffffff; */
	background-size: cover;
}
#standard.standard2 #content-bloc1 {
	/*margin-bottom: -2px;*/
    min-height: unset;
}
#listS1 #content-bloc1 img {
	width: 100%;
    margin-bottom: -2px;
}
#standard #content-bloc1 img {
	width: 100%;
	max-width: 1089px;
	/* margin-bottom: -2px; */
	position: relative;
}
#standard #content-bloc1 #bxsliderContainer {
	width: 100%;
	display: inline-block;
	margin-bottom: 2px;
	max-width: 1170px;
}
.bx-viewport {
	margin-bottom: -2px;
}
#standard #content-bloc1.fullwidth img {
	max-width: 100%;
}
.bx-wrapper {
	border: 0 solid #fff;
	background: transparent;
}
#standard #content-bloc2 {
	text-align: center;
	padding: 0px 0px 15px 0;
	font-family: 'hurme_geometric_sans_3', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #323232;
	position: relative;
	margin-top: -55px;
}
.page5 #standard #content-bloc2 {
	margin-top: 0px;
}
.page5 #standard #content-bloc2.notext,.page12 #standard #content-bloc2.notext {
	padding: 0px 0px 0px 0;
}
#standard #content-bloc2 .container {
	text-align: left;
}
h1 {
	font-family: 'hurme_geometric_sans_3bold', sans-serif;
	font-size: 55px;
	color: #585858;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin-bottom: 10px;
	line-height: 50px;
	background-color: #fff;
	padding: 15px 30px 15px 30px;
	display: inline-block;
	position: relative;
	max-width: 75%;
}
#home h1 {
	font-family: 'hurme_geometric_sans_3bold', sans-serif;
	font-size: 45px;
	color: #585858;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin-bottom: 35px;
	line-height: 50px;
    padding: 0;
	padding-left: 20px;
	top: 0;
}
h1::after {
	border-bottom: #1b58a0 5px solid;
	display: block;
	height: 0;
	width: 100px;
	/* content: ''; */
	/* margin-top: 10px; */
}
.h1container {
	/*background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 100%);*/
	/*background-size: 100% 40px !important;*/
	/*background-position: left bottom;*/
	margin: 4px 0px 4px 4px;
	/*background-repeat: repeat-x;*/
}
.col-md-12 .h1container {
	margin: 4px;
}
#home #content-bloc1 h2 {

    font-family: 'proxima_novaregular', sans-serif;
    font-size: 30px;
    color: #de2831;
    font-weight: normal;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 0px;
    line-height: 35px;

}
#home #content-bloc1 h2::after {
	border-bottom: #1b58a0 5px solid;
	display: block;
	height: 0;
	width: 100px;
	content: '';
	margin-top: 10px;
}
.logosContainer {
	width: 100%;
	display: block;
	clear: both;
	float: none;
}
.teamInfos a
{
    color: #de2831;
}
.teamInfos.vcard a::before {
	font-family: 'FontAwesome';
	content: "\f2c2";
	color: #000;
	padding-right: 7px;
}
#listS1 #content-bloc1 {
	text-align: center;
}
#listS1 #content-bloc1b {
	text-align: center;
    margin-top:15px;
}
#searchSubscriptionFormContainer
{
    display: none;
}
#resultsNumber,#searchSubscriptionTitle {
	color: #de2831;
	font-size: 20px;
    font-family: 'proxima_novaregular', sans-serif;
}
#searchSubscriptionTitle {
	cursor: pointer;
}
lproxima_novaregular {
	margin: 14px 0px;
    font-size: 20px;
}
.formField {
	border: #de2831 2px solid;
	height: 40px;
	padding: 5px 10px;
    font-family: 'proxima_novaregular', sans-serif;
	font-size: 18px;
	margin: 10px 0px;
	width: 100%;
    max-width: 290px;
	box-sizing: border-box;
    border-radius: 8px;
}
#listS1 .formFieldContainer lproxima_novaregular,#listS1 #thankYou {
    font-family: 'proxima_novaregular', sans-serif;
    font-size: 16px;
    line-height: 21px;
    color: #000;
}
#listS1 #thankYou {
    margin-top: 10px;
}
#listS1 #contact-send-btn {
	background-color: #161616;
	display: inline-block;
	padding: 5px 10px 10px 10px;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 18px;
	color: #fff;
	margin-top: 10px;
	text-transform: uppercase;
    cursor: pointer;
}
#listS1 #contact-send-btn span {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 26px;
	color: #de2831;
}
#listS1 #contact-send-btn:hover {
	background-color: #de2831;
}
#listS1 #contact-send-btn:hover span {
	color: #161616;
}
#searchSubscription {
	text-align: right;
}
#content-bloc3.team
{
    text-align: center;
    margin-bottom: 50px;
}
#content-bloc3.team #listS1Container .col-md-12
{
    padding: 15px;
}
#content-bloc3.team #listS1Container .listS1ItemImage {
	height: 204px;
}
#searchFiltersContainer {
	background-color: #a7a9ac;
    padding: 15px;
}
.filter-container {
	height: 32px;
	line-height: 32px;
	display: inline-block;
    margin-right: 40px;
    position: relative;
}
.filter-container-title
{
    cursor: pointer;
    margin-bottom: 5px;
}
.filter-container i
{
    color: #de2831;
}
.filter-container span {
	color: #fff;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 16px;
	margin-right: 5px;
}
.filter-list {
	background-color: #a7a9ac;
	position: absolute;
	top: 28px;
	line-height: 16px;
	padding: 20px 15px 15px 15px;
	left: -15px;
	z-index: 1;
	display: none;
	min-width: 120px;
}
.filter-container:hover .filter-list
{
    display: block;
}
.filter-list li {
	list-style: none;
	padding: 5px 0px;
}
.filter-list li a
{
    color: #fff;
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 16px;
    white-space: nowrap;
}
.filter-list li a.active
{
    color: #de2831;;
}
#listS1Container .col-md-4
{
    padding: 15px;
}
#listS1 #content-bloc2 {
	text-align: center;
    margin: 30px 0px;
}
.page4 .listS1ItemContainer {
	/*border: #000 1px solid;*/
	border-bottom: 0;
	border-radius: 0px 0px 0px 0px;
}
.listS1ItemContainer.filled {
	/*border: rgba(0,0,0,0.1) 1px solid;*/
}
#listS1Container .listS1ItemImage {
	/* height: 200px; */
	/* background-position: center center !important; */
	/* background-repeat: no-repeat !important; */
	/* background-size: cover !important; */
	/* border: rgba(0,0,0,0.1) 1px solid; */
	/* border-bottom: 0; */
    position: relative;
}
#listS1Container .listS1ItemImage img:first-child {
    position: relative;
    z-index: 2;
      transition: opacity 0.3s ease-in-out;
}
#listS1Container .listS1ItemContainer:hover .listS1ItemImage img:first-child {
    opacity: 0;
}
#listS1Container .listS1ItemImage img:last-child {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.team #listS1Container .listS1ItemImage {
    background-size: cover !important;
}
#listS1Container .listS1ItemImage a {
	display: block;
    height: 100%;
}
#listS1Container .listS1ItemInfos {
	/* background-color: #f5f5f5; */
	/* padding: 20px 20px 5px 20px; */
	/* height: 260px; */
	/* border-top: #1b58a0 2px solid; */
	position: absolute;
	top: -18px;
	left: 20px;
	z-index: 3;
}
.team #listS1Container .listS1ItemInfos {
	height: 110px;
}
.didYouKnowIt #listS1Container .col-md-12 {
	padding-bottom: 0!important;
}
.didYouKnowIt #listS1Container .listS1ItemContainer {
	border-bottom: #000 1px dashed;
    padding-bottom: 19px;
}
.didYouKnowIt #listS1Container .listS1ItemInfos {
	height: auto;
	background-color:#f5f5f5;
	padding: 0;
	border-top: 0;
}
.didYouKnowIt.news #listS1Container .listS1ItemInfos {
	height: 150px;
}
.newsDate {
	text-transform: uppercase;
	position: relative;
	top: -55px;
	font-size: 14px;
	color: #757575;
	padding-left: 30px;
	left: 5px;
	display: inline-block;
}
.news-bloc .btn {
	background-color: #1b58a0;
	border-radius: 8px;
	padding: 15px 20px;
	color: #fff !important;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}
.news-bloc .btn:hover {
	background-color: #de2831;
    text-decoration: none;
}
.listS1ItemInfos .intro {
	color: #161616;
	font-size: 17px;
	line-height: 21px;
	margin-top: 10px;
}
#listS1Container .listS1ItemInfos a:hover {
    text-decoration: none;
}
#listS1Container .listS1ItemName {
	font-family: 'hurme_geometric_sans_3', sans-serif;
	font-size: 24px;
	line-height: 30px;
	color: #585858;
	/* margin-bottom: 15px; */
	text-transform: none;
	font-weight: normal;
}
#listS1Container.news .listS1ItemInfos {
	background-color: #f5f5f5;
	padding: 20px 20px 5px 20px;
	height: 120px;
	border-top: #1b58a0 2px solid;
}
#listS1Container.news .listS1ItemName {
	font-size: 22px;
	line-height: 27px;
	margin-bottom: 5px;
}
.didYouKnowIt #listS1Container .listS1ItemInfos .listS1ItemName {
	color: #000;
	font-weight: bold;
}
#content-bloc3.team #listS1Container .listS1ItemName {
	font-size: 22px;
	line-height: 27px;
}
#listS1Container .listS1ItememployerName {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 20px;
	color: #161616;
	text-transform: uppercase;
	padding: 10px 0px;
	line-height: 24px;
}
#content-bloc3.team #listS1Container .listS1ItememployerName {
	font-size: 15px;
	padding: 0;
	padding-top: 10px;
	line-height: 21px;
}
#listS1Container .listS1ItemDescription {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 16px;
	color: #323232;
	font-weight: 400;
	line-height: 21px;
}
#listS1Container .listS1ItemViewMoreLink {
	background-color: #fff;
	/* border-radius: 0px 0px 0px 0px; */
	/* border-bottom: #1b58a0 2px solid; */
	display: inline-block;
	/* text-align: right; */
	position: absolute;
	bottom: 5px;
	right: 0;
	z-index: 4;
}
.didYouKnowIt #listS1Container .listS1ItemViewMoreLink {
	background-color: #fff;
	border-bottom: 0;
}
.page5 #listS1Container .listS1ItemViewMoreLink,.page3 #listS1Container .listS1ItemViewMoreLink {
	border-radius: 0px;
}
#listS1Container .listS1ItemViewMoreLink.filled {
	background-color: rgba(0,0,0,0.08);
}
#listS1Container .listS1ItemViewMoreLink a {
	padding: 14px 20px;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 18px;
	color: #585858;
	text-transform: none;
	display: inline-block;
	width: 220px;
    transition: all 0s ease;
}
#listS1Container .listS1ItemViewMoreLink a:hover {
    background-color: #db021f;
    /*background: linear-gradient(#e14e1e 0%, #db021f 100%);*/
    color: #fff;
}
#listS1Container .listS1ItemViewMoreLink a i {
	color: #de2831;
	position: absolute;
	right: 20px;
	font-size: 27px;
	top: 11px;
}
#listS1Container .listS1ItemContainer:hover .listS1ItemViewMoreLink a i {
	color: #fff;
}

.didYouKnowIt #listS1Container .listS1ItemViewMoreLink a {
	padding: 0px;
	color: #de2831;
	font-weight: bold;
	text-transform: none;
	font-size: 18px !important;
	line-height: 18px !important;
	display: inline-block;
}
#listS1Container .listS1ItemViewMoreLink.filled a {;
	color: #000;
}
#listS1Container .listS1ItemViewMoreLink a span {
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 26px;
    color: #de2831;
}
.didYouKnowIt #listS1Container .listS1ItemViewMoreLink a span {
    font-size: 18px;
}
#listS1Container .listS1ItemContainer:hover .listS1ItemViewMoreLink a {
    color: #fff;
    position: relative;
    left: 0px;
}
#listS1Container .listS1ItemContainer:hover .listS1ItemViewMoreLink {
    background-color: #de2831;
}
#listS1Container .listS1ItemContainer:hover .listS1ItemName {
	/* color: #de2831; */
}
.didYouKnowIt #listS1Container .listS1ItemContainer:hover .listS1ItemViewMoreLink a span {
	color: #de2831;
}
#listS1Container .listS1ItemViewMoreLink a:hover {
	text-decoration: none;
}
.didYouKnowIt #listS1Container .listS1ItemViewMoreLink a:hover {
	text-decoration: underline;
}
#content-bloc3.team .listS1ItemViewMoreLink a {
	font-size: 15px;
	line-height: 15px;
}
#listS1Item .bx-wrapper {
	text-align: center !important;
	background-color: #eeeeee;
    margin-bottom: 00px;
}
#listS1Item .bx-viewport {
	width: 1170px !important;
	display: inline-block !important;
	margin-bottom: -4px;
}
#listS1Item .slider .image img {
	width: 100%;
}
#listS1Item .slider .text {
	position: absolute;
	bottom: 80px;
	right: 0px;
	font-family: 'proxima_novaregular', sans-serif;
	width: auto;
	text-align: right;
	color: #000;
	background-color: rgba(255,255,255,0.9);
	padding: 15px;
	font-size: 18px;
	line-height: 23px;
	max-width: 550px;
}
#listS1Item .slider .imageName {
	color: #de2831;
	font-size: 30px;
    line-height: 35px;
}
#listS1Item #content-bloc1 {
	text-align: center;
    margin: 25px 0 40px 0px;
}
#listS1Item #listS1ItememployerName, #listS1Item .listS1ItemDescriptionTitle,#listS1ItemInfoContainer h2 {
	font-family: 'proxima_novaregular', sans-serif;
	color: #de2831;
	text-transform: uppercase;
	font-size: 20px;
}
.listS1ItemDescription.listS1ItemIntro {
	margin-top: 25px;
}
#listS1Item .listS1ItemDescriptionTitle, #listS1ItemInfoContainer h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight: 500;
}
#listS1Item #listS1ItemName {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 50px;
	line-height: 47px;
	color: #333;
	margin: 5px 0px;
	position: relative;
	left: -4px;
	font-weight: normal;
}
#listS1Item #listS1ItemAddress {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 20px;
	color: #333;
	margin: 10px 0px;
}
#listS1Item #listS1ItemAvailableSpace {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 17px;
	color: #333;
	/* margin: 5px 0px; */
	line-height: 24px;
}
#listS1Item #listS1ItemPrice {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 17px;
	color: #333;
	margin-bottom: 10px;
	line-height: 24px;
	display: inline-block;
}
#listS1Item .listS1ItemDescription {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #333;
    display: inline-block;
}
#listS1Item #listS1ItemDescriptiveSheetTitle {
	font-family: 'proxima_novaregular', sans-serif;
	color: #de2831;
	text-transform: uppercase;
	font-size: 16px;
}
#listS1Item #listS1ItemContactUs {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 20px;
	color: #333;
	text-transform: uppercase;
	margin-top: 25px;
}
#listS1Item #listS1ItemContactUs span {
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 20px;
	color: #fff;
}
#listS1Item #listS1ItemContactUs a {
	text-decoration: none;
	color: #333;
	background-color: #de2831;
	display: inline-block;
	padding: 15px;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	border-radius: 4px;
}
#listS1Item #listS1ItemContactUs a:hover {
	background-color: #000;
}
#listS1ItemDescriptiveSheetContainer {
	display: table;
	margin-bottom: 30px;
	margin-top: 10px;
}
#listS1ItemDescriptiveSheetContainer div {
	display: table-cell;
	vertical-align: middle;
}
#listS1ItemDescriptiveSheetContainer, #listS1ItemDescriptiveSheetContainer::after {
	float: none;
	width: 100%;
	height: 75px;
}
#listS1ItememployerLogo {
	text-align: right;
}
#listS1ItememployerLogo img {
	max-height: 150px;
	max-width: 275px;
	height: auto;
	width: 100%;
}
.listS1tatut {
	background-color: #de2831;
	display: inline-block;
	padding: 15px;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	border-radius: 4px;
}
.listS1tatut.filled {
	background-color: #adadad;
}
#contact .col-md-12 .h1container {
	margin: 0;
}
.contactInfosContainer {
	height: auto;
	margin-bottom: 15px;
	margin-top: 15px;
}
.contactInfosContainer2 {
	height: auto;
	padding-right: 20px;
}
#contact #content-bloc2 {
	text-align: center;
	padding: 0px 0px 0px 0px;
	font-family: 'hurme_geometric_sans_3', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #323232;
	position: relative;
	top: -35px;
}
#contact .contactInfosName {
	color: #4d4d4f;
	font-size: 28px;
	line-height: 33px;
	margin: 35px 0px 20px 0px;
	font-family: 'hurme_geometric_sans_3bold', sans-serif;
	font-weight: normal;
}
#contact .contactInfosName2 {
	color: #4d4d4f;
	font-size: 22px;
	line-height: 26px;
	margin: 35px 0px 10px 0px;
	font-family: 'hurme_geometric_sans_3bold', sans-serif;
	font-weight: normal;
}
.contactInfosText a.big {
	font-size: 27px;
}
.usefulLinkName a
{
    color: #000!important;
}
.contactInfosContainer a
{
	color: #de2831;
}
#contact .teamInfosContainer, #contact .usefulLinkContainer {
	margin-bottom: 20px;
	font-size: 18px;
	line-height: 26px;
}
#contact .teamInfosContainer .position {
	font-size: 18px;
	line-height: 23px;
}
#contact .contactName {
	text-transform: uppercase;
}
footer
{
    position: relative;
}
#footer-top {
	background-color: #fff;
	text-align: center;
	padding: 0px 0px 5px 0px;
}
#footer-top > .container {
	border-top: #e02640 6px solid;
	padding-top: 30px;
	max-width: 1089px;
}
#footer-top #logoFooterContainer img {
	width: 131px;
}
#footer-top .col-md-3 {
	/* margin-bottom: 30px; */
	/* height: 105px; */
}
#footer-top .title
{
    color: #de2831;
    font-family: 'proxima_novaregular', sans-serif;
	font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#footer-top .content, #footer-top .content a {
	color: #757679;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 13px;
	line-height: 24px;
    display: inline;
}
.containerNavbarFooter {
	border-bottom: #e5e5e5 1px solid;
}
#footer-top .navbarFooter li
{
    list-style: none;
    margin-bottom: 17px;
}
#footer-top .navbarFooter li a
{
    font-family: 'proxima_novaregular', sans-serif;
	color: #757679;
	font-size: 13px;
}
#footer-top .navbarFooter > li.active > a, #footer-top .navbarFooter > li:hover > a {
    background-color: #fff;
    color: #de2831;
    text-decoration: none;
}
#navbarFooter_4 ul
{
    padding-bottom: 0px;
}
.containerContactInfos
{
    padding-top: 24px!important;
}
#footer-top .containerContactInfos a:hover, #footer-top .containerContactInfos a:hover {
	background-color: #fff;
	color: #de2831;
	text-decoration: none;
}
#pluriportail {
	position: relative;
	top: -6px;
}
#appleDistinguishedSchool {
	position: relative;
	top: -5px;
}
#appleDistinguishedSchool img {
	width: 136px;
}
.containerContactInfos #pluriportail a {
	background-color: #f2f2f2;
	display: inline-block;
	padding: 12px;
	color: #757679;
	font-size: 13px;
	line-height: 12px;
    transition: all 0.3s ease;
}
.containerContactInfos #pluriportail a i {
	color: #de2831;
	font-size: 20px;
	position: relative;
	top: 3px;
	line-height: 0;
	margin-left: 8px;
}
.containerContactInfos #pluriportail a:hover {
    background-color: #db021f;
	/*background: linear-gradient(to bottom, #e14e1e 0%,#db021f 100%);*/
	color: #fff;
}
.containerContactInfos #pluriportail a:hover i {
	color: #fff;
}
#footer-bottom
{
    background-color: #fff;
    height: 53px;
    text-align: center;
    line-height: 0;
    margin-top: 50px;
    display: none;
}
#footer-bottom .container
{
    max-width: 1089px;
}
#footer-bottom #copyright {
	color: #777;
	font-family: 'proxima_novaregular', sans-serif;
	font-size: 13px;
    line-height: 50px;
}
#signatureM {
	color: #989898;
	text-align: right;
    line-height: 50px;
}
#signatureM img {
	height: 11px;
	position: relative;
	top: 2px;
}
#footer-social a {
	margin-right: 10px;
}
#footer-social i {
	color: #757679;
	background-color: #fff;
	/* height: 40px; */
	/* width: 40px; */
	text-align: center;
	/* line-height: 40px; */
	font-size: 13px;
}
#footer-social i:hover {
	color: #de2831;
	/* background-color: #de2831; */
}
.contactNote {
	font-size: 15px;
	line-height: 10px;
}
.partnersWrapper {
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #f5f5f5;
	margin-bottom: 60px;
	/* background: url('../img/background.png') repeat center bottom #000; */
	/* background-size: 30%; */
}
.associationsWrapper {
	background-color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}
#partnersContainer {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	text-align: center;
}
#partnersContainer .txt {
	margin-bottom: 24px;
    color: #000;
}
.partner-logo {
	width: 203px;
	display: inline-block;
	position: relative;
	margin: 0 25px;
}
.partner-logo:last-child {
	top:-7px;
}
.partner-logo img {
	width: 100%;
}
.logoContainer.col-md-4 {
	text-align: center;
}
.logoContainer img {
	max-height: 65px;
}
.newsletterBtnWrapper {
	padding-top: 50px;
	padding-bottom: 40px;
	text-align: center;
	background-color: #000;
	margin-bottom: 60px;
	/*background: url('../img/background.png') repeat center bottom #000;
	background-size: 30%;*/
}
#newsletterBtnContainer {
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
}
#newsletterBtnContainer div {
	display: inline-block;
}
#newsletterBtnContainer .txt {
	margin: 0 10px;
}
#newsletterBtnContainer .btn,.formBtn {
	background-color: #de2831;
	padding: 15px;
	font-size: 21px;
	border-radius: 8px;
	position: relative;
	top: -3px;
	margin: 0 15px;
	cursor: pointer;
	text-decoration: none;
    color: #fff;
    display: inline-block;
}
.formBtn
{
    color: #fff!important;
}
.formBtn {
	margin: 20px 0px;
    top: 0px;
}
.formBtn:hover
{
    text-decoration: none;
}
#newsletterBtnContainer .btn:hover {
	background-color: #fff;
    color: #de2831;
}
.formBtn:hover {
	background-color: #2c2d31;
    color: #fff;
}
.sidebar {
	padding-left: 0 !important;
	margin-top: 110px;
}
.sidebar li {
	/* background-color: #eeeeee; */
	list-style: none;
	padding-left: 0;
	margin-left: 0;
	/* border-left: 4px #1b58a0 solid; */
	margin-bottom: 4px;
}
.page5 .sidebar li {
	margin-bottom: 2px;
	border-bottom: #ccc 1px solid;
	padding-bottom: 10px;
}
.page5 .sidebar li:last-child {
	border-bottom: none;
}
#sidebarTitle {
	color: #585858;
	font-size: 24px;
	margin-bottom: 8px;
	line-height: 29px;
    font-family: 'hurme_geometric_sans_3bold', serif;
    border-bottom: none;
}
.sidebar li:hover, .sidebar li.active {
	/* border-left: 5px #de2831 solid; */
	background-color: transparent;
}
.sidebar li a {
	display: block;
	padding: 3px 0;
	text-decoration: none;
	color: #77787b;
	line-height: 22px;
    font-family: 'proxima_novaregular', sans-serif;
}
.sidebar li:hover a, .sidebar li.active a {
    color: #de2831;
}
#return-to-top {
	position: fixed;
	bottom: 60px;
	right: 15px;
	background: #de2831;
	background: #de2831;
	width: 50px;
	height: 50px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
    z-index: 1000;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
#contentShare {
	margin-top: 25px;
    font-size: 18px;
    line-height: 28px;
}
#contentShareTitle {
	display: inline-block;
}
#contentShare a {
	color: #fff;
	background-color: #de2831;
	height: 40px;
	width: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	margin: 0 5px;
}
#contentShare a:hover {
	background-color: #000;
}
.form-bloc
{
    margin-top: 30px;
}
form {
	margin-bottom: 60px;
}
#application-form {
	margin-bottom: 15px;
}
#lqrTitle {
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}
.lqrCatWrapper {
    margin-top: 8px;
    margin-bottom: 8px;
}
.lqrCatWrapper .fa-caret-circle-up
{
    display: none;
}
.lqrCatWrapper div {
	/* float: right; */
	margin-right: 5px;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	cursor: pointer;
	display: inline-block;
}
.lqrCatWrapper i {
	color: #de2831;
    cursor: pointer;
}
.lqrItemsWrapper {
	margin-bottom:20px;
    display: none;
}
.lqrItemWrapper {
	margin-bottom: 3px;
}
.lqrItemWrapper lproxima_novaregular {
	margin-left: 5px;
    font-size: 18px;
    line-height: 23px;
}
form lproxima_novaregular {
	margin: 20px 0px 3px 0px;
}
form .lqrItemWrapper lproxima_novaregular {
	margin: 0px 0px 3px 0px;
	display: inline-block;
}
form #lqrItemsWrapper3 .lqrItemWrapper lproxima_novaregular {
	width: 190px;
}
form .radioBoxContainer lproxima_novaregular {
	margin: 5px 0px 3px 0px;
}
form #formBlocFieldWrapper1 lproxima_novaregular,form #formBlocFieldWrapper2 lproxima_novaregular {
	margin: 5px 0px 3px 0px;
}
.lqrItemWrapper input {
	position: relative;
	top: 3px;
}
form input {
	border: #ccc 1px solid;
	padding: 7px;
	text-align: left;
	font-size: 17px;
	color: #444;
	width: 100%;
	box-sizing: border-box;
    font-family: 'proxima_novaregular', sans-serif;
}
form textarea {
	border: #ccc 1px solid;
	padding: 8px;
	text-align: left;
	font-size: 17px;
	color: #444;
	width: 100%;
	height: 85px;
	box-sizing: border-box;
	font-family: 'proxima_novaregular', sans-serif;
	line-height: 22px;
	margin: 0;
}
form textarea {
	border: #ccc 1px solid;
	padding: 8px;
	text-align: left;
	font-size: 17px;
	color: #444;
	width: 100%;
	height: 150px;
	box-sizing: border-box;
	font-family: 'proxima_novaregular', sans-serif;
	line-height: 22px;
}
#locationQRForm textarea#projectScheduleConstraints {
	height: 85px;
}
form select {
	border: #ccc 1px solid;
	padding: 5px;
	text-align: left;
	font-size: 17px;
	color: #444;
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	font-family: 'proxima_novaregular', sans-serif;
}
form input[type="radio"], form input[type="checkbox"] {
	width: auto;
	float: left;
	margin: 0px 7px 0px 0px;
	top: 5px;
    position: relative;
}
form input[type="radio"] {
	top: 3px;
}
@-moz-document url-prefix() { 
    form input[type="radio"], form input[type="checkbox"] {
        width: auto;
        float: left;
        margin: 2px 7px 0px 0px;
        top: 3px;
        position: relative;
    }
} 
form lproxima_novaregular {
	margin-left: 0px;
    font-size: 18px;
    line-height: 23px;
    display: block;
}
.requiredField {
	color: #ed1c24;
	font-size: 22px;
    display: none;
}
#noteIntro {
	margin-top: 20px;
	font-weight: bold;
	text-transform: ;
}
.g-recaptcha {
	margin-top: 30px;
}
#sentMessage {
	color: #de2831;
	font-size: 25px;
	line-height: 30px;
	margin: 20px 0 50px 0;
}
#contact-sent-title {
	font-size: 23px;
	line-height: 28px;
	font-weight: bold;
}
.js .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile + lproxima_novaregular {
    max-width: 80%;
    font-size: 18px;
    /* 20px */
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    /* 10px 20px */
}

.no-js .inputfile + lproxima_novaregular {
    display: none;
}

.inputfile:focus + lproxima_novaregular,
.inputfile.has-focus + lproxima_novaregular {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

.inputfile + lproxima_novaregular * {
    /* pointer-events: none; */
    /* in case of FastClick lib use */
}

.inputfile + lproxima_novaregular svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    /* 4px */
    margin-right: 0.25em;
    /* 4px */
}


/* style 1 */

.inputfile-1 + lproxima_novaregular {
	color: #fff;
	background-color: #2c2d31;
	border: #2c2d31 1px solid;
	font-family: "proxima_novaregular",sans-serif !important;
	font-weight: 500 !important;
	width: 290px;
	padding: 10px 15px 10px 15px;
	margin: 30px 0px 0 0;
	font-size: 19px;
}

.inputfile-1:focus + lproxima_novaregular, .inputfile-1.has-focus + lproxima_novaregular, .inputfile-1 + lproxima_novaregular:hover {
	background-color: #fff;
	border: rgb(51,51,51) 1px solid;
	color: #000;
}
#career-application-send-btn {
	color: #fff;
	background-color: rgb(51, 51, 51);
	border: rgb(51,51,51) 1px solid;
	font-family: "Eurostile",sans-serif !important;
	font-weight: 500 !important;
	width: 290px;
	padding: 12px 15px 6px 15px;
	font-size: 18px;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	display: inline-block;
    text-align: center;
}
#career-application-send-btn:hover {
	background-color: #fff;
	border: rgb(51,51,51) 1px solid;
	color: #000;
}
#career_form .container {
	padding-top: 0;
	padding-bottom: 0;
}
#career_form .container .row
{
    text-align: left;
}
#career-application-send-note {
    font-weight: 700;
    background-color: #000;
    color: #fff;
    padding: 20px;
    margin-top: 20px;
    display: inline-block;
}
.newsletterBtnWrapper
{
    /*display: none;*/
}
.newsletterSubscrConfirm
{
    font-size:20px;
    color:#de2831;
    line-height:26px;
}
#content-bloc3.team #propertiesContainer .col-md-4 {
	padding: 4px 4px 30px 4px;
    margin-bottom: 30px;
}
#content-bloc3.team #propertiesContainer .propertyImage {
	height: 204px;
}
.page5 h1 {
	margin-bottom: 45px;
}
#propertiesContainer .col-md-4
{
    padding: 15px;
}
#properties #content-bloc2 {
	text-align: center;
    margin: 30px 0px;
}
#propertiesContainer .propertyImage {
	height: 271px;
	background-position: center center !important;
	background-repeat: no-repeat !important;
    background-size: cover !important;
}
#propertiesContainer .propertyImage a {
	display: block;
    height: 100%;
}
#propertiesContainer .propertyInfos {
	background-color: #f5f5f5;
	padding: 20px;
	height: 185px;
}
#propertiesContainer .propertyInfos a:hover {
    text-decoration: none;
}
#propertiesContainer .propertyName
{
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 30px;
    color: #de2831;
}
#content-bloc3.team #propertiesContainer .propertyName {
	color: #4d4d4f;
	font-size: 24px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
    line-height: 29px;
}
.page5 #content-bloc3.team #propertiesContainer .propertyName {
	font-size: 21px;
	line-height: 25px;
}
#propertiesContainer .propertyCatname
{
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 20px;
    color: #323232;
    text-transform: uppercase;
    padding: 10px 0px;
}
#content-bloc3.team #propertiesContainer .propertyCatname, .sidebar .propertyCatname {
	color: #4d4d4f;
	font-size: 14px;
	line-height: 17px;
	margin-top: 0px;
}
.sidebar .propertyCatname  {
	color:#323232;
    padding-top: 10px;
}
.sidebar li:nth-child(2) .propertyCatname
{
    padding-top: 0px;
}
.sidebar .active .propertyCatname, .sidebar li:hover .propertyCatname {
	color: #323232;
}
#propertiesContainer .propertyAddress
{
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 16px;
    color: #fff;
}
#propertiesContainer .propertyViewMoreLink {
}
#propertiesContainer .propertyViewMoreLink a {
	background-color: #fff;
	padding: 10px 20px;
	position: absolute;
	bottom: 7px;
	left: 25px;
	font-size: 18px;
	font-family: 'proxima_novaregular', sans-serif;
	transition: all 0s ease;
	color: #db021f;
	display: inline-block;
	line-height: 29px !important;
        transition: all 0.3s ease;
}
#propertiesContainer .propertyViewMoreLink a i {
	font-size: 23px;
	position: relative;
	top: 3px;
	margin-left: 15px;
}
#propertiesContainer .propertyViewMoreLink a span {
	font-family: 'proxima_novaregular', sans-serif;
    font-size: 26px;
    color: #de2831;
}
#propertiesContainer .propertyViewMoreLink a:hover {
	text-decoration: none;
}
#propertiesContainer .propertyContainer:hover .propertyViewMoreLink a {
	background-color: #db021f;
	/*background: linear-gradient(#e14e1e 0%, #db021f 100%);*/
	color: #fff;
	text-decoration: none;
}
#propertiesContainer .propertyContainer:hover .propertyViewMoreLink {
    background-color: #de2831;
}
#propertiesContainer .propertyContainer:hover .propertyName {
	color: #1b58a0;
}
#header-social {
	border-left: #de2831 1px solid;
	border-right: #de2831 1px solid;
    display: table;
}
#header-social a {
	margin: 0 10px;
	position: relative;
	top: -2px;
}
#header-social a:first-child
{
    margin-left: 20px;
}
#header-social a:last-child
{
    margin-right: 20px;
}
.header-social-2
{
    display: none!important;
}
/* CONTENT LAYOUT 1 Exemple : Marcelle-Mallet, mot du directeur http://emm.qc.ca/fr/bienvenue/mot-du-directeur */
.col-md-96.layout1 {
	padding-right: 0;
    padding-left: 0;
}
.col-md-12.layout1 {
	padding-right: 0;
    padding-left: 0;
}
.content {
	display: flex;
	flex-direction: column;
}
.contentLayout1 {
	position: relative;
	padding: 4px;
	padding-right: 0px;
}
.contentLayout1 td {
	border-bottom: #ccc 1px solid;
}
#leaderCases td
{
    border-bottom: 0!important;
}
.page5 .contentLayout1 {
	top: -28px;
}
.contentLayout1 .contentblock {
	background-color: #f3f4f4;
	padding: 45px 40px 40px 40px;
    margin-bottom: 45px;
    color:#585858;
    position: relative;
}
.contentLayout1 .contentblock:last-child {
    /*margin-bottom: 0;*/
}
.contentLayout1 .contentblock .container {
	z-index: 1;
}
.contentLayout1 .contentblock h2 {
	font-family: 'hurme_geometric_sans_3bold', sans-serif;
	font-size: 28px;
	line-height: 33px;
    color: #555;
    margin-bottom: 20px;
    font-weight: normal;
    margin-top: 0px;
    text-transform: none;
}
.contentLayout1 .contentblock img {
	width: 100%;
	height: auto !important;
}
.contentLayout1 .whiteGap {
	width: 100px;
	background-color: #fff;
	position: absolute;
	top: 0;
	height: 100%;
}
/*RIGHT POS IMG*/
.contentLayout1 .contentblock.rightPos {
	padding-right: 0;
}
.contentLayout1 .rightPos.col1
{
    padding-right: 15px;
}
.contentLayout1 .rightPos.col2
{
    padding-left: 15px;
}
.contentLayout1 .rightPos img
{
    position: relative;
    right: 0px;
}
.contentLayout1 .rightPos .whiteGap {
	right: 0;
}
/*LEFT POS IMG*/
.contentLayout1 .contentblock.leftPos {
	padding-left: 0;
	right: 0px;
	position: relative;
}
.contentLayout1  .contentblock .leftPos
{
    float: right;
}
.contentLayout1 .leftPos.col1
{
    padding-left: 15px;
}
.contentLayout1 .leftPos.col2
{
    padding-right: 15px;
}
.contentLayout1 .leftPos img
{
    position: relative;
    left: 0px;
}
.contentLayout1 .leftPos .whiteGap {
	left: 0;
}
/*BELOW POS IMG*/
.contentLayout1 .belowPos {
	padding-top: 15px;
	margin-bottom: 0px;
}
.contentLayout1 .belowPos .whiteGap {
	width: 100%;
	background-color: #fff;
	top: unset;
	height: 250px;
	bottom: 0;
	left: 0;
}
/*NO IMG*/
.contentLayout1 .noimage .whiteGap {
	display: none;
}
/* CONTENT LAYOUT 2 Exemple : Marcelle-Mallet, Coup du d'oeil http://emm.qc.ca/fr/bienvenue/coup-d-oeil */
.col-md-96.layout2 {
	padding-right: 0;
    padding-left: 0;
}
.contentLayout2 {
	position: relative;
}
.contentLayout2 .row {
	margin: 0 !important;
}
.contentLayout2 .col {
	padding: 4px;
}
.contentLayout2 .numberContainer {
	background-color: #f3f4f4;
	height: 25vh;
	text-align: center;
	padding-top: 60px;
}
.contentLayout2 .numberWrapper {
	font-size: 60px;
	color: #e0481e;
	line-height: 65px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
}
.contentLayout2 .name {
	font-size: 18px;
	color: #4d4d4f;
	line-height: 23px;
	margin-top: 10px;
}
.contentLayout2 .numberContainer.empty
{
    display: none;
}
/* CONTENT LAYOUT 2 Exemple : Marcelle-Mallet, Coup du d'oeil http://emm.qc.ca/fr/bienvenue/coup-d-oeil */
.col-md-96.layout2 {
	padding-right: 0;
    padding-left: 0;
}
.contentLayout2 {
	position: relative;
    margin-right: -4px;
}
.contentLayout2 .row {
	margin: 0 !important;
}
.contentLayout2 .col {
	padding: 4px;
    width: 100%;
}
.contentLayout2 .grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ." ". . ." ". . .";
}
.contentLayout2 .numberContainer {
	background-color: #f3f4f4;
	height: 100%;
	text-align: center;
    padding: 60px 15px 30px 15px;
}
.contentLayout2 .numberWrapper {
	font-size: 60px;
	color: #e0481e;
	line-height: 65px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
}
.contentLayout2 .name {
	font-size: 18px;
	color: #4d4d4f;
	line-height: 23px;
	margin-top: 10px;
    font-family: 'Miller Roman', sans-serif;
}
.contentLayout2 .numberContainer.empty
{
    display: none;
}
/* CONTENT LAYOUT 3 Exemple : Marcelle-Mallet, Mission http://emm.qc.ca/fr/bienvenue/mission-vision-et-valeurs */
.col-md-96.layout3 {
	padding-right: 0;
    padding-left: 0;
}
.contentLayout3 {
	position: relative;
    margin-right: -4px;
}
.contentLayout3 .row {
	margin: 0 !important;
}
.contentLayout3  .gridContainer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	/* grid-template-areas: ". . ." ". . ."; */
	background-color: #fff;
	grid-gap: 8px;
	margin: 4px 4px 8px 4px;
}
.contentLayout3 .gridContainer2 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	/* grid-template-areas: ". . ." ". . ." ". . ."; */
	background-color: #fff;
	grid-gap: 0px;
	margin: 4px 4px 8px 4px;
}
.contentLayout3 .col {
	margin: 0;
	background-color: #f3f4f4;
}
.contentLayout3  .col-md-6.col.col1,.col-md-6.col.col2 {
	width: 100%;
}
.contentLayout3  #rowcol3 {
	margin-left: -11px !important;
	margin-right: -11px !important;
}
.contentLayout3 .col3 {
	background-color: #fff;
}
.contentLayout3 .col3 > .blockContainer {
	height: auto;
	padding: 35px 0;
	background-color: #f3f4f4;
}
.contentLayout3 .blockContainer {
	text-align: center;
	padding: 35px 40px;
	height: auto;
}
.contentLayout3 .col1 .blockContainer, .contentLayout3 .col2 .blockContainer {
	height: auto;
}
.contentLayout3 .col3 .col {
	padding: 0;
	width: 100%;
	float: none;
}
.contentLayout3 #rowcol3 .col.col3 {
	background-color: #fff;
}
.contentLayout3 .blockTitle {
	color: #4d4d4f;
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 35px;
}
.contentLayout3 .blockIconContainer {
	height: 91px;
	line-height: 91px;
	display: table;
	width: 100%;
}
.contentLayout3 .col3 .col .blockIconContainer {
	height: 111px;
	line-height: 111px;
}
.contentLayout3 .blockIcon {
    display: table-cell;
    width: 100%;
}
.contentLayout3 .blockIcon img {
    max-height: 91px;
    vertical-align: middle;
}
.contentLayout3 .col3 .col .blockIcon img {
	max-height: 111px;
}
.contentLayout3 .col3 .col .blockContainer {
	padding-top: 0;
}
.contentLayout3 .blockText1 {
	color: #4d4d4f;
	font-size: 28px;
    line-height: 33px;
	margin: 35px 0px 20px 0px;
    font-family: 'hurme_geometric_sans_3bold', sans-serif;
}
.contentLayout3 .blockText2 {
	color: #4d4d4f;
	font-size: 16px;
    line-height: 25px;
}
/* CONTENT LAYOUT 4 Exemple : Marcelle-Mallet, Direction */
.col-md-96.layout4 {
	padding-right: 0;
    padding-left: 0;
}
.contentLayout4 {
	position: relative;
    margin-right: -4px;
}
.contentLayout4 .row {
	margin: 0 !important;
}
.contentLayout4 .col {
	padding: 4px;
}
.contentLayout4 .blockContainer {
	background-color: #f3f4f4;
	height: 500px;
}
.contentLayout4 .blockInfos
{
    padding: 20px
}
.contentLayout4 .blockTitle {
	color: #4d4d4f;
	font-size: 24px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
}
.contentLayout4 .blockText1 {
	color: #4d4d4f;
	font-size: 16px;
	line-height: 21px;
	margin-top: 6px;
}
.contentLayout4 .blockText2 a {
	color: #4d4d4f;
	font-size: 16px;
	line-height: 21px;
    text-decoration: underline;
}
.contentLayout4 .blockBtn {
	background-color: #fff;
	padding: 11px 20px;
	position: absolute;
	bottom: -20px;
	left: 23px;
    font-size: 18px;
    font-family: 'proxima_novaregular', sans-serif;
    transition: all 0.3s ease;
    color: #db021f;
    display: inline-block;
}
.contentLayout4 .blockBtn i {
	font-size: 23px;
    position: relative;
    top: 3px;
    margin-left: 15px;
}
.contentLayout4 .blockBtn:hover {
	background-color: #db021f;
	/*background: linear-gradient(#e14e1e 0%, #db021f 100%);*/
	color: #fff;
    text-decoration: none;
}
.contentLayout4 #contentblock1 {
	margin-bottom: 60px;
}
#layout4GridContainer {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-areas: ". . ." ". . ." ". . .";
	column-gap: 15px;
	row-gap: 15px;
}
#layout4GridContainer .col-md-4 {
	width: 100%;
}
.contentLayout4 #contentblock2 {
	margin-bottom: -16px;
}
.contentLayout4 #contentblock2 .blockTitle, .contentLayout4 #contentblock3 .blockTitle {
	color: #4d4d4f;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'hurme_geometric_sans_3', sans-serif;
	margin-bottom: 35px;
    padding-top: 5px;
}
.contentLayout4 #contentblock2 .blockTitle {
	padding-top: 10px;
}
.contentLayout4 #contentblock2 .col2 > .blockContainer {
	text-align: center;
	padding: 20px;
	/* border-bottom: #d9d9d9 1px solid; */
	height: auto;
}
.contentLayout4 #contentblock2 .col2 .col {
	padding: 0;
    /*border-bottom: #d9d9d9 1px solid;*/
}
.contentLayout4 #contentblock2 .col2 .col .blockContainer {
	height: auto;
    text-align: center;
    padding-bottom: 30px;
}
.contentLayout4 #contentblock2 .blockText1 {
	color: #4d4d4f;
	font-size: 24px;
    line-height: 29px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
    margin-bottom: 10px;
}
.contentLayout4 #contentblock2 .blockText2 {
	color: #4d4d4f;
	font-size: 16px;
	line-height: 22px;
}
.contentLayout4 #contentblock3 .blockContainer {
	height: auto;
}
.contentLayout4 #contentblock3 .col3 > .blockContainer {
	text-align: center;
	padding: 0px 20px;
	height: auto;
}
.contentLayout4 #contentblock3 .blockText1 {
	color: #4d4d4f;
	font-size: 22px;
    line-height: 27px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
    margin-bottom: 3px;
}
.contentLayout4 #contentblock3 .col3_1 .blockText1 {
	color: #4d4d4f;
	font-size: 16px;
    line-height: 21px;
	font-family: 'hurme_geometric_sans_3', sans-serif;
    margin-top: 10px;
}
.contentLayout4 #contentblock3 .blockText2 {
	color: #4d4d4f;
	font-size: 16px;
    line-height: 21px;
    margin-bottom: 25px;
}
.fancybox-iframe {
	position: relative;
}
.fancybox-slide--iframe .fancybox-content {
    width  : 1170px!important;
    height: 100%!important;
    max-width  : 95%;
    max-height : 95%;
    margin: 0;
}
.page2_93 .fancybox-slide--iframe .fancybox-content {
    height: 510px!important;
}
.fancybox-slide {
	padding: 0;

}
.contentLayoutBio .col2 p {
	font-family: 'hurme_geometric_sans_3', sans-serif;
	font-size: 18px;
	line-height: 27px;
	color: #323232;
}
.contentLayout4 .blockContainer {
	background-color: #f3f4f4;
	height: 500px;
}
.contentLayoutBio #contentblock1 {
	padding: 30px 15px;
}
.contentLayoutBio .blockInfos {
	background-color: #f3f4f4;
	padding: 20px;
}
.contentLayoutBio .blockTitle {
	color: #4d4d4f;
	font-size: 24px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
}
.contentLayoutBio .blockText1 {
	color: #4d4d4f;
	font-size: 16px;
	line-height: 21px;
	margin-top: 6px;
}
.fancybox-bg {
	background: #db021f;
}
.remove-videodetector {
	display: none;
}
.js-video {
    height: 0;
    padding-top: 25px;
    padding-bottom: 67.5%;
    position: relative;
    overflow: hidden;
    text-align: center;
}
 
.js-video.widescreen {
	padding-bottom: 53.5%;
}
 
.js-video.vimeo {
    padding-top: 0;
} 
.js-video embed, .js-video iframe, .js-video object, .js-video video {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
	color: #fff;
	background-color: #de2831;
	font-size: 30px;
	width: 40px;
	height: 40px;
	position: absolute;
	right: -1px;
	top: 40%;
	border-radius: 0;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
	color: #de2831;
	background-color: #fff;
}
.owl-carousel {
	padding: 5px 4px 30px 4px;
}
.owl-carousel .owl-nav button.owl-prev {
	left: -1px;
}
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span {
	position: relative;
	top: -2px;
	font-size: 46px;
	font-family: 'hurme_geometric_sans_3black', sans-serif;
}
/*.owl-carousel .owl-item img {
	width: auto;
	height: 100%;
	max-height: 500px;
}*/
.owl-carousel .owl-item img {
	max-height: 500px;
    width: auto;
}
.owl-carousel.owl-drag .owl-item {
	padding-right: 15px;
}
.owl-carousel .owl-stage-outer {
	height: 500px;
}
.slider .container
{
    max-width: 100%!important;
}
#sliderTitle {
	font-family: 'hurme_geometric_sans_3black';
	color: #585858;
	margin-left: 15px;
	font-size: 18px;
	line-height: 23px;
}
.contentblock table tr td {
    line-height: 15px;
    padding: 7px 0px;
}
#CookiebotWidget :focus-visible, #CookiebotWidget:not(.CookiebotWidget-open) .Cookiebotwidget-logo {
	 outline: 0 solid #DB031F!important;
	outline-offset: 1px;
}
.page20_160 td {
	margin-bottom: 10px;
	border: 0;
	text-align: center;
	padding: 15px 15px !important;
}