@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Muli:300,300i,400,400i,700,700i");
/* Police 'DIN' supprimée : les fichiers étaient absents (404) et la famille n'était
   référencée nulle part. La typographie effective est "Muli" (Google Fonts ci-dessus). */
/** import custom k2 */
.background {
  -webkit-background-size: cover;
  /* pour Chrome et Safari */
  -moz-background-size: cover;
  /* pour Firefox */
  -o-background-size: cover;
  /* pour Opera */
  background-size: cover;
  /* version standardisee */
  background-position: center; }

.clearfix {
  clear: both;
  float: none !important; }

* {
  margin: 0; }

html, body {
  height: 100%; }

.wrapper {
  min-width: 950px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  margin-bottom: -180px;
  /* the bottom margin is the negative value of the footer's height */
  max-width: 100%;
  overflow: hidden; }

.push {
  height: 180px;
  /* .push must be the same height as .footer */ }

.insight {
  width: 950px;
  margin: auto; }

a {
  text-decoration: none;
  transition: color 0.5s ease; }

a:hover {
  text-decoration: underline; }

iframe, img {
  max-width: 100%; }

.color, a.color, .color * {
  color: #c8c0a6; }

.dtable {
  display: table;
  height: 100%;
  width: 100%; }

.dtable-cell {
  display: table-cell;
  vertical-align: middle; }

/** popup **/
#overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 500; }

#popup, .popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  display: table;
  display: none;
  cursor: pointer;
  z-index: 500; }

#popup > div, .popup > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center; }

p.error {
  color: red; }

p.error input,
p.error textarea,
p.error select {
  border: 1px solid red !important;
  color: red; }

#formcontact,
.form,
.formcontact {
  width: 75%;
  margin-top: 25px; }
  #formcontact label,
  .form label,
  .formcontact label {
    float: left;
    display: inline-block;
    width: 30%;
    margin-top: 0;
    margin-right: 5%; }
  #formcontact input[type=checkbox] + label,
  .form input[type=checkbox] + label,
  .formcontact input[type=checkbox] + label {
    float: none;
    margin-left: 15px;
    width: auto;
    margin-bottom: 15px; }
  #formcontact input[type=text],
  #formcontact select,
  #formcontact textarea,
  .form input[type=text],
  .form select,
  .form textarea,
  .formcontact input[type=text],
  .formcontact select,
  .formcontact textarea {
    width: 65%;
    border: 1px solid #c8c0a6; }
  #formcontact p,
  .form p,
  .formcontact p {
    clear: both; }
  #formcontact [type="checkbox"]:not(:checked), #formcontact [type="checkbox"]:checked,
  .form [type="checkbox"]:not(:checked),
  .form [type="checkbox"]:checked,
  .formcontact [type="checkbox"]:not(:checked),
  .formcontact [type="checkbox"]:checked {
    position: absolute;
    left: -9999px; }
  #formcontact [type="checkbox"]:not(:checked) + label, #formcontact [type="checkbox"]:checked + label,
  .form [type="checkbox"]:not(:checked) + label,
  .form [type="checkbox"]:checked + label,
  .formcontact [type="checkbox"]:not(:checked) + label,
  .formcontact [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 38px;
    cursor: pointer;
    padding-top: 5px; }
  #formcontact [type="checkbox"]:not(:checked) + label:before, #formcontact [type="checkbox"]:checked + label:before,
  .form [type="checkbox"]:not(:checked) + label:before,
  .form [type="checkbox"]:checked + label:before,
  .formcontact [type="checkbox"]:not(:checked) + label:before,
  .formcontact [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 17px;
    height: 17px;
    border: 1px solid #c7c7c7;
    background: white;
    border-radius: 5px; }
  #formcontact [type="checkbox"]:not(:checked) + label:after,
  .form [type="checkbox"]:not(:checked) + label:after,
  .formcontact [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0); }
  #formcontact [type="checkbox"]:not(:checked) + label:after, #formcontact [type="checkbox"]:checked + label:after,
  .form [type="checkbox"]:not(:checked) + label:after,
  .form [type="checkbox"]:checked + label:after,
  .formcontact [type="checkbox"]:not(:checked) + label:after,
  .formcontact [type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0;
    left: 4px;
    font-size: 14px;
    color: #09ad7e;
    line-height: 1.75;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    transition: all .2s; }

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  line-height: 1.2; }

