
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 1099px) {
  #cookie-notice {
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
  }
  .row {
    width: 90vw !important;
  }
  body {
    padding-top: 80px;
  }
  .row .col {
    width: 100%;
  }
  #header {
    padding: 10px 0;
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
  }
  #header .align {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header-mobile-button {
  	padding: 20px 0 20px 20px;
  	text-decoration: none;
  	line-height: 8px;
  	font-size: 20px;
  	display: inline-block;
  	color: #000;
  	font-weight: 300;
  }
  #header #header-logo img {
    height: 40px;
    width: auto;
  }
  #header #header-logo strong {
    display: none !important;
  }
  #header ul li {
    font-size: 11pt;
  }
  #main.front #banner h1 {
    font-size: 20pt;
  }
  #main.front #banner h2,
  #main.front #banner-2 h2 {
    font-size: 15pt;
    line-height: 25pt;
  }
}

@media screen and (min-width: 1100px) {
  #cookie-notice {
    width: 200px !important;
    min-width: 200px !important;
    left: 15px !important;
    bottom: 15px !important;
  }
  #header {
    padding: 20px 0;
  }
  #header #header-logo img {
    height: 50px;
    width: auto;
  }
  .row,
  .row-full {
    display: flex;
    flex-direction: row;
  }
  .row .col,
  .row-full .col {
    padding: 0 30px;
  }
  .row.col-1 .col,
  .row-full.col-1 .col {
    width: calc(100% - 60px);
  }
  .row.col-2 .col,
  .row-full.col-2 .col {
    width: calc(50% - 60px);
  }
  .row.col-2 .col.offset {
  	margin-left: 25%;
  }
  .row.col-3 .col,
  .row-full.col-3 .col {
    width: calc(33.33% - 60px);
  }
  .row.col-3 .col.double,
  .row-full.col-3 .col.double {
    width: calc(66.66% - 60px);
  }
  #header-mobile-button {
    display: none;
  }
  #header ul {
    opacity: 1;
    visibility: visible;
  }
  #main.front #banner h1 {
    font-size: 40pt;
  }
  #main.front #banner h2,
  #main.front #banner-2 h2 {
    font-size: 20pt;
    line-height: 30pt;
  }
  #header ul li.dropdown {
    position: relative;
  }
  #header ul li.dropdown ul {
    display: none;
    position: absolute;
    top: 100%;
    left: -15px;
    padding-top: 15px;
    z-index: 9999;
  }
  #header ul li.dropdown:hover ul {
    display: block;
    background: rgba(255, 255, 255, 0.9);
  }
  #header ul li.dropdown ul li {
    border: 0;
    display: inline-block;
    width: 300px;
    text-align: left;
    margin: 0;
    padding: 0;
  }
  #header ul li.dropdown ul li a {
    padding: 0 15px 10px 15px;
    display: block;
  }
  #main .row-full.content.second img {
    border: 30px solid #fff;
    width: calc(100% - 80px) !important;
    position: absolute;
    top: -130px;
  }
  .slick-initialized .slick-slide {
    display: flex !important;
  }
}

@media screen and (min-width: 1100px) and (max-width: 1199px) {
  .row,
  .slick-list {
    width: 1000px;
  }
  #header #header-logo strong,
  #header ul li {
    font-size: 11pt;
  }
  #header ul li {
    margin: 0 5px 0 0;
    padding: 0 5px 0 0;
  }
  #header ul li::after {
    width: 0px;
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  #header ul li {
    margin: 0 10px 0 0;
    padding: 0 15px 0 0;
  }
  #header ul li::after {
    width: 1px;
  }
}

@media screen and (min-width: 1200px) and (max-width: 1299px) {
  .row,
  .slick-list {
    width: 1100px;
  }
  #header #header-logo strong,
  #header ul li {
    font-size: 10pt;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .row,
  .slick-list {
    width: 1200px;
  }
  #header #header-logo strong,
  #header ul li {
    font-size: 10pt;
  }
}

@media screen and (min-width: 1400px) {
  .row,
  .slick-list {
    width: 1300px;
  }
  #header #header-logo strong,
  #header ul li {
    font-size: 11pt;
  }
}

.row {
  margin: 0 auto;
  transition: width .3s ease-in-out;
}

.align-right,
.align-right ul {
  text-align: right;
}

.align-center {
  text-align: center;
}

.bg-beige {
  background: #e4d7ca;
}

.bg-bleu {
  background: #52657d;
}

.clear {
  clear: both;
}




#header {
  background: #fff;
}

#header .row {
  align-items: center;
}

#header #header-logo {
  text-decoration: none;
  color: #000;
}

#header #header-logo img,
#header #header-logo strong {
  display: inline-block;
  vertical-align: middle;
}

#header #header-logo strong {
  margin-left: 20px;
  font-weight: 400;
}

#header ul {
  margin: 0;
  padding: 0;
  transition: .3s ease-in-out;
}

#header ul li {
  list-style: none;
  display: inline-block;
  position: relative;
}

#header ul li::after {
  position: absolute;
  content: attr(data-before);
  height: 50%;
  background: #eee;
  right: 0;
  top: 25%;
}

