@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,800");

@font-face {
 font-family: Kepler;
 src: url(../fonts/KeplerStd-Regular.eot?#iefix) format("embedded-opentype"),
  url(../fonts/KeplerStd-Regular.woff) format("woff"),
  url(../fonts/KeplerStd-Regular.ttf) format("truetype"),
  url(../fonts/KeplerStd-Regular.svg#KeplerStd-Regular) format("svg");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: Kabel;
 src: url(../fonts/KabelLig.eot?#iefix) format("embedded-opentype");
 src: url(../fonts/KabelLig.woff) format("woff"),
  url(../fonts/KabelLig.ttf) format("truetype"),
  url(../fonts/KabelLig.svg#KabelLig) format("svg");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: AvantGarde-Medium;
 src: url(../fonts/AvantGarde/AvantGarde-Medium.eot?#iefix)
   format("embedded-opentype"),
  url(../fonts/AvantGarde/AvantGarde-Medium.otf) format("opentype"),
  url(../fonts/AvantGarde/AvantGarde-Medium.woff) format("woff"),
  url(../fonts/AvantGarde/AvantGarde-Medium.ttf) format("truetype"),
  url(../fonts/AvantGarde/AvantGarde-Medium.svg#AvantGarde-Medium) format("svg");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: AvantGardeBold;
 src: url(../fonts/AvantGarde/AvantGarde-Bold.eot?#iefix)
   format("embedded-opentype"),
  url(../fonts/AvantGarde/AvantGarde-Bold.otf) format("opentype"),
  url(../fonts/AvantGarde/AvantGarde-Bold.woff) format("woff"),
  url(../fonts/AvantGarde/AvantGarde-Bold.ttf) format("truetype"),
  url(../fonts/AvantGarde/AvantGarde-Bold.svg#AvantGarde-Bold) format("svg");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: AvantGarde-ExtraLight;
 src: url(../fonts/AvantGarde/AvantGarde-ExtraLight.eot?#iefix)
   format("embedded-opentype"),
  url(../fonts/AvantGarde/AvantGarde-ExtraLight.otf) format("opentype"),
  url(../fonts/AvantGarde/AvantGarde-ExtraLight.woff) format("woff"),
  url(../fonts/AvantGarde/AvantGarde-ExtraLight.ttf) format("truetype"),
  url(../fonts/AvantGarde/AvantGarde-ExtraLight.svg#AvantGarde-ExtraLight)
   format("svg");
 font-weight: 400;
 font-style: normal;
}

@font-face {
 font-family: AvantGarde;
 src: url(../fonts/AvantGarde/AvantGardeLT-Book.eot?#iefix)
   format("embedded-opentype"),
  url(../fonts/AvantGarde/AvantGardeLT-Book.woff) format("woff"),
  url(../fonts/AvantGarde/AvantGardeLT-Book.ttf) format("truetype"),
  url(../fonts/AvantGarde/AvantGardeLT-Book.svg#AvantGardeLT-Book) format("svg");
 font-weight: 400;
 font-style: normal;
}

.conf-b {
 font-family: AvantGardeBold;
}
.no-pad {
 padding: 0;
}

.align-center {
 margin: 0 auto;
 text-align: center;
}

h1 {
 font-family: AvantGardeBold;
 font-size: 26px;
 color: #000000;
 text-transform: uppercase;
 font-weight: bold;
}

a:hover > h1 {
 color: #26384b;
 text-decoration: none;
}

h2 {
 font-family: AvantGardeBold;
 font-size: 22px;
 color: #000000;
 font-weight: bold;
}

#contenu h2 {
 font-family: AvantGardeBold;
 font-size: 34px;
 color: #000000;
 text-transform: uppercase;
 font-weight: bold;
 margin: 20px auto 0;
}

#contenu.privacy h2 {
 font-size: 22px;
}
#contenu.privacy ol,
#contenu.privacy ul {
 font-family: AvantGarde;
 font-size: 15px;
 line-height: 24px;
 text-align: justify;
 color: #000000;
 margin-top: 15px;
 font-weight: 300;
}
#contenu.privacy sub {
 line-height: 0.5;
 vertical-align: top;
}
#contenu.privacy .table {
 font-family: AvantGarde;
}
#contenu.privacy .table th {
 background-color: #26384b;
 color: #fff;
 font-weight: 300;
 text-transform: uppercase;
 text-align: center;
 vertical-align: middle;
 border: none;
}
#contenu.privacy .table td {
 border: 1px solid #e2e2e2;
}
#contenu.privacy .table--center {
 text-align: center;
 vertical-align: middle;
}

/*
h2[id^="link"] {
	padding-top: 100px;
	position: relative;
	top: -100px;
	margin-bottom:-100px!important;
}
*/

#contenu img {
 margin-top: 20px;
 margin-bottom: 20px;
}

p {
 font-family: AvantGarde;
 font-size: 15px;
 line-height: 24px;
 text-align: justify;
 color: #000000;
 margin-top: 15px;
 font-weight: 300;
}

a,
a:hover,
a:visited,
a:focus {
 color: #26384b;
 text-decoration: none;
 outline: 0;
}

.br {
 padding-top: 20px !important;
}

/* HEADER */

header {
 background: #fff;
 padding: 8px 0;
 border-bottom: 1px solid #EAEBE6;
 position: fixed;
 z-index: 110;
 width: 100%;
}

@media(min-width: 1280px) {
 header {
  padding: 15px 0;
  
 }
}
#btnContact {
 display: none;
}

#programme {
 position: fixed;
 z-index: 110;
 background-color: #000000;
 margin: 0;
 width: 100%;
}

.out-scroll {
 opacity: 0;
 margin-top: -30px;
 transition: all 0.4s ease;
}

.logo-scroll {
 height: 50px;
 width: auto;
 transition: all 0.4s ease;
 margin-top: -15px;
}

.logo img{
 height: 38px;
 width: auto;
 max-width: 230px;
 transition: all 0.4s ease;
 /*margin-top: 6px;*/
 /*margin-bottom: 6px;*/
 
}
@media(min-width: 1280px) {
 .logo img{
  height: 45px;
 }
}

.head-scroll {
 margin-top: -85px;
 transition: all 0.4s ease;
}

.nav-head {
 opacity: 1;
 transition: all 0.4s ease;
 margin-top: 0;
}

.header {
 height: 116px;
}

.header-scroll {
 height: 76px;
 transition: all 0.4s ease;
}

header ul {
 list-style: none;
}

header ul > li {
 color: #fff;
 font-family: AvantGardeBold;
 font-size: 16px;
 text-transform: uppercase;
 display: inline-block;
 padding-left: 25px;
 padding-top: 8px;
}

@media(min-width: 1280px) {
 header ul > li {
  padding-top: 15px;
 }
}
header ul > li > a,
header ul > li > a:hover,
header ul > li > a:visited {
 color: #000;
 text-decoration: none;
 background-color: #fff!important;
}

@media(min-width: 768px) {
 header ul > li > a {
  padding-top: 0!important;
  padding-bottom: 0!important;
 }
}
.contact-scroll {
 left: 0;
 transition: all 0.4s ease;
}

.bloc-programme {
 position: absolute;
 background: #e72b78;
 font-size: 20px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 16px 40px 14px;
 margin-left: -105px;
 top: 8px;
 left: 50%;
 opacity: 0;
 transition: all 0.4s ease;
}

.bloc-programme-scroll {
 opacity: 1;
 transition: all 0.4s ease;
}

.navbar-toggle .icon-bar {
 background-color: #000;
}

.navbar-collapse {
 /*position:absolute;
    right:20px;*/
}

.relative {
 position: relative;
}

.fixe {
 position: fixed;
}

.foot-prog {
 margin-top: 30px;
 margin-bottom: 30px;
}

.foot-prog img {
 padding: 0 10px;
}

/* NAV RIGHT */

.nav-droite {
 position: absolute;
 top: 150px;
 z-index: 100;
 right: 30px;
 transition: all 0.4s ease;
}

.nav-droite-scroll {
 position: fixed;
 top: 120px;
 right: 30px;
 z-index: 100;
 transition: all 0.4s ease;
}

#nav-droite ul {
 font-family: Kabel, sans-serif;
 color: #a49f9f;
 font-size: 16px;
 width: 220px;
}