i {
  font-style: italic; }

b i {
  font-weight: 700; }

b, strong {
  font-weight: 700; }

.font-1 {
  font-family: "Muli", sans-serif;
  font-weight: 300; }

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

body {
  background: #fff;
  line-height: 1.4;
  font-weight: 100;
  font-family: "Muli", sans-serif;
  font-size: 14px; }

strong, b {
  font-weight: 700; }

.decale p:last-child {
  margin-top: 0; }

h2 + p {
  margin-top: 0; }

p, ul, ol, dl, blockquote, pre, td, th, label, textarea, caption, details, figure {
  line-height: 1.3; }

#gotoslide {
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: absolute;
  bottom: 30px; }

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-4px); }
  60% {
    -webkit-transform: translateY(-2px); } }
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-4px); }
  60% {
    transform: translateY(-2px); } }
h2 {
  color: #c8c0a6; }

.color, .color a {
  color: #1f3a70; }

#ico-menu {
  cursor: pointer;
  display: inline-block;
  background: url(../img/ico-menu.png) no-repeat center;
  width: 24px;
  height: 16px; }

.push {
  height: 0; }

.wrapper {
  margin-bottom: 0; }

.lang {
  position: absolute;
  z-index: 10;
  right: 0;
  top: -7px;
  height: 23px;
  font-family: "Muli", sans-serif;
  color: #a4a4a4; }
  .lang a {
    color: #a4a4a4;
    text-decoration: none;
    font-size: 14px;
    display: inline-block; }
  .lang li {
    display: inline-block; }
  .lang li + li {
    margin-left: 5px; }
  .lang a.active, .lang a:hover {
    color: white; }

.insight {
  width: 950px;
  max-width: 100%; }

.insight2 {
  width: 700px;
  margin: auto;
  max-width: 100%; }

.prefooter {
  position: relative; }

#header {
  position: fixed;
  top: 0;
  overflow: hidden;
  z-index: 4;
  left: 0;
  width: 100%; }

#logolink1 a {
  display: block; }

#logolink a img {
  position: relative;
  top: 10px; }

#logolink1 {
  text-align: center;
  position: relative;
  z-index: 1; }

h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2em; }

.content {
  min-height: 500px; }

.content .contenu {
  margin-top: 16px; }

