/*
  Welcome to Compass.
  In this file you should write your main styles. (or centralize your imports)
  Import this file using the following HTML or equivalent:
  <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" />/*/
/* line 5, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Users/adrienbargin/.rvm/gems/ruby-2.1.10/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_forms-buttons.scss */
a:not(.btn-classic) {
  position: relative;
}
/* line 3, ../sass/_forms-buttons.scss */
a:not(.btn-classic):after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background-color: #000;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  bottom: 0;
  left: 0;
}

/* line 16, ../sass/_forms-buttons.scss */
.loader {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 26, ../sass/_forms-buttons.scss */
.loader .spinner {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/contenu/picto/circle.svg") no-repeat center;
  -webkit-animation: spinLoader 2s linear infinite;
  animation: spinLoader 2s linear infinite;
  transform-origin: 40px 40px;
  background-size: 100%;
}

@-webkit-keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinLoader {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* line 53, ../sass/_forms-buttons.scss */
a:not(.btn-classic):hover::after {
  width: 100%;
}

/* line 57, ../sass/_forms-buttons.scss */
.btn-classic {
  font-size: 1.786em;
  font-family: 'TBold';
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  padding: 0.625em 1.26em;
  text-align: center;
  position: relative;
  box-shadow: inset 0 0 0 1px #fff;
  box-sizing: border-box;
  margin: 30px 0;
  line-height: 1.15em;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
@media screen and (max-width: 767px) {
  /* line 57, ../sass/_forms-buttons.scss */
  .btn-classic {
    font-size: 1.7em;
  }
}
/* line 76, ../sass/_forms-buttons.scss */
.btn-classic::before {
  top: 0;
  left: 0;
}
/* line 81, ../sass/_forms-buttons.scss */
.btn-classic::after {
  bottom: 0;
  right: 0;
}
/* line 86, ../sass/_forms-buttons.scss */
.btn-classic::after, .btn-classic::before {
  box-sizing: inherit;
  content: "";
  position: absolute;
  background-color: transparent;
  border: 1px solid transparent;
  width: 0;
  height: 0;
}
/* line 97, ../sass/_forms-buttons.scss */
.btn-classic:hover {
  box-shadow: inset 0 0 0 1px transparent;
}
/* line 100, ../sass/_forms-buttons.scss */
.btn-classic:hover::after, .btn-classic:hover::before {
  width: 100%;
  height: 100%;
  background-color: transparent;
}
/* line 107, ../sass/_forms-buttons.scss */
.btn-classic:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  -moz-transition: width 0.25s ease, height 0.25s ease 0.25s;
  -o-transition: width 0.25s ease, height 0.25s ease 0.25s;
  -webkit-transition: width 0.25s ease, height 0.25s ease 0.25s;
  transition: width 0.25s ease, height 0.25s ease 0.25s;
}
/* line 113, ../sass/_forms-buttons.scss */
.btn-classic:hover::after {
  border-bottom-color: #fff;
  border-left-color: #fff;
  -moz-transition: border-color 0s ease 0.5s, width 0.25s ease 0.5s, height 0.25s ease 0.75s;
  -o-transition: border-color 0s ease 0.5s, width 0.25s ease 0.5s, height 0.25s ease 0.75s;
  -webkit-transition: border-color 0s ease 0.5s, width 0.25s ease 0.5s, height 0.25s ease 0.75s;
  transition: border-color 0s ease 0.5s, width 0.25s ease 0.5s, height 0.25s ease 0.75s;
}

/* line 122, ../sass/_forms-buttons.scss */
button.play-video {
  position: absolute;
  overflow: hidden;
  z-index: 4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  background: url(../img/contenu/picto/player.svg) no-repeat center;
  border: none;
  padding: 0;
  width: 85px;
  height: 85px;
  cursor: pointer;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}
/* line 137, ../sass/_forms-buttons.scss */
button.play-video:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  -moz-transform: translate(-50%, -50%) scale(1.2);
  -ms-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}

/* line 143, ../sass/_forms-buttons.scss */
.video-controls {
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  height: 40px;
  left: 0;
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
/* line 155, ../sass/_forms-buttons.scss */
.video-controls .volume,
.video-controls button {
  position: absolute;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* line 164, ../sass/_forms-buttons.scss */
.video-loaded .video-controls {
  opacity: 1;
}

/* line 168, ../sass/_forms-buttons.scss */
.video-loaded .video-controls.hideControls {
  opacity: 0;
}

/* line 172, ../sass/_forms-buttons.scss */
.video-controls button.play-pause {
  background: url(../img/contenu/picto/play.svg) no-repeat center;
  top: 0;
  left: 0;
}

/* line 178, ../sass/_forms-buttons.scss */
.video-playing .video-controls button.play-pause {
  background: url(../img/contenu/picto/pause.svg) no-repeat center;
}

/* line 183, ../sass/_forms-buttons.scss */
.video-controls .volume {
  display: inline-block;
  position: absolute;
  left: 32px;
  top: 8px;
  height: 20px;
  width: 30px;
  overflow: hidden;
}
/* line 192, ../sass/_forms-buttons.scss */
.video-controls .volume:hover {
  overflow: visible;
}

/* line 197, ../sass/_forms-buttons.scss */
.video-controls .bt-volume {
  background: url(../img/contenu/picto/volume-control.svg) no-repeat center;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 20px;
}

/* line 205, ../sass/_forms-buttons.scss */
.video-controls .backBar {
  opacity: 1;
  width: 80px;
  background-color: transparent;
  -webkit-transform: rotate(-90deg) translate(75px, -29px);
  transform: rotate(-90deg) translate(75px, -29px);
}

/* line 213, ../sass/_forms-buttons.scss */
.video-controls input.volume-bar {
  height: 1px;
  background-color: #fff;
  border-radius: 0;
  width: 80%;
  box-shadow: 0 -1px 3px #3F3F3F;
  position: relative;
  left: 5px;
  outline: 0;
}

/* line 224, ../sass/_forms-buttons.scss */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  background: #fff;
  outline: 0;
}

/* line 232, ../sass/_forms-buttons.scss */
.video-controls .bt-volume.icon-mute {
  background: url(../img/contenu/picto/mute.svg) no-repeat 49.6% 50.1%;
  height: 20px;
  width: 28px;
}

/* line 239, ../sass/_forms-buttons.scss */
.accessPB {
  height: 35px;
  width: calc(100% - 125px);
  left: 72px;
  position: absolute;
  display: inline;
  top: 0;
}

/* line 249, ../sass/_forms-buttons.scss */
progress[value],
progress[value]::-webkit-progress-value {
  background-color: #fff;
}

/* line 254, ../sass/_forms-buttons.scss */
progress {
  width: 100%;
  position: relative;
  height: 1px;
  -webkit-appearance: none;
  border: none;
  background-color: #3F3F3F;
  cursor: pointer;
  top: 2px;
}

/* line 266, ../sass/_forms-buttons.scss */
.video-controls button.full-screen {
  cursor: nwse-resize;
  background: url(../img/contenu/picto/fullscreen.svg) no-repeat center;
  right: 5px;
  top: 0;
}

/* line 274, ../sass/_forms-buttons.scss */
.fullScreen .video-container {
  width: 100% !important;
}
/* line 276, ../sass/_forms-buttons.scss */
.fullScreen .video-container:after {
  display: none !important;
}

/* line 281, ../sass/_forms-buttons.scss */
.fullScreen .video-container:after,
.fullScreen figure:after,
.fullScreen figure:before {
  display: none !important;
}

/* line 1, ../sass/_global.scss */
* {
  box-sizing: border-box;
}

/* line 5, ../sass/_global.scss */
html, .main {
  height: 100%;
}

/* line 9, ../sass/_global.scss */
body {
  background-color: #fff;
  overflow-x: hidden;
  font-family: "TMed";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 1.428em;
}

/* line 19, ../sass/_global.scss */
.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* line 26, ../sass/_global.scss */
::selection {
  background: #ededed;
  /* WebKit/Blink Browsers */
}

/* line 29, ../sass/_global.scss */
::-moz-selection {
  background: #ededed;
  /* Gecko Browsers */
}

/* line 33, ../sass/_global.scss */
.split_template::-webkit-scrollbar {
  display: none;
}

/* Safari */
/* line 34, ../sass/_global.scss */
.split_template::-moz-scrollbars {
  display: none;
}

/* line 35, ../sass/_global.scss */
.split_template::-o-scrollbar {
  display: none;
}

/* opera */
/* line 36, ../sass/_global.scss */
.split_template::-google-ms-scrollbar {
  display: none;
}

/* line 37, ../sass/_global.scss */
.split_template::-khtml-scrollbar {
  display: none;
}

/* line 39, ../sass/_global.scss */
.hidden {
  display: none !important;
}

/* line 43, ../sass/_global.scss */
strong {
  font-family: 'TBold';
}

/* line 47, ../sass/_global.scss */
button {
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  text-indent: -999999px;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}
/* line 56, ../sass/_global.scss */
button:focus, button:active, button:hover {
  outline: 0;
}

/* line 61, ../sass/_global.scss */
input, input:focus, textarea:focus, select:focus {
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

/* line 67, ../sass/_global.scss */
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
  background-color: transparent;
  background-image: none;
  color: black;
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

/* line 75, ../sass/_global.scss */
.visible {
  display: block !important;
}

/* line 80, ../sass/_global.scss */
h1, h2, h3, h4 {
  font-family: 'TBold', sans-serif;
  line-height: 1.3em;
}

/* line 85, ../sass/_global.scss */
h2,
.page_section h3 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

/* line 93, ../sass/_global.scss */
h3,
.page_section h4 {
  font-size: 1.143em;
  margin: 0.83em 0;
}

/* line 100, ../sass/_global.scss */
p + ul,
p + p,
ul + p,
ul + ul {
  margin-top: 0.83em;
}

/* line 107, ../sass/_global.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 113, ../sass/_global.scss */
ul.text-list li {
  line-height: 1.3em;
  font-size: 1.143em;
}
/* line 116, ../sass/_global.scss */
ul.text-list li:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 10px;
  width: 10px;
  margin-right: 8px;
  font-family: FontAwesome;
  color: inherit;
  font-size: .6em;
}

/* line 133, ../sass/_global.scss */
ul.big-list {
  font-family: 'TBold';
  font-size: 1.786em;
}
@media screen and (max-width: 568px) {
  /* line 133, ../sass/_global.scss */
  ul.big-list {
    font-size: 1.586em;
  }
}
/* line 141, ../sass/_global.scss */
ul.big-list li {
  line-height: 1.3em;
}
/* line 143, ../sass/_global.scss */
ul.big-list li:before {
  content: "\f068";
  position: relative;
  display: inline-block;
  width: 5px;
  height: 15px;
  width: 15px;
  margin-right: 8px;
  font-family: FontAwesome;
  color: inherit;
  font-size: .7em;
}

/* line 158, ../sass/_global.scss */
img {
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  vertical-align: bottom;
}

/* line 164, ../sass/_global.scss */
img.loaded {
  opacity: 1;
}

/* line 168, ../sass/_global.scss */
.img-responsive {
  width: 100%;
  height: auto;
}

/* line 173, ../sass/_global.scss */
.grid .bloc a {
  display: block;
}

/* line 177, ../sass/_global.scss */
.grid section {
  position: relative;
}

/* line 181, ../sass/_global.scss */
.grid section header {
  position: absolute;
  bottom: 0;
  z-index: 2;
  color: #fff;
  padding: 20px;
}
/* line 188, ../sass/_global.scss */
.grid section header h2 {
  font-size: 2.143em;
  margin-bottom: 0;
  line-height: 1.2em;
}
/* line 194, ../sass/_global.scss */
.grid section header time + h2 {
  margin-top: .3em;
}
/* line 198, ../sass/_global.scss */
.grid section header time,
.grid section header .titleGrid {
  font-family: 'TLight';
  font-size: 1.286em;
  line-height: 1.2em;
}

/* line 206, ../sass/_global.scss */
.grid:not(.grid_base) .bloc figure:after {
  content: "";
  display: block;
  position: absolute;
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.1;
  transition: opacity .3s ease-in-out;
  -webkit-transition: opacity .3s ease-in-out;
}

/* line 220, ../sass/_global.scss */
.grid:not(.grid_base) .bloc:hover figure:after {
  opacity: 0;
}

/* line 226, ../sass/_global.scss */
.mosaic--header {
  width: 100%;
  padding: 3em 15px;
  text-align: center;
  min-height: 33vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/* line 234, ../sass/_global.scss */
.mosaic--header > div {
  margin: auto;
}
@media screen and (min-width: 767px) {
  /* line 226, ../sass/_global.scss */
  .mosaic--header {
    padding: 6em;
    min-height: 66vh;
  }
}
/* line 243, ../sass/_global.scss */
.mosaic--header h1 {
  margin-bottom: 40px;
  font-size: 1.786em;
  display: inline-block;
  /*border-bottom-width: 2px;
  border-style: solid;*/
}
/* line 250, ../sass/_global.scss */
.mosaic--header h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 0;
  -moz-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
@media screen and (min-width: 991px) {
  /* line 243, ../sass/_global.scss */
  .mosaic--header h1 {
    font-size: 2.429em;
  }
}
/* line 264, ../sass/_global.scss */
.mosaic--header p.catch-line {
  max-width: 850px;
  margin: auto;
  font-family: 'TBold';
}
@media screen and (max-width: 767px) {
  /* line 264, ../sass/_global.scss */
  .mosaic--header p.catch-line {
    font-size: 2em;
    line-height: 1.3em;
  }
}
@media screen and (min-width: 767px) {
  /* line 264, ../sass/_global.scss */
  .mosaic--header p.catch-line {
    font-size: 5em;
    line-height: 1.3em;
  }
}
/* line 283, ../sass/_global.scss */
.mosaic--header p.desc {
  font-size: 1.143em;
  line-height: 1.5em;
  font-family: 'TLight';
  margin: 40px auto 0 auto;
  max-width: 550px;
}

/* line 292, ../sass/_global.scss */
.body_ready .mosaic--header h1:after {
  width: 100%;
}

/* Tiny Scrollbar */
/*#scrollbar .viewport { 
	width: 100%; 
	height: 100%;
	position: relative; 
}

.masqueUp #scrollbar .viewport { 
	height: calc(100%);
}

#scrollbar .overview { 

	@media screen and (min-width:$break-medium){
		list-style: none; 
		position: absolute; 
		left: 0; 
		top: 0; 
		padding: 20px 40px;
		margin: 0;
		//@include transition(all .2s linear); 
		overflow:hidden;
	}
	
}

@media screen and (min-width:$break-medium){
	#scrollbar .overview.view-large{
		padding:75px 40px 40px
	}
}

#scrollbar .scrollbar{ 
	background: transparent;
	position: relative; 
	background-position: 0 0; 
	float: right; 
	width: 15px; 

	@media screen and (max-width:$break-medium){
		display:none;
	}
}

#scrollbar .track { 
	height: 100%; 
	width:13px; 
	position: relative; 
	padding: 0 1px; 
}

#scrollbar .thumb { 
	background: #fff;
	height: 5px; 
	width: 10px; 
	cursor: pointer; 
	overflow: hidden; 
	position: absolute; 
	top: 0; 
	left: 5px; 
	//max-height: 75px;
}
#scrollbar .thumb .end { 
	overflow: hidden; 
	height: 5px; 
	width: 25px;
}

#scrollbar .disable { display: none; }

.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
*/
/* line 375, ../sass/_global.scss */
.aside header.header_global {
  margin: 20px 0;
}
@media screen and (max-width: 991px) {
  /* line 375, ../sass/_global.scss */
  .aside header.header_global {
    padding: 25px 30px 0 30px;
  }
}
/* line 380, ../sass/_global.scss */
.aside header.header_global a {
  display: inline-block;
}
@media screen and (min-width: 991px) {
  /* line 380, ../sass/_global.scss */
  .aside header.header_global a {
    margin-bottom: 25px;
    padding-bottom: 5px;
  }
}
/* line 391, ../sass/_global.scss */
.aside header.header_global .share + .alternative {
  margin-bottom: 25px;
}
/* line 395, ../sass/_global.scss */
.aside header.header_global .alternative {
  color: inherit;
  font-family: 'Tbold';
  display: inline-block;
  font-size: 1.786em;
  line-height: 1.2em;
}
@media screen and (max-width: 991px) {
  /* line 395, ../sass/_global.scss */
  .aside header.header_global .alternative {
    padding-right: 60px;
    padding: 7px 0;
  }
}
@media screen and (min-width: 991px) {
  /* line 395, ../sass/_global.scss */
  .aside header.header_global .alternative {
    font-size: 2.429em;
    padding-top: 7px;
    padding-bottom: 0;
  }
}
/* line 414, ../sass/_global.scss */
.aside h1 {
  margin-bottom: 15px;
  font-size: 1.286em;
}
@media screen and (max-width: 991px) {
  /* line 414, ../sass/_global.scss */
  .aside h1 {
    padding-right: 60px;
  }
}
@media screen and (min-width: 991px) {
  /* line 414, ../sass/_global.scss */
  .aside h1 {
    font-size: 1.786em;
  }
}
/* line 427, ../sass/_global.scss */
.aside h1.bigH1 {
  font-size: 2.429em;
}
/* line 431, ../sass/_global.scss */
.aside .text-highlight {
  font-family: 'TBold', sans-serif;
  padding: 1.5em 0;
  font-size: 3.429em;
  line-height: 1.5em;
}
/* line 439, ../sass/_global.scss */
.aside time {
  font-family: 'TLight';
  display: block;
}
@media screen and (min-width: 991px) {
  /* line 439, ../sass/_global.scss */
  .aside time {
    font-size: 1.786em;
  }
}
/* line 447, ../sass/_global.scss */
.aside time.bigTime {
  display: block;
  font-size: 1.7em;
  margin-bottom: .5em;
}
@media screen and (min-width: 991px) {
  /* line 447, ../sass/_global.scss */
  .aside time.bigTime {
    font-size: 2.429em;
  }
}
@media screen and (max-width: 991px) {
  /* line 456, ../sass/_global.scss */
  .aside .share {
    margin-bottom: 20px;
    position: absolute;
    right: 30px;
    top: 40px;
  }
}
/* line 465, ../sass/_global.scss */
.aside .share ul li {
  display: inline-block;
  font-size: 1.500em;
}
/* line 469, ../sass/_global.scss */
.aside .share ul li a {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border: none;
}
/* line 472, ../sass/_global.scss */
.aside .share ul li a:after {
  display: none;
}
/* line 477, ../sass/_global.scss */
.aside .share ul li a:hover {
  opacity: .7;
}
/* line 483, ../sass/_global.scss */
.aside .share ul li a span.icon-facebook {
  font-size: 1.3em;
  position: relative;
  top: 1px;
  left: -2px;
}
/* line 492, ../sass/_global.scss */
.aside .share + a {
  border: none !important;
}
@media screen and (max-width: 991px) {
  /* line 496, ../sass/_global.scss */
  .aside .bloc-text {
    padding: 0 25px 25px 25px;
  }
}

/* line 503, ../sass/_global.scss */
.mosaic.split_template .aside header.header_global {
  margin-bottom: 0;
}

/* line 507, ../sass/_global.scss */
.bloc-text h2 {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 991px) {
  /* line 507, ../sass/_global.scss */
  .bloc-text h2 {
    margin-bottom: 8px;
  }
}
/* line 515, ../sass/_global.scss */
.bloc-text h2:after {
  content: "";
  display: block;
  width: 0;
  position: relative;
  bottom: -3px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
/* line 527, ../sass/_global.scss */
.bloc-text h2:hover:after {
  width: 100%;
}

/* line 532, ../sass/_global.scss */
.bloc-text h2:first-child {
  margin-top: 0;
}
@media screen and (max-width: 991px) {
  /* line 532, ../sass/_global.scss */
  .bloc-text h2:first-child {
    margin: 5px 0 0;
    padding-right: 40px;
  }
}

/* line 541, ../sass/_global.scss */
.full_screen .bloc-text h2,
.page_section:not(.projet-single) .bloc-text h2 {
  display: inline-block;
}
@media screen and (min-width: 991px) {
  /* line 541, ../sass/_global.scss */
  .full_screen .bloc-text h2,
  .page_section:not(.projet-single) .bloc-text h2 {
    margin-bottom: 25px;
    display: table-caption;
  }
}

/* line 555, ../sass/_global.scss */
.bloc-text p:nth-child(1) {
  margin-top: 15px;
}

/* line 559, ../sass/_global.scss */
.projet-single h2 {
  letter-spacing: 0.10em;
  font-family: 'TMed';
  font-size: 1em;
  margin-top: 0;
}
/* line 565, ../sass/_global.scss */
.projet-single h2::after {
  height: 1px;
}

/* line 570, ../sass/_global.scss */
.content--global {
  opacity: 1;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 991px) {
  /* line 574, ../sass/_global.scss */
  .content--global .bloc-text {
    padding: 7px 25px 15px 25px;
    color: #fff;
    position: relative;
    /*&:after{
    	content:"";
    	background-color:#fff;
    	width:100%;
    	position:absolute;
    	bottom:0;
    	height:4px;
    	display:block;
    	left:0;
    }*/
  }
}
@media screen and (max-width: 767px) {
  /* line 574, ../sass/_global.scss */
  .content--global .bloc-text {
    padding: 7px 20px 15px 20px;
  }
}
@media screen and (min-width: 991px) {
  /* line 570, ../sass/_global.scss */
  .content--global {
    color: transparent;
  }
}

/* line 603, ../sass/_global.scss */
.content--global.invisible {
  opacity: 0;
}

/* line 607, ../sass/_global.scss */
.bloc-text {
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 609, ../sass/_global.scss */
.bloc-text p {
  font-size: 1.143em;
  line-height: 1.35em;
}
@media screen and (min-width: 991px) {
  /* line 607, ../sass/_global.scss */
  .bloc-text {
    background-color: transparent !important;
  }
}
/* line 618, ../sass/_global.scss */
.bloc-text header {
  margin-bottom: 3px;
  position: relative;
}
@media screen and (min-width: 991px) {
  /* line 622, ../sass/_global.scss */
  .bloc-text header .openProjet {
    display: none;
  }
}
@media screen and (max-width: 990px) {
  /* line 622, ../sass/_global.scss */
  .bloc-text header .openProjet {
    width: 20px;
    height: 20px;
    position: absolute;
    top: -2px;
    display: inline-block;
    cursor: pointer;
    right: 7px;
    border-color: inherit;
    border-top-width: 1px;
    border-top-style: solid;
    border-left-width: 1px;
    border-left-style: solid;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    			/*&:after,
    			&:before{
    				content:"";
    				position:absolute;
    				display:block;
    				width:20px;
    				height:1px;
    				background-color:#fff;
    			}
    
    			&:before{
    				@include transform(rotate(-45deg));
    				left: calc(50% + 1px);
    			    top: 50%;
    			    width: 19px;
    			}
    			&:after{
    				@include transform(rotate(45deg));
    				left:0;
    				top:50%
    			}*/
  }
}
@media screen and (max-width: 990px) and (min-width: 767px) {
  /* line 622, ../sass/_global.scss */
  .bloc-text header .openProjet {
    left: 40%;
  }
}

/* line 678, ../sass/_global.scss */
.bloc-text .bloc-text--inner {
  font-family: 'TLight';
  height: 0;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
  padding: 0;
  will-change: padding;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media screen and (min-width: 991px) {
  /* line 678, ../sass/_global.scss */
  .bloc-text .bloc-text--inner {
    padding-right: 20px;
  }
}

/* line 693, ../sass/_global.scss */
body:not(.body_ready) .bloc-text {
  opacity: 0;
}

/* line 697, ../sass/_global.scss */
body:not(.projet-single) .bloc-text header .openProjet {
  top: 10px;
}

/* line 701, ../sass/_global.scss */
body:not(.projet-single) .openGo .bloc-text header .openProjet {
  top: 20px;
}

/* line 705, ../sass/_global.scss */
.split_template.page_section .bloc-text .bloc-text--inner {
  -moz-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  -webkit-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}

/* line 714, ../sass/_global.scss */
.split_template:not(.page_section) .aside .bloc-text {
  font-family: 'TLight';
}
@media screen and (min-width: 991px) {
  /* line 714, ../sass/_global.scss */
  .split_template:not(.page_section) .aside .bloc-text {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) {
  /* line 714, ../sass/_global.scss */
  .split_template:not(.page_section) .aside .bloc-text {
    padding: 0 30px 30px;
  }
}

/* line 733, ../sass/_global.scss */
.openGo .bloc-text h2::after {
  width: 100%;
}
/* line 739, ../sass/_global.scss */
.openGo .bloc-text .bloc-text--inner {
  height: auto;
  opacity: 1;
  padding-top: .5em;
  padding-bottom: 5em;
  z-index: 2;
}
@media screen and (max-width: 991px) {
  /* line 747, ../sass/_global.scss */
  .openGo .bloc-text h2 {
    margin-bottom: 10px;
  }
}
/* line 755, ../sass/_global.scss */
.openGo .bloc-text header .openProjet {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

/* line 761, ../sass/_global.scss */
.projet-single .openGo .bloc-text .bloc-text--inner {
  padding-bottom: 20px;
}

/* line 765, ../sass/_global.scss */
.big {
  font-family: "TBold", sans-serif !important;
  margin-top: 0;
  display: inline;
  position: relative;
  line-height: 1em;
}
@media screen and (max-width: 991px) {
  /* line 765, ../sass/_global.scss */
  .big {
    font-size: 2.429em;
    margin: 0;
  }
}
@media screen and (min-width: 991px) {
  /* line 765, ../sass/_global.scss */
  .big {
    font-size: 3.429em;
  }
}

/* line 782, ../sass/_global.scss */
.bloc-text p a:not(.btn-classic) {
  display: inline-block;
  line-height: 1.1em;
  -moz-transition: border-bottom-color 0s ease 0.5s;
  -o-transition: border-bottom-color 0s ease 0.5s;
  -webkit-transition: border-bottom-color 0s ease 0.5s;
  transition: border-bottom-color 0s ease 0.5s;
}
/* line 790, ../sass/_global.scss */
.bloc-text p a:not(.btn-classic):hover {
  border-bottom: 1px solid transparent;
  -moz-transition: border-bottom-color 0s ease 0s;
  -o-transition: border-bottom-color 0s ease 0s;
  -webkit-transition: border-bottom-color 0s ease 0s;
  transition: border-bottom-color 0s ease 0s;
}

/* line 799, ../sass/_global.scss */
.img_fullscreen {
  opacity: 0;
  -moz-transition: opacity 0.5s ease 0.3s;
  -o-transition: opacity 0.5s ease 0.3s;
  -webkit-transition: opacity 0.5s ease 0.3s;
  transition: opacity 0.5s ease 0.3s;
}
/* line 804, ../sass/_global.scss */
.img_fullscreen figure {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  min-height: calc(100vh - 85px);
}
@media screen and (max-width: 767px) {
  /* line 804, ../sass/_global.scss */
  .img_fullscreen figure {
    min-height: calc(100vh - 50px);
  }
}

/* line 816, ../sass/_global.scss */
.home .main {
  min-height: 100vh;
}

/* line 820, ../sass/_global.scss */
.home .img_fullscreen figure {
  min-height: 100vh;
}

/* line 824, ../sass/_global.scss */
.img_fullscreen.loaded {
  opacity: 1;
}

/* line 829, ../sass/_global.scss */
.full_screen h3 {
  font-size: 1.5em;
}

/*.full_screen.mosaic_base, .home{
	.img_fullscreen{
		&:after{
			content:"";
			display:block;
			background-color:#fff;
			width:100%;
			height:4px;
			bottom:0;
			position:absolute;
		}
	}
}*/
@media screen and (max-width: 991px) {
  /* line 850, ../sass/_global.scss */
  .content--text {
    padding-top: 25px;
  }

  /* line 854, ../sass/_global.scss */
  .content--text + .content--text {
    padding-top: 0;
  }

  /* line 858, ../sass/_global.scss */
  .content--text.openGo + .content--text {
    margin-top: 1.5em;
  }

  /* line 863, ../sass/_global.scss */
  .content--text:not(:last-of-type) .bloc-text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 991px) {
  /* line 870, ../sass/_global.scss */
  .page_section .share {
    top: 45px;
  }
}

@media screen and (max-width: 991px) {
  /* line 876, ../sass/_global.scss */
  .mosaic.split_template .share {
    top: 50px;
  }
}

/* line 884, ../sass/_global.scss */
.full_screen.mosaic_base h1 {
  font-family: 'TLight', sans-serif;
  font-size: 2.429em;
}
@media screen and (max-width: 991px) {
  /* line 889, ../sass/_global.scss */
  .full_screen.mosaic_base .share {
    top: 50px;
  }
}
/* line 895, ../sass/_global.scss */
.full_screen.mosaic_base .header_global h1 + span {
  font-size: 2.429em;
  line-height: 1.3em;
}

/*/ VIDEO (cf _forms-buttons for controls)/*/
/* line 904, ../sass/_global.scss */
.video-container video {
  width: 100%;
  height: auto;
}

/* line 909, ../sass/_global.scss */
.video-container:not(.bg_video_wrapper--controls) {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/* line 914, ../sass/_global.scss */
.video-container.v_container-loaded {
  opacity: 1;
}

/* line 920, ../sass/_global.scss */
.bg_video_wrapper {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 767px) {
  /* line 924, ../sass/_global.scss */
  .bg_video_wrapper button.play-video {
    display: none;
  }
}
/* line 929, ../sass/_global.scss */
.bg_video_wrapper video {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
  height: auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  /* line 929, ../sass/_global.scss */
  .bg_video_wrapper video {
    max-height: 100vh;
  }
}

/* line 951, ../sass/_global.scss */
.bg_video_wrapper--controls .bg_video_wrapper video {
  width: 100%;
  max-width: 100%;
}
/* line 955, ../sass/_global.scss */
.bg_video_wrapper--controls .video-controls {
  opacity: 1;
  bottom: 15px;
}
/* line 959, ../sass/_global.scss */
.bg_video_wrapper--controls .video-controls.hideControls {
  opacity: 0;
}

/* line 965, ../sass/_global.scss */
.bg_video_wrapper video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

/*/ INTRO HOME PAGE /*/
/* line 975, ../sass/_global.scss */
.intro-home {
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
}
@media screen and (max-width: 767px) {
  /* line 975, ../sass/_global.scss */
  .intro-home {
    width: 100%;
    padding: 10px;
  }
}
/* line 992, ../sass/_global.scss */
.intro-home h1 {
  font-size: 3.857em;
  line-height: 1.1em;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 992, ../sass/_global.scss */
  .intro-home h1 {
    font-size: 2.429em;
  }
}
/* line 1001, ../sass/_global.scss */
.intro-home p {
  font-size: 1.2em;
  line-height: 1.3em;
  font-family: 'TLight';
  margin: 1.5em;
}
@media screen and (min-width: 767px) {
  /* line 1001, ../sass/_global.scss */
  .intro-home p {
    font-size: 1.786em;
  }
}
/* line 1012, ../sass/_global.scss */
.intro-home svg {
  cursor: pointer;
  width: 300px;
  height: 150px;
}
@media screen and (max-width: 767px) {
  /* line 1012, ../sass/_global.scss */
  .intro-home svg {
    width: 150px;
    height: 80px;
  }
}
/* line 1022, ../sass/_global.scss */
.intro-home ul.lang {
  margin: 2.5em 0;
}
/* line 1025, ../sass/_global.scss */
.intro-home ul.lang li:first-child {
  border-right-width: 2px;
  border-right-style: solid;
}
/* line 1029, ../sass/_global.scss */
.intro-home ul.lang li.active {
  font-family: 'TBold';
}
/* line 1033, ../sass/_global.scss */
.intro-home ul.lang li {
  display: inline-block;
  position: relative;
  font-size: 1.786em;
  letter-spacing: 0.08em;
}
/* line 1040, ../sass/_global.scss */
.intro-home ul.lang li {
  padding: 0 10px;
    	/*&:after{
    		display: block;
		    content: "";
		    height: 22px;
		    width: 2px;
		    position: absolute;
		    right: 7px;
		    background-color: #fff;
		    top: -3px;
    	}*/
}

/* line 1056, ../sass/_global.scss */
.scrollDown {
  bottom: 25px;
  will-change: opacity;
  left: 50%;
  font-size: 30px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -moz-transition: opacity 0.3s ease 0.8s;
  -o-transition: opacity 0.3s ease 0.8s;
  -webkit-transition: opacity 0.3s ease 0.8s;
  transition: opacity 0.3s ease 0.8s;
  position: absolute;
  cursor: pointer;
  z-index: 99;
}
@media screen and (max-width: 767px) {
  /* line 1056, ../sass/_global.scss */
  .scrollDown {
    bottom: 15px;
  }
}
/* line 1069, ../sass/_global.scss */
.scrollDown span {
  will-change: transform;
  -moz-transition: transform 0.5s ease 0.8s;
  -o-transition: transform 0.5s ease 0.8s;
  -webkit-transition: transform 0.5s ease 0.8s;
  transition: transform 0.5s ease 0.8s;
  -webkit-transform: translate(0, -100px);
  -moz-transform: translate(0, -100px);
  -ms-transform: translate(0, -100px);
  transform: translate(0, -100px);
  width: 30px;
  height: 40px;
  display: block;
}
/* line 1078, ../sass/_global.scss */
.scrollDown span svg {
  width: auto;
  height: 100%;
}

/* line 1087, ../sass/_global.scss */
.blackHome .intro-home {
  color: #000;
}
/* line 1090, ../sass/_global.scss */
.blackHome .intro-home svg path {
  fill: #000;
}
/* line 1094, ../sass/_global.scss */
.blackHome .intro-home ul.lang li a {
  color: #000;
}
/* line 1098, ../sass/_global.scss */
.blackHome .intro-home ul.lang li:first-child::after {
  background-color: #000;
}
/* line 1103, ../sass/_global.scss */
.blackHome .scrollDown span {
  background: url(../img/contenu/picto/fleche-scroll-black.svg) no-repeat center;
  background-size: 40px;
}

/* line 1109, ../sass/_global.scss */
.img_fullscreen video {
  opacity: 0;
}

/* line 1113, ../sass/_global.scss */
.img_fullscreen.loaded video {
  opacity: 1;
  -moz-transition: opacity 0.5s ease 0.5s;
  -o-transition: opacity 0.5s ease 0.5s;
  -webkit-transition: opacity 0.5s ease 0.5s;
  transition: opacity 0.5s ease 0.5s;
  margin: 0 -1px;
}

/* line 1119, ../sass/_global.scss */
.home .img_fullscreen {
  opacity: 0;
  -moz-transition: opacity 0.5s ease 1.5s;
  -o-transition: opacity 0.5s ease 1.5s;
  -webkit-transition: opacity 0.5s ease 1.5s;
  transition: opacity 0.5s ease 1.5s;
}

/* line 1124, ../sass/_global.scss */
.home .img_fullscreen.loaded video {
  opacity: 1;
  -moz-transition: opacity 0.5s ease 2s;
  -o-transition: opacity 0.5s ease 2s;
  -webkit-transition: opacity 0.5s ease 2s;
  transition: opacity 0.5s ease 2s;
}

/* line 1131, ../sass/_global.scss */
.anim-ready .intro-home {
  opacity: 1;
}
/* line 1135, ../sass/_global.scss */
.anim-ready .scrollDown {
  opacity: 1 !important;
}
/* line 1137, ../sass/_global.scss */
.anim-ready .scrollDown span {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* line 1142, ../sass/_global.scss */
.anim-ready .img_fullscreen.loaded {
  opacity: 1;
}
/* line 1146, ../sass/_global.scss */
.anim-ready .img_fullscreen.loaded video {
  opacity: 1;
}

/* line 1155, ../sass/_global.scss */
.error404 .cd-header {
  background-color: transparent;
}
/* line 1159, ../sass/_global.scss */
.error404 a.cd-primary-nav-trigger,
.error404 #primary-nav, .error404 #secondary-nav {
  display: none;
}
/* line 1164, ../sass/_global.scss */
.error404 .main {
  height: calc(100vh - 85px);
}
@media screen and (max-width: 767px) {
  /* line 1164, ../sass/_global.scss */
  .error404 .main {
    height: calc(100vh - 70px);
  }
}
/* line 1171, ../sass/_global.scss */
.error404 .main > div {
  text-align: center;
  font-family: 'TBold', sans-serif;
  position: relative;
  top: 50%;
  padding: 0 25px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
/* line 1179, ../sass/_global.scss */
.error404 .main > div a {
  border-bottom: 1px solid #000;
  -moz-transition: border-color 0.3s ease 0.5s;
  -o-transition: border-color 0.3s ease 0.5s;
  -webkit-transition: border-color 0.3s ease 0.5s;
  transition: border-color 0.3s ease 0.5s;
}
/* line 1182, ../sass/_global.scss */
.error404 .main > div a:hover {
  border-bottom: 1px solid transparent;
  -moz-transition: border-color 0s;
  -o-transition: border-color 0s;
  -webkit-transition: border-color 0s;
  transition: border-color 0s;
}
/* line 1188, ../sass/_global.scss */
.error404 .main > div span {
  font-size: 15em;
  display: block;
  margin-bottom: .4em;
}
@media screen and (max-width: 767px) {
  /* line 1188, ../sass/_global.scss */
  .error404 .main > div span {
    font-size: 10em;
  }
}
/* line 1197, ../sass/_global.scss */
.error404 .main > div h1 {
  font-size: 3em;
  margin-bottom: .4em;
}
@media screen and (max-width: 767px) {
  /* line 1197, ../sass/_global.scss */
  .error404 .main > div h1 {
    font-size: 2em;
  }
}
/* line 1205, ../sass/_global.scss */
.error404 .main > div p.tagLine {
  font-size: 1.786em;
  font-family: 'TLight';
  line-height: 1.2em;
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  /* line 1205, ../sass/_global.scss */
  .error404 .main > div p.tagLine {
    font-size: 1.3em;
  }
}

/* line 1218, ../sass/_global.scss */
.substitute {
  max-width: 1%;
}

/* line 1224, ../sass/_global.scss */
.split_template.scroller .grid {
  opacity: 0;
  -moz-transition: opacity 0.5s ease 1.2s;
  -o-transition: opacity 0.5s ease 1.2s;
  -webkit-transition: opacity 0.5s ease 1.2s;
  transition: opacity 0.5s ease 1.2s;
}

/* line 1229, ../sass/_global.scss */
.body_ready.split_template.scroller .grid {
  opacity: 1;
}

/* line 1233, ../sass/_global.scss */
.projet-single .openGo h2 {
  pointer-events: none;
}

/* line 1, ../sass/_layout.scss */
.wrapper {
  padding-top: 85px;
}
@media screen and (max-width: 767px) {
  /* line 1, ../sass/_layout.scss */
  .wrapper {
    padding-top: 55px;
  }
}

/* line 8, ../sass/_layout.scss */
.home .wrapper {
  padding-top: 0;
}

@media screen and (min-width: 1200px) {
  /* line 12, ../sass/_layout.scss */
  .grid {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1200px) {
  /* line 12, ../sass/_layout.scss */
  .grid {
    padding: 10px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 12, ../sass/_layout.scss */
  .grid {
    padding-bottom: 0;
  }
}

/*body:not(.home) .grid:first-child{
	padding-top:0;
}*/
/* line 30, ../sass/_layout.scss */
.mosaic.split_template .main {
  padding: 0;
}
/* line 34, ../sass/_layout.scss */
.mosaic.split_template .aside .aside-inner {
  padding-left: 10px;
}

/* line 39, ../sass/_layout.scss */
.grid .row {
  position: relative;
  clear: both;
}
@media screen and (min-width: 1200px) {
  /* line 39, ../sass/_layout.scss */
  .grid .row {
    margin: 0 10px 20px 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 39, ../sass/_layout.scss */
  .grid .row {
    margin: 0 5px 10px 5px;
  }
}
/* line 50, ../sass/_layout.scss */
.grid .row:after {
  clear: both;
  content: "";
  display: table;
}

/* line 57, ../sass/_layout.scss */
.grid .row:last-of-type {
  margin-bottom: 0;
}

/* line 61, ../sass/_layout.scss */
.bloc {
  opacity: 0;
  -moz-transition: opacity 0.3s ease 0.5s;
  -o-transition: opacity 0.3s ease 0.5s;
  -webkit-transition: opacity 0.3s ease 0.5s;
  transition: opacity 0.3s ease 0.5s;
  float: left;
}
/* line 65, ../sass/_layout.scss */
.bloc a:after {
  display: none;
}
/* line 68, ../sass/_layout.scss */
.bloc figure {
  height: 0;
  padding-bottom: 67.5%;
  position: relative;
  overflow: hidden;
}
/* line 73, ../sass/_layout.scss */
.bloc figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
}

/* line 84, ../sass/_layout.scss */
.bloc figcaption h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  margin: 0;
  text-align: center;
  width: 100%;
  padding: 0 25px;
}
@media screen and (min-width: 991px) {
  /* line 84, ../sass/_layout.scss */
  .bloc figcaption h2 {
    font-size: 3.3em;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 84, ../sass/_layout.scss */
  .bloc figcaption h2 {
    font-size: 2.7em;
  }
}
@media screen and (max-width: 767px) {
  /* line 84, ../sass/_layout.scss */
  .bloc figcaption h2 {
    font-size: 3em;
  }
}

/* line 103, ../sass/_layout.scss */
.body_ready .bloc {
  opacity: 1;
}

/* line 107, ../sass/_layout.scss */
.bloc.medium {
  width: 66.66%;
}
@media screen and (max-width: 991px) {
  /* line 107, ../sass/_layout.scss */
  .bloc.medium {
    width: 100%;
  }
}

/* line 114, ../sass/_layout.scss */
.bloc.small {
  width: 33.33333333%;
}
@media screen and (max-width: 991px) {
  /* line 114, ../sass/_layout.scss */
  .bloc.small {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  /* line 114, ../sass/_layout.scss */
  .bloc.small {
    width: 100%;
    padding: 0 10px 10px;
  }
}

/* line 125, ../sass/_layout.scss */
.bloc.large {
  width: 100%;
  padding: 0 10px 10px;
}
@media screen and (min-width: 1200px) {
  /* line 125, ../sass/_layout.scss */
  .bloc.large {
    padding: 0 20px 20px;
  }
}

@media screen and (min-width: 991px) and (max-width: 1480px) {
  /* line 138, ../sass/_layout.scss */
  .mosaic.split_template .grid .row .bloc.medium {
    width: 100%;
  }
  /* line 142, ../sass/_layout.scss */
  .mosaic.split_template .grid .row .bloc.small {
    width: 50%;
    float: left !important;
  }
  /* line 149, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .bloc.medium {
    position: relative;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (min-width: 1200px) {
  /* line 149, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .bloc.medium {
    margin-top: 20px;
    padding-left: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (max-width: 1200px) {
  /* line 149, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .bloc.medium {
    margin-top: 10px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) {
  /* line 160, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .bloc.small {
    float: left;
  }
  /* line 163, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .small:first-of-type {
    padding-bottom: 0;
  }
  /* line 166, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--right .small:nth-child(2) {
    padding-top: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (min-width: 1200px) {
  /* line 172, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--left .medium {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (max-width: 1200px) {
  /* line 172, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--left .medium {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) {
  /* line 180, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--left .small:nth-child(2) {
    padding-bottom: 0;
  }
  /* line 183, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--left .small:last-of-type {
    padding-top: 0;
  }
  /* line 189, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--small .bloc.small {
    width: 33.33333333%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (min-width: 1200px) {
  /* line 195, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--unfull .bloc.small {
    padding-top: 20px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1480px) and (max-width: 1200px) {
  /* line 200, ../sass/_layout.scss */
  .mosaic.split_template .grid .row.row--unfull .bloc.small {
    padding-top: 10px;
  }
}

/* line 213, ../sass/_layout.scss */
.grid .row:not(.row--small) .small figure {
  padding-bottom: calc(67.5% - 10px);
}
@media screen and (max-width: 1200px) {
  /* line 213, ../sass/_layout.scss */
  .grid .row:not(.row--small) .small figure {
    padding-bottom: calc(67.5% - 5px);
  }
}

@media screen and (min-width: 1200px) {
  /* line 222, ../sass/_layout.scss */
  .grid .row.row--left .small {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 222, ../sass/_layout.scss */
  .grid .row.row--left .small {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 230, ../sass/_layout.scss */
  .grid .row.row--left .small:nth-child(2) {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 230, ../sass/_layout.scss */
  .grid .row.row--left .small:nth-child(2) {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 238, ../sass/_layout.scss */
  .grid .row.row--left .small:last-of-type {
    padding-top: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 238, ../sass/_layout.scss */
  .grid .row.row--left .small:last-of-type {
    padding-top: 5px;
  }
}
/* line 246, ../sass/_layout.scss */
.grid .row.row--left .medium {
  padding: 0 10px;
}
@media screen and (min-width: 1200px) {
  /* line 249, ../sass/_layout.scss */
  .grid .row.row--left .medium figure {
    padding-bottom: calc(67.5% - 14px);
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 246, ../sass/_layout.scss */
  .grid .row.row--left .medium {
    padding: 0 5px;
  }
  /* line 255, ../sass/_layout.scss */
  .grid .row.row--left .medium figure {
    padding-bottom: calc(67.5% - 8px);
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 246, ../sass/_layout.scss */
  .grid .row.row--left .medium {
    padding: 0 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 246, ../sass/_layout.scss */
  .grid .row.row--left .medium {
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 991px) {
  /* line 271, ../sass/_layout.scss */
  .grid .row.row--right .small {
    float: none;
  }
}
@media screen and (min-width: 1200px) {
  /* line 271, ../sass/_layout.scss */
  .grid .row.row--right .small {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 271, ../sass/_layout.scss */
  .grid .row.row--right .small {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 282, ../sass/_layout.scss */
  .grid .row.row--right .small:first-of-type {
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 282, ../sass/_layout.scss */
  .grid .row.row--right .small:first-of-type {
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 290, ../sass/_layout.scss */
  .grid .row.row--right .small:nth-child(2) {
    padding-top: 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 290, ../sass/_layout.scss */
  .grid .row.row--right .small:nth-child(2) {
    padding-top: 5px;
  }
}
@media screen and (min-width: 991px) {
  /* line 298, ../sass/_layout.scss */
  .grid .row.row--right .medium {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 298, ../sass/_layout.scss */
  .grid .row.row--right .medium {
    padding-right: 5px;
    width: calc(66.66% - 5px);
  }
  /* line 307, ../sass/_layout.scss */
  .grid .row.row--right .medium figure {
    padding-bottom: calc(67.5% - 8px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 298, ../sass/_layout.scss */
  .grid .row.row--right .medium {
    padding-right: 10px;
    width: calc(66.66% - 10px);
  }
  /* line 314, ../sass/_layout.scss */
  .grid .row.row--right .medium figure {
    padding-bottom: calc(67.5% - 15px);
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 298, ../sass/_layout.scss */
  .grid .row.row--right .medium {
    padding: 10px 5px 0;
  }
}
@media screen and (max-width: 767px) {
  /* line 298, ../sass/_layout.scss */
  .grid .row.row--right .medium {
    padding: 0 10px 10px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 329, ../sass/_layout.scss */
  .grid .row.row--small .small {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 329, ../sass/_layout.scss */
  .grid .row.row--small .small {
    padding: 0 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 329, ../sass/_layout.scss */
  .grid .row.row--small .small {
    width: 33.33333333%;
  }
}
/* line 340, ../sass/_layout.scss */
.grid .row.row--small .small:last-of-type {
  /*@media screen and (min-width:$break-small) and (max-width:$break-medium){
  	padding-top:10px;
  }*/
}

@media screen and (min-width: 1200px) {
  /* line 350, ../sass/_layout.scss */
  .grid .row.row--unfull .bloc {
    padding: 0 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 350, ../sass/_layout.scss */
  .grid .row.row--unfull .bloc {
    padding: 0 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 357, ../sass/_layout.scss */
  .grid .row.row--unfull .bloc figure {
    padding-bottom: 67.5%;
  }
}
@media screen and (max-width: 767px) {
  /* line 350, ../sass/_layout.scss */
  .grid .row.row--unfull .bloc {
    padding: 0 10px 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 367, ../sass/_layout.scss */
  .grid .row.row--unfull .bloc.medium {
    width: 50%;
  }
}

/* line 377, ../sass/_layout.scss */
.mosaic_grid .video-container:not(.bg_video_wrapper--controls),
.video-container:not(.bg_video_wrapper--controls) {
  position: relative;
  display: block;
  padding: 0;
  overflow: hidden;
}
/* line 385, ../sass/_layout.scss */
.mosaic_grid .video-container:not(.bg_video_wrapper--controls):before,
.video-container:not(.bg_video_wrapper--controls):before {
  display: block;
  content: "";
}
/* line 391, ../sass/_layout.scss */
.mosaic_grid .video-container:not(.bg_video_wrapper--controls) img,
.mosaic_grid .video-container:not(.bg_video_wrapper--controls) video,
.mosaic_grid .video-container:not(.bg_video_wrapper--controls) figure,
.video-container:not(.bg_video_wrapper--controls) img,
.video-container:not(.bg_video_wrapper--controls) video,
.video-container:not(.bg_video_wrapper--controls) figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  border: 0;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) {
  /* line 408, ../sass/_layout.scss */
  .mosaic_grid .video-container video {
    object-fit: cover !important;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) {
  /* line 417, ../sass/_layout.scss */
  .mosaic_grid .video-container video {
    object-fit: cover !important;
  }
}
/* line 422, ../sass/_layout.scss */
.bloc--16_9::before {
  padding-top: 56.25%;
}

/* line 426, ../sass/_layout.scss */
.bloc--4_3::before {
  padding-top: 75%;
}

/* line 434, ../sass/_layout.scss */
.split_template .main {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    width: calc(66.66% + 7px);
  }
}
@media screen and (min-width: 991px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    width: calc(66.66% + 5px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    padding: 20px 10px 0 10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    padding: 10px 5px;
  }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  /* line 434, ../sass/_layout.scss */
  .split_template .main {
    padding: 0 10px;
  }
}
/* line 454, ../sass/_layout.scss */
.split_template .main:after {
  content: "";
  clear: both;
  display: table;
}
/* line 462, ../sass/_layout.scss */
.split_template .aside {
  width: 100%;
  position: relative;
  -moz-transition: height 0.3s ease, opacity 0.3s ease;
  -o-transition: height 0.3s ease, opacity 0.3s ease;
  -webkit-transition: height 0.3s ease, opacity 0.3s ease;
  transition: height 0.3s ease, opacity 0.3s ease;
  z-index: 2;
  will-change: height,opacity;
}
@media screen and (min-width: 991px) {
  /* line 470, ../sass/_layout.scss */
  .split_template .aside::after {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
/* line 480, ../sass/_layout.scss */
.split_template .aside .aside-inner {
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  padding-top: 0;
  -moz-transition: padding-top 0.3s ease;
  -o-transition: padding-top 0.3s ease;
  -webkit-transition: padding-top 0.3s ease;
  transition: padding-top 0.3s ease;
}
@media screen and (min-width: 991px) {
  /* line 486, ../sass/_layout.scss */
  .split_template .aside .aside-inner .bloc-inner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 991px) {
  /* line 480, ../sass/_layout.scss */
  .split_template .aside .aside-inner {
    list-style: none;
    left: 0;
    top: 0;
    padding: 20px;
    margin: 0;
  }
}
@media screen and (min-width: 991px) {
  /* line 501, ../sass/_layout.scss */
  .split_template .aside .aside-inner.view-large {
    padding: 75px 20px 40px;
  }
}
/* line 507, ../sass/_layout.scss */
.split_template .aside .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}
/* line 510, ../sass/_layout.scss */
.split_template .aside .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 0;
  margin-left: 8px;
  width: 8px;
}
/* line 517, ../sass/_layout.scss */
.split_template .aside .mCSB_dragger_bar {
  opacity: 0 !important;
}
@media screen and (max-width: 991px) {
  /* line 462, ../sass/_layout.scss */
  .split_template .aside {
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  /* line 462, ../sass/_layout.scss */
  .split_template .aside {
    width: calc(33.33333333% - 7px);
  }
}
@media screen and (min-width: 991px) {
  /* line 462, ../sass/_layout.scss */
  .split_template .aside {
    width: calc(33.33333333% - 5px);
    position: fixed;
    top: auto;
    bottom: 0;
    right: 0;
    height: calc(100vh - 85px);
  }
}

@media screen and (min-width: 991px) {
  /* line 540, ../sass/_layout.scss */
  .split_template .wrapper.unfix {
    position: relative;
  }
  /* line 544, ../sass/_layout.scss */
  .split_template .wrapper.unfix .aside {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  /* line 549, ../sass/_layout.scss */
  .split_template .wrapper.unfix .aside-inner {
    padding-top: 130px;
  }
}

@media screen and (min-width: 991px) {
  /* line 557, ../sass/_layout.scss */
  .split_template.unfix_on_load .aside {
    height: auto;
    top: 85px;
    bottom: auto;
  }
  /* line 562, ../sass/_layout.scss */
  .split_template.unfix_on_load .aside-inner {
    padding-top: 0;
  }
}

@media screen and (max-width: 1200px) {
  /* line 575, ../sass/_layout.scss */
  .split_template.scroller .main {
    padding-bottom: 0;
  }
}

@media screen and (min-width: 991px) {
  /* line 583, ../sass/_layout.scss */
  .scroller.split_template .aside {
    opacity: 0;
    -moz-transition: height 0.3s ease, opacity 0.3s ease 1.8s;
    -o-transition: height 0.3s ease, opacity 0.3s ease 1.8s;
    -webkit-transition: height 0.3s ease, opacity 0.3s ease 1.8s;
    transition: height 0.3s ease, opacity 0.3s ease 1.8s;
  }

  /* line 589, ../sass/_layout.scss */
  .scroller.unfix_on_load .aside {
    position: absolute;
  }

  /* line 593, ../sass/_layout.scss */
  .scroller.split_template.body_ready aside {
    opacity: 1;
  }
}
/* line 598, ../sass/_layout.scss */
.split_template.full_screen .main {
  position: relative;
}
/* line 600, ../sass/_layout.scss */
.split_template.full_screen .main:before, .split_template.full_screen .main:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: inherit;
  z-index: 2;
}
/* line 610, ../sass/_layout.scss */
.split_template.full_screen .main:after {
  top: auto;
  bottom: 0;
}
@media screen and (min-width: 991px) {
  /* line 598, ../sass/_layout.scss */
  .split_template.full_screen .main {
    width: 66.66%;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  /* line 598, ../sass/_layout.scss */
  .split_template.full_screen .main {
    padding: 0 7px 0 10px;
  }
  /* line 619, ../sass/_layout.scss */
  .split_template.full_screen .main:before, .split_template.full_screen .main:after {
    height: 10px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 598, ../sass/_layout.scss */
  .split_template.full_screen .main {
    padding: 0 12px 0 20px;
  }
  /* line 626, ../sass/_layout.scss */
  .split_template.full_screen .main:before, .split_template.full_screen .main:after {
    height: 20px;
  }
}
@media screen and (max-width: 991px) {
  /* line 598, ../sass/_layout.scss */
  .split_template.full_screen .main {
    padding: 0 10px;
  }
}

/*.full_screen.mosaic_base{
	.main{
		&:after{
			display:none;
		}
	}
}*/
@media screen and (min-width: 991px) {
  /* line 646, ../sass/_layout.scss */
  .full_screen.mosaic_base .grid {
    padding-top: 0;
  }
}

@media screen and (min-width: 991px) {
  /* line 653, ../sass/_layout.scss */
  .full_screen.mosaic_base aside {
    position: absolute;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 653, ../sass/_layout.scss */
  .full_screen.mosaic_base aside {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 991px) {
  /* line 663, ../sass/_layout.scss */
  .split_template.masqueUp:not(.unfix_on_load) aside {
    height: calc(100vh);
  }
}

@media screen and (min-width: 767px) {
  /* line 672, ../sass/_layout.scss */
  .mosaic_grid:not(.full_width) .video-container,
  .mosaic_grid:not(.full_width) figure {
    float: left;
  }
}

/* line 682, ../sass/_layout.scss */
.content--global:last-of-type .mosaic_grid figure:not(:nth-child(1))::after {
  display: none;
}

/* line 687, ../sass/_layout.scss */
.mosaic_grid {
  position: relative;
}
@media screen and (min-width: 1200px) {
  /* line 687, ../sass/_layout.scss */
  .mosaic_grid {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 687, ../sass/_layout.scss */
  .mosaic_grid {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  /* line 687, ../sass/_layout.scss */
  .mosaic_grid {
    margin-bottom: 0;
  }
}
/* line 698, ../sass/_layout.scss */
.mosaic_grid:after {
  clear: both;
  content: "";
  display: table;
}
/* line 703, ../sass/_layout.scss */
.mosaic_grid figure {
  position: relative;
  height: auto;
}
@media screen and (max-width: 767px) {
  /* line 707, ../sass/_layout.scss */
  .mosaic_grid .video-container,
  .mosaic_grid > figure {
    width: 100%;
    margin-bottom: 10px;
  }
}

/* line 716, ../sass/_layout.scss */
.split_template.scroller .mosaic_grid:last-child {
  margin: 0;
}

/* line 721, ../sass/_layout.scss */
.full_width .video-container, .full_width figure {
  width: 100%;
}
@media screen and (max-width: 767px) {
  /* line 720, ../sass/_layout.scss */
  .full_width {
    padding: 0;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 720, ../sass/_layout.scss */
  .full_width {
    padding: 0 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 720, ../sass/_layout.scss */
  .full_width {
    padding: 0 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 736, ../sass/_layout.scss */
  .mid_width .video-container,
  .mid_width > figure {
    margin: 0 5px;
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 736, ../sass/_layout.scss */
  .mid_width .video-container,
  .mid_width > figure {
    margin: 0 10px;
    width: calc(50% - 20px);
  }
}

/* line 753, ../sass/_layout.scss */
.mid_width.mid3_right .video-container figure:before,
.mid_width.mid3_right figure:before {
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 766, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:first-child figure:before,
  .mid_width.mid3_right figure:first-child:before {
    height: 5px;
    bottom: 0;
  }
  /* line 767, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:first-child figure .video-controls,
  .mid_width.mid3_right figure:first-child .video-controls {
    bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 772, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:first-child figure:before,
  .mid_width.mid3_right figure:first-child:before {
    height: 10px;
    bottom: 0;
  }
  /* line 773, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:first-child figure .video-controls,
  .mid_width.mid3_right figure:first-child .video-controls {
    bottom: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 782, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:nth-child(2) figure:before,
  .mid_width.mid3_right figure:nth-child(2):before {
    height: 5px;
    top: 0;
  }
  /* line 783, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:nth-child(2) figure .video-controls,
  .mid_width.mid3_right figure:nth-child(2) .video-controls {
    bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 788, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:nth-child(2) figure:before,
  .mid_width.mid3_right figure:nth-child(2):before {
    height: 10px;
    top: 0;
  }
  /* line 789, ../sass/_layout.scss */
  .mid_width.mid3_right .video-container:nth-child(2) figure .video-controls,
  .mid_width.mid3_right figure:nth-child(2) .video-controls {
    bottom: 10px;
  }
}

/* line 800, ../sass/_layout.scss */
.mid_width.mid3_left .video-container figure:before,
.mid_width.mid3_left > figure:before {
  background-color: inherit;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 813, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(2) figure:before,
  .mid_width.mid3_left > figure:nth-child(2):before {
    height: 5px;
    bottom: 0;
  }
  /* line 814, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(2) figure .video-controls,
  .mid_width.mid3_left > figure:nth-child(2) .video-controls {
    bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 819, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(2) figure:before,
  .mid_width.mid3_left > figure:nth-child(2):before {
    height: 10px;
    bottom: 0;
  }
  /* line 820, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(2) figure .video-controls,
  .mid_width.mid3_left > figure:nth-child(2) .video-controls {
    bottom: 10px;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 829, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(3) figure:before,
  .mid_width.mid3_left > figure:nth-child(3):before {
    height: 5px;
    top: 0;
  }
  /* line 830, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(3) figure .video-controls,
  .mid_width.mid3_left > figure:nth-child(3) .video-controls {
    bottom: 5px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 835, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(3) figure:before,
  .mid_width.mid3_left > figure:nth-child(3):before {
    height: 10px;
    top: 0;
  }
  /* line 836, ../sass/_layout.scss */
  .mid_width.mid3_left .video-container:nth-child(3) figure .video-controls,
  .mid_width.mid3_left > figure:nth-child(3) .video-controls {
    bottom: 10px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 844, ../sass/_layout.scss */
  .third_width .video-container,
  .third_width > figure {
    margin: 0 5px;
    width: calc(33.33333333% - 10px);
  }
}
@media screen and (min-width: 1200px) {
  /* line 844, ../sass/_layout.scss */
  .third_width .video-container,
  .third_width > figure {
    margin: 0 10px;
    width: calc(33.33333333% - 20px);
  }
}

/* line 859, ../sass/_layout.scss */
.mid3_right {
  .overflow: hidden;
}
@media screen and (min-width: 767px) {
  /* line 862, ../sass/_layout.scss */
  .mid3_right .video-container:nth-child(1),
  .mid3_right .video-container:nth-child(2),
  .mid3_right figure:nth-child(1),
  .mid3_right figure:nth-child(2) {
    float: none;
  }
  /* line 869, ../sass/_layout.scss */
  .mid3_right .video-container:nth-child(3),
  .mid3_right figure:nth-child(3) {
    position: absolute;
    right: 0;
    top: 0;
  }
}

/* line 881, ../sass/_layout.scss */
.mosaic.split_template .grid {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
/* line 886, ../sass/_layout.scss */
.mosaic.split_template .grid.loaded {
  opacity: 1;
}

/*/ HEADER/*/
/*/ Trick Home Header /*/
/* line 4, ../sass/_header.scss */
.home header.cd-header {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  pointer-events: none;
  will-change: opacity;
}

/* line 11, ../sass/_header.scss */
.home header.cd-header.auTop {
  opacity: 1 !important;
  pointer-events: auto;
}

@media screen and (max-width: 767px) {
  /* line 19, ../sass/_header.scss */
  .menu-is-open .main {
    height: 100vh;
    overflow: hidden;
  }
}

/* line 27, ../sass/_header.scss */
header.cd-header {
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  padding: 15px 20px;
  z-index: 99999;
  background-color: #fff;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  /* line 27, ../sass/_header.scss */
  header.cd-header {
    padding: 7px 30px;
  }
  /* line 40, ../sass/_header.scss */
  header.cd-header:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 767px) {
  /* line 52, ../sass/_header.scss */
  header.cd-header .header--navigation {
    display: inline-block;
    position: relative;
    vertical-align: top;
    padding-top: 1.5em;
    padding-left: 15px;
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 767px) {
  /* line 52, ../sass/_header.scss */
  header.cd-header .header--navigation {
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 50px 30px 15px;
    height: 100vh;
    padding-bottom: 6em;
    -webkit-transform: translate(0, -110vh);
    -moz-transform: translate(0, -110vh);
    -ms-transform: translate(0, -110vh);
    transform: translate(0, -110vh);
    -moz-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    -webkit-transition: transform 0.5s ease;
    transition: transform 0.5s ease;
    z-index: -1;
    overflow: scroll;
  }
}

@media screen and (max-width: 767px) {
  /* line 80, ../sass/_header.scss */
  .menu-is-open header.cd-header .header--navigation {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 90, ../sass/_header.scss */
header.cd-header.open--mobile .header--navigation {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

/*/ ANIM LOGO /*/
/* line 98, ../sass/_header.scss */
header a.logo {
  display: inline-block;
  height: 35px;
  width: 55px;
  overflow: hidden;
}
/* line 103, ../sass/_header.scss */
header a.logo:after {
  display: none;
}
@media screen and (max-width: 767px) {
  /* line 98, ../sass/_header.scss */
  header a.logo {
    position: relative;
    top: 2px;
  }
}
@media screen and (min-width: 767px) {
  /* line 98, ../sass/_header.scss */
  header a.logo {
    height: 50px;
    width: 90px;
  }
}
/* line 114, ../sass/_header.scss */
header a.logo img,
header a.logo svg {
  opacity: 1;
  height: 100%;
  width: 100%;
  position: relative;
}
/* line 122, ../sass/_header.scss */
header a.logo .hexa {
  transform-origin: 27px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}
/* line 130, ../sass/_header.scss */
header a.logo:hover .hexa {
  -webkit-animation: spinHexa .9s ease-in-out;
  animation: spinHexa .9s ease-in-out;
}
/* line 135, ../sass/_header.scss */
header a.logo:hover .hexaPoint,
header a.logo:hover .hexaInner_1,
header a.logo:hover .hexaInner_2 {
  opacity: 0;
  transform-origin: 27px;
  -o-animation: letterShow .2s forwards .7s;
  -webkit-animation: letterShow .2s forwards .7s;
  animation: letterShow .2s forwards .7s;
}

/* line 147, ../sass/_header.scss */
header a.logo img.logoHover {
  width: 1100px;
  height: 110px;
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px) {
  /* line 147, ../sass/_header.scss */
  header a.logo img.logoHover {
    height: 55px;
    top: -10px;
    width: 680px;
  }
}

/* line 161, ../sass/_header.scss */
.hexaPoint,
.hexaInner_1,
.hexaInner_2 {
  fill: #fff;
}

/*/ LOGO TOURNE /*/
@-webkit-keyframes spinHexa {
  0% {
    -webkit-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  25% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  75% {
    -webkit-transform: scale(0.75) rotate(340deg);
    transform: scale(0.75) rotate(340deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
@keyframes spinHexa {
  0% {
    -ms-transform: scale(0) rotate(0);
    transform: scale(0) rotate(0);
  }
  25% {
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
  75% {
    -ms-transform: scale(0.75) rotate(340deg);
    transform: scale(0.75) rotate(340deg);
  }
  100% {
    -ms-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
  }
}
/*/ LETTRES APPARAISSENT /*/
@keyframes letterShow {
  0% {
    opacity: 0;
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  100% {
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes letterShow {
  0% {
    opacity: 0;
    -ms-transform: scale(0.55);
    -webkit-transform: scale(0.55);
    transform: scale(0.55);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/* line 248, ../sass/_header.scss */
.masqueUp header.cd-header {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}

/*/ Burger - Croix /*/
/* line 254, ../sass/_header.scss */
a.cd-primary-nav-trigger {
  position: absolute;
  right: 20px;
  top: 0;
  width: 50px;
  cursor: pointer;
  height: 100%;
  max-height: 85px;
}
@media screen and (min-width: 1200px) {
  /* line 254, ../sass/_header.scss */
  a.cd-primary-nav-trigger {
    display: none;
  }
}
/* line 265, ../sass/_header.scss */
a.cd-primary-nav-trigger:after {
  display: none;
}

/* line 270, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  background: #000;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  width: 25px;
  height: 2px;
}
/* line 283, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon:before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #000;
  right: 0;
  -moz-transition: background-color 0s, transform 0.4s, top 0.4s;
  -o-transition: background-color 0s, transform 0.4s, top 0.4s;
  -webkit-transition: background-color 0s, transform 0.4s, top 0.4s;
  transition: background-color 0s, transform 0.4s, top 0.4s;
}
/* line 293, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon:before {
  top: -7px;
}
/* line 297, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon:after {
  top: 7px;
}

/* line 302, ../sass/_header.scss */
.menu-is-open a.cd-primary-nav-trigger {
  right: 15px;
}

/* line 306, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
/* line 309, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
  background-color: black;
}
/* line 313, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 318, ../sass/_header.scss */
.cd-primary-nav-trigger .cd-menu-icon.is-clicked:after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}

@media screen and (min-width: 767px) {
  /* line 325, ../sass/_header.scss */
  #primary-nav {
    display: inline-block;
    left: calc(50% - 35px);
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media screen and (min-width: 991px) {
  /* line 325, ../sass/_header.scss */
  #primary-nav {
    left: calc(50% - 50px);
  }
}

/* line 338, ../sass/_header.scss */
#primary-nav > ul {
  padding: 0;
  margin: 0;
}
/* line 342, ../sass/_header.scss */
#primary-nav > ul > li {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  vertical-align: top;
  padding-bottom: 1.1em;
}
@media screen and (min-width: 767px) {
  /* line 342, ../sass/_header.scss */
  #primary-nav > ul > li {
    padding-left: 32px;
    display: inline-block;
    padding-bottom: .5em;
  }
}
/* line 355, ../sass/_header.scss */
#primary-nav > ul > li > a {
  display: inline-block;
  font-family: 'TBold';
  font-size: 1.786em;
  padding-bottom: 3px;
}
@media screen and (min-width: 767px) {
  /* line 355, ../sass/_header.scss */
  #primary-nav > ul > li > a {
    font-size: 1em;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 368, ../sass/_header.scss */
  #primary-nav > ul li.newsletter-desktop {
    display: none;
  }
}

/* line 376, ../sass/_header.scss */
.body_ready #primary-nav > ul li.active > a:after {
  width: 100%;
}

/* line 381, ../sass/_header.scss */
.dropdown-menu {
  height: 0;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
/* line 388, ../sass/_header.scss */
.dropdown-menu li {
  padding-bottom: .6em;
}
/* line 392, ../sass/_header.scss */
.dropdown-menu li a {
  display: inline-block;
  color: #000;
  font-family: 'TLight';
  font-size: 1.143em;
  padding: 3px 0;
}
@media screen and (min-width: 767px) {
  /* line 392, ../sass/_header.scss */
  .dropdown-menu li a {
    font-size: .85em;
    line-height: 1.5em;
  }
}

/* line 409, ../sass/_header.scss */
.dropdown-menu.open {
  height: auto;
  overflow: visible;
  max-height: 1000px;
  padding: 30px 0 25px 0;
  opacity: 1;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 419, ../sass/_header.scss */
  #secondary-nav {
    position: relative;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    left: calc(100% + 35px);
    text-align: right;
    height: 0px;
    overflow: hidden;
    max-height: 0px;
    opacity: 0;
    width: 180px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: opacity, max-height;
  }
}
@media screen and (min-width: 1200px) {
  /* line 419, ../sass/_header.scss */
  #secondary-nav {
    position: absolute;
    top: 0;
    right: -35px;
    padding-top: 5px;
    min-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  /* line 443, ../sass/_header.scss */
  #secondary-nav ul.lang {
    padding-top: 40px;
    position: absolute;
    top: 0;
    right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  /* line 443, ../sass/_header.scss */
  #secondary-nav ul.lang {
    float: right;
    position: relative;
    top: 8px;
    padding-left: 15px;
  }
}
/* line 459, ../sass/_header.scss */
#secondary-nav ul.lang li.active a {
  font-family: 'TBold';
}
/* line 463, ../sass/_header.scss */
#secondary-nav ul.lang li {
  padding: 7.5px 0;
  font-family: 'TLight';
  font-size: 1.2em;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 767px) {
  /* line 463, ../sass/_header.scss */
  #secondary-nav ul.lang li {
    display: inline-block;
    font-size: 1em;
    position: relative;
  }
  /* line 475, ../sass/_header.scss */
  #secondary-nav ul.lang li a {
    padding: 0 7px;
  }
}
@media screen and (min-width: 767px) {
  /* line 486, ../sass/_header.scss */
  #secondary-nav ul.lang li:last-child a:after {
    width: 1px;
    height: 100%;
    left: -2px;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  /* line 495, ../sass/_header.scss */
  #secondary-nav ul.lang li:first-child > a:after {
    width: 22px;
    height: 2px;
    position: relative;
    top: 6px;
  }
}
/* line 506, ../sass/_header.scss */
#secondary-nav span.openNws {
  display: none;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 506, ../sass/_header.scss */
  #secondary-nav span.openNws {
    display: block;
    font-size: 1em;
    padding: 10px 7px 10px 0;
  }
}
/* line 515, ../sass/_header.scss */
#secondary-nav ul.reseaux {
  padding-top: 1.2em;
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 515, ../sass/_header.scss */
  #secondary-nav ul.reseaux {
    margin-top: 0;
  }
}
/* line 521, ../sass/_header.scss */
#secondary-nav ul.reseaux li {
  padding-right: 10px;
  display: inline-block;
  font-size: 1.563em;
}
@media screen and (min-width: 1200px) {
  /* line 521, ../sass/_header.scss */
  #secondary-nav ul.reseaux li {
    font-size: 1.15em;
  }
}
/* line 530, ../sass/_header.scss */
#secondary-nav ul.reseaux a:after {
  display: none;
}
@media screen and (min-width: 991px) {
  /* line 537, ../sass/_header.scss */
  #secondary-nav ul.reseaux a:after, #secondary-nav ul.lang a:after {
    display: none;
  }
}
@media screen and (min-width: 1200px) {
  /* line 545, ../sass/_header.scss */
  #secondary-nav ul.reseaux, #secondary-nav ul.lang {
    display: inline-block;
    margin: 0;
  }
  /* line 548, ../sass/_header.scss */
  #secondary-nav ul.reseaux a:after, #secondary-nav ul.lang a:after {
    display: none;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  /* line 557, ../sass/_header.scss */
  .menu-is-open #secondary-nav {
    height: auto;
    overflow: visible;
    max-height: 300px;
    opacity: 1;
    padding: 20px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    will-change: opacity, max-height;
  }
}
/* line 569, ../sass/_header.scss */
.intro-home ul.lang a {
  cursor: pointer;
}

/* line 574, ../sass/_header.scss */
.intro-home ul.lang a:hover {
  font-family: 'TBold';
}

/*/ NEWSLETTER /*/
/* line 583, ../sass/_header.scss */
.newsletter {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(0, -100vh);
  -moz-transform: translate(0, -100vh);
  -ms-transform: translate(0, -100vh);
  transform: translate(0, -100vh);
  position: fixed;
  background-color: #000;
  padding: 25px 40px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #fff;
  font-family: 'TBold';
  font-size: 2.429em;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}
@media screen and (min-width: 991px) {
  /* line 583, ../sass/_header.scss */
  .newsletter {
    width: calc(33.33333% - 5px);
    height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 991px) {
  /* line 583, ../sass/_header.scss */
  .newsletter {
    width: calc(50% - 5px);
    height: calc(100vh - 85px);
  }
}
@media screen and (max-width: 767px) {
  /* line 583, ../sass/_header.scss */
  .newsletter {
    width: 100%;
    height: calc(100vh - 50px);
    font-size: 1.8em;
    padding-top: 80px;
  }
}
/* line 616, ../sass/_header.scss */
.newsletter .close {
  right: 25px;
  top: 35px;
  position: absolute;
  height: 30px;
  width: 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  /* line 616, ../sass/_header.scss */
  .newsletter .close {
    top: 50px;
    right: 30px;
  }
}
/* line 628, ../sass/_header.scss */
.newsletter .close:after, .newsletter .close:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: #fff;
  right: 0;
  height: 1px;
  top: 0;
}
/* line 640, ../sass/_header.scss */
.newsletter .close:before {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
/* line 644, ../sass/_header.scss */
.newsletter .close:after {
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
}
/* line 649, ../sass/_header.scss */
.newsletter > p {
  margin: 2.5em 0 2em 0;
  line-height: 1.3em;
}
@media screen and (max-width: 767px) {
  /* line 649, ../sass/_header.scss */
  .newsletter > p {
    margin: 2em 0 1em 0;
    line-height: 1em;
  }
}
/* line 658, ../sass/_header.scss */
.newsletter .formMail {
  background-color: #000;
  border: none;
  border-bottom: 1px solid #fff;
  padding: 0;
  padding-bottom: 10px;
  width: 100%;
}
/* line 667, ../sass/_header.scss */
.newsletter .btn-classic {
  padding: 5px 20px;
  box-shadow: inset 0 0 0 1px #fff;
}
/* line 670, ../sass/_header.scss */
.newsletter .btn-classic:hover {
  box-shadow: inset 0 0 0 1px transparent;
}
/* line 672, ../sass/_header.scss */
.newsletter .btn-classic:hover::before {
  border-top-color: #fff;
  border-right-color: #fff;
  z-index: -1;
}
/* line 677, ../sass/_header.scss */
.newsletter .btn-classic:hover::after {
  border-left-color: #fff;
  border-bottom-color: #fff;
  z-index: -1;
}
/* line 685, ../sass/_header.scss */
.newsletter input[type="email"] {
  height: 60px;
  color: #FFF;
  font-family: 'TBold';
  font-size: 1em;
  margin-bottom: 1.2em;
}
/* line 693, ../sass/_header.scss */
.newsletter input {
  font-size: .5em;
  cursor: pointer;
  margin: 0;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  display: block;
  box-shadow: none;
  color: #fff;
  z-index: 99;
  font-family: 'TMed', sans-serif;
  padding: 5px 20px;
}
/* line 708, ../sass/_header.scss */
.newsletter a {
  display: inline-block;
}
/* line 711, ../sass/_header.scss */
.newsletter a:after {
  background-color: #fff;
  width: 100%;
}

/* line 722, ../sass/_header.scss */
::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
  font-family: 'TBold';
}

/* line 726, ../sass/_header.scss */
::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

/* line 729, ../sass/_header.scss */
:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

/* line 732, ../sass/_header.scss */
:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

/* line 736, ../sass/_header.scss */
.newsletter-open .newsletter {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1 !important;
  pointer-events: initial;
}

/* line 742, ../sass/_header.scss */
.openNws {
  cursor: pointer;
}

/* line 746, ../sass/_header.scss */
#mce-success-response,
#mce-error-response {
  font-size: 14px;
  font-family: 'TLight';
  padding: 20px 0;
}

/* line 753, ../sass/_header.scss */
#mc_embed_signup div.mce_inline_error {
  background-color: transparent !important;
  padding: 25px 0 !important;
  line-height: 1.3em !important;
}

/* line 759, ../sass/_header.scss */
#mc_embed_signup input.mce_inline_error {
  border-color: #fff !important;
}

/* line 763, ../sass/_header.scss */
.masqueUp .newsletter {
  height: 100vh;
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /* line 770, ../sass/_header.scss */
  .intro-home {
    top: 45%;
  }
  /* line 772, ../sass/_header.scss */
  .intro-home svg {
    width: 70px;
    height: 70px;
  }
  /* line 776, ../sass/_header.scss */
  .intro-home p,
  .intro-home ul.lang {
    margin: .8em 0;
  }
}

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