#nav-droite ul li .after {
 color: #a49f9f;
 background: url("../images/round-grey.png");
 position: absolute;
 right: 0;
 margin-top: 1px;
 margin-right: 5px;
 width: 14px;
 height: 14px;
}

#nav-droite ul li {
 list-style: none;
 text-align: right;
 border-radius: 20px;
 padding: 3px 25px 3px 8px;
 margin-bottom: 5px;
 background-color: transparent;
 cursor: pointer;
 width: 100%;
}

#nav-droite ul li.hover {
 background-color: #ededed;
}

#nav-droite ul li .text {
 opacity: 0;
}

/* SLIDER */

#slider {
 margin-bottom: 60px;
 padding-top: 61px;
}

#slider2 {
 margin-bottom: 60px;
 padding-top: 0;
}

#sliderTop, #slider, #slider2 {
 margin-bottom: 120px;
 padding-top: 48px;
}


@media(min-width: 768px) {
 #slider, #slider2, #sliderTop {
  padding-top: 54px;
 }
}
@media(min-width: 1280px) {
 #slider, #slider2, #sliderTop {
  padding-top: 75px;
 }
}
.carousel-control.left,
.carousel-control.right {
 background: none !important;
 z-index: 102;
}

.carousel-control.left,
.carousel-control.right {
 margin-top: auto !important;
 top: 50%;
 transform: translateY(-69px);
}

#myCarousel .carousel-inner img{
 overflow: inherit !important;
 max-width: 100%;
 width: 100%;
 height: 170px;
 object-fit: cover;
 
}
@media(max-width: 767px) and (orientation: landscape) {
 #myCarousel .carousel-inner img {
  height: 194px;
 }
}
@media(min-width: 768px) {
 #myCarousel .carousel-inner img{ 
 height: 445px;
  
 }
}
/*#myCarousel .carousel-inner .item a img {*/
/* height: 445px;*/
/* width: 100%;*/
/* object-fit: cover;*/
/*}*/

#myCarouselB .carousel-inner {
 overflow: inherit !important;
 height: 523px;
}

item

.carousel-inner {
 overflow: inherit !important;
 height: auto;
}

.item {
 margin: auto;
 width: 100%;
 height: auto;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
 width: 100%;
 margin: auto;
 min-height: initial;
}

.carousel-inner > .item .active {
 -webkit-transition: max-height 1s;
 -moz-transition: max-height 1s;
 -ms-transition: max-height 1s;
 -o-transition: max-height 1s;
 transition: max-height 1s;
}

.bloc-title {
 position: absolute;
 margin: auto;
 z-index: 100;
 text-align: center;
 left: 50%;
 top: 470px;
 width: 280px;
}

.bloc-title-home {
 position: absolute;
 margin: auto;
 z-index: 100;
 text-align: center;
 left: 50%;
 top: 470px;
}

.bloc-title-page {
 position: absolute;
 margin: auto;
 margin-top: -32px;
 z-index: 10;
 text-align: center;
 left: 50%;
}

.bloc-title-page-top {
 position: absolute;
 margin: auto;
 margin-top: -88px;
 z-index: 10;
 text-align: center;
 left: 50%;
}