.content .contenu a {
  color: #c8c0a6; }

.mycolor2 {
  color: #c8c0a6; }

.footer .cont {
  background: #fff;
  color: #1f3a70;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  text-transform: uppercase; }
  .footer .cont a {
    color: #1f3a70; }

.prefooter a {
  text-decoration: none; }

.prefooter > a:first-child {
  padding-right: 12px; }

.prefooter span.tel {
  padding: 0 42px;
  border-left: 1px solid #cfd4c4;
  border-right: 1px solid #cfd4c4; }

a:hover {
  color: #c8c0a6; }

.footer a {
  text-decoration: none; }

.footer .pl0.prm {
  opacity: 0; }

.btn {
  max-width: 100%;
  display: inline-block;
  transition: all 0.5s ease;
  text-transform: uppercase;
  color: white !important;
  text-decoration: none;
  border: none;
  background: #897f64;
  font-weight: 400;
  font-size: 14px;
  margin-top: 15px;
  text-align: center; }

.btn.btn-uncheck {
  background: transparent;
  color: #000000 !important;
  border: 1px solid #000000; }

.btn.btn-uncheck:hover, .btn:hover {
  color: white !important;
  text-decoration: none;
  background: #1a1a1a; }

.btn:hover {
  background: #1f3a70; }

/*
.btn span {
	font-family: $font-quote;
	max-width: 100%;
	width: 250px;
	transition: all 0.5s ease;
	display: inline-block;
	padding: 5px 0;
	border: none;
	border-radius: 5px;
	border-radius: 0;;
	background: $primary-color;
}
*/
.btn {
  border-radius: 0; }

#logolink1 {
  margin-left: -165px;
  float: left;
  margin-right: 65px; }

#event, .btn {
  padding: 14px 40px; }

.btn {
  margin-top: 0;
  text-transform: uppercase;
  background: #897f64;
  color: white;
  border: 0;
  width: auto;
  display: inline-block; }

.content {
  z-index: 1;
  position: relative; }

.dinline {
  padding: 20px 0; }

.dinline .encartvehicule {
  text-transform: uppercase;
  font-size: 30px;
  text-align: center;
  vertical-align: middle; }

.dinline .insight > * {
  height: 65px;
  line-height: 30px; }

.encartvehicule {
  width: 266px;
  float: left; }

.encartzone {
  width: 370px;
  float: left; }

.bgwhite {
  background: white; }

.title {
  font-weight: 300;
  font-size: 38px; }

.subtitle {
  color: #c8c0a6;
  font-size: 32px; }

.blue {
  color: #6797c8; }

.zones > div {
  overflow: hidden;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000000; }

.encartzone {
  font-weight: 400; }

#chooseevent {
  float: left;
  width: 900px;
  padding-top: 45px; }

#logout {
  float: right;
  width: 165px;
  padding-top: 55px; }

.btnpopup {
  position: absolute;
  bottom: -15px;
  width: 100%;
  text-align: center;
  z-index: 3; }

.zones {
  padding-top: 30px; }

.padding {
  padding: 0 25px; }

body .remodal-cancel {
  background: #ed5467;
  float: left; }

body .remodal-confirm {
  background: #000000;
  float: right; }

body .remodal-confirm,
body .remodal-cancel {
  min-width: auto;
  padding: 12px 44px; }

.btn-check .car path[fill="#ffffff"], .btn:hover .car path[fill="#ffffff"] {
  fill: #c8c0a6; }

.btn-check .car path[fill="#404040"], .btn:hover .car path[fill="#404040"] {
  fill: #fff; }

#search {
  width: 80%;
  padding-left: 25px;
  float: left;
  box-sizing: border-box; }

#search label {
  margin-top: 0;
  width: 275px; }

#search .btn {
  margin-right: 19px;
  cursor: pointer;
  margin-bottom: 25px; }

#search .btn:last-child {
  margin-right: 0; }

#details {
  padding-top: 25px;
  margin-top: 25px;
  border-top: 1px solid #000000; }

#details .item {
  width: 49%;
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  padding: 20px;
  background: white;
  float: left;
  margin-bottom: 25px; }

.btn_container .heure {
  height: 55px;
  margin-top: 10px; }

.btn_container span {
  font-weight: 400;
  font-size: 36px; }

#time {
  font-size: 56px;
  width: 20%;
  float: left;
  padding: 25px 0; }

#time .date {
  font-size: 36px; }

.btnvehicule .btn {
  padding-top: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding: 0;
  width: auto; }

.btnvehicule {
  margin-top: 30px; }

body .remodal {
  padding-top: 0;
  background: #f6f6f6; }

@media only screen and (min-width: 641px) {
  body .remodal {
    max-width: 1070px; } }
#title_popup {
  font-size: 30px;
  color: #b3b3b3;
  text-transform: uppercase;
  text-align: right; }

#title_popup span {
  color: #999; }

#menu3, #menu2 {
  text-align: center; }

#menu3 {
  padding: 0; }

#menu {
  padding: 0;
  padding-top: 28px; }

.subnav li, #menu li {
  display: inline-block;
  padding: 0 6px 0 5px; }

#menu li:last-child {
  padding-right: 0; }

.mobile #menu li {
  height: 35px;
  line-height: 35px; }

.mobile #menu a {
  margin: 10px 0; }

#menu a {
  font-weight: bold;
  color: #c8c0a6; }

#menu a:hover, #menu a.active,
.subnav a:hover, .subnav a.active {
  border-bottom: 2px solid #1f3a70;
  color: #1f3a70; }

.mobile #menu a:hover, .mobile #menu a.active,
.mobile .subnav a:hover, .mobile .subnav a.active {
  border: 0; }

.subnav a, #menu a {
  /* font-family: "HelveticaMediumCondensed" ; */
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 2px solid transparent; }

.mobile #menu a {
  display: block;
  border-bottom: 0; }

#logo {
  float: left; }

