/************************************************************** content.css (by Modx)*********************************************************/
/***
  - infoBlocksColor:				#ffffff
  - infoblockTitleFontSize:			20px
  - infoImageTextColor			#cd6600
  - mainTextColor				#000a3d
  - generalBackgroundColor		#04173d
  - generalBackgroundLightColor	#e7e7e7
  - generalMainFont				Montserrat
  - generalMainBoldFont			Montserrat-Bold
  - generalMainLightFont		Montserrat
  - pageBackgroundColor			#f5f5f7
  - goUpButtonImage				/assets/websiteFiles/images/logos/btnTopPage.png
  - menuPosition           clear
  - menuTextColor           #98aad1
  - menuTextColor_Hover			#6d86bc
  - menuTextColor_Active 		#98b7fc
  - menuBackgroundColor			#04173d
  - menuFontSize				25px
  - menuTopFontSize				12px
  - menuFontTransform			lowercase
  - generalTitleColor			#33aeff
  - generalTitleLightColor		#33aeff
  - generalTitleFontSize		40px
  - generalTitleFontTransform	none
  - generalSubTitleFontSize		35px
  - generalSubTitleFontTranform	none
  - sliderSublineBackgroundColor: 	#34c0ca
  - sliderTitleFontSize				28px
  - sliderTitleFontTransform		lowercase
  - sliderSubTitleFontSize			20px
  - sliderSubTitleFontTranform		lowercase
  - sliderBackgroundTextTransparency .5
  - lineTitlePosition				fullbottom
  - lineTitleWidth					500px
  - lineTitleHeight					2px
***/
/****************************************************************** GENERAL ******************************************************************/
#body {
  background: #f5f5f7;
  position: absolute;
  width: 100%;
}
/*
#body article,
#body aside,
#body details,
#body figcaption,
#body figure,
#body section,
#body hgroup,
#body summary
*/
#body header,
#body main,
#body menu,
#body nav,
{
background: #f5f5f7;
}
#body footer {
  background: #04173d;
}
#body .subsection {
  background-color: inherit;
  width: 100%;
}
#body .subsection.masonry {
  margin: auto;
}
/* Navigation */
.nav .dropdown .disabled {
  opacity: initial;
}
/* SUBLINE*/
.subline {
  background-color: #34c0ca;
  height: 100px;
  bottom: 0;
  left: 0;
  width: 100%;
  position: absolute;
  margin-bottom: 0;
  clear: both;
  min-height: 50px;
  z-index: 100;
}
.subline-page {
  background-color: #34c0ca;
  color: #9a9a33;
  clear: both;
  height: 100px;
  position: relative;
}
/* Interorior page */
.subline-page.sublineBreadcrumbs {
  height: 25px;
}
.subline .breadcrumbs,
.subline-page .breadcrumbs {
  overflow: hidden;
  color: inherit;
  background-color: inherit;
}
.subline .more,
.subline-page .more {
  background-color: inherit;
  color: inherit;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
  filter: invert(10%);
  position: absolute;
  padding: calc(7px * 100 / 70);
  border-radius: 14px;
}
.subline .more {
  bottom: 10px;
  right: 10px;
}
.subline-page .more {
  bottom: 40px;
  right: 20px;
}
.subline .more a,
.subline-page .more a {
  font-size: calc(14px * 100 / 35);
  font-family: "Montserrat";
  text-transform: uppercase;
}
.subline .more:hover,
.subline-page .more:hover,
.subline .more a:hover,
.subline-page .more a:hover {
  color:#6d86bc; background-color:#122a5c; text-decoration: none;
}
@media (max-width: 468px) {
  .subline .more,
  .subline-page .more {
    background: none
  }
}
@media (max-width: 767px) {
  .subline,
  .subline-page {
    /*		height: calc(100px / 2);*/
  }
}
/* LANGUAGE */
.lang {
  position: absolute;
  top: 0;
  right: 10px;
  z-index: 1000;
  width: auto;
  margin: 0;
}
.lang li {
  float: left;
  list-style: none;
  display: inline-block;
  background: 0;
}
.lang li a {
  padding: 19px 10px;
  color: #aaa;
  font: 12px "Montserrat";
  display: block;
}
.lang li a:hover,
.lang li a.active {
  color: #fff;
  text-decoration: none;
  background: none;
}
/* SLIDERS */
/*
#section_1_7 .carousel-main-wrapper, #carousel-main-wrapper-page {
	position: relative;
}
*/
.carousel-main-wrapper-page {
  /*	background-color:#aab8d9;*/
}
.carousel-main-wrapper .carousel-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*height:440px;*/
}
.carousel-main h1 {
  text-shadow: 1px 1px 1px #fff;
}
.carousel-main .carousel-caption {
  background: rgba(0, 0, 0, .5);
  text-align: left;
  padding: 15px 30px 20px;
  bottom: 100px;
  left: 0;
  width: 100%;
}
.carousel-main .subline .carousel-caption {
  background: inherit;
}
.carousel-main-wrapper .carousel-news .carousel-caption {}
.carousel-main .carousel-caption h2 {
  font: 28px "Montserrat";
  color: #fff;
  text-transform: lowercase;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
  margin: 0;
}
.carousel-main .carousel-caption h3 {
  color: #fff;
  font: 22px "Nunito-Bold";
  text-transform: lowercase;
  margin: 0;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
.carousel-main>.carousel-control {
  background: url(../images/slider-arrows.png) no-repeat;
  text-indent: -9999px;
  height: 145px;
  width: 45px;
  top: 33%;
  opacity: 1;
  filter: invert(20%);
}
.carousel-main .carousel-control:hover,
.carousel-main .subline .carousel-control:hover {
  /*	opacity: 1 */
  filter: invert(0%);
}
.carousel-main .carousel-control.left {
  left: 15px;
}
.carousel-main .carousel-control.right {
  background-position: -50px 0;
  right: 15px;
}
.carousel-main>.carousel-indicators {
  position: absolute;
  z-index: 100;
  left: auto;
  right: 15px;
  bottom: 80px;
  width: auto;
}
.carousel-main>.carousel-indicators li {
  background: url(../images/slider-buttons.png) no-repeat -12px 0;
  text-indent: -9999px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.carousel-main>.carousel-indicators li.active {
  background-position: 0 0;
}
.carousel-main .subline .carousel-control {
  background-position: left center;
  background-repeat: no-repeat;
  /*        height: 45px;*/
  width: 45px;
  opacity: 1;
  filter: invert(20%);
  /*top: calc( 100px / 2);*/
  z-index: 10;
}
.carousel-small .carousel-caption {
  background: none;
  bottom: auto;
  top: 15%;
  left: 3%;
  line-height: normal;
  text-transform: none;
  text-align: left;
  padding: 0;
  margin: 0;
}
.carousel-small .carousel-caption h1 {
  font: 40px "Lora";
  color: #09a8b4;
  text-shadow: 1px 1px #aabbcc;
  margin: 0;
  padding: 0;
  line-height: 120%;
}
.carousel-small .carousel-caption h2 {
  color: #01858f;
  text-shadow: 1px 1px #7a88a9;
  font-size: 24px;
  line-height: 120%;
  margin: 0;
  padding: 0;
  font-weight: normal;
}
@media (max-width: 768px) {
  .carousel-main .carousel-caption h2 {
    font-size: calc(40px*1.2);
  }
  .carousel-main .carousel-caption h3 {
    font-size: 15px;
  }
  .carousel-small .carousel-caption h2 {
    font-size: 40px;
  }
  .carousel-small .carousel-caption h3 {
    font-size: 15px;
  }
}
.carousel-main .carousel-news-wrapper {
  height: 100%;
  position: relative;
  background: url(../images/icons/news.png) no-repeat 40px center;
  overflow: hidden;
}
.carousel-main .carousel-news .carousel-caption {
  width: 74%;
  left: 100px;
  top: 14px;
  bottom: 0;
  position: relative;
  padding: 0;
  /*	height: 55px; */
  text-shadow: none;
  line-height: 100%;
}
.carousel-main .carousel-news .carousel-caption p {
  color: #fff;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  overflow: hidden;
  text-align: left;
}
.slider-line {
  position: relative;
  width: 100%;
  float: left;
  height: 29px;
  margin: 10px 0 0;
}
.slider-line .line {
  background: url(../images/slider-line.png) repeat-x;
  height: 10px;
  width: 81%;
  float: left;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  position: relative;
}
.slider-line .line.active {
  background: url(../images/slider-line-active.png) repeat-x;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
.slider-line .line.value {
  background: url(../images/slider-line-value.png) repeat-x;
  width: 58px !important;
  height: 29px;
  text-align: center;
  font: 12px/25px "Montserrat";
  color: #fff;
  position: relative;
  z-index: 6;
  margin-top: -9px;
  margin-left: -55px;
}
.slider-line .slider-line-caption {
  float: right;
  font: 12px/12px "Montserrat";
  color: #656d71;
  text-transform: uppercase;
  width: 15%;
}
.container {}
.container ul {
  list-style: none;
  margin: 0px 0px 0px 30px;
}
.container ul li {}
.textcontent .row.equalHeight {
  margin-left: 0px;
  margin-right: 0px;
}
.textcontent .row.equalHeight h2 {
  padding-left: 0px;
}
.textcontent ul {
  list-style: none;
  margin: 0px 0px 10px 40px;
  list-style-position: inside;
  /*
    text-indent: calc(-1em - 11px/2);
    padding-left: calc(1em + 6px);
    */
  text-indent: calc(0px - 40px);
  padding-left: calc(2px + 6px);
}
.textcontent ul li:before,
.textcontent .li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  padding-right: 11px;
  color: #000a3d;
  font-weight: bold;
  font-size: 30%;
  line-height: 30%;
}
/* deactivate bullet for the dropdown input*/
.textcontent .dropdown ul {
  text-indent: unset;
}
.textcontent .dropdown ul li:before {
  content: initial;
}
.textcontent ul ul {
  margin: 0px 0px 0px 10px;
}
.textcontent ul ul li {}
.textcontent ul ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f111";
  padding-right: 15px;
  color: #000a3d;
  font-weight: bold;
  font-size: 30%;
  line-height: 30%;
}
.textcontent ul ul ul {
  margin: 0px 0px 0px 0px;
}
.textcontent ul ul ul li {}
.textcontent ul ul ul li:before {
  font-family: "Font Awesome 5 Free";
  content: ">";
  padding-right: 2px;
  color: #ffee06;
  font-weight: bold;
  font-size: 120%;
  line-height: 120%;
}
/* section alignement with flex */
.alignItem {
  display: flex;
}
@media (max-width: 768px) {
  .alignItem {
    display: inherit;
  }
}
.alignItem.center {
  align-items: center
}
.alignItem.justifyCenter {
  justify-content: center;
}
.alignSelfCenter,
.alignSelfCenter>.container,
.alignSelfCenter>.container>.row>.textcontent {
  display: flex;
  align-self: center;
  align-items: center;
  width: inherit;
}
.alignSelfCenter>.container>.row {
  flex-direction: column;
  justify-content: center;
  width: inherit;
}
@media (max-width: 991px) {
  .alignSelfCenter {
    display: block;
  }
}
/* IMAGES */
.bwimg {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  transition: 0.3s ease-in;
}
.bwimg:hover,
a:hover .bwimg {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  -webkit-filter: grayscale(0%);
}
.blurimg img {
  transition: all .20s ease-in-out;
}
.blurimg:hover img {
  filter: blur(8px);
  transform: scale(1.02);
}
.blurimg-off:hover img {
  transform: scale(1);
}
.unblurimg img {
  transition: all .20s ease-in-out;
  filter: blur(8px);
  transform: scale(1.02);
}
.unblurimg:hover img {
  filter: blur(0px);
  transform: scale(1);
}
.unblurimg-off:hover img {
  filter: blur(8px);
  transform: scale(1.02);
}
.box.col-sm-4 a img {
  width: 100%;
}
/* BOX AND ROWS STYLE */
.boxes.style1 .box.bloc-blue {
  padding: 0;
}
.boxes.style1 .box.bloc-blue .col-sm-12 {
  float: inherit;
}
.boxes.style1 .box.bloc-blue h1,
.boxes.style1 .box.bloc-blue h2,
.boxes.style1 .box.bloc-blue h3,
.boxes.style1 .box.bloc-blue h4,
.boxes.style1 .box.bloc-blue h5,
.boxes.style1 .box.bloc-blue h6 {
  background: #ffffff;
  text-align: center;
  margin: 0;
  padding: 0px 25px;
  color: #c1d82d;
  font-size: 20px;
  height: 200px;
  line-height: calc(200px - 5px);
  border: 2px #c1d82d solid;
}
.boxes.style1 .box.bloc-blue h1:hover,
.boxes.style1 .box.bloc-blue h2:hover,
.boxes.style1 .box.bloc-blue h3:hover,
.boxes.style1 .box.bloc-blue h4:hover,
.boxes.style1 .box.bloc-blue h5:hover,
.boxes.style1 .box.bloc-blue h6:hover {
  filter: invert(3%);
}
.boxes.style1 .box.bloc-blue h1:hover span,
.boxes.style1 .box.bloc-blue h2:hover span,
.boxes.style1 .box.bloc-blue h3:hover span,
.boxes.style1 .box.bloc-blue h4:hover span,
.boxes.style1 .box.bloc-blue h5:hover span,
.boxes.style1 .box.bloc-blue h6:hover span {
  filter: invert(10%);
}
@media (max-width: 468px) {
  .boxes.style1 .box.bloc-blue h1,
  .boxes.style1 .box.bloc-blue h2,
  .boxes.style1 .box.bloc-blue h3,
  .boxes.style1 .box.bloc-blue h4,
  .boxes.style1 .box.bloc-blue h5,
  .boxes.style1 .box.bloc-blue h6 {
    height: calc(200px / 2);
    line-height: calc(200px /2 - 5px);
  }
}
.boxes.style1 .box.bloc-blue h1 span,
.boxes.style1 .box.bloc-blue h2 span,
.boxes.style1 .box.bloc-blue h3 span,
.boxes.style1 .box.bloc-blue h4 span,
.boxes.style1 .box.bloc-blue h5 span,
.boxes.style1 .box.bloc-blue h6 span {
  vertical-align: middle;
  display: inline-block;
  line-height: normal;
}
.boxes.style1 .rightColumn .box.bloc-blue h1,
.boxes.style1 .rightColumn .box.bloc-blue h2,
.boxes.style1 .rightColumn .box.bloc-blue h3,
.boxes.style1 .rightColumn .box.bloc-blue h4,
.boxes.style1 .rightColumn .box.bloc-blue h5,
.boxes.style1 .rightColumn .box.bloc-blue h6 {
  /*	background:#04173d url(../images/bloc-blue-right-column.png) no-repeat top right;*/
  height: 75px;
  line-height: 60px;
  font-size: 1.5em;
  text-align: left;
  padding-left: 15px;
}
.boxes .box {
  position: relative;
}
.boxes .rightColumn .box {
  margin-bottom: 40px;
}
.boxes .box a:hover {
  text-decoration: none;
}
.boxes.style1 {
  margin: 20px 0px;
}
.boxes.style1 .box .inner {
  /*	background: url(../images/bg-box1.png) no-repeat 100% 0; */
  padding: 0;
  text-align: center;
}
.boxes.style1 .box h2,
.boxes.style1 .box h3,
.boxes.style1 .box h4,
.boxes.style1 .box .colSpot {
  font: 35px "Montserrat";
  text-transform: none;
  color: #cd6600;
  padding: 0;
  margin: 5px 0px;
}
.boxes.style1 .box .colSpot {
  font: calc(35px*2) "Montserrat";
  /*font-weight:bold;*/
}
.boxes.style1 .box h2 span,
.boxes.style1 .box h3 span,
.boxes.style1 .box h4 span {
  vertical-align: middle;
  /*
	display:inline-block;
	line-height:normal;
*/
}
.boxes.style1 .box a,
.boxes.style1 .box a:hover {
  text-decoration: none;
}
.boxes.style1 .box p {
  line-height: 20px
}
.boxes.style1 .box:hover {
  opacity: 0.9;
}
 .boxes.style4 {
  background: #fff;
  margin: 0 15% 30px 15%;
}
.boxes.style4 .title span {
  background: #fff !important;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
.boxes.style4 p {
  color: #404040;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.2);
}
.boxes.style1 .box.bloc-blue.subsectionTextBlock {
  margin-bottom: 8px;
  margin-top: 8px;
}
/* MODAL BOX */
.modal-header {
  background: #325bad;
}
.modal-header h4 {
  color: #98b7fc;
}
.modal-footer.submit_btn .btn {
  margin-top: 0px;
  margin-bottom: 0px;
}
/*Twitter*/
.twitter li {
  overflow: hidden;
}
/* BANNERS AND LOGOS */
.banner {
  position: relative;
  padding: 0;
}
.banner .inner {
  width: 104%;
  left: -20px;
  position: relative
}
.banner .tag {
  background: url(../images/tag-big.png) no-repeat;
  font: 56px "Montserrat";
  color: #fff;
  text-align: center;
  width: 163px;
  height: 163px;
  line-height: 130px;
  vertical-align: middle;
  float: left;
  position: absolute;
  z-index: 100;
  top: 40px;
  left: 30px;
}
.banner .text {
  position: absolute;
  z-index: 100;
  top: 35px;
  left: 240px;
  float: left;
  width: 330px;
}
.banner h2 {
  text-transform: uppercase;
  color: #171717;
  font: 35px/40px "Montserrat";
  font-size: 2.9vw;
}
.banner h3 {
  font: 20px/30px "Montserrat";
  font-size: 1.9vw;
  color: #171717;
  text-transform: uppercase;
  margin: 10px 0 0;
}
.banner p {
  color: #939393;
  font: 15px/22px "Montserrat";
  width: 80%;
}
/* UNORDERED LIST STYLES */
ul[class*="style"] {
  margin: 0;
  list-style: none;
}
ul[class*="style"] li:first-child {
  padding-top: 0;
  margin-top: 0;
  border: 0;
}
ul[class*="style"] li .number {
  background: #04173d;
  width: 20px;
  height: 20px;
  text-align: center;
  color: #fff;
  font: 11px/20px "Montserrat";
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
ul.style1 li {
  background: url(../images/icons/bullet5.png) no-repeat 0 2px;
  list-style: none;
  padding-left: 25px;
  padding-bottom: 10px;
}
ul.style4 li {
  background: none;
  padding: 12px 0 0 8px;
  margin: 12px 0 0 -5px;
  border-top: 1px solid #d3e2e4;
  font: 12px "Montserrat";
  color: #4b4b4b;
  text-transform: uppercase;
}
ul.style4 li,
ul.style4 li a {
  color: #4b4b4b;
  font: 12px "Montserrat";
}
/* TABLES */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table thead th {
  color: #000;
  padding: 4px 10px;
  border-bottom: 1px solid #dbe4e5;
}
table tbody td {
  padding: 4px 10px;
}
table.style1 {
  width: 100%
}
table.style1 th {
  border: 1px solid #6b6b6b;
}
table.style1 td {
  border: 1px solid #fff;
}
table.style1 thead th {
  padding: 12px 18px;
  font: 13px "Montserrat";
  text-transform: uppercase;
  color: #fff;
  background: #3a3a3a;
  border: 1px solid #6b6b6b;
}
table.style1 tbody td {
  padding: 14px 18px;
  text-shadow: 1px 1px rgba(255, 255, 255, 0.5)
}
table.style1 tr:nth-child(odd) {
  background: #f6f8f9;
}
table.style1 tr:nth-child(even) {
  background: #ebf1f2;
}
table.style1 tr:hover {
  background: #dbe4e5;
  cursor: pointer
}
/* BREADCRUMBS */
.breadcrumbs {
  float: left;
  padding-left: 18px;
  margin: 0;
}
.breadcrumbs li {
  float: left;
  background: url(../images/icons/bullet1.png) no-repeat 0 56%;
  padding: 0 15px;
  /*	line-height: 70px;*/
  list-style: none;
}
.breadcrumbs li:first-child {
  background: none
}
.breadcrumbs a,
.breadcrumbs span {
  font: 12px/24px "Montserrat";
  color: #9a9a33;
  text-transform: uppercase;
  vertical-align: middle;
}
/*********************************** customization website ********************************/
/*configuration of bottom button to go up*/
a#btnTopPage {
  position: fixed;
  right: 20px;
  opacity: 1;
  z-index: 99999;
  transition: all ease-in 0.2s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-decoration: none;
  width: 46px;
  height: 28px;
  background: url(/assets/websiteFiles/images/logos/btnTopPage.png);
}
a#btnTopPage:hover {
  transition: all ease-in 0.2s;
}
a#btnTopPage.btnTopInvisible {
  bottom: -35px;
  opacity: 0;
  transition: all ease-in 0.5s;
}
a#btnTopPage.btnTopVisible {
  bottom: 50px;
  opacity: 1;
}
.listFormation {
  background-color: #e7e7e7;
  padding-top: 50px;
  width: 100%;
  margin-top: -110px;
  padding-top: 110px;
}
/**************************
		Title
 **************************/