.bloc-title-page-bas {
 position: absolute;
 margin: auto;
 margin-top: -62px;
 z-index: 10;
 text-align: center;
 left: 50%;
}

.bloc-title-presse {
 position: relative;
 margin: auto;
 top: 70px;
 z-index: 10;
 text-align: center;
 left: 50%;
}

.bloc-bleu {
 background: #26384b;
 font-size: 30px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 16px 40px 14px;
 left: 50%;
 margin-left: -140px;
 width: 280px;
}

.bloc-bleu-home {
 background:  #26384b;
 font-size: 30px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 width: 340px;
 padding: 16px 20px 14px;
 margin-left: -170px;
}
.bloc-bleu-home .subtitle {
 font-size: 22px;
}

.bloc-bleu-slider {
 position: relative;
 background: #26384b;
 font-size: 30px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 16px 40px 14px;
 margin-top: -100px;
}

.bloc-bleu-slider-garibay {
 position: relative;
 background: #e72b78;
 font-size: 30px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 16px 40px 14px;
 margin-top: -100px;
}

.bloc-gris-slider {
 position: relative;
 background: #4c4c4c;
 font-size: 24px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 16px 40px 14px;
 margin-top: -25px;
 margin-bottom: 30px;
}

.bloc-bleu-presse {
 position: relative;
 margin-left: -110px;
 background: #e72b78;
 font-size: 17px;
 font-family: AvantGarde;
 color: #ffffff;
 text-transform: uppercase;
 padding: 12px 40px;
 z-index: 20;
 width: 220px;
}

.bloc-blanc {
 position: relative;
 margin-left: -140px;
 margin-top: -10px;
 background: rgba(255, 255, 255, 0.85);
 font-size: 20pt;
 font-family: AvantGarde;
 font-weight: bold;
 color: #000000;
 padding-top: 8px;
 z-index: 15;
 width: 280px;
}

.carousel-control {
 width: auto !important;
}

.carousel-control.left {
 margin-top: 120px;
 left: 0;
}

.carousel-control.right {
 margin-top: 120px;
 right: 0;
}

.slide-top {
 height: 440px;
 width: 100%;
}

.visuel-head {
 min-height: 388px;
 width: 100%;
 background-repeat: no-repeat;
 background-position: top center;
}

/* CONTENT */

.more {
 font-family: AvantGarde, "Montserrat", sans-serif !important;
 font-size: 15px !important;
 line-height: 24px !important;
 color: #000000 !important;
 font-weight: normal !important;
 text-transform: none !important;
}

#texte-home {
 height: 420px;
 overflow: hidden;
 position: relative;
 margin-bottom: 65px;
}

#texte-home .arrow {
 position: absolute;
 bottom: 0;
 width: 100%;
 left: 0;
 z-index: 5;
 background: url(../images/deg.png) repeat-x bottom;
}

#texte-home .arrow .bloc {
 position: relative;
 cursor: pointer;
 z-index: 10;
 left: 50%;
}

#texte-home .no-show {
 opacity: 0;
}

.visuel img {
 margin-bottom: 10px;
}

#realisation {
 background: #f6f6f6;
 padding-top: 25px;
 border-top: 1px solid #ececec;
 border-bottom: 1px solid #ececec;
}

#dossier {
 background: #f6f6f6;
 padding-top: 25px;
 border-top: 1px solid #ececec;
 border-bottom: 1px solid #ececec;
 padding-bottom: 40px;
 margin-bottom: 70px;
}

.real {
 width: 100%;
 height: 320px;
 margin-bottom: 25px;
 position: relative;
}

#contenu .btn-contact {
 font-size: 22px;
 font-family: AvantGarde, sans-serif;
 color: #ffffff;
 padding: 8.5px 20px;
 /*font-weight: bold;*/
 border-radius: 14px;
 text-transform: uppercase;
 background-color:  #e72b78;
 margin: 35px auto 50px;
 width: 249px;
 max-width: 100%;
}

#contenu .btn-visit {
 font-size: 30px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 padding: 15px 20px;
 font-weight: bold;
 text-transform: uppercase;
 background-color: #4c4c4c;
 margin: 35px auto 50px;
 width: 300px;
 max-width: 100%;
}

#contenu .btn-contact a,
#contenu .btn-contact a:hover,
#contenu .btn-contact a:visited,
#contenu .btn-visit a,
#contenu .btn-visit a:hover,
#contenu .btn-visit a:visited {
 color: #ffffff;
}

#contenu p span {
 font-family: AvantGarde;
 font-size: 20px;
 line-height: 24px;
 text-align: left;
 color: #000000;
 margin-top: 15px;
 font-weight: bold;
 text-transform: uppercase;
}

.table-title {
 font-size: 34px;
 font-family: Kabel, sans-serif;
 color: #ffffff;
 background-color: #26384b;
 padding: 15px 20px;
 text-transform: uppercase;
 margin-top: 100px;
 position: relative;
 top: -100px;
 margin-bottom: -100px !important;
}
@media(max-width: 767px) {
 .table-title { font-size: 20px;}
}

.table-element {
 background: #eaebe6;
 margin-top: 2px;
 color: #4d4d4d;
 font-family: AvantGarde;
 font-size: 13px;
 padding-bottom: 5px;
 position: relative;
}

#tab1 {
 height: 50px;
}

#tab2 {
 height: 50px;
}

#tab3 {
 height: 50px;
}

#tab4 {
 height: 50px;
}

.mentions-prix {
 color: #26384b;
 font-family: Kabel, sans-serif;
 font-size: 15px;
}

.table-element-title {
 padding: 15px 0;
 height: 50px;
 color: #26384b;
}

.table-element .title {
 font-size: 16px;
 font-weight: bold;
 font-family: AvantGarde;
 color: #e72b78;
}

