.container {
  display: block;
  width: 100%;
  max-width: 1030px;
  padding: 0 15px;
  margin: auto;
}
body {
  float: left;
  margin: 0;
  padding: 0;
  font-family: futura_medium, Georgia, sans-serif;
  font-size: 14px;
  letter-spacing: 0.15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #ffffff;
}
header {
  position: fixed;
  height: 110px;
  left: 0;
  top: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 10px 0 rgba(2, 38, 119, 0.25);
  -moz-box-shadow: 0 2px 10px 0 rgba(2, 38, 119, 0.25);
  box-shadow: 0 2px 10px 0 rgba(2, 38, 119, 0.25);
  z-index: 999999;
}
/*header:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 59px;*/
/*  right: 0;*/
/*  height: 1px;*/
/*  background: #022677;*/
/*  opacity: 0.15;*/
/*  z-index: 1;*/
/*}*/
header .container {
  height: 100%;
  position: relative;
  z-index: 2;
}
header .container > div {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 220px;
}
header .logo {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #022677;
  width: 220px;
  text-align: center;
}
header .logo img {
  display: inline-block;
  vertical-align: middle;
  max-width: 80%;
  max-height: 90%;
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
header .menu {
  float: left;
  width: 100%;
  height: 100%;
}
header .menu .menu-top {
  float: left;
  width: 100%;
  height: 60px;
  line-height: 60px;
  position: relative;
  padding-right: 160px;
  padding-left: 15px;
}
header .menu .menu-top .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  color: #022677;
  opacity: 0.5;
}
header .menu .menu-top .link-extranet {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 30px;
  line-height: 28px;
  border: 1px solid rgba(2, 38, 119, 0.5);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  opacity: 0.5;
  width: 145px;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .menu .menu-top .link-extranet span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 17px;
  color: #022677;
}
header .menu .menu-top .link-extranet span:before {
  content: '';
  width: 12px;
  height: 12px;
  background: transparent url("../../images/front2019/icon-oc.svg") no-repeat center;
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
header .menu .menu-top .link-extranet:hover {
  opacity: 1;
}
header .menu .menu-bottom {
  float: left;
  width: 100%;
  height: 110px;
  line-height: 110px;
}
header .menu .menu-bottom .item {
  float: left;
  width: 20%;
}
/*header .menu .menu-bottom .item:first-of-type,*/
/*header .menu .menu-bottom .item:last-of-type {*/
/*  width: 20%;*/
/*}*/
header .menu .menu-bottom .item > span,
header .menu .menu-bottom .item > a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-align : center;
  /*padding-left: 15px;*/
  color: #022677;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .menu .menu-bottom .item > span span,
header .menu .menu-bottom .item > a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 18px;
  font-weight: 600;
}
header .menu .menu-bottom .item > span:not(.contact) span:after,
header .menu .menu-bottom .item > a:not(.contact) span:after {
  content: "\f110";
  font-family: LineAwesome;
  font-size: 10px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -2px;
  opacity: 0.25;
}
header .menu .menu-bottom .item > span.contact,
header .menu .menu-bottom .item > a.contact {
  color: #ee433e;
}
header .menu .menu-bottom .item > span.contact span:before,
header .menu .menu-bottom .item > a.contact span:before {
  content: "\f1c6";
  font-family: LineAwesome;
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
  font-weight: normal;
}
header .menu .menu-bottom .item .submenu {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  padding-top: 20px;
  border-top: 1px solid rgba(2, 38, 119, 0.15);
  border-bottom: 1px solid rgba(2, 38, 119, 0.15);
  z-index: -1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .menu .menu-bottom .item .submenu a {
  float: left;
  width: 22.75%;
  margin: 0 0 20px 3%;
  height: 70px;
  line-height: 68px;
  padding: 0 25px;
  border: 1px solid rgba(2, 38, 119, 0.1);
  color: #022677;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .menu .menu-bottom .item .submenu a:nth-of-type(4n + 1) {
  margin-left: 0;
}
header .menu .menu-bottom .item .submenu a span {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  padding-right: 40px;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
}
header .menu .menu-bottom .item .submenu a span:after {
  content: '\f121';
  font-family: LineAwesome;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  color: #ee433e;
  font-weight: normal;
}
header .menu .menu-bottom .item .submenu a:hover,
header .menu .menu-bottom .item .submenu a.actif {
  background: rgba(2, 38, 119, 0.1);
}
header .menu .menu-bottom .item:hover > span,
header .menu .menu-bottom .item.actif > span,
header .menu .menu-bottom .item:hover > a,
header .menu .menu-bottom .item.actif > a {
  background: rgba(2, 38, 119, 0.1);
}
header .menu .menu-bottom .item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
footer {
  float: left;
  width: 100%;
  background: #022677;
}
footer > div {
  float: left;
  width: 100%;
}
footer .footer-news form {
  float: left;
  width: 100%;
  padding: 0 80px 0 160px !important;
  position: relative;
  margin: 10px 0;
  z-index: 1;
}
footer .footer-news form label {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Museo Slab", serif;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  color: #ffffff;
}
footer .footer-news form .input {
  float: left;
  width: 100%;
  max-width: 500px;
  padding-right: 45px;
  position: relative;
  height: 40px;
}
footer .footer-news form .input input {
  float: left;
  width: 100%;
  height: 100%;
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  font-size: 13px;
  padding: 0 15px;
}
footer .footer-news form .input input:focus {
  outline: none;
}
footer .footer-news form .input input:-webkit-autofill,
footer .footer-news form .input input:-webkit-autofill:hover,
footer .footer-news form .input input:-webkit-autofill:focus,
footer .footer-news form .input input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #ffffff !important;
  caret-color: #ffffff;
}
footer .footer-news form .input button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px;
  background: none;
  border: 1px solid #ee433e;
  color: #ee433e;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer-news form .input button:focus {
  outline: none;
}
footer .footer-news form .input button:hover {
  background: #ee433e;
  color: #ffffff;
}
footer .footer-news #erreur_email_footer {
  position: relative;
  left: 0;
  top: 0;
  float: left;
  width: 100%;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 0 80px 0 160px !important;
}
footer .footer-news #to_top {
  position: absolute;
  bottom: -10px;
  right: 0;
  height: 40px;
  line-height: 40px;
  width: 50px;
  background: #01133d;
  z-index: 2;
  cursor: pointer;
  text-align: center;
}
footer .footer-news #to_top i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  line-height: 22px;
  color: #ee433e;
}
footer .footer {
  background: #01133d;
}
footer .footer .container {
  padding: 0;
}
footer .footer .ligne {
  float: left;
  width: 100%;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.08);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
}
footer .footer .ligne:before {
  content: '';
  position: absolute;
  left: 40%;
  margin-left: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}