h1.title,
h2.title,
div.title {
  padding: 0px;
  text-transform: none;
  text-align: left;
  line-height: 100%;
  width: 100%;
}
/* title configuration */
.row.equalHeight {
   margin-right: 15px;
  margin-left: 15px;
  clear: both;
}
 div.titleWithNoLine,
h1.titleWithNoLine,
h2.titleWithNoLine {
  background: none;
  height: unset;
}
div.toplinetitle,
div.bottomlinetitle {
  width: 500px;
  max-width: 100%;
  border-bottom: 2px solid #33aeff;
   margin-right: auto;
}
  div.bottomlinetitle {
  margin-top: calc(40px / 3);
  margin-bottom: calc(40px / 2);
}
 @media (max-width: 768px) {}
.title a {
  font-size: inherit;
}
div.title span,
div.title>div,
h1.title span,
h1.title>div,
h2.title span,
h2.title>div {
   padding: 0px 10px 1px 0px;
  display: inline-block;
  ;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
div.title span.siteeditor,
div.title>div.siteeditor,
h1.title span.siteeditor,
h1.title>div.siteeditor,
h2.title span.siteeditor,
h2.title>div.siteeditor {
  padding: 0;
}
/*********************************** FORMS ********************************/
section.genericForm div.submit_btn {
  margin-top: 20px;
}
.row.equalHeight.formInputFieldTitle,
.row.equalHeight.formSelectOptionsFieldTitle,
.row.equalHeight.formDateFieldTitle,
.row.equalHeight.formRadioButtonsFieldTitle,
.row.equalHeight.formLabelFieldTitle,
.row.equalHeight.formTextareaFieldTitle,
.row.equalHeight.formColorFieldTitle {
  margin-left: 0px;
}
.formRowTitle {
  font-size: 25px;
  margin: 2px auto 5px 0px;
  font-weight: bold;
  clear: both;
  padding-left: 0px;
  color: #000a3d;
  line-height: 100%;
}
div.formRowTitle span {
  /*	background: #f5f5f7; */
  padding: 0px 10px 1px 0px;
  display: inline-block;
  ;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
div.formRowTitle span.siteeditor {
  padding: 0px;
  margin: 0px;
}
.formRowTitle.titleBackgroundLine,
div.formRowTitle.toplinetitle,
div.formRowTitle.bottomlinetitle {
  margin-right: auto;
  margin-left: unset;
  border-bottom: #000a3d solid 2px;
}
   div.formRowTitle.bottomlinetitle {
  margin-top: calc(25px / 3);
  margin-bottom: calc(25px / 2);
}
 textarea.form-control {
  height: 140px;
}
.ui-datepicker-header {
  border: #04173d !important;
  background-color: #04173d !important;
  color: #98aad1 !important;
  background-image: none !important;
}
.selectContainer .form-group {
  margin-bottom: 18px;
}
.selectContainer .form-group .bootstrap-select .dropdown-toggle {
  padding-bottom: 11px;
}
.selectContainer .form-group {
  font-size: 16px;
}
.selectContainer .filter-option,
.selectContainer .filter-option-inner,
.selectContainer .filter-option-inner-inner {
  color: inherit;
}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 14px;
}
form.style1 .dropdown-toggle {
  padding: 11px 14px 11px 14px;
}
/******** Cnil Cookie banner ********/
div#cookies-cnil-banner {
  display: block;
  background-color: #000;
  color: #fff;
  background-color:#33adff;
padding:30px 0;
text-align:center;
font-size:25px;
}
div#cookies-cnil-banner button {
  cursor: pointer;