.table-element .arrow {
 display: inline-block;
 right: 0;
 background: url(../images/arrow-bas.png) top center no-repeat;
 width: 15px;
 height: 9px;
 margin-top: 5px;
}

.top-form {
 font-family: Kabel, sans-serif;
 color: #000000;
 font-size: 28px;
 line-height: 22px;
}

.top-form span {
 font-size: 20px;
}

.table-element-list {
 height: 40px;
 padding: 18px 0 12px;
 background-color: #ffffff;
 margin-left: 5px;
 margin-right: 5px;
 margin-bottom: 2px;
 display: none;
 vertical-align: middle;
}

.table-element-list .title-petit {
 font-family: AvantGarde;
 font-size: 10px;
 text-transform: uppercase;
 min-height: 20px;
}

.table-element-list .title-petit-sup {
 font-family: AvantGarde;
 font-size: 10px;
 text-transform: uppercase;
 margin-top: -8px;
 min-height: 20px;
}

.table-element-list .text-petit {
 font-family: AvantGarde;
 font-size: 12px;
 font-weight: bold;
 text-transform: uppercase;
 margin-top: -5px;
 vertical-align: middle;
 min-height: 20px;
}
.table-element-list .text-petit-sub {
 margin-top: -15px;
}

#contenu .table-element img {
 margin: -3px auto 0;
}

.bloc-real {
 background-color: rgba(0, 0, 0, 0.75);
 position: absolute;
 left: 50%;
 top: 55px;
 width: 210px;
 bottom: 72px;
 margin-left: -105px;
 color: #ffffff;
 text-align: center;
 font-family: AvantGarde;
 font-size: 36px;
 vertical-align: middle;
 line-height: 36px;
 padding-top: 60px;
 z-index: 8;
}

.real-ville {
 font-size: 18px;
 font-weight: normal;
 text-transform: uppercase;
}

.real-bleu {
 font-family: AvantGarde;
 font-size: 16px;
 text-transform: uppercase;
 color: #ffffff;
 position: absolute;
 left: 50%;
 margin-left: -80px;
 width: 160px;
 height: 54px;
 vertical-align: middle;
 text-align: center;
 z-index: 10;
 background-color: #26384b;
 top: 32px;
 line-height: 18px;
 padding: 10px 0;
}
.real-black {
 background-color: #000;
}

.pad-top {
 padding-top: 70px;
}

#espagne {
 padding-top: 50px;
 padding-bottom: 70px;
}
#espagne .container:last-child {
 padding-top: 30px!important;
 padding-bottom: 50px!important;
}

.visuel-home-bottom {
 margin-top: 20px;
}

.text-rose {
 color: #e40073;
}

h2 .url {
 font-size: 18px;
 font-weight: normal !important;
}

p a,
p a:hover,
p a:visited,
h2 a,
h2 a:hover,
h2 a:visited {
 color: #26384b;
 text-decoration: none;
}

.visuel-1 {
 padding-top: 25px;
}

.bandeau-bleu {
 background: #26384b;
 color: #ffffff;
 font-family: AvantGarde;
 font-size: 26px;
 text-transform: uppercase;
 padding: 15px 0;
}

.arrow-down {
 top: 50px;
 position: absolute;
 left: 50%;
 margin-left: -28px;
 z-index: 20;
}

#form {
 background-color: #d1d1d1;
 padding-top: 65px;
 padding-bottom: 30px;
 border-bottom: 2px solid #ffffff;
}

/* Radio */
.radioCiv,
.checkbox-field {
 position: relative;
}

.checkbox-field {
 margin-top: 20px;
}

.radioCiv input[type="radio"],
.checkbox-field input[type="checkbox"] {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 0;
}

.radioCiv input[type="radio"] + label,
.checkbox-field input[type="checkbox"] + label {
 padding: 6px 35px 0;
 font-family: AvantGarde;
 font-size: 15px;
 font-weight: 400 !important;
 line-height: 20px;
 text-transform: uppercase;
 color: #000000;
}

.radioCiv input[type="radio"] + label:before,
.checkbox-field input[type="checkbox"] + label:before {
 content: " ";
 display: inline-block;
 width: 27px;
 height: 27px;
 position: absolute;
 top: 0;
 left: 15px;
 background: transparent url(../images/sprite.jpg) 0 0 no-repeat;
}

.radioCiv input[type="radio"]:checked + label:before,
.checkbox-field input[type="checkbox"]:checked + label:before {
 background-position: 0 -27px;
}

/* Legal menyions */
.legal-mentions {
 margin-top: 30px;
 font-family: AvantGarde;
 font-size: 14px;
 line-height: 18px;
 color: #767070;
 text-align: justify;
}

.legal-mentions a {
 color: #26384b;
}

.legal-mentions span {
 font-family: AvantGarde-Medium;
}

/* Text */
input[type="text"],
input[type="email"],
input[type="tel"] {
 padding: 12px 32px;
 border: none;
 font-size: 15px;
 margin-top: 20px;
 width: 100%;
 font-family: AvantGarde;
 background: #ffffff;
 color: #000000;
}

/* Select */
select {
 padding: 12px 32px;
 border: none;
 font-size: 15px;
 margin-top: 20px;
 width: 100%;
 font-family: AvantGarde;
 background: #ffffff;
 color: #000000;
}

/* Text */
textarea {
 padding: 12px 32px;
 border: none;
 font-size: 15px;
 margin-top: 20px;
 width: 100%;
 font-family: AvantGarde;
 background: #ffffff;
 color: #000000;
}

.erreur {
 border: 2px solid #ff0000 !important;
 background-color: #ffddde !important;
}

.erreurText {
 color: #ff0000 !important;
}