#menu {
  text-transform: uppercase;
  width: 71%;
  float: right;
  text-align: left; }

#menu3 {
  background: transparent;
  transition: 0.5s ease;
  padding-top: 10px; }

#menu3.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 10001;
  padding-top: 10px;
  padding-bottom: 9px; }

#menu3.fixed #logo img {
  height: 52px; }

.copymenu {
  height: 71px !important;
  overflow: hidden; }

#logo img {
  height: auto;
  transition: 0.5s ease; }

#menu3.fixed #logo img {
  height: 52px; }

#menu3.fixed #menu {
  padding-top: 16px; }

.mobile .menu-button {
  background: #005ea0;
  display: block;
  color: white;
  text-align: center !important;
  font-size: 22px; }

.mobile #menu a:hover, .mobile #menu a.active {
  color: white;
  text-indent: 0; }

/* entire container, keeps perspective */
.flip-container {
  perspective: 1000px; }

/* flip the pane when hovered */
.flip-container:hover .flipper, .flip-container.hover .flipper {
  transform: rotateY(180deg); }

.flip-container, .front, .back {
  width: 210px;
  height: 210px;
  border: 1px solid white;
  color: white;
  font-family: "Muli", sans-serif;
  text-align: center; }

.flip-container {
  border-color: transparent; }

.front {
  background: rgba(255, 255, 255, 0.2);
  font-size: 130px;
  vertical-align: middle;
  line-height: 188px; }

.back {
  font-size: 26px;
  background: #1f3a70;
  padding: 57px 15px 30px; }

.back a {
  display: block;
  color: white;
  text-decoration: none;
  height: 123px;
  background: url(../img/ico-link.png) no-repeat bottom center; }

/* flip speed goes here */
.flipper {
  transition: 0.6s;
  transform-style: preserve-3d;
  position: relative; }

/* hide back of pane during swap */
.front, .back {
  backface-visibility: hidden;
  position: absolute;
  top: 0;
  left: 0; }

/* front pane, placed above back */
.front {
  z-index: 2;
  /* for firefox 31 */
  transform: rotateY(0deg); }

/* back, initially hidden pane */
.back {
  transform: rotateY(180deg); }

.contenu .content {
  background: rgba(255, 255, 255, 0.8);
  position: relative;
  padding: 30px; }

.contenu .content a {
  color: black; }

[data-aos=rotate] {
  opacity: 0.6;
  transform: rotate(25deg); }

[data-aos=rotate].aos-animate {
  opacity: 1;
  transform: rotate(0); }

#chiffres .grid3.visible > div::before {
  transform: rotate(0deg); }

.owl-carousel {
  padding: 0; }

#slider .insight {
  height: 100%; }

#slider .dinsight {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

#slider .dinsight .insight > div {
  display: table;
  width: 100%;
  height: 100%; }

#slider .dinsight .insight > div > div {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: -22px;
  color: white; }

#slider h2, #slider h3 {
  display: block;
  text-align: center;
  padding: 15px 17px 12px;
  margin: 0;
  font-weight: normal; }

#slider a {
  text-decoration: none; }

#slider .insight div {
  transition: opacity 1s ease, margin 1s ease;
  opacity: 0; }

#slider .insight div {
  transition-delay: 1s; }

#slider h3 {
  font-size: 35px;
  text-transform: uppercase; }

#slider .insight div {
  font-size: 20px;
  padding-top: 6px;
  padding-bottom: 6px;
  color: white;
  transition-delay: 1.5s; }

#slider .active div,
#slider .active div {
  opacity: 1; }

.owl-theme .owl-dot {
  display: inline-block; }

.owl-theme .owl-controls .owl-page span, .owl-theme .owl-dots .owl-dot span {
  display: inline-block;
  filter: Alpha(Opacity=100);
  opacity: 1;
  background: #fff;
  height: 13px;
  width: 13px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  line-height: 12px;
  position: relative;
  top: -3px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  margin: 5px 5px;
  display: inline-block; }

.owl-dots {
  width: 100%;
  margin-top: -40px;
  z-index: 2;
  position: relative;
  text-align: center; }