#header ul li:last-child {
  margin-right: 0;
  padding: 0;
  border : 0;
}

#header ul li:last-child::after {
  display: none;
}

#header ul li a {
  color: #aaa;
  text-decoration: none;
  cursor: pointer;
  font-weight: 400;
}

#header ul li a.selected,
#header ul li a:hover {
  color: #5e78a3;
  transition: color .4s ease-in-out;
}



#main.front #banner {
  padding: 40px 0;
  height: 40vh;
  align-items: center;
  position: relative;
  overflow: hidden;
}

#main.front #banner h1 {
  color: #5e78a3;
  position: relative;
  margin: 0;
  padding: 0;
  display: inline-block;
}

#main.front #banner h2,
#main.front #banner-2 h2 {
  font-weight: 300;
  
}

#main.front #banner h1::after {
  content: '';
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 50%;
  width: 30%;
  background: #5e78a3;
  bottom: 25px; 
}

#main.front #banner img {
  height: 130%;
  width: auto;
  position: absolute;
  right: 0;
  bottom: -30%;
}

#main.front #banner-2 .col {
  position: relative;
}

#main.front #banner-2 .col img {
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: auto;
  border: 30px solid #fff;
  box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#main.front #banner-2 p {
  font-size: 11pt;
  line-height: 18pt;
}

#main.front #banner .col a,
#main.front #banner-2 .col a {
  text-decoration: none;
  background: #5e78a3;
  color: #fff;
  padding: 10px;
}

#main.front ul {
  line-height: 22pt;
  padding: 0;
  margin: 0;
}

#main.front ul li {
  color: #000;
  font-size: 14pt;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  margin-bottom: 10px !important;
  list-style: none !important;
  text-align: center;
}

h1 {
  font-family: 'Ballpen';
}

.cta {
  text-decoration: none;
  padding: 10px;
  margin: 10px 0;
}

.cta.white {
  border: 1px solid #fff;
  color: #fff;
}

#main .row-full.content {
  padding: 60px 0;
}

#main .row-full.content.first {
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
}

#main.front .row-full.content.first {
  height: 40vh;
}

#main .row-full.content.first h2::after {
  display: none !important;
}

#main .row-full.content.first .col.double {
  position: relative;
  z-index: 2;
}

#main .row-full.content.first img {
  position: absolute;
  top: 0;
  right: 0;
  height: 130%;
  width: auto;
  z-index: 1;
}

#main .row-full.content.second .col {
  position: relative;
}

#main .row-full.content h2,
#main .row-full.content h3,
#main .row-full.content h4 {
  font-weight: 300;
  position: relative;
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
}

#main .row-full.content .row .col:first-child a {
  color: #000;
  text-decoration: none;
} 

#main .row-full.content .row .col:first-child a small {
  font-size: 10pt;
}

#main .row-full.content h2 strong {
  font-weight: 500;
}

#main .row-full.content h2 a {
  color: #000;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #000;
}
 
#main .row-full.content h2 {
  font-size: 20pt;
  line-height: 30pt;
}

#main .row-full.content h2::after,
#main .row-full.content h3::after,
#main .row-full.content h4::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 1px;
  content: '';
}

#main .row-full.content.bg-beige h2::after,
#main .row-full.content.bg-beige h3::after,
#main .row-full.content.bg-beige h4::after,
#main .row-full.content.bg-blanc h2::after,
#main .row-full.content.bg-blanc h3::after,
#main .row-full.content.bg-blanc h4::after {
  background: #000;
}

#main .row-full.content.bg-blanc p a {
  color: #777;
}

#main .row-full.content.bg-bleu h2,
#main .row-full.content.bg-bleu h3,
#main .row-full.content.bg-bleu h4 {
  color: #fff;
}

#main .row-full.content h3 {
  text-decoration: none;
  color: #000;
}

#main .row-full.content.bg-blanc h3 {
  background: linear-gradient(70deg, #eee5db, #fff);
  padding: 5px 5px 10px 5px;
}

#main .row-full.content.bg-blanc h3::after {
  background: #eee;
  height: 2px;
  background: linear-gradient(70deg, #52657d, #fff);
  width: 100%;
}


#main .row-full.content h3 {
  font-size: 16pt;
  line-height: 26pt;
}

#main .row-full.content h4 {
  font-size: 14pt;
  line-height: 24pt;
}

#main .row-full.content ul li {
  list-style-type: disc; 
  margin-bottom: 5px;
}

#main .row-full.content blockquote {
  padding: 10px;
  margin: 0;
  font-style: italic;
  background: #eee;
  border-radius: 3px;
}

#main .row-full.content blockquote p {
  padding: 0;
  margin: 0;
}

#main .row-full.content.bg-bleu p {
  color: #ddd;
}

#main .row-full.content .row.border {
  position: relative;
}

#main .row-full.content .row.border::after {
  position: absolute;
  bottom: -60px; 
  left: 40px;
  width: calc(100% - 80px);
  height: 1px;
  background: #eee;
  content: '';
}