/* Submit */
button[type="submit"] {
 color: #fff;
 padding: 15px 50px;
 font-size: 20px;
 border-radius: 14px;
 font-family: AvantGarde, "Montserrat", sans-serif;
 background:  #e72b78;
 border: 0;
 text-transform: uppercase;
 margin: 35px auto 10px;
}

.labels {
 font-family: AvantGarde;
 font-size: 15pt;
 font-weight: bold;
 line-height: 20px;
 text-transform: uppercase;
 color: #000000;
 text-align: left;
 margin-bottom: 10px;
 margin-top: 30px;
}

.champs {
 font-family: AvantGarde;
 font-size: 18px;
 color: #767070;
}

.separateur {
 width: 100%;
 height: 1px;
 background-color: #e9e9e9;
 margin: 40px 0;
}

.separateur-bottom {
 width: 100%;
 height: 1px;
 background-color: #e9e9e9;
 margin: 14px 0;
}

#liens {
 margin-bottom: 50px;
}

.visuel-presse {
 margin-top: 20px;
}

.btn-dl {
 padding: 11px 30px ;
 background-color: #26384b;
 text-transform: uppercase;
 border-radius: 14px;
 font-family: AvantGarde;
 font-size: 16pt;
 color: #ffffff;
 text-align: center;
}
.btn-dl ~ img {
 height: 47px;
 width: 47px;
 background: #26384b;
 border-radius: 14px;
 margin-top: -5px;
}

.presse-news {
 position: relative;
 width: 760px;
 height: 1470px;
 overflow: hidden;
}

.content-press {
 position: absolute;
 display: none;
 top: 0;
}

#contenu2 {
 margin-bottom: 80px;
}

.activ-press {
 display: block;
 -webkit-transition: -webkit-transform 0.6s ease-in-out;
 -o-transition: -o-transform 0.6s ease-in-out;
 transition: transform 0.6s ease-in-out;
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 -webkit-perspective: 1000px;
 perspective: 1000px;
 -webkit-transition: opacity 0.6s ease-in-out;
 -moz-transition: opacity 0.6s ease-in-out;
 -ms-transition: opacity 0.6s ease-in-out;
 -o-transition: opacity 0.6s ease-in-out;
 transition: opacity 0.6s ease-in-out;
 opacity: 1;
}

.square {
 width: 4px;
 height: 4px;
 background-color: #a2a2a2;
 display: inline-block;
 margin: 14px 5px;
}

.activ-square {
 background-color: #e72b78;
}

.arrow-bottom {
 margin-bottom: 120px;
}

#carouselPresse {
 margin-top: 70px;
 margin-bottom: 35px;
}

#carouselPresse .carousel-inner .item {
 height: 216px;
}

.carousel-inner > .item {
 transition: transform 0.4s ease-in-out !important;
}

#carouselPresse .carousel-control.right,
#carouselPresse .carousel-control.left {
 margin-top: 40px;
}

.carousel-presse {
 position: relative;
}

#renseignement {
 margin-top: 40px;
}

.visuel-inspire {
 margin-top: 40px;
}

.contact {
 font-size: 22px;
}

#pressebas1 {
 height: 1167px;
}

#pressebas2 {
 height: 384px;
}

/* FOOTER */
footer {
 background: #26384b;
 color: #ffffff;
}

.logo-foot {
 padding-top: 30px;
 padding-left: 40px;
}

.lien-foot {
 font-family: AvantGarde;
 font-size: 16px;
 text-transform: uppercase;
 text-align: right;
}

.lien-foot ul {
 list-style: none;
 padding-top: 32px;
 padding-right: 0;
 padding-left: 15px;
}

.lien-foot ul li {
 padding-bottom: 15px;
}

.lien-foot ul li a,
.lien-foot ul li a:hover,
.lien-foot ul li a:visited {
 color: #ffffff;
 text-decoration: none;
}

.mentions {
 margin-top: 30px;
 font-family: AvantGarde;
 font-size: 17px;
 text-align: center;
 margin-bottom: 35px;
}

.mentions a,
.mentions a:hover,
.mentions a:visited {
 color: #ffffff;
 text-decoration: none;
}

.img-foot .img-responsive {
 margin: 0 auto;
 padding: 0 10px;
 display: inline-block;
}

/*.cookieConsent {*/
/*    display: none;*/
/*    position: fixed;*/
/*    left: 0;*/
/*    bottom: 0;*/
/*    z-index: 100;*/
/*    width: 100%;*/
/*    padding: 10px 0;*/
/*    background: rgba(0, 0, 0, .75);*/
/*    color: #fff;*/
/*    font-family: AvantGarde;*/
/*    font-size: 12px;*/
/*    line-height: 16px;*/
/*}*/
/*@media (max-width: 767px){*/
/*    .cookieConsent {*/
/*        font-size: 12px;*/
/*    }*/
/*}*/

/*.cookieConsent .container {*/
/*    display: flex;*/
/*    position: relative;*/
/*    padding-right: 80px;*/
/*}*/
/*@media (max-width: 767px){*/
/*    .cookieConsent .container {*/
/*        display: block;*/
/*        padding: 22px 15px 5px !important;*/
/*    }*/
/*}*/

/*.CookieConsentText a {*/
/*    color: #fff;*/
/*    text-decoration: underline;*/
/*}*/

/*.closeCookieConsent {*/
/*    position: absolute;*/
/*    top: 8px;*/
/*    right: 15px;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    cursor: pointer;*/
/*}*/

/*.closeCookieConsent:before,*/
/*.closeCookieConsent:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 1px;*/
/*    background: #fff;*/
/*}*/

/*.closeCookieConsent:before {*/
/*    transform: rotate(45deg);*/
/*}*/

/*.closeCookieConsent:after {*/
/*    transform: rotate(-45deg);*/
/*}*/