.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-dots .owl-dot.active span {
  background: #1f3a70; }

.owl-pagination {
  text-align: left;
  padding-left: 35px; }

.owl-theme .owl-controls .owl-page span, .owl-theme .owl-dots .owl-dot span {
  height: 13px;
  width: 13px; }

/* #slider .owl-item {
	margin-bottom: -61px;
}
 */
.owl-theme .owl-controls .owl-nav div {
  display: inline-block;
  width: 62px;
  height: 62px;
  content: "";
  background: url(../img/next.png) no-repeat center;
  position: absolute;
  text-indent: -10000px;
  filter: Alpha(Opacity=100);
  opacity: 1;
  top: 55px; }

.ih-item.square {
  width: 100%;
  height: auto; }

.owl-theme .owl-controls .owl-nav div.owl-prev {
  background: url(../img/prev.png) no-repeat center;
  left: -85px; }

#slider-actu.owl-theme .owl-controls .owl-nav div.owl-prev {
  background-image: url(../img/prev-black.png);
  top: 106px; }

#slider-actu.owl-theme .owl-controls .owl-nav div.owl-next {
  background-image: url(../img/next-black.png);
  top: 106px; }

.actu_listing {
  padding-left: 0; }

.actu_listing .descr {
  text-align: justify; }

.owl-theme .owl-controls .owl-nav div.owl-next {
  right: -85px; }

.owl-carousel li {
  list-style: none; }

.next, .prev {
  z-index: 1;
  background: url(../img/next.png) no-repeat center;
  width: 62px;
  height: 62px;
  top: 45%;
  display: inline-block;
  position: absolute;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  -moz-transition: all 1s ease;
  /* 	border-radius: 180px; */ }

.next {
  right: -35px; }

.prev {
  left: -35px;
  background: url(../img/prev.png) no-repeat center; }

@media screen and (max-width: 740px) {
  #menu {
    float: none;
    width: 100%;
    text-align: center; }

  #header {
    padding-top: 0; }

  #menu li {
    display: inline-block;
    padding: 0 10px; }

  #menu li:last-child {
    padding-right: 10px; }

  #logo {
    float: none;
    text-align: center;
    width: 100%; }

  .lang {
    position: relative;
    text-align: right;
    margin-bottom: 15px;
    top: 15px;
    right: 30px; } }
#actus {
  padding: 70px 0; }

#teams {
  background: #c8c0a6;
  padding: 85px 0 40px; }

.flex-video {
  min-height: 100%;
  position: relative;
  width: 100%;
  overflow: hidden; }

.mobile .flex-video iframe {
  display: none; }

.indexhome .flex-video {
  min-height: 853px; }

.flex-video iframe {
  position: absolute;
  width: 200%;
  height: 200%;
  top: 50%;
  left: -50%;
  transform: translate(0%, -50%); }

#mapmonde {
  padding: 70px 0;
  background: #ececec url(../img/carte.png) no-repeat center bottom; }
  #mapmonde .insight2 {
    padding: 0 113px;
    text-align: justify; }
  #mapmonde #ensavoirplus {
    margin-top: 160px; }

.prefooter {
  background: #c8c0a6;
  padding: 30px 0;
  text-align: left; }
  .prefooter h1 {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #1f3a70; }
    .prefooter h1 a {
      color: #1f3a70; }
  .prefooter ul {
    padding: 0; }
  .prefooter li {
    list-style: none;
    margin-bottom: 5px; }
  .prefooter a {
    font-size: 13px;
    color: white;
    text-decoration: none; }

#contacts {
  width: 325px;
  position: fixed;
  right: -325px;
  top: 0;
  height: 100vh;
  z-index: 5;
  background: #c8c0a6;
  color: white;
  padding: 8px 10px;
  overflow: auto;
  	/*
  	-moz-box-shadow: -5px 0px 2px 0px #CCCCCC;
  	-webkit-box-shadow: -5px 0px 2px 0px #CCCCCC;
  	-o-box-shadow: -5px 0px 2px 0px #CCCCCC;
  	box-shadow: -5px 0px 2px 0px #CCCCCC;
  	filter:progid:DXImageTransform.Microsoft.Shadow(color=#CCCCCC, Direction=180, Strength=2);
  */
  border-left: 1px solid #c8c0a6;
  /* Disable grayscale on hover */ }
  #contacts h1 {
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    font-family: "Muli", sans-serif;
    margin-top: 15px; }
  #contacts #closecontact {
    position: absolute;
    top: 22px;
    right: 10px;
    color: white;
    font-size: 16px;
    text-decoration: none; }
  #contacts .contact {
    vertical-align: middle;
    margin-bottom: 15px;
    position: relative;
    font-size: 12px; }
  #contacts a {
    color: white;
    display: inline-block;
    margin-right: 10px; }
  #contacts a:last-child {
    position: absolute;
    right: -3px;
    top: 25px;
    font-size: 16px; }
    #contacts a:last-child:hover {
      color: #1f3a70; }
  #contacts .picture {
    background: no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 15px; }
  #contacts .round {
    border-radius: 100%;
    width: 75px;
    height: 75px;
    display: inline-block; }
  #contacts span {
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(1);
    /* Google Chrome, Safari 6+ & Opera 15+ */
    filter: grayscale(1);
    /* Microsoft Edge and Firefox 35+ */
    transition: all 0.5s ease; }
  #contacts .contact:hover span {
    -webkit-filter: grayscale(0);
    filter: none; }