border: solid #0c94ef;
font-size: 20px;
color: rgb(255, 255, 255);
padding: 10px 30px;
transition: 2s;
width: 335px;
box-shadow: rgb(0, 0, 0) 0px 0px 0px 0px;
border-radius: 50px;
}
div#cookies-cnil-banner button:hover {
  color: rgb(255, 255, 255);
width: 337px;
background: rgb(0, 102, 204) none repeat scroll 0% 0% / auto padding-box border-box;
border-color: rgb(0, 0, 105);
border-width: 2px;
border-style: solid;
}
/******** Login Page ********/
.login-rs {
  margin: 30px 0;
  width: 100%;
}
.login-rs .login-form {
  padding: 20px 10px;
  background: #fff;
}
.coin-gris {
  background: url(../images/coin-gris.png) no-repeat top left;
  width: 20px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 0;
}
.content-most {
  position: relative;
}
.template1 .carousel-inner,
.template15 .carousel-inner {
  padding-bottom: 24px;
}
/** Modal Info Box **/
section.template_23 {
  padding: 0px;
  margin: 0px;
}
#Testimonies .jcarousel ul li p {
  font-size: 24px;
}
/****************************************************************** FOOTER ******************************************************************/
#footer-wide {
  background: #04173d;
  padding: 45px 0 20px;
}
#footer [class*="box"] {
  margin-bottom: 30px;
}
#footer [class*="box"]:first-child {
  margin-left: 0;
  padding-left: 0
}
@media (min-width: 992px) {
  #footer [class*="box"] {
    width: 30%;
    margin: 0 0 20px 45px;
    padding: 0 0 0 40px;
  }
}
#footer .header,
#footer .header>a {
  color: #e7e7e7;
  font: 20px "Montserrat";
  text-transform: uppercase;
  margin: 0 0 12px;
}
#footer [class*="box"] ul {
  margin: 0;
  padding: 0;
  text-indent: 0;
}
#footer [class*="box"] p,
#footer [class*="box"] li,
#footer [class*="box"] li a {
  color: #e7e7e7;
  line-height: 22px;
}
#footer [class*="box"] li a {
  text-decoration: underline
}
#footer [class*="box"] li {
  list-style: none;
  padding: 0 0 22px;
  display: flex;
  align-items: center;
}
#footer [class*="box"] li img {
  vertical-align: middle;
  margin-right: 14px;
  /*margin-bottom: 25px;*/
  float: left;
}
#footer [class*="box"] li span.fa4,
#footer [class*="box"] li span.fa,
#footer [class*="box"] li span.far,
#footer [class*="box"] li span.fas {
  padding: 0;
  width: 21px;
  text-align: center;
  margin: 0 15px 0 0;
}
.socialLinkInFooter {
  color: #e7e7e7;
  font-size: 25px;
  margin: 2px;
}
/****************************************************************** STABILO EFFECTS ******************************************************************/
.stabilo {
  cursor: pointer;
  position: relative;
}
.stabilo.souligne:after {
  border-bottom: solid 2px;
}
.stabilo:hover:after {
  transform: scaleX(1);
}
.stabilo.color1:after {
  background: #33aeff;
}
.stabilo.color2:after {
  background: #33aeff;
}
.stabilo.color3:after {
  background: #04173d;
}
.stabilo.color4:after {
  background: #e7e7e7;
}
.stabilo.color5:after {
  background: #33aeff;
}
.stabilo.halftitle:after {
  height: calc(40px / 2);
}
.stabilo.title:after {
  height: 40px;
}
.stabilo:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 16px;
  background: #33aeff;
  opacity: 0.3;
  bottom: 0;
  transform-origin: left;
  transform: scaleX(0);
  transition: transform 0.4s ease;
  cursor: default;
}
.stabilo.width25:after {
  width: 25%;
}
.stabilo.width50:after {
  width: 50%;
}
.stabilo.width75:after {
  width: 75%;
}
/****************************************************************** LOADER ******************************************************************/
#waitLoader.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255);
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: opacity 600ms, visibility 200ms;
}
/**** GENERIC LOADER ****/
#waitLoader.loader.display {
  visibility: visible;
  opacity: 0.8;
  transition: opacity 200ms, visibility 200ms;
}
/**** GOOEY LOADER *****/
#waitLoader.loader .showgooey {
  display: none;
}
#waitLoader.loader.showgooey {
  filter: contrast(20);
}
#waitLoader.loader.showgooey .showgooey {
  display: block;
}
#waitLoader.loader.showgooey .gooey {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 142px;
  height: 40px;
  margin: -20px 0 0 -71px;
  background: none;
  z-index: 10;
}
#waitLoader.loader.showgooey .gooey .dot {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 12px;
  left: 15px;
  filter: blur(4px);
  background: #04173d;
  border-radius: 50%;
  transform: translateX(0);
  animation: gooeydot 2.8s infinite;
}
#waitLoader.loader.showgooey .gooey .dots {
  transform: translateX(0);
  margin-top: 12px;
  margin-left: 31px;
  animation: gooeydots 2.8s infinite;
}
#waitLoader.loader.showgooey .gooey .dots span {
  display: block;
  float: left;
  width: 16px;
  height: 16px;
  margin-left: 16px;
  filter: blur(4px);
  background: #04173d;
  border-radius: 50%;
}
@keyframes gooeydot {
  50% {
    transform: translateX(96px);
  }
}
@keyframes gooeydots {
  50% {
    transform: translateX(-31px);
  }
}
/**** SASHA LOADER *****/
#waitLoader.loader .showsasha {
  display: none;
}
#waitLoader.loader.showsasha .showsasha {
  display: block;
}
#waitLoader.loader.showsasha .showsasha .sasha {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}
#waitLoader.loader.showsasha .showsasha .sasha .item {
  width: 20px;
  height: 20px;
  margin: 10px;
  list-style-type: none;
  transition: 0.5s all ease;
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(1) {
  animation: sashaRight-1 1s infinite alternate;
  background-color: #04173d;
  animation-delay: 100ms;
}
@keyframes sashaRight-1 {
  0% {
    transform: translateY(-60px);
  }
  100% {
    transform: translateY(60px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(2) {
  animation: sashaRight-2 1s infinite alternate;
  background-color: #e7e7e7;
  animation-delay: 200ms;
}
@keyframes sashaRight-2 {
  0% {
    transform: translateY(-70px);
  }
  100% {
    transform: translateY(70px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(3) {
  animation: sashaRight-3 1s infinite alternate;
  background-color: #33aeff;
  animation-delay: 300ms;
}
@keyframes sashaRight-3 {
  0% {
    transform: translateY(-80px);
  }
  100% {
    transform: translateY(80px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(4) {
  animation: sashaRight-4 1s infinite alternate;
  background-color: #33aeff;
  animation-delay: 400ms;
}
@keyframes sashaRight-4 {
  0% {
    transform: translateY(-90px);
  }
  100% {
    transform: translateY(90px);
  }
}
#waitLoader.loader.showsasha .showsasha .sasha .item:nth-child(5) {
  animation: sashaRight-5 1s infinite alternate;
  background-color: #33aeff;
  animation-delay: 500ms;
}
@keyframes sashaRight-5 {
  0% {
    transform: translateY(-100px);
  }
  100% {
    transform: translateY(100px);
  }
}