/*a.cookieConsentOK {*/
/*    display: inline-block;*/
/*    margin-left: 15px;*/
/*    color: #fff;*/
/*    padding: 8px 15px 0;*/
/*    font-size: 14px;*/
/*    background: #e72b78;*/
/*    border: 0;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    line-height: 1;*/
/*}*/

/*a.cookieConsentOK {*/
/*    display: inline-block;*/
/*    height: 32px;*/
/*    margin-left: 40px;*/
/*    padding: 8px 15px 0;*/
/*    font-size: 14px;*/
/*    background: #e72b78;*/
/*    border: 0;*/
/*    text-decoration: none;*/
/*    color: #fff;*/
/*    line-height: 1;*/
/*}*/
/*@media (max-width: 767px){*/
/*    a.cookieConsentOK {*/
/*        float: right;*/
/*        height: 28px;*/
/*        font-size: 12px;*/
/*        margin: 15px 0 0 15px;*/
/*    }*/
/*}*/

/*.cookieConsentOK:hover,*/
/*.cookieConsentOK:focus {*/
/*    color: #fff;*/
/*}*/

.cookieConsent {
 display: none;
 position: fixed;
 left: 0;
 bottom: 0;
 z-index: 300;
 width: 100%;
 padding: 10px 0;
 background: rgba(0, 0, 0, 0.75);
 color: #fff;
 font-family: AvantGarde;
 font-size: 14px;
 line-height: 18px;
}

.cookieConsent .container {
 display: flex;
 align-items: center;
 position: relative;
 padding-right: 80px;
}

.CookieConsentText a {
 color: #fff;
 text-decoration: underline;
}

.closeCookieConsent {
 position: absolute;
 top: 50%;
 right: 15px;
 width: 20px;
 height: 20px;
 margin-top: -10px;
 cursor: pointer;
}

.closeCookieConsent:before,
.closeCookieConsent:after {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 1px;
 background: #fff;
}

.closeCookieConsent:before {
 transform: rotate(45deg);
}

.closeCookieConsent:after {
 transform: rotate(-45deg);
}

a.cookieConsentOK {
 display: inline-block;
 height: 32px;
 margin-left: 40px;
 padding: 8px 15px 0;
 font-size: 14px;
 background: #26384b;
 border: 0;
 text-decoration: none;
 color: #fff;
 line-height: 1;
}

.cookieConsentOK:hover,
.cookieConsentOK:focus {
 color: #fff;
}

@media (max-width: 896px) {
 html,
 body {
  overflow-x: hidden;
 }
 .cookieConsent {
  font-size: 12px;
  max-width: 100vw;
 }
 .cookieConsent .container {
  display: block;
  padding: 22px 15px 5px !important;
 }
 .closeCookieConsent {
  top: 10px;
  right: 10px;
  margin: 0;
 }
 a.cookieConsentOK {
  float: right;
  height: 28px;
  font-size: 12px;
  margin: 15px 0 0 15px;
 }
}

@media (min-width: 992px) and (max-width: 1199px) {
 #btnContact {
  display: none;
 }

 #nav-droite {
  display: none;
 }
 #texte-home {
  height: 430px;
 }

 .lien-foot ul li {
  font-size: 13px;
 }

 .bloc-title-home {
  position: relative;
  top: -30px;
 }

 .bloc-gris-slider {
  margin-top: 10px;
 }
}

@media (min-width: 768px) and (max-width: 991px) {
 #btnContact {
  display: none;
 }

 #nav-droite {
  display: none;
 }

 #texte-home {
  height: 300px;
 }
 .presse-news {
  width: 100%;
  height: 1950px;
 }

 .bloc-bleu {
  font-size: 20px;
 }

 #myCarousel .carousel-inner {
  height: auto;
 }

 .bloc-title-home {
  position: relative;
  top: -30px;
 }

 .content-press {
  width: 100%;
  max-width: 730px;
 }

 .lien-foot ul li {
  font-size: 14px;
 }

 .bloc-gris-slider {
  margin-top: 10px;
 }
}