.namec {
  display: inline-block;
  vertical-align: middle;
  color: #1f3a70; }

.subnav {
  position: relative;
  z-index: 3;
  clear: both;
  text-align: center;
  padding: 20px 0 12px;
  background: #c8c0a6; }
  .subnav .flexnav li {
    display: inline-block; }

#page2308 #contentinside,
#page2309 #contentinside,
#page2311 #contentinside,
#page2312 #contentinside,
#page1995 #contentinside {
  width: 800px;
  margin: auto;
  max-width: 100%; }

#equipe img {
  transition: 0.5s ease;
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%); }

#equipe a:hover img {
  -webkit-filter: grayscale(0%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(0%); }

#equipe2 li {
  list-style: none; }

#equipe2 > li a:hover .survol,
#page2266 a:hover .survol {
  opacity: 1; }

.survol > div {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%; }

.survol > div > div {
  display: table-cell;
  height: 100%;
  width: 100%;
  vertical-align: middle; }

.footer .grid {
  position: relative;
  left: 50px; }

.survol {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(3, 20, 37, 0.5);
  opacity: 0;
  transition: all 0.5s ease; }

.blochp {
  padding-top: 70px;
  padding-bottom: 70px;
  color: white; }

.owl-theme .owl-controls {
  display: none !important; }

#prestation .grid.grid2 {
/*  margin-bottom: -170px;*/
  clear: both; }

#plaquette.btn {
  position: relative; }

#plaquette.btn img {
  position: absolute;
  top: 0;
  right: 0;
  position: absolute;
  top: -200px;
  right: -225px; }

#contact {
  color: #1f3a70; }

#logo {
  width: 241px;
  display: inline-block; }

body.mobile {
  padding-top: 0; }

body.mobile .flexnav li a {
  text-align: center !important; }

body.mobile #menu li,
body.mobile .flexnav li {
  display: block;
  width: 100%;
  text-align: left !important;
  margin: 0; }

body.mobile .menu-button {
  padding: 10px 16px; }

body.mobile #menu3 {
  width: 100%;
  margin-top: 0; }

.mobile #menu a {
  font-size: 22px;
  line-height: 22px; }

body.mobile #menu {
  background: rgba(219, 214, 198, 0.9);
  position: absolute;
  padding-top: 150px;
  padding-left: 0px;
  text-transform: uppercase;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 2;
  left: 0; }

.mobile .touch-button {
  display: none; }

.mobile .menu-button {
  text-align: center;
  background: #c8c0a6;
  border: 1px solid white;
  border-radius: 5px;
  display: block;
  color: white;
  width: 54px;
  height: 54px;
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 3; }

body.mobile #menu a {
  color: #FFFFFF;
  display: inline-block;
  display: block;
  text-align: center;
  border: 0;
  padding: 5px 0;
  padding-bottom: 0;
  margin: 10px 0; }

body.mobile #menu a.active,
body.mobile #menu a:hover {
  color: white; }