footer .footer .ligne:after {
  content: '';
  position: absolute;
  right: 30%;
  margin-right: 7px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.08);
}
footer .footer .ligne .col {
  float: left;
  width: 30%;
  padding: 25px 0;
}
footer .footer .ligne .col:first-of-type {
  width: 40%;
}
footer .footer .ligne .col:not(:first-of-type) {
  text-align: center;
}
footer .footer .ligne + .ligne {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
footer .footer .ligne .logo img {
  width: 100%;
  max-width: 200px;
}
footer .footer .ligne .txt-ref {
  padding-right: 25px;
}
footer .footer .ligne .txt-ref .std-content * {
  font-family: Georgia, serif !important;
  font-size: 13px !important;
  line-height: 20px !important;
  font-weight: normal !important;
  color: rgba(255, 255, 255, 0.5);
}
footer .footer .ligne .links {
  display: inline-block;
  text-align: left;
  padding: 15px 0;
}
footer .footer .ligne .links a {
  float: left;
  clear: both;
  color: #ee433e;
  font-size: 14px;
  line-height: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer .ligne .links a + a {
  margin-top: 20px;
}
footer .footer .ligne .links a i {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  font-size: 20px;
  margin-right: 15px;
}
footer .footer .ligne .links a:hover {
  color: #ffffff;
}
footer .footer .ligne .links.social a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid;
  text-align: center;
  font-size: 16px;
}
footer .footer .ligne .links.social a + a {
  margin-top: 30px;
}
footer .footer-bottom {
  background: #0d1f46;
  padding: 15px 0;
}
footer .footer-bottom a,
footer .footer-bottom span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 16px;
  margin-right: 30px;
  color: #ffffff;
}
footer .footer-bottom a {
  color: #ee433e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
footer .footer-bottom a:hover {
  color: #ffffff;
}
main {
  float: left;
  width: 100%;
  padding-top: 110px;
  overflow: hidden;
}
main section {
  float: left;
  width: 100%;
}
main .titre-bloc {
  float: left;
  width: 100%;
  font-family: "Museo Slab", serif;
  font-size: 24px;
  line-height: 36px;
  color: #022677;
  margin-bottom: 10px;
  text-align: left;
}
main .sous-titre-bloc {
  float: left;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  color: #ee433e;
  font-family: "Futura", Arial, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}
main .titre-container {
  float: left;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}
main .titre-container .titre-bloc {
  margin: 0;
  font-weight: bold;
}
main .titre-container a {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  color: #ee433e;
  line-height: 18px;
  font-weight: bold;
}
main .titre-container a:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -2px;
  width: 0;
  height: 1px;
  background: #ee433e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
main .titre-container a:hover:after {
  width: 100%;
}
.homepage .slideshow_home {
  padding: 30px 0;
  background: #eaeef4;
}
.homepage .slideshow_home .container > div {
  float: left;
  width: 100%;
  position: relative;
}
.homepage .slideshow_home .container > div:before,
.homepage .slideshow_home .container > div:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -10px;
  bottom: -10px;
  background: #eaeef4;
  opacity: 0.5;
  width: 200%;
}
.homepage .slideshow_home .container > div:before {
  right: 100%;
  margin-right: 15px;
}
.homepage .slideshow_home .container > div:after {
  left: 100%;
  margin-left: 15px;
}
.homepage .slideshow_home .slider {
  display: block;
  position: relative;
  z-index: 1;
  overflow: visible !important;
  margin: 0 -15px;
}
.homepage .slideshow_home .slider > div {
  width: 100%;
  padding: 0 15px;
}
.homepage .slideshow_home .slider > div > div {
  float: left;
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: relative;
}
.homepage .slideshow_home .slider .left,
.homepage .slideshow_home .slider .right {
  width: 50%;
}
.homepage .slideshow_home .slider .left {
  float: left;
  padding: 45px;
}
.homepage .slideshow_home .slider .left .titre {
  float: left;
  width: 100%;
  font-family: "Museo Slab", serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  color: #022677;
}
.homepage .slideshow_home .slider .left .txt {
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 25px;
  font-family: Georgia, serif;
  color: #022677;
  opacity: 0.7;
  margin: 25px 0;
  max-height: 150px;
  overflow: hidden;
}
.homepage .slideshow_home .slider .left a {
  float: left;
  height: 40px;
  line-height: 40px;
  color: #ee433e;
  border: 1px solid #ee433e;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 30px;
  font-size: 13px;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .slideshow_home .slider .left a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 10px;
  margin-top: -2px;
}
.homepage .slideshow_home .slider .left a:hover {
  color: #ffffff;
  background: #ee433e;
}
.homepage .slideshow_home .slider .right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #01133d;
  overflow: hidden;
}
.homepage .slideshow_home .slider .right img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
}
.homepage .slideshow_home .nav_slideshow {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage .slideshow_home .nav_slideshow a {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  background: #022677;
  color: #ee433e;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .slideshow_home .nav_slideshow a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 25px;
  line-height: 20px;
}
.homepage .slideshow_home .nav_slideshow a.disabled {
  background: #eaeef4;
  color: #ffffff;
  cursor: default;
}
.homepage .presentation_home {
  padding: 30px 0;
  overflow: hidden;
  background: #022677 url("../../images/front2019/background_presentation.jpg") no-repeat center;
  background-size: cover;
  position: relative;
}
.homepage .presentation_home .infos {
  float: left;
  width: 50%;
  padding: 45px;
}
.homepage .presentation_home .infos .titre-bloc {
  color: #ffffff;
}
.homepage .presentation_home .infos .titre-bloc span {
  color: #ee433e;
}
.homepage .presentation_home .infos .txt {
  float: left;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  opacity: 0.7;
  margin-top: 15px;
}
.homepage .presentation_home img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.homepage .contenus_home {
  padding: 30px 0;
}
.homepage .contenus_home .destinations,
.homepage .contenus_home .relation {
  float: left;
  width: 100%;
  position: relative;
}
.homepage .contenus_home .destinations .infos,
.homepage .contenus_home .relation .infos {
  float: left;
  width: 100%;
  padding: 45px;
  background: #eaeef4;
  min-height: 360px;
}
.homepage .contenus_home .destinations .infos .txt,
.homepage .contenus_home .relation .infos .txt {
  float: left;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 16px;
  line-height: 26px;
  color: #022677;
  opacity: 0.6;
  margin: 15px 0;
}
.homepage .contenus_home .destinations .infos .links,
.homepage .contenus_home .relation .infos .links {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.homepage .contenus_home .destinations .infos .links .link,
.homepage .contenus_home .relation .infos .links .link {
  float: left;
  width: 48%;
  height: 80px;
  line-height: 80px;
  background: #ffffff;
  -webkit-box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.05);
  padding: 0 20px;
}
.homepage .contenus_home .destinations .infos .links .link:nth-of-type(2n),
.homepage .contenus_home .relation .infos .links .link:nth-of-type(2n) {
  float: right;
}
.homepage .contenus_home .destinations .infos .links .link span,
.homepage .contenus_home .relation .infos .links .link span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  padding-left: 35px;
  font-family: "Futura", Arial, sans-serif;
  font-weight: bold;
  font-size: 11px;
  text-transform: uppercase;
  color: rgba(2, 38, 119, 0.5);
  position: relative;
}
.homepage .contenus_home .destinations .infos .links .link span span,
.homepage .contenus_home .relation .infos .links .link span span {
  display: block;
  font-family: "Museo Slab", serif;
  font-size: 15px;
  color: #022677;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .infos .links .link > span:before,
.homepage .contenus_home .relation .infos .links .link > span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 28px;
  height: 40px;
}
.homepage .contenus_home .destinations .infos .links .link.destination > span:before,
.homepage .contenus_home .relation .infos .links .link.destination > span:before {
  background: url("../../images/front2019/icon-destinations.svg") no-repeat center;
  background-size: contain;
}
.homepage .contenus_home .destinations .infos .links .link.consultation > span:before,
.homepage .contenus_home .relation .infos .links .link.consultation > span:before {
  background: url("../../images/front2019/icon-consultation.svg") no-repeat center;
  background-size: contain;
}
.homepage .contenus_home .destinations .infos .links .link:hover span span,
.homepage .contenus_home .relation .infos .links .link:hover span span {
  color: #ee433e;
}
.homepage .contenus_home .destinations .bloc-visuels,
.homepage .contenus_home .relation .bloc-visuels {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 320px;
  background: #eaeef4;
  overflow: hidden;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte,
.homepage .contenus_home .relation .bloc-visuels .link-charte {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  background: url("../../images/front2019/bg-charte.jpg") no-repeat center;
  background-size: cover;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte:before,
.homepage .contenus_home .relation .bloc-visuels .link-charte:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #ffffff;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte i,
.homepage .contenus_home .relation .bloc-visuels .link-charte i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -moz-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  font-size: 70px;
  color: #ffffff;
  font-weight: normal;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte span,
.homepage .contenus_home .relation .bloc-visuels .link-charte span {
  position: absolute;
  bottom: 45px;
  left: 45px;
  right: 45px;
  padding: 10px;
  background: #022677;
  font-size: 13px;
  line-height: 17px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte:hover:before,
.homepage .contenus_home .relation .bloc-visuels .link-charte:hover:before {
  border-color: #022677;
}
.homepage .contenus_home .destinations .bloc-visuels .link-charte:hover span,
.homepage .contenus_home .relation .bloc-visuels .link-charte:hover span {
  background: #ffffff;
  color: #022677;
}
.homepage .contenus_home .destinations .slideshow_destination,
.homepage .contenus_home .relation .slideshow_destination {
  float: left;
  width: 100%;
  height: 100%;
  margin: 0;
}
.homepage .contenus_home .destinations .slideshow_destination .slider,
.homepage .contenus_home .relation .slideshow_destination .slider {
  float: left;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.homepage .contenus_home .destinations .slideshow_destination .slider .item,
.homepage .contenus_home .relation .slideshow_destination .slider .item {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .slideshow_destination .slider .item:before,
.homepage .contenus_home .relation .slideshow_destination .slider .item:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  right: 15px;
  border: 1px solid #ffffff;
  opacity: 0.5;
  z-index: 1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .slideshow_destination .slider .item img,
.homepage .contenus_home .relation .slideshow_destination .slider .item img {
  position: absolute;
  top: 50%;
  height: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.homepage .contenus_home .destinations .slideshow_destination #triggers,
.homepage .contenus_home .relation .slideshow_destination #triggers {
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 45px;
  white-space: nowrap;
}
.homepage .contenus_home .destinations .slideshow_destination #triggers a,
.homepage .contenus_home .relation .slideshow_destination #triggers a {
  display: inline-block;
  vertical-align: middle;
  width: 9px;
  height: 9px;
  background: #ffffff;
  opacity: 0.5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .contenus_home .destinations .slideshow_destination #triggers a:hover,
.homepage .contenus_home .relation .slideshow_destination #triggers a:hover,
.homepage .contenus_home .destinations .slideshow_destination #triggers a.actif,
.homepage .contenus_home .relation .slideshow_destination #triggers a.actif {
  opacity: 1;
}
.homepage .contenus_home .destinations {
  padding-left: 335px;
}
.homepage .contenus_home .destinations .bloc-visuels {
  left: 0;
}
.homepage .contenus_home .relation {
  margin-top: 15px;
  padding-right: 335px;
}
.homepage .contenus_home .relation .bloc-visuels {
  right: 0;
}
.homepage .business_case_home {
  padding: 30px 0;
  background: #eaeef4 url("../../images/front2019/background-business.jpg") no-repeat center;
  background-size: cover;
}
.homepage .business_case_home .business_case {
  float: left;
  width: 100%;
  background: #ffffff;
  position: relative;
}
.homepage .business_case_home .business_case .link-case {
  float: left;
  height: 40px;
  line-height: 38px;
  border: 1px solid #ee433e;
  color: #ee433e;
  padding: 0 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .business_case_home .business_case .link-case span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
}
.homepage .business_case_home .business_case .link-case span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 22px;
  margin-right: 5px;
  margin-left: -5px;
  margin-top: -2px;
}
.homepage .business_case_home .business_case .link-case:hover {
  background: #ee433e;
  color: #ffffff;
}
.homepage .business_case_home .business_case .membre {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
}
.homepage .business_case_home .business_case .membre > img {
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.homepage .business_case_home .business_case .membre .info {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 160px;
  padding: 30px 20px;
  background: rgba(238, 67, 62, 0.8);
}
.homepage .business_case_home .business_case .membre .info .logo {
  float: left;
  width: 100%;
  padding-bottom: 50px;
}
.homepage .business_case_home .business_case .membre .info .logo img {
  float: left;
  width: 100%;
}
.homepage .business_case_home .business_case .membre .info .link-case {
  color: #ffffff;
  border-color: #ffffff;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
}
.homepage .business_case_home .business_case .membre .info .link-case:hover {
  background: #ffffff;
  color: #ee433e;
}
.homepage .business_case_home .business_case .infos {
  float: right;
  width: 50%;
  padding: 30px;
}
.homepage .business_case_home .business_case .infos .sous-titre-bloc {
  color: #022677;
}
.homepage .business_case_home .business_case .infos .txt {
  float: left;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 14px;
  line-height: 24px;
  color: #022677;
  opacity: 0.6;
  margin: 15px 0;
}
.homepage .business_case_home .business_case .infos .link-case {
  margin-top: 20px;
}
.homepage .actus_home {
  padding: 30px 0 15px 0;
}
.homepage .membres_home {
  padding: 30px 0 15px 0;
  background: #eaeef4;
}
.homepage .membres_home .liste-membres {
  float: left;
  width: 100%;
}
.homepage .membres_home .liste-membres .membre {
  float: left;
  width: calc((100% - 30px) / 3);
  height: 160px;
  line-height: 160px;
  margin-right: 15px;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
  background: #ffffff;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.homepage .membres_home .liste-membres .membre:nth-of-type(3n) {
  margin-right: 0;
}
.homepage .membres_home .liste-membres .membre:nth-of-type(3n + 1) {
  clear: both;
}
.homepage .membres_home .liste-membres .membre img {
  display: inline-block;
  vertical-align: middle;
  max-width: 70%;
  max-height: 60%;
}
@media (min-width: 769px) {
  .homepage .membres_home .liste-membres .membre:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
  }
}
.liste-actus {
  float: left;
  width: 100%;
}
.liste-actus .actualite {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  border: 1px solid #d9dfeb;
  background: #ffffff;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 769px) {
  .liste-actus .actualite {
    width: calc((100% - 30px) / 3);
  }
  .liste-actus .actualite:nth-of-type(3n) {
    margin-right: 0;
  }
  .liste-actus .actualite:nth-of-type(3n + 1) {
    clear: both;
  }
}
@media (min-width: 992px) and (max-width: 769px) {
  .liste-actus .actualite {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
  }
}
@media (min-width: 602px) and (max-width: 768px) {
  .liste-actus .actualite {
    width: calc((100% - 10px) / 2);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .liste-actus .actualite:nth-of-type(2n) {
    margin-right: 0;
  }
  .liste-actus .actualite:nth-of-type(2n + 1) {
    clear: both;
  }
}
@media (max-width: 601px) {
  .liste-actus .actualite {
    width: 100%;
    margin-bottom: 10px;
  }
  .liste-actus .actualite .infos > div {
    height: auto !important;
    padding-bottom: 0 !important;
  }
  .liste-actus .actualite .infos > div .btn {
    position: relative;
    float: left;
    margin-top: 10px;
  }
}
.liste-actus .actualite .visuel {
  float: left;
  width: 100%;
  overflow: hidden;
  max-height: 200px;
}
.liste-actus .actualite .visuel img {
  float: left;
  width: 100%;
}
.liste-actus .actualite .infos {
  float: left;
  width: 100%;
  padding: 15px;
  position: relative;
  z-index: 2;
}
.liste-actus .actualite .infos:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 10px solid #ffffff;
  top: -10px;
  left: 15px;
}
.liste-actus .actualite .infos > div {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
  height: 190px;
}
.liste-actus .actualite .infos .titre {
  float: left;
  width: 100%;
  font-family: "Museo Slab", serif;
  font-size: 16px;
  line-height: 19px;
  color: #022677;
  font-weight: bold;
  max-height: 40px;
  overflow: hidden;
}
.liste-actus .actualite .infos .date {
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 10px;
  line-height: 12px;
  color: #022677;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.4px;
}
.liste-actus .actualite .infos .txt {
  float: left;
  width: 100%;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 22px;
  color: #022677;
  opacity: 0.6;
  max-height: 66px;
  overflow: hidden;
}
.liste-actus .actualite .infos .btn {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  line-height: 40px;
  background: #ffffff;
  color: #ee433e;
  -webkit-box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 33px 0 rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.liste-actus .actualite .infos .btn span {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
}
.liste-actus .actualite .infos .btn span i {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-left: -5px;
  margin-right: 10px;
  margin-top: -2px;
}
.liste-actus .actualite:hover {
  border-color: #ee433e;
}
.liste-actus .actualite:hover .infos .btn {
  color: #ffffff;
  background: #ee433e;
}
#crumbs {
  top: 243px;
}
@media (max-width: 1030px) {
  header .container {
    padding: 0;
  }
  header .menu .menu-top {
    padding-right: 175px;
  }
  header .menu .menu-top .link-extranet {
    right: 15px;
  }
  header .menu .menu-bottom .item .submenu .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 992px) {
  header {
    height: 90px;
  }
  header:before {
    top: 49px;
  }
  header .container > div {
    padding-left: 180px;
  }
  header .logo {
    width: 180px;
  }
  header .menu .menu-top {
    height: 50px;
    line-height: 50px;
  }
  header .menu .menu-top .txt {
    font-size: 12px;
  }
  header .menu .menu-bottom {
    height: 90px;
    line-height: 90px;
  }
  header .menu .menu-bottom .item > span,
  header .menu .menu-bottom .item > a {
    padding-left: 10px;
  }
  header .menu .menu-bottom .item > span span,
  header .menu .menu-bottom .item > a span {
    font-size: 12px;
  }
  header .menu .menu-bottom .item > span:not(.contact) span:after,
  header .menu .menu-bottom .item > a:not(.contact) span:after {
    margin-left: 5px;
  }
  header .menu .menu-bottom .item > span.contact span:before,
  header .menu .menu-bottom .item > a.contact span:before {
    margin-right: 5px;
  }
  header .menu .menu-bottom .item .submenu {
    top: 90px;
  }
  header .menu .menu-bottom .item .submenu a {
    height: 60px;
    line-height: 58px;
    padding: 0 15px;
  }
  main {
    padding-top: 90px;
  }
  .homepage .slideshow_home {
    padding: 15px 0;
  }
  .homepage .slideshow_home .slider .left {
    padding: 30px;
  }
  .homepage .presentation_home {
    padding: 15px 0;
  }
  .homepage .presentation_home .infos {
    padding: 30px;
  }
  .homepage .contenus_home .destinations .infos,
  .homepage .contenus_home .relation .infos {
    padding: 30px;
  }
  .homepage .contenus_home .destinations .infos .links,
  .homepage .contenus_home .relation .infos .links {
    margin-top: 15px;
  }
  .homepage .contenus_home .destinations .infos .links .link,
  .homepage .contenus_home .relation .infos .links .link {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
  }
  .homepage .contenus_home .destinations .infos .links .link + .link,
  .homepage .contenus_home .relation .infos .links .link + .link {
    margin-top: 15px;
  }
  .homepage .contenus_home .destinations .infos .links .link span,
  .homepage .contenus_home .relation .infos .links .link span {
    text-align: left;
    width: 100%;
    max-width: 230px;
  }
  .homepage .membres_home .liste-membres .membre {
    height: 130px;
    line-height: 130px;
  }
  .liste-actus .actualite .infos {
    padding: 10px;
  }
  .liste-actus .actualite .infos:before {
    left: 10px;
  }
}
@media (max-width: 768px) {
  header {
    height: 80px;
    background: #022677;
  }
  header:before {
    display: none;
  }
  header .container > div {
    padding: 0;
  }
  header .logo {
    background: none;
    width: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 20px;
    bottom: inherit;
  }
  header .logo img {
    max-height: inherit;
    max-width: inherit;
    height: 50px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  header #toggle_menu {
    display: block !important;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  header #toggle_menu .burger-box {
    width: 30px;
    height: 24px;
    display: block;
    position: relative;
  }
  header #toggle_menu .burger-box .burger-inner {
    display: block;
    top: 50%;
    margin-top: -4px;
  }
  header #toggle_menu .burger-box .burger-inner,
  header #toggle_menu .burger-box .burger-inner:before,
  header #toggle_menu .burger-box .burger-inner:after {
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
  }
  header #toggle_menu .burger-box .burger-inner:before,
  header #toggle_menu .burger-box .burger-inner:after {
    content: "";
    display: block;
  }
  header #toggle_menu .burger-box .burger-inner:before {
    top: -10px;
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  }
  header #toggle_menu .burger-box .burger-inner:after {
    bottom: -10px;
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  header #toggle_menu.open .burger-box .burger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header #toggle_menu.open .burger-box .burger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  }
  header #toggle_menu.open .burger-box .burger-inner:after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  header .menu {
    position: fixed;
    top: 80px;
    left: 0;
    background: #ffffff;
    height: auto;
    bottom: 0;
    overflow: auto;
    display: none;
  }
  header .menu.open {
    display: block;
  }
  header .menu .menu-top {
    text-align: center;
    height: auto;
    line-height: inherit;
    padding: 10px;
  }
  header .menu .menu-top .txt {
    width: 100%;
  }
  header .menu .menu-top .link-extranet {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    display: inline-block;
    margin-top: 10px;
  }
  header .menu .menu-bottom {
    height: auto;
    line-height: inherit;
    border-top: 1px solid rgba(2, 38, 119, 0.15);
  }
  header .menu .menu-bottom .item {
    width: 100% !important;
    border-bottom: 1px solid rgba(2, 38, 119, 0.15);
  }
  header .menu .menu-bottom .item > a,
  header .menu .menu-bottom .item > span {
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    position: relative;
    background: transparent !important;
  }
  header .menu .menu-bottom .item > a:not(.contact) span:after,
  header .menu .menu-bottom .item > span:not(.contact) span:after {
    position: absolute;
    font-size: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
  }
  header .menu .menu-bottom .item > a:not(.contact) span:after {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  header .menu .menu-bottom .item .submenu {
    position: relative;
    top: 0;
    float: left;
    width: 100%;
    opacity: 1;
    visibility: visible;
    padding: 0;
    z-index: 0;
    border: none;
    display: none;
  }
  header .menu .menu-bottom .item .submenu .container {
    padding: 0;
  }
  header .menu .menu-bottom .item .submenu a {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    border: none;
    border-top: 1px solid rgba(2, 38, 119, 0.15);
  }
  header .menu .menu-bottom .item.open .submenu {
    display: block;
  }
  footer .footer-news form,
  footer .footer-news #erreur_email_footer {
    padding: 0 !important;
  }
  footer .footer-news #erreur_email_footer {
    font-size: 13px;
  }
  footer .footer-news #to_top {
    display: none;
  }
  footer .footer-news form label {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px;
  }
  footer .footer-news form .input {
    height: 35px;
  }
  footer .footer .container {
    padding: 0 15px;
  }
  footer .footer .ligne {
    padding: 0;
    border: none !important;
  }
  footer .footer .ligne:before,
  footer .footer .ligne:after {
    display: none;
  }
  footer .footer .ligne .col {
    width: 100% !important;
    padding: 15px 0;
  }
  footer .footer .ligne .col:nth-of-type(2),
  footer .footer .ligne .col:nth-of-type(3) {
    width: 50% !important;
  }
  footer .footer .ligne .logo {
    text-align: center;
  }
  footer .footer .ligne .logo img {
    max-width: 150px;
  }
  footer .footer .ligne .txt-ref .std-content * {
    font-size: 12px !important;
    line-height: 19px !important;
  }
  footer .footer .ligne .links {
    padding: 0;
  }
  footer .footer .ligne .links a {
    font-size: 13px;
    line-height: 18px;
  }
  footer .footer .ligne .links a + a {
    margin-top: 10px !important;
  }
  footer .footer .ligne .links.social a i {
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 13px;
  }
  footer .footer-bottom {
    text-align: center;
  }
  footer .footer-bottom span {
    margin: 0;
    display: block;
    margin-bottom: 5px;
  }
  footer .footer-bottom a {
    margin: 0 10px;
  }
  main {
    padding-top: 80px;
  }
  main .titre-bloc {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5px;
  }
  main .sous-titre-bloc {
    font-size: 11px;
    margin-bottom: 5px;
  }
  main .titre-container {
    margin-bottom: 10px;
  }
  main .titre-container a {
    font-size: 13px;
    line-height: 14px;
    margin-top: 2px;
  }
  .homepage .slideshow_home .slider > div > div {
    padding-bottom: 220px;
  }
  .homepage .slideshow_home .slider .left {
    width: 100%;
    padding: 15px;
  }
  .homepage .slideshow_home .slider .left .titre {
    font-size: 20px;
    line-height: 26px;
  }
  .homepage .slideshow_home .slider .left .txt {
    font-size: 13px;
    line-height: 20px;
    margin: 15px 0;
    max-height: 100px;
  }
  .homepage .slideshow_home .slider .left a {
    height: 35px;
    line-height: 35px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 12px;
  }
  .homepage .slideshow_home .slider .left a i {
    font-size: 19px;
    margin-right: 8px;
  }
  .homepage .slideshow_home .slider .right {
    width: 100%;
    height: 200px;
    top: inherit;
  }
  .homepage .slideshow_home .slider .right img {
    height: auto;
    width: 100%;
  }
  .homepage .slideshow_home .nav_slideshow {
    bottom: 180px;
  }
  .homepage .slideshow_home .nav_slideshow a {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .homepage .slideshow_home .nav_slideshow a i {
    font-size: 22px;
  }
  .homepage .presentation_home .infos {
    width: 100%;
    padding: 15px;
  }
  .homepage .presentation_home .infos .txt {
    font-size: 13px;
    line-height: 20px;
    margin-top: 10px;
  }
  .homepage .presentation_home img {
    display: none;
  }
  .homepage .contenus_home .destinations,
  .homepage .contenus_home .relation {
    padding: 0;
  }
  .homepage .contenus_home .destinations .infos,
  .homepage .contenus_home .relation .infos {
    padding: 15px;
    min-height: inherit;
  }
  .homepage .contenus_home .destinations .infos .txt,
  .homepage .contenus_home .relation .infos .txt {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0;
  }
  .homepage .contenus_home .destinations .infos .links .link,
  .homepage .contenus_home .relation .infos .links .link {
    height: 45px;
    line-height: 45px;
  }
  .homepage .contenus_home .destinations .infos .links .link span,
  .homepage .contenus_home .relation .infos .links .link span {
    line-height: 16px;
    font-size: 11px;
    padding-left: 25px;
    max-width: inherit;
    width: auto;
  }
  .homepage .contenus_home .destinations .infos .links .link span span,
  .homepage .contenus_home .relation .infos .links .link span span {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 3px;
    font-size: 13px;
  }
  .homepage .contenus_home .destinations .infos .links .link > span:before,
  .homepage .contenus_home .relation .infos .links .link > span:before {
    width: 15px;
    height: 20px;
  }
  .homepage .contenus_home .destinations .bloc-visuels,
  .homepage .contenus_home .relation .bloc-visuels {
    position: relative;
    float: left;
    width: 100%;
    height: 200px;
  }
  .homepage .contenus_home .destinations .bloc-visuels .link-charte span,
  .homepage .contenus_home .relation .bloc-visuels .link-charte span {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
  }
  .homepage .contenus_home .destinations .bloc-visuels .link-charte i,
  .homepage .contenus_home .relation .bloc-visuels .link-charte i {
    margin-top: -20px;
    font-size: 50px;
  }
  .homepage .contenus_home .destinations .bloc-visuels {
    display: none;
  }
  .homepage .business_case_home {
    padding: 15px 0;
  }
  .homepage .business_case_home .business_case .link-case {
    height: 35px;
    line-height: 33px;
    padding: 0 15px;
  }
  .homepage .business_case_home .business_case .link-case span {
    font-size: 12px;
    line-height: 16px;
  }
  .homepage .business_case_home .business_case .link-case span i {
    font-size: 19px;
    margin-right: 3px;
  }
  .homepage .business_case_home .business_case .infos {
    float: left;
    width: 100%;
    padding: 15px;
  }
  .homepage .business_case_home .business_case .infos .txt {
    font-size: 13px;
    line-height: 20px;
    margin: 10px 0;
  }
  .homepage .business_case_home .business_case .infos .link-case {
    margin-top: 0;
  }
  .homepage .business_case_home .business_case .membre {
    position: relative;
    float: left;
    width: 100%;
  }
  .homepage .business_case_home .business_case .membre > img {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .homepage .business_case_home .business_case .membre .info {
    position: relative;
    float: right;
  }
  .homepage .business_case_home .business_case .membre .info .link-case {
    position: relative;
    bottom: inherit;
    left: inherit;
    right: inherit;
    float: left;
    width: 100%;
  }
  .homepage .business_case_home .business_case .membre .info .logo {
    padding-bottom: 30px;
  }
  .homepage .actus_home {
    padding: 15px 0 5px 0;
  }
  .homepage .actus_home .liste-actus .actualite {
    display: none;
  }
  .homepage .actus_home .liste-actus .actualite:nth-of-type(1),
  .homepage .actus_home .liste-actus .actualite:nth-of-type(2),
  .homepage .actus_home .liste-actus .actualite:nth-of-type(3),
  .homepage .actus_home .liste-actus .actualite:nth-of-type(4) {
    display: block;
  }
  .homepage .membres_home {
    padding: 15px 0 5px 0;
  }
  .homepage .membres_home .liste-membres .membre {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
    margin-bottom: 10px;
    height: 80px;
    line-height: 80px;
  }
  .homepage .membres_home .liste-membres .membre img {
    max-width: 80%;
    max-height: 80%;
  }
  .liste-actus .actualite .visuel {
    max-height: 150px;
  }
  .liste-actus .actualite .infos .titre {
    font-size: 14px;
    line-height: 17px;
    max-height: inherit;
  }
  .liste-actus .actualite .infos .date {
    margin: 7px 0;
    font-size: 9px;
    line-height: 10px;
  }
  .liste-actus .actualite .infos .txt {
    font-size: 12px;
    line-height: 19px;
    max-height: inherit;
  }
  .liste-actus .actualite .infos .btn {
    height: 35px;
    line-height: 37px;
  }
  .liste-actus .actualite .infos .btn span {
    font-size: 12px;
  }
  .liste-actus .actualite .infos .btn span i {
    font-size: 17px;
  }
}
@media (max-width: 768px) and (max-width: 600px) {
  .homepage .business_case_home .business_case .membre > img {
    height: 100%;
    width: auto;
    min-width: 100%;
  }
}