@media (max-width: 767px) {
 #btnContact {
  display: block;
 }

 #nav-droite {
  display: none;
 }

 #bloc-programme {
  display: none;
 }

 p {
  text-align: left;
 }

 .container-fluid {
  padding: 0 !important;
 }

 .container {
  padding: 0 !important;
 }

 h1 {
  font-size: 22px;
 }

 h2 {
  font-size: 20px;
 }

 .url {
  font-size: 16px;
  font-weight: normal;
 }

 .navbar-collapse {
  position: relative;
  margin-top: 25px;
 }

 #myCarousel .carousel-inner {
  height: auto !important;
 }

 .carousel-inner {
  height: auto !important;
 }

 .carousel-control img {
  width: 50% !important;
  height: auto !important;
 }

 .carousel-control.left {
  margin-top: 60px;
  left: 0;
  text-align: left !important;
 }

 .carousel-control.right {
  margin-top: 60px;
  right: 0;
  text-align: right !important;
 }

 .item {
  background-size: auto 200px;
 }

 #texte-home {
  height: 450px;
 }

 .bloc-real {
  font-size: 28px;
 }

 .bloc-title {
  left: 0% !important;
  top: 250px;
  width: 100%;
  margin: 0% !important;
 }

 .bloc-title-home {
  position: relative;
  top: -30px;
 }

 .bloc-title-page {
  left: 50%;
  min-width: 280px;
  margin-left: -140px;
 }

 .bloc-title-page-top {
  left: 50%;
  min-width: 280px;
  margin-left: -140px;
 }

 .bloc-title-page-bas {
  left: 50%;
  min-width: 280px;
  margin-left: -140px;
 }

 .bloc-bleu {
  left: 0%;
  font-size: 16px;
  padding: 17px 15px 10px;
  margin-left: 0;
 }

 .logo-foot {
  padding: 40px 0 0;
  text-align: center;
  margin: 0 auto;
 }

 .logo-foot img {
  margin: 0 auto;
 }

 .lien-foot ul {
  padding: 30px 0 0;
 }

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

 .presse-news {
  width: 100%;
  height: 2150px;
 }

 .btn-dl {
  font-size: 12px;
  padding-top: 19px;
  padding-bottom: 19px;
 }

 .content-press {
  width: 100%;
  max-width: 480px;
 }

 .labels {
  margin-top: 30px !important;
 }

 .radioCiv {
  margin-top: 10px;
 }

 .lien-foot ul li {
  font-size: 14px;
 }

 .bloc-bleu-slider {
  margin-top: -110px;
 }

 .bloc-gris-slider {
  margin-top: 10px;
 }

 .header-scroll {
  height: 116px;
 }

 .logo-scroll {
  height: 60px;
  width: auto;
  max-width: 230px;
  transition: all 0.4s ease;
  margin-top: 0px;
 }

 header ul {
  display: inline-block;
  padding-left: 0;
 }

 header ul > li {
  color: #fff;
  font-family: AvantGardeBold, "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
 }

 .table-element {
  font-size: 10px;
 }

 .table-element .title {
  font-size: 10px;
 }

 .more {
  font-family: AvantGarde, "Montserrat", sans-serif !important;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #000000 !important;
  text-transform: none !important;
 }

 #otras .img-responsive {
  margin: 10px auto 0 !important;
  float: none !important;
 }

 .table-element-list .title-petit {
  font-size: 8px;
 }

 .table-element-list .title-petit-sup {
  font-size: 8px;
 }

 .visu-foot {
  max-width: 258px;
 }
}

@media (max-width: 464px) {
 .presse-news {
  width: 100%;
  height: 2550px;
 }
}

@media (max-width: 320px) {
 #texte-home {
  height: 520px;
 }
}
.mention-underslider {
 position: relative;
 top: -20px;
}
.mention-underslider p {
 margin: 0;
 font-size: 11px;
 line-height: 14px;
 font-style: italic;
}
@media (max-width: 550px) {
 #Containerframe {
  height: 300px !important;
 }
}

/*@media (max-width: 767px) {*/
/*    .cookieConsent {*/
/*        font-size: 12px;*/
/*    }*/
/*    .cookieConsent .container {*/
/*        display: block;*/
/*        padding: 22px 15px 5px !important;*/
/*    }*/
/*    .closeCookieConsent {*/
/*        top: 10px;*/
/*        right: 10px;*/
/*        margin: 0;*/
/*    }*/
/*    a.cookieConsentOK {*/
/*        float: right;*/
/*        height: 28px;*/
/*        font-size: 12px;*/
/*        margin: 15px 0 0 15px;*/
/*    }*/
/*}*/

#bloc-media {
 max-width: 1110px;
 margin-bottom: 20px;
}

#bloc-media img {
 margin: 0;
}
@media (min-width: 768px) {
 #bloc-media {
  display: flex;
  flex-direction: row;
 }
}
#medias-nav {
 display: inline-flex;
 justify-content: center;
 align-items: center;
 height: 60px;
 width: 100%;
 background-color: #26384b;
 color: #fff;
 border: 0;
}

#medias-nav li {
 margin: 0 4px;
}
#medias-nav li a {
 width: 40px;
 height: 40px;
 padding: 0;
 border-radius: 20px;
 border: 1px solid #fff;
 background-color: #26384b;
 background-repeat: no-repeat;
 background-position: center center;
}

#medias-nav li.active a {
 background-color: #fff;
}

#medias-nav li:nth-child(1) a {
 background-image: url(../images/ic-img-wht.png);
}
#medias-nav li:nth-child(1).active a {
 background-image: url(../images/ic-img-blk.png);
}
#medias-nav li:nth-child(2) a {
 background-image: url(../images/ic-video-wht.png);
}
#medias-nav li:nth-child(2).active a {
 background-image: url(../images/ic-video-blk.png);
}
#medias-nav li:nth-child(n + 3) a {
 background-image: url(../images/ic-orb-wht.png);
}
#medias-nav li:nth-child(n + 3).active a {
 background-image: url(../images/ic-orb-blk.png);
}
#medias-nav li:nth-child(6) a {
 background-image: url(../images/ic-360-wht.png);
}
#medias-nav li:nth-child(6).active a {
 background-image: url(../images/ic-360-blk.png);
}

@media(max-width: 768px) and (orientation: landscape), (max-width: 414px) {
 
 #medias-nav.orquideas li:nth-child(1) a {
  height: 43px;
  width: 43px;
 }
 #medias-nav.orquideas li:nth-child(3) a {
  width: 41px;
  height: 59px;
  border: 0;
  background-size: contain;
  background-image: url(../images/ab.svg);
 }
 #medias-nav.orquideas li:nth-child(3).active a {
  background-color: #26384b;
  border: 0;
  background-image: url(../images/ab-selected.svg);
  
 }
 #medias-nav.orquideas li:nth-child(4) a {
  width: 41px;
  height: 59px;
  border: 0;
  background-size: contain;
  background-image: url(../images/a.svg);
 }
 #medias-nav.orquideas li:nth-child(4).active a {
  background-color:#26384b;
  border: 0;
  background-image: url(../images/a-selected.svg);
  
 }
 #medias-nav.orquideas li:nth-child(5) a {
  width: 41px;
  height: 59px;
  border: 0;
  background-size: contain;
  background-image: url(../images/b.svg);
 }
 #medias-nav.orquideas li:nth-child(5).active a {
  background-color: #26384b;
  border: 0;
  background-image: url(../images/b-selected.svg);
  
 }
}
@media (min-width: 768px) {
 #medias-nav {
  width: 120px;
  height: auto;
  flex-direction: column;
  justify-content: start;
}
  
 #medias-nav li {
  margin: 0;
 }
 #medias-nav li a {
  height: 124px;
  width: 120px;
  border-radius: 0;
  border: 0;
  margin: 0;
  background-position: center 31px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 }
 #medias-nav li a img {
  margin: 0 0 14px 0;
 }
 #medias-nav li a span {
  color: #fff;
  text-align: center;
  display: block;
  line-height: 1.43;
  font-size: 14px;
 }
 #medias-nav li.active a {
  background-color: #014068 ;
 }
 #medias-nav li a {
  background-image: none !important;
 }
}
#medias-content {
 position: relative;
 display: inline-block;
 /* height: 240px; */
 max-width: 100%;
 width: 100%;
}
iframe {
   height: 100%;
   width: 100%;
 }
 #mediaCarousel, #mediaCarousel .carousel-inner {
  height: 100%;
 }