#main .row-full.content .col img {
  width: 100%;
  height: auto;
  display: inline-block;
}

#main .row-full.content p,
#main .row-full.content ul {
  font-size: 11pt;
  line-height: 18pt;
  color: #777;
}

#recruitment-list {
  margin: 30px 0 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

#recruitment-list li {
  list-style: none !important;
}

#recruitment-list li a {
  padding: 10px;
  color: #fff;
  background-color: #ceb470;
  text-decoration: none;
  text-align: center;
  display: block;
  font-size: 11pt;
  transition: .6s ease-in-out;
}

#recruitment-list li a:hover,
#apply:hover {
  background-color: #3d4c5e;
  color: #fff !important;
}

#apply {
  position: fixed;
  right: 30px;
  bottom: 30px;
  color: #fff;
  background-color: #ceb470;
  transition: .6s ease-in-out;
}

hr {
  margin: 20px 0;
  display: block;
  border: 0; 
  border-bottom: 1px solid #eee;
}

.wpcf7-text,
.wpcf7-textarea {
  padding: 10px;
  width: calc(100% - 20px);
  font-family: 'Open Sans';
  font-size: 11pt;
  border: 0;
  background: #eee;
  border-radius: 2px;
}

.wpcf7-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

.wpcf7-submit {
  padding: 10px;
  width: 100%;
  font-family: 'Open Sans';
  font-size: 11pt;
  border: 0;
  background: #52657d;
  color: #fff;
  border-radius: 2px;
}

.job-offer h3 {
  background: unset !important;
  padding: unset !important;
  color: #ab9719 !important;
}

.job-offer h3::after {
  width: 20px !important;
  height: 1px !important;
  background: #52657d !important;
}



#footer .row {
  padding: 40px 0;
}

#footer .row img {
  width: 22px; 
  height: auto;
}

#footer .row p,
#footer .row ul {
  font-size: 10pt;
  line-height: 18pt;
  margin: 0;
  padding: 0;
}

#footer .row li {
  list-style: none;
}

#footer .row-full.bg-bleu {
  padding: 40px 0;
  margin-bottom: 40px;
}

#footer h2 {
  font-weight: 300;
  font-size: 20pt;
  line-height: 30pt;
  margin: 0;
  padding: 0;
  color: #fff;
}

#footer a {
  color: #000;
  text-decoration: none;
  transition: color .4s ease-in-out;
}

#footer a:hover {
  color: #777;
}

#footer .row-full {
  position: relative;
}

#footer .row-full .row.col-1 {
  text-align: center;
}

#footer .row-full .row.col-1 a.cta {
  position: absolute;
  left: 50%;
  bottom: -60px;
  width: 200px;
  margin: 0 0 0 -130px !important;
  background: #e4d7ca !important;
  border: 30px solid #fff !important;
  padding: 15px !important;
  font-size: 18pt;
  font-weight: lighter;
  transition: .4s ease-in-out;
}

#footer .row-full .row.col-1 a.cta:hover {
  background: #52657d !important;
  color: #fff;
}

@media screen and (min-width: 1000px) {
  .off-menu {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .hide-mobile {
    display: none;
  }
  .off-menu {
    position: fixed;
    top: 0;
    left: -100vw;
    opacity: 0;
    visibility: hidden;
    width: 100vw !important;
    height: 100vh;
    z-index: 9998;
    background: #e4d7ca;
    transition: .4s ease-in-out;
  }
  body.mobile-menu .off-menu {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .off-menu ul {
    line-height: 30pt !important;
    padding: 120px 40px 0 40px !important;
    width: 90%;
    margin: 0 auto !important;
  }
  .off-menu ul li {
    display: block !important;
    font-size: 20pt !important;
    width: 100% !important;
  }
  .off-menu ul li a {
    color: #000 !important;
    font-weight: 300 !important;
    text-decoration: none;
  }
  .off-menu ul li ul {
    padding: 20px 0 !important;
  }
  .off-menu ul li ul li {
    font-size: 15pt !important;
  }
}

#map {
  height: 450px;
  position: relative;
  overflow: hidden;
}

#map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

#cookie-notice {
  font-family: 'Open Sans', sans-serif !important;
}

#cookie-notice .cookie-notice-container {
  padding: 15px !important;
}

#cookie-notice .cookie-notice-container a {
  color: #777;
}

#cookie-notice .cn-button {
  background: #fff !important;
  color: #000 !important;
  
}

.slick-dots {
  display: none !important;
}

.slick-initialized .slick-slide .col.double {
  border: 0 !important;
}

.slick-arrow {
  border: 0;
  background: transparent;
  font-size: 0;
  height: 100%;
  top: 0;
  width: 50px;
  position: absolute;
}

.slick-arrow.slick-prev {
  background: url('img/icon-arrow-left.svg') center center / 20px auto no-repeat;
  left: 0;
}

.slick-arrow.slick-next {
  background: url('img/icon-arrow-right.svg') center center / 20px auto no-repeat;
  right: 0;
}

.slick-list {
  margin: 0 auto;
}

.testimonial img {
  max-width: 100px;
  height: auto;
}