body.mobile .menu-button {
  border: 1px solid #c8c0a6; }

@media (max-width: 1024px) {
  .insight, .wrapper {
    width: 100%;
    min-width: 0; } }
@media (max-width: 480px) {
  body .round1 {
    border-top: none;
    border-radius: 0; }

  #logolink1 {
    float: none;
    text-align: center; }

  .bloc > div {
    float: none  !important;
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (max-width: 768px) {
  #page7 .bloc1 div:first-child {
    padding-left: 25px; }

  #page7 .bloc1 .img_bloc,
  #page6 .bloc1 .img_bloc {
    float: none !important;
    display: block !important; }

  .roundgreen {
    border-width: 6px;
    border-top: 0;
    border-radius: 0;
    background: white; }

  .round1 {
    padding-left: 5px; }

  .socials li:first-child {
    display: block;
    margin-left: 6px; }

  .preview_listen, .listen_menu {
    width: 100%;
    float: none; }

  .grid-2 {
    margin-left: 0;
    margin-right: 0; }

  .grid-1-2 > div {
    padding-left: 10px !important;
    padding-right: 10px !important; }

  .grid-2 > div + div {
    margin-top: 15px; }

  .grid-2 > div {
    width: 100% !important;
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  #formcontact input[type=checkbox] + label, .form input[type=checkbox] + label, .formcontact input[type=checkbox] + label {
    margin-left: 0; }

  ul, li {
    padding-left: 0; }

  .prefooter {
    text-align: center; }

  .prefooter > a,
  .prefooter > .tel {
    display: block; }

  .footer .pl0.prm {
    display: block; }

  .socials {
    padding-bottom: 0;
    padding-top: 10px;
    padding-left: 0;
    display: block;
    margin: auto;
    width: 100%;
    margin-left: -5px; } }
.mobile #logo {
  float: none; }
.mobile .footer .grid {
  left: 0;
  padding-left: 30px; }
.mobile #mapmonde {
  background-size: contain; }
.mobile #actus, .mobile #teams {
  padding-left: 20px;
  padding-right: 20px; }
.mobile #chiffres .grid3 > div {
  float: none;
  width: 100%;
  margin: 0;
  margin-bottom: 15px; }
.mobile #chiffres .grid3 div.before {
  left: 0;
  background-position: center center;
  width: 100%;
  background-repeat: no-repeat;
  top: 0; }
.mobile #flip {
  width: 100%; }
.mobile #flip .flip-container {
  float: none;
  margin: 10px auto; }
.mobile #menu3.fixed #menu {
  padding-top: 160px; }
.mobile #equipe2 > li a .survol {
  opacity: 1; }
.mobile #equipe2 {
  marging-rigt: 0; }
.mobile #equipe2 img {
  width: 100%; }

body.mobile #menu a {
  color: #1f3a70; }

body.mobile #menu {
  height: 100vh;
  left: -15px;
  width: 100vw !important; }

body.mobile #header {
  overflow: visible; }

.mobile #menu {
  height: 0 !important; }

.mobile #menu.flexnav-show {
  height: 100vh !important; }

.mobile .grid2 > div {
  float: none;
  margin: 0;
  margin-bottom: 15px;
  width: 100%; }

.mobile #prestation .grid2 > div:first-child img,
.mobile #access .grid2 > div:first-child img {
  width: 100%; }

.mobile #prestation .grid2 > div:last-child,
.mobile #access .grid2 > div:last-child {
  padding: 0 30px;
  margin-bottom: 0 !important; }

#plaquette {
  margin-top: 190px;
  margin-left: -200px; }

.mobile #plaquette {
  margin-top: 350px;
  margin-left: 0; }

.mobile #plaquette.btn img {
  top: -350px;
  right: 0;
  display: block;
  margin: auto; }

.mobile #prestation .grid.grid2 {
  margin-bottom: 0; }

.mobile #logofulton {
  display: block !important;
  float: none !important;
  width: 100%;
  text-align: center; }

.mobile #textfulton {
  text-align: center; }

body.mobile #menu li a {
  font-size: 40px;
  line-height: 45px;
  margin: 0;
  padding: 0; }

body.mobile #menu li {
  height: 45px;
  line-height: 45px;
  margin-bottom: 20px; }

/*# sourceMappingURL=layout.css.map */