/*#media-img .carousel-control {*/
 /*background-image: url(../images/arrow-media.png);*/
 /*background-repeat: no-repeat;*/
 /*background-position: inherit;*/
/* z-index: 101;*/
/* opacity: 1;*/
/* left: 20px;*/
/* transform: inherit;*/
/* top: calc(50% - 15px);*/
/*}*/

/*#media-img .carousel-control img {*/
/* width: inherit !important;*/
/*}*/

/*#media-img .carousel-inner .item  {*/
/* margin: 0;*/
/* height: 300px;*/
/*}*/

/*#media-img .carousel-inner .item img{*/
/* height: 100%;*/
/* width: 100%;*/
/* object-fit: cover;*/
/*}*/

/*#media-img .carousel-control.right {*/
/* left: inherit;*/
/* right: 20px;*/
/*}*/
#media-img .lSSlideOuter {
 position: relative;
}
#media-img .lSSlideOuter .lSPager.lSpg {
 position: absolute;
 bottom: 20px;
 width: 100%;
}

#media-img .lSSlideOuter .lSPager.lSpg li a {
 background-color: #fff;
 opacity: 0.5;
}
#media-img .lSSlideOuter .lSPager.lSpg li.active a {
 opacity: 1;
}

.tab-pane {
 height: 300px;
}
.tab-pane .fullscreen {
 height: 100%;
}
.tab-pane .fullscreen img{
 height: 100%;
 width: 100%;
 object-fit: cover;
}
@media (min-width: 768px) {
 #medias-content {
  width: calc(100% - 120px);
  height: 620px;
 }
 #medias-content.orquideas {
    height: 620px;
  }
 #media-img .carousel-inner .item {
   height: inherit;
 }

 
 .tab-pane {
   height: 100%;
   width: 100%;
 }
 
 /*#media-img .carousel-control {*/
 /* left: 38px;*/
 /*}*/
 /*#media-img .carousel-control .right{*/
 /* right: 38px;*/
 /*}*/
 iframe {
   height: 100%;
   width: 100%;
 }
}

#media-img .carousel-control {
 height: 69px;
 transform: translateY(-50%);
 margin-top: 0!important;
}
#media-img .carousel-inner ,  .carousel-inner .item {
 height: 100%!important;
}
#media-img .carousel-inner .item img {
 height: 100%;
 width: 100%;
 object-fit: cover;
}

button.fullscreen {
  width: 185px;
  margin: 0 0 0 auto;
  height: auto;
  padding: 11px 15px 9px 16px;
  background-color: #26384b;
  color: #fff!important;
  border-radius: 16px 16px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

button.fullscreen:focus, a.fullscreen:focus {
 outline: 0;
}
button.fullscreen img {
  margin: 0 10px 0 0!important;
}
.lg-inner {
 padding-top: 50px;
}
#mapCarousel .carousel-control {
 transform: inherit;
 height: 100%;
 display: flex;
 flex-direction: row;
 align-items: center;
}
#mapCarousel .carousel-control.right {
 justify-content: flex-end;
}
#mapCarousel .carousel-control img {
 margin: 0;
}

@media(max-width: 896px) and (orientation: landscape), (max-width: 414px){
 .header, header {
  height: auto;
  padding: 5px 0;
 }
 
 .header .logo, header .logo img {
  height: 37.5px;
 }
 header .logo {
  height: auto;
 }
 
 .header-scroll {
  height: auto;
 }
 
 header .container.relative, header .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 0;
  padding-right: 0;
 }
 header .navbar-toggle {
  margin : 0;
 }
 
 header .container-fluid {
  padding: 0;
 }
 header .container-fluid::after, header .container-fluid::before, header .container-fluid .container::after, header .container-fluid .container::before {
  display: none;
 }
 
 header .container-fluid .container ul {
  margin-bottom: 0;
 }
 
 header .container-fluid .container ul li {
  padding-top: 0;
 }
 
 header .container.relative::after, header .container.relative::before {
  display: none;
 }
 .logo-scroll {
  margin-top: inherit;
 }
 .navbar-toggle {
  display: block;
  padding-right: 0;
 }
 #bs-example-navbar-collapse-1 {
  display: none!important;
 }
 #bs-example-navbar-collapse-1[aria-expanded="true"] {
  display: block!important;
 }
 #slider {
  padding-top: 48px;
 }
 .bloc-programme-scroll {
  opacity: 0;
 }
}

.lg-video-cont.lg-has-iframe {
  height: 100%;
}
.lg-video {
 height: calc(100% - 50px)!important;
 padding-bottom: 0!important;
}

.carousel-control:focus {
 opacity: 0.5;
}