/*
 Theme Name:   Ikaara Offical 2018
 Theme URI:    http://localhost:8888/ikaara/
 Description:  TMKL & Spinnaker Communication
 Author URI:   http://tmkl.ch
 Template:     twentyseventeen
 Version:      2.6.0
 Text Domain:  ikaaratheme
*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.g7em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  user-select: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* -----------------------------------------------------------------------------------------------------------------------------*/


@font-face {
	font-family: 'montserratbold';
	src: url('fonts/montserrat/montserrat-bold-webfont.woff2') format('woff2'),
	url('fonts/montserrat/Montserrat-Bold.otf') format('otf'),
	url('fonts/montserrat/montserrat-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratitalic';
	src: url('fonts/montserrat/montserrat-italic-webfont.woff2') format('woff2'),
	url('fonts/montserrat/Montserrat-Italic.otf') format('otf'),
	url('fonts/montserrat/montserrat-italic-webfont.ttf') format('ttf'),
	url('fonts/montserrat/montserrat-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratregular';
	src: url('fonts/montserrat/montserrat-regular-webfont.woff2') format('woff2'),
	url('fonts/montserrat/Montserrat-Regular.otf') format('otf'),
	url('fonts/montserrat/montserrat-regular-webfont.ttf') format('ttf'),
	url('fonts/montserrat/montserrat-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'montserratsemibold';
	src: url('fonts/montserrat/montserrat-semibold-webfont.woff2') format('woff2'),
	url('fonts/montserrat/Montserrat-SemiBold.otf') format('otf'),
	url('fonts/montserrat/montserrat-semibold-webfont.ttf') format('ttf'),
	url('fonts/montserrat/montserrat-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}



/* Général
   ========================================================================== */

html.active{
	overflow: hidden;
}

body{
	font-family: 'montserratregular', sans-serif;
	background-color: #ededed;
	color: #3c3c3b;
}

section{
	box-sizing: border-box;
	padding: 0 0 130px;
}

#contact-content{
	padding: 0;
}

h1, h2, h3, h4, h5, h6{
	margin: 0 0 30px;
}

h1{
	font-size: 40px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 0px;
}

h2{
	font-size: 40px;
	line-height: 55px;
	font-weight: 600;
}

h3{
	font-size: 22px;
	line-height: 35px;
	font-weight: 400;
}

h2.catchphrase{
	font-size: 20px;
	line-height: 34px;
	font-weight: 400;
	font-style: italic;
	text-align: center;
	padding: 0 100px;
	margin: 0;
}


h4{
	font-size: 22px;
	line-height: 35px;
	font-weight: 600;
}

h5{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 !important;
}

h6{
	clear: both;
    font-weight: 400;
    margin-bottom: 10px !important;
}

a{
	text-decoration: none;
	color: #006580;
	font-weight: 400;
}

a:hover{
	color: #3c3c3b;
}

a.btn-learnmore{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #006580;
	border: 2px solid #006580;
	border-radius: 30px;
    padding: 10px 30px;
    transition: 0.1s ease-out;
    cursor: pointer;
}

a.btn-learnmore:hover{
	background-color: #006580;
	color: white;
}

a.btn-white{
	color: #fff !important;
	border: 2px solid #fff !important;
}

a.btn-white:hover{
	background-color: #fff !important;
	color: #006580 !important;
}

a.link-bottom{
	position: absolute;
	bottom: 0;
	right: 0;
}

.title-line:before{
	content:"";
    position: absolute;
    left: 0;
    height: 27px;
    width: 130px;
    margin-top: 14px;
    background-color: white;
}


p{
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
	margin: 0 0 25px;
}

strong{
	color: #006580;
}

.italic{
	font-style: italic;
}

.sub-title{
	font-size: 22px !important;
	margin-bottom: 40px !important;
}

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

.stab{
	padding: 3px 15px;
    border: 2px solid white;
    border-radius: 10px;
    margin-left: 6px;
}

.ctr{
	width: calc(100% - 300px);
	margin: 0 auto;
}

.ctr-full{
	box-sizing: border-box;
	width: 100%;
	padding: 0 75px;
}

.row{
	display: table-row;
}

.once{
	display: inline-block;
	width: 33.3%;
}

.twice{
	display: inline-block;
	width: 66.6%;
}

.twice p:last-of-type{
	margin: 0;
}

.third{
	display: inline-block;
	width: 33.3%;
	float: left;
}

.eighty{
	width: 80%;
}

.flexing-content{
	display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;    
}

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

.align-middle p{
	text-align: left !important;
}

.content-left{
	box-sizing: border-box;
	width: 50%;
}

.content-right{
	box-sizing: border-box;
	width: 50%;
}

.content-top{
	display: table-row;
	vertical-align:top;
}

.content-bottom{
	position: relative;
	display: table-cell;
	vertical-align:bottom;
}

.box-floating{
	display:inline-block;
	width: 100%;
	box-sizing: border-box;
}

.floating-left{
	float:left;
}

.floating-right{
	float: right;
}

.simple-content{
	padding: 50px 0 0;
}

article.news:after, .dots:after, .ctr:after, #divisions:after, .profiles:after, .header-table:after, .quote:after, .three-box:after{
	content:"";
	visibility: hidden; 
   	display: block; 
   	height: 0; 
	clear: both;
	padding-bottom: -20px;
}

hr{
	width: 24px;
	margin: 40px 0;
	border-color: #3c3c3b;
}

hr.hr-white{
	width: 24px;
	margin: 20px 0;
	border-color: #fff;
}

ul{
	margin: 0 0 40px;
}

li{
	margin-bottom: 25px;
	line-height: 32px;
}

/* Mains colors
   ========================================================================== */

.white{
	color: white !important;
}

.yellow{
	color: #ffd900 !important;
}

.green{
	color: #93d500 !important;
}

.red{
	color: #fe3b1f !important;
}

.blue{
	color: #006580 !important;
}

.blue_background{
	background-color: #006580 !important;
}

.yellow.title-line:before{
	background: #ffd900;
}

.green.title-line:before{
	background: #93d500;
}

.red.title-line:before{
	background: #fe3b1f;
	position: absolute !important;
}

.blue.title-line:before{
	background: #006580;
}

.blue-gradient:before{
	content: "";
    background: -moz-linear-gradient(-45deg, rgba(0,101,128,0.4) 0%, rgba(0,101,128,0.85) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,101,128,0.4) 0%,rgba(0,101,128,0.85) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, rgba(0,101,128,0.4) 0%,rgba(0,101,128,0.85) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66006580', endColorstr='#d9006580',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    position: absolute;
    animation: opacityOverlay 1.5s ease-out forwards;
}

.blue-gradient-bis:before{
	content: "";
    background: -moz-linear-gradient(-45deg, rgba(0,101,128,0) 15%, rgba(0,101,128,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(0,101,128,0) 15%,rgba(0,101,128,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, rgba(0,101,128,0) 15%,rgba(0,101,128,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66006580', endColorstr='#d9006580',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    position: absolute;
    animation: opacityOverlay 1.5s ease-out forwards;
}

.yellow-gradient:before{
	content: "";
    background: -moz-linear-gradient(-45deg, rgba(255,217,0,0) 15%, rgba(255,217,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg, rgba(255,217,0,0) 15%,rgba(255,217,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(180deg, rgba(255,217,0,0) 15%,rgba(255,217,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66006580', endColorstr='#d9006580',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 100%;
    height: 100%;
    position: absolute;
    animation: opacityOverlay 1.5s ease-out forwards;
}

.white-background-content{
	position:relative;
	top: -75px;
	margin-bottom: -75px;
	background-color: #fff;
	padding: 150px 0 100px;
}

/* Box with background
   ========================================================================== */

.background-image{
	-webkit-background-size: cover; /* pour anciens Chrome et Safari */
  	background-size: cover; /* version standardisée */
  	background-repeat: no-repeat;
}

.custom-background-image{
	height: 550px;
}

.background-left{
	position: absolute;
	width: calc(100% - 75px);
	z-index:-1;
	background-position: right center;
}

.background-right{
	position: absolute;
	right: 0;
	width: calc(100% - 75px);
	z-index:-1;
}

.box-with-background{
	display: table;
	box-sizing: border-box;
	padding: 100px 0;
	min-height: 550px;
}

.box-with-background p{
	margin: 0;
}

/* Header
   ========================================================================== */

.site-header{
	position: fixed;
	height: 75px;
	background-color: #ededed;
	width: 100%;
	z-index:998;
}

.site-content-contain{
	position: relative;
}

.site-branding{
	display: inline-block;
	padding: 14px;
}

.site-title{
	margin: 0;
}

.site-title a{
	display: block;
	overflow: hidden;
	width: 130px;
	height: 0;
	padding-top: 47px;
	background: transparent url(assets/images/logo.svg) no-repeat top left;
}

.site-title.active a{
	background-image: url(assets/images/logo-neg.svg);
}

.navigation{
	display: none;
}

.navigation.active{
	display: block;
}

.navigation.active:before{
	content:"";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #006580;
	z-index:-1;
}

.right-part{
	float: right;
}

.widget-header{
	float: left;
    height: 75px;
    position: relative;
    padding: 0px 25px;
}

a.call-to{
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #006580;
	border: 2px solid #006580;
	border-radius: 5px;
    padding: 10px 15px;
    transition: 0.1s ease-out;
    cursor: pointer;
    margin: 19px 0;
}

a.call-to:hover{
	background-color: #006580;
	color: white;
}

.btn-box{
	background-color: #006580;
	padding: 27.5px 25px;
	position: relative;
	transition: 0.3s ease-out;
	z-index: 999;
	display: inline-block;
}

.btn-nav{
	cursor: pointer;
	display: block;
	position: relative;
	width: 25px;
	height: 20px;
}

.line{
	display: block;
	background: white;
	width: 25px;
	height: 3px;
	position: absolute;
	top: 0;
	transition: 0.2s ease-out;
}

.line:before{
	content:"";
	display: block;
	position: absolute;
	top: 8px;
	background: white;
	width: 25px;
	height: 3px;
}

.line:after{
	content:"";
	display: block;
	position: absolute;
	top: 16px;
	background: white;
	width: 25px;
	height: 3px;
	transition: 0.2s ease-out;
}

.btn-nav.active .line{
	transform: rotate(45deg);
	top: 8px;
}

.btn-nav.active .line:before{
	opacity: 0;
}

.btn-nav.active .line:after{
	transform: rotate(-90deg);
	top: 0px;
}

.site-content-contain{
	padding-top: 75px;
}

.middle-content{
	height: calc(100vh - 100px);
	width: 100%;
	display: table;
}

.main-navigation{
	display: table-cell;
    vertical-align: middle;
    padding: 0 200px 100px;
}

ul.menu{
	margin: 0;
	padding:0;
	display: inline-block;
	animation: opacityOverlay 0.3s ease-in-out forwards;
}

ul.menu li{
	padding-bottom: 10px;
	list-style-type: none;
	margin: 0;
}

ul.menu li:last-of-type{
	padding-bottom: 0px;
}

ul.menu li a{
	color: white;
	font-size: 30px;
	user-select: none;
}

ul.menu li a:hover,
ul.menu li.current_page_item a,
ul.menu li.current-menu-item a{
	font-weight:600;
}

ul.menu li.current_page_item:before,
ul.menu li.current-menu-item:before{
	content:"";
    position: absolute;
    left: 0;
    height: 23px;
    width: 176px;
    margin-top: 7px;
    background-color: white;
}


.dropdown-toggle, .icon-angle-down{
	display: none !important;
}

ul.sub-menu {
    margin: 20px 0 10px;
    padding: 0 0 0 20px;
}

ul.sub-menu li a{
    font-size: 22px;
}

ul.sub-menu li.current_page_item a, ul.sub-menu li.current-menu-item a{
    font-weight: 400;
}

ul.sub-menu li.current_page_item:before, ul.sub-menu li.current-menu-item:before {
	display: none;
}

/* Homepage
   ========================================================================== */

.intro-header{
	position: relative;
	z-index: 1;
}

.title-intro{
	font-size: 38px;
	line-height: 55px;
	font-weight: 600;
	margin-bottom: 40px;
}

.second-intro{
	position:relative;
	top: -75px;
	margin-bottom: -75px;
	background-color: #3c3c3b;
	padding: 150px 0 75px;
}


.logo-img{
	width: 60%;
}

/* Formation
   ==================================== */

#formation h2{
	font-size: 32px;
	line-height: 44px;
}

#formation .content-left{
	padding-right: 50px;
}

.formation-listing{
	margin:0;
	padding:0;
}

.formation-listing li{
	list-style-type: none;
	margin: 0;
}

.formation-listing li a{
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	user-select: none;
	color: #3c3c3b;
	padding-bottom: 20px;
	line-height: 25px;
}

.formation-listing li:last-of-type a{
	padding-bottom: 0px;
}

.formation-listing li a:hover,
.formation-listing li.active a{
	font-weight: 700;
	color: #006580;
	cursor: pointer;
}

.formation-listing li a:hover:before,
.formation-listing li.active a:before{
	content:"";
	position: absolute;
	left:0;
	width: 130px;
	height: 13px;
	background: #006580;
	margin-top: 5px;
}

.result{
	padding-left: 100px;
	border-left: 2px solid #dadada;
}

.result ul{
	display: none;
	margin: 0;
	padding:0;
}

.result ul:first-of-type{
	display: block;
}

.result ul li{
	margin-bottom: 50px;
	line-height: 24px;
}

.result ul li:last-of-type{
	margin-bottom: 0px;
}

li .excerpt-form{
	display: block;
	margin-bottom: 20px;
}

.formation-excerpt, .title-formation{
	display: none;
}

/* Lightbox 
======================================= */

.all-lightbox{
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
}

.back-lightbox{
	position: fixed;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1000;
	overflow: auto;
	animation: opacityOverlay 0.2s ease-in-out forwards;
}

.block{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 1001;
	background: white;
	padding: 70px 45px 70px 70px;
	border-radius: 5px;
	width: 60%;
	box-sizing: border-box;
	max-width: 800px;
}

.scrolling p:last-of-type{
	margin-bottom: 0;
}

.scrolling{
	min-height: 200px;
}

.scrolling.active{
	height: 500px;
	overflow: auto;
}

.scrolling .mCSB_inside>.mCSB_container {
    margin-right: 75px !important;
}

.light-close{
	width: 15px;
	height: 15px;
	background: url(assets/images/close-btn.svg) no-repeat top left;
	background-size: 100% auto;
	position: fixed;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

.lightbox-title{
	font-size: 26px;
    font-weight: 600;
    color: #006580;
}

.exception{
	display: block !important;
}

.lightbox-title:before{
	content: "";
    position: absolute;
    width: 46px;
    height: 20px;
    background-color: #006580;
    left: 0;
    margin-top: 6px;
}

/* Ikaara Institution
   ==================================== */

#institution .background-custom{
	background-repeat: no-repeat;
	background-size: auto 90%;
	background-position: right 20px center;
	background-color: black;
}

#institution .title-line:before{
	background-color: #006580;
}

/* Présentation autres pôles
   ==================================== */

#divisions{
	height: 100vh;
	min-height: 668px;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding: 0;
    margin: 0 0 130px;
}

#divisions .background-custom{
	-webkit-background-size: cover;
	background-size: cover;
	background-position: left center;
}

#divisions article{
	position: relative;
	display: table;
	box-sizing: border-box;
	padding: 75px;
	height: 100%;
	width: 50%;
	background: black;
}

#divisions h2{
	margin-bottom: 20px !important;
}

#divisions .title-line:before{
	content:"";
    width: 55px;
}

.hover-title{
	color:white;
}

.before-hover{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	text-align: center;
	font-size: 22px;
	line-height: 32px;
	margin: 0;
}

.fadegrey{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ededed;
}

article.active .fadegrey{
	animation: opacityOverlayReverse 0.2s ease-in-out 0.1s forwards;
}

a.btn-academy{
	color: #000 !important;
	background-color: #ffd900 !important;
	border: none;
}

a.btn-academy:hover{
	background-color: #e8c100 !important;
}

a.btn-factory{
	color: #fff !important;
	background-color: #fe3b1f !important;
	border: none;
}

a.btn-factory:hover{
	background-color: #e4270c !important;
}

.learning{
	border-left: 1px solid #d9d9d9;
}

/* News
   ==================================== */

#news{
	padding-bottom: 100px;
}

article.news{
	display: none;
}

article.news:first-of-type{
	display: block;
}

.dots{
	margin: 30px 0 0;
	padding: 0;
	display: inline-block;
}

.dots li{
	list-style-type: none;
	display: inline-block;
	float: left;
	padding: 3px;
	margin: 0;
}

.dots li:last-of-type{
	margin-right: 0px;
}

.icon{
	display: block;
	overflow: hidden;
	width: 12px;
	height: 12px;
	background: url(assets/images/dot.svg) no-repeat top left;
	background-size: 100% auto;
}

.dots li.active .icon{
	background-position: bottom left;
}

.left_news{
	box-sizing: border-box;
	padding: 0 75px 0 150px;
	width: 60%;
	float: left;
	margin-top: 35px;
}

.right_thumbnail{
	float:right;
	width: 40%;
	height: 450px;
	overflow: hidden;
	position: relative;
	margin-top: -82px;
}

.right_thumbnail img{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.link-more{
	display: none;
}

/* Stories
   ==================================== */

#stories .box-with-background{
	padding: 100px 0 60px !important;
	min-height: auto;
	background: #006580;
}

.story{
	padding: 0 200px 0 270px;
	text-align: center;
}

.story .story_content h4.citation {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 !important;
}

.story p{
	font-style: italic;
	font-size: 14px;
	letter-spacing: 1px;
}

.story_link{
	margin: 30px 0;
	font-size: 14px;
	display: block;
	text-align: right !important;
}

.story_link:hover{
	font-weight: 600;
}

.ctr_story{
	width: calc(100% - 75px);
	margin: 0;
}

.owl-carousel{
	position: relative;
}

.owl-carousel:before{
	content:"";
	position: absolute;
	top: 95px;
	left: 135px;
	overflow: hidden;
	background: url(assets/images/arrows.svg) no-repeat top left;
	background-size: 100% auto;
	width: 42px;
	height: 40px;

}

.owl-carousel:after{
	content:"";
	position: absolute;
	bottom: 100px;
	right: 100px;
	overflow: hidden;
	background: url(assets/images/arrows.svg) no-repeat bottom left;
	background-size: 100% auto;
	width: 42px;
	height: 40px;
	visibility: visible !important;
}

/* Ikaara Institution
   ========================================================================== */

#introduction-institution .background-custom{
	background-repeat: no-repeat;
	background-size: auto 95%;
	background-position: right -150px center;
	background-color: black;
}

#introduction-institution .box-with-background{
    height: 200px;
    min-height: auto;
    padding: 100px 0 50px;
}

/* Team
   ==================================== */

#team .title-line:before{
	content:"";
    width: 55px;
}

ul.profiles{
	display: inline-block;
	width: 100%;
	margin: 0;
	padding: 0;
}

.profile-item{
	display: block;
	min-width: 240px;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2vw;
	float: left;
}

.profile-item:nth-child(3n){
	margin-right: 0;
}

.profile{
	display: block;
	min-height: 300px;
	max-height: 550px;
	height: 30vw;
	width: 100%;
	background-size: cover;
	background-position: center center;
	position: relative;
	overflow: hidden;
}

.profile:after{
	content: "";
    background: -moz-linear-gradient(-45deg, rgba(0,101,128,0) 30%, rgba(0,101,128,0.8) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(0,101,128,0) 30%,rgba(0,101,128,0.8) 100%); 
	background: linear-gradient(180deg, rgba(0,101,128,0) 30%,rgba(0,101,128,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66006580', endColorstr='#d9006580',GradientType=1 ); 
	top: 0;
	left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    animation: opacityOverlay 1.5s ease-out forwards;
}

.profile-content{
	display: block;
    position: absolute;
    z-index: 1;
	padding: 0 30px;
    width: calc(100% - 60px);
    transition: 0.2s ease-out;
    bottom: 30px;
}

.first-name{
	font-size: 24px;
	line-height: 42px;
	font-weight: 400;
	margin: 0;
}

.last-name{
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.fonction{
	font-size: 16px;
    line-height: 21px;
    margin: 0;
}

.bottom-link{
	position: absolute;
	bottom: 32%;
}

.link-profile{
	display: block;
	width: calc(100% - 25px);
    padding: 20px 25px 20px 0;
	text-align: center;
	background-color: #006580;
	color: #fff;
	transition: 0.3s;
	position: relative;
}

.link-profile:after{
	content:"";
	display: inline-block;
	margin-left: 10px;
	width: 20px;
	height: 20px;
	background: url(assets/images/user.svg) no-repeat top left;
	position: absolute;
	top:18px;
}


.link-profile:hover{
	background-color: #272727;
	color: #fff;
}

/* Formations
   ==================================== */

#formation-table{
	padding: 0;
}

#formation-table .box-with-background{
	min-height: auto;
	height: 400px;
	padding: 180px 0 0;
}

.section-list{
	padding: 0;
	margin: 0;
	display: table-cell;
	vertical-align: bottom;
}

.section-btn{
	list-style-type: none;
	display:inline-block;
	padding: 15px 20px;
	color: white;
	letter-spacing: 0.5px;
	cursor: pointer;
	margin: 0;
}

.section-btn.active{
	color: #006580;
	background: white;
	border-radius: 5px 5px 0 0;
	font-weight: 600;
	cursor: auto;
}

.header-formation{
	position: relative;
	z-index: 1;
}

.header-formation h2{
	margin: 0;
}

.content-formation{
	position:relative;
	top: -75px;
	margin-bottom: -75px;
	background-color: #fff;
	padding: 135px 0 200px;
}

.content-formation h3{
	font-size: 27px;
	line-height: 30px;
	font-weight: 600;
	margin-bottom: 0;
}

.content-formation article{
	display: none;
}

.content-formation article:first-of-type{
	display: block;
}

.content-header{
	position: relative;
}

.btn-table{
	margin: 0;
	padding: 0;
	border: 2px solid #006580;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	right: 0;
}

.btn-table li{
	list-style-type: none;
	display: inline-block;
	padding: 12px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
	color: #006580;
	cursor: pointer;
	user-select: none;
	margin: 0;
}

.btn-table li.active{
	background: #006580;
	color: white;
}

.customscroll{
	height: 400px;
	overflow: hidden;
}

.header-table{
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	width: 100%;
}

.header-table li{
	list-style-type: none;
	font-weight:600;
	color: #006580;
	font-size: 22px;
	display: inline-block;
	float: left;
}

.header-table li.right-td{
	border: 0;
}

.table-formation{
	width: 100%;
	border-spacing: 0px 40px;
}

.table-formation tr{
	position: relative;
}

.left-td{
	box-sizing: border-box;
	padding-right: 75px;
	width: 40%;
}

.right-td{
	padding-left: 75px;
	box-sizing: border-box;
	border-left: 2px solid #dadada;
	width: 60%;
}

.right-td p{
	text-transform: uppercase;
	color: #006580;
	font-weight: 600;
	margin-bottom:10px !important;
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #006580;
}


/* Formations v2
   ==================================== */

.child-article{
	display: none;
}

.content-formation .child-article:first-of-type{
	display: block;
}

.segments-list{
	margin: 0 0 40px;
	padding: 0;
	border-bottom: 1px solid #3c3c3b;
}

.segments-list li{
	display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #3c3c3b;
    cursor: pointer;
    margin: 0 0 20px;
}

.segments-list li:first-of-type{
    padding-left: 0;
}

.segments-list li:last-of-type{
    padding-right: 0;
    border-right: 0;
}

.segments-list li.active{
	font-weight:600;
	color: #006580;
}

.programme-list{
	margin: 0;
	padding: 0;
	display:flex;
  	flex-wrap: wrap;
  	justify-content: space-between;
}

.programme-list li{
 	list-style-type: none;
    display:flex;
    flex-direction: column;
     justify-content: flex-start;
    width: 32%;
    float: left;
    box-sizing: border-box;
    border: 1px solid #989898;
    border-radius: 8px;
   /* margin: 0 2% 20px 0;*/
    text-align: center;
}

/*.programme-list li:nth-child(3n){
	margin-right: 0;
}*/

.header-programme {
    padding: 40px 20px;
    display: flex;
    border-bottom: 1px solid #d4d4d4;
    color: #006580;
    min-height: 82px;
}

.header-programme h4{
	margin: 0 auto;
	font-size: 20px;
    line-height: 30px;
    align-self: center;
}

.content-programme{
	padding: 40px 0;
}

.tech-title{
	font-weight: 600;
    line-height: 15px;
}

.hr-programme{
	width: 40px;
	margin: 0 auto;
	border-color: #d4d4d4;
}

.footer-programme{
	padding: 40px;
	width: 100%;
    box-sizing: border-box;
}

.footer-programme p{
        font-style: italic;
    line-height: 21px;
}

.footer-programme a{
	text-transform: uppercase ;
	font-size: 14px;
	font-weight: 600;
}

/* Quote
   ==================================== */

.right-quote{
	background: #006580;
	box-sizing: border-box;
    padding: 100px 175px 100px 100px;
    width: calc(100% - 75px);
    position:relative;
	top: -75px;
	margin-bottom: -75px;
	float:right;
}

/* Recherche & développement
   ==================================== */

.box{
	width: 33.3%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	padding: 0 30px;
	margin: 40px 0;
}

.box p{
	color: #006580;
	font-weight: 600;
}

.picto{
	display: block;
	width: 100%;
	height: 80px;
	background-size: auto 100%;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 40px;
}

.img-bulb{
	background-image: url(assets/images/idea.svg);
	background-size: auto 100%;
}

.img-chameleon{
	background-image: url(assets/images/chameleon-facing-left.svg);
}

.img-clock{
	background-image: url(assets/images/time-left.svg);
	background-size: auto 65%;
}

/* Introduction à Ikaara Factory
   ==================================== */

#ikaara-academy .title-line:before {
    background-color: #ffd900;
}
#ikaara-academy .title-line {
	margin-bottom: 0;
}

/* Page des profils
  ========================================================================== */

.profil-team-ikaara{
	padding-bottom: 70px;
}

.profil-team-ikaara .content-bottom{
 	display: table-footer-group;
}

.title-first-name{
	font-weight: 400;
}

.title-last-name{
	font-weight: 600;
	text-transform: uppercase;
}

.profil-team-ikaara .floating-left{
	width: 62%;
}

.profil-team-ikaara li{
	line-height: 32px;
}

.back-btn{
	margin-top: 50px;
}

.profil-team-ikaara h2, #contact-content h2{
	font-weight: 400 !important;
}

.profil-team-ikaara h3{
	color: #006580;
	font-weight: 400 !important;
}

.profil-team-ikaara h3:first-of-type{
	margin-bottom: 50px;
}

.profil-team-ikaara .box-with-background{
	min-height: auto;
	height: 450px;
	padding: 50px 0;
}

.simple-content .floating-left{
	width: 50%;
}

.simple-content .floating-right{
	width: 40%;
}

.profile-nav{
	padding: 30px 0;
	background-color: #006580;
}

.profile-nav p{
	text-transform: uppercase;
	font-weight: 600;
	color: white;
	font-size: 12px;
	margin: 0;
	line-height: 35px;
}

.prev-next-nav{
	margin: 0;
	padding:0;
	display: inline-block;
	width: 100%;
}

.prev-next-nav li{
	list-style-type: none;
	margin: 0;
	width:33.3%;
	float: left;
	display: block;
	min-height:1px;
}

li.center{
	text-align: center;
}

.prev-next-nav li:last-of-type{
	text-align: right;
}


/* Ikaara Academy
   ========================================================================== */

  #introduction-academy .background-custom{
  	background-position: left center;
  }

#ikaarapedia .custom-box{
	min-height: auto;
	height: 400px;
}

#ikaarapedia .background-custom{
	background-position: left center;
}

 /* Ikaarapedia
   ========================================================================== */


#introduction-ikaarapedia .custom-box{
	min-height: auto;
	height: 400px;
}

#introduction-ikaarapedia .content-bottom{
 	display: table-footer-group;
}

#introduction-ikaarapedia{
	padding: 0;
	    position: relative;
    z-index: 1;
}

#lexique-content b{
	font-weight:600 !important;
	text-transform: uppercase !important;
	color: #006580 !important;
}

/* Contact
  ========================================================================== */

#introduction-contact{
	padding: 0;
	position: relative;
    z-index: 1;
}

#introduction-contact .background-custom{
	background-position: center top -100px;
}

#introduction-contact .custom-box{
	min-height: auto;
	height: 400px;
}

#introduction-contact .content-bottom{
 	display: table-footer-group;
}

input{
	border: 0px;
    border-bottom: 1px solid #2d2d2d;
    padding: 3px 0;
    font-size: 16px;
    line-height: 32px;
    background: transparent;
}

select{
	height: 41px;
	background: transparent;
	border: 1px solid #2d2d2d;
}

textarea{
	border: 0px;
    border-bottom: 1px solid #2d2d2d;
    padding: 3px 0;
    font-size: 16px;
    line-height: 32px;
	resize: none;
	width: 100%;
	height: 80px;
	background: transparent;
}

.full span{
	width: 100% !important;
}

.form-boxes{
	display: inline-block;
	box-sizing: border-box;
	padding-left: 50px !important;
	width: 60%;
	float: right;
}

.form-row{
	display: inline-block;
	width: 100%;
	margin-bottom: 50px;
}

.last-row{
	margin-bottom: 0;
	position: relative;
	text-align: center;
}

.ajax-loader{
	position: absolute;
}

.form-row span{
	display: inline-block;
	width: 47.5%;
	float: left;
}

.form-row span:nth-of-type(2){
	float: right;
}

.form-row input, .form-row select{
	width: 100%;
}

.wpcf7-submit{
	width: auto !important;
	display: inline-block;
	font-size: 12px;
	line-height: 12px;
	font-weight: 700;
	text-transform: uppercase;
	color: #006580;
	border: 2px solid #006580;
	border-radius: 30px;
    padding: 10px 30px;
    transition: 0.1s ease-out;
    cursor: pointer;
}

.wpcf7-submit:hover{
	background-color: #006580;
	color: white;
}

.wpcf7-response-output{
	border: 0px !important;
	text-align: center !important;
	font-size: 12px !important;
}

.wpcf7-not-valid-tip{
	position: relative;
	font-size:0 !important;
	width: 100% !important;
	top: -1px;
}

.wpcf7-not-valid-tip:before{
	content:"";
	display: block;
	width: 100%;
	border-bottom: 1px solid red;
	font-size:0 !important;
	z-index: 2;
}

/* News & Témoignages
============================================================================= */

#introduction-news{
	padding: 0;
	position: relative;
	z-index: 1;
}

#news-content .white-background-content{
	padding-top: 50px !important;
}

#introduction-news .custom-box{
	min-height: auto;
	height: 400px;
	padding: 50px 0px;
}

#introduction-news .content-bottom{
 	display: table-footer-group;
}

#introduction-news .background-custom{
	background-position: center top;
}

#news-content article{
	padding: 100px 0;
	border-bottom: 1px solid #d5d5d5;
	 -webkit-hyphens: auto;
	  -ms-hyphens: auto;
	  hyphens: auto;
}

#news-content article strong{
	color: #3c3c3b;
}

#news-content article p:last-of-type{
	margin: 0;
}

#news-content article:last-of-type{
	padding: 100px 0 0;
	border-bottom: 0px;
}

.post-image {
	float: right;
    height: 390px;
    margin: 0 0 50px 75px;
    width: 50%;
    overflow: hidden;
    position: relative;
    border: 1px solid lightgray;
}

.post-image img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-height: 100%;
}

.hiding{
	height: 218px;
	overflow: hidden;
	margin-bottom: 20px;
}

.hiding.active{
	height: auto;
	overflow: initial
}

.sub-cat{
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 30px !important;
}

#news-content article h2.blue{
	font-size: 35px;
	line-height: 40px;
}

#news-content article h2{
	margin: 0;
	font-size: 28px;
	line-height: 33px;
	-webkit-hyphens: none;
  	-ms-hyphens: none;
  	hyphens: none;
}

.btn-toggle{
	margin: 0;
	padding: 0;
}

.btn-toggle li{
	list-style-type: none;
	margin: 50px 0 0px;
	display: none;
	color: #006580;
	cursor: pointer;
	user-select: none;
}

.btn-toggle li:hover{
	font-weight: 600;
}

.btn-toggle li.active{
	display: inline-block;
}


/* Template articles
============================================================================= */

#articles-template{
    padding: 0;
    position: relative;
    z-index: 1;
}

#articles-template h1{
	position: absolute;
	bottom: 20px;
	color: white;
}
#articles-template h1.title-line:before {
	left: -150px;
}

#articles-template .custom-box{
    min-height: auto;
    height: 400px;
    padding: 50px 0px;
	position: relative;
}

#articles-template .content-bottom{
    display: table-footer-group;
}

#articles-template .background-custom{
    background-position: center top;
}

#article-content article{
    padding: 100px 0;
    border-bottom: 1px solid #d5d5d5;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

#article-content article .post-image img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	min-height: 100%;
	max-width: 100%;
}

#article-content article .gallery {
	clear: both;
	column-count: 5;
}

#article-content article .gallery figure {
	margin: 0 auto;
	clear: both;
	display: inline-block;
	padding: 10px;
	width: auto;
}

#article-content article .gallery figure img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

#article-content article strong{
    color: #3c3c3b;
}

#article-content article p:last-of-type{
    margin: 0;
}

#article-content article iframe {
	width: 45%;
	height: 400px;
}

iframe {
	border: 0;
}

#article-content article:last-of-type{
    padding: 100px 0 0;
	border-bottom: 1px solid #d5d5d5;
}

#article-content article h2 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 400;
}

#article-content article h3 {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}

#article-content article .en-savoir-plus {
    font-size: 22px;
    line-height: 35px;
    font-weight: 600;
}

#article-content article strong {
    color: #006580;
}


.appear{
	opacity:0;
	position: relative;
	top: 100px;
}

/* FIN Template articles
============================================================================= */


/* Footer
 ========================================================================== */

/* Formulaire en bas de page
========================================= */

.title-form{
	font-size: 40px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 43px;
}

section.contact-form{
    border-bottom: 1px solid #d4d4d4;
    padding: 0;
}

section.contact-form .ctr{
	margin-bottom: 75px;
}

footer .element-title-footer {
	font-size: 22px;
	line-height: 35px;
	font-weight: 600;
	margin: 0 0 30px;
}

footer .copyright {
	font-size: 0.67em;
	clear: both;
	font-weight: 400;
	margin-bottom: 0;
	text-align: center;
}

#ariane .ctr {
	font-size: 1em;
	font-weight: 600;
	margin-top: 10px;
}

/* Footer
========================================= */

#colophon .third{
	padding: 75px 0;
}

table,tr,td{
	border-spacing: 0;
}

td{
	text-align: left;
	font-size: 16px;
    line-height: 32px;
    font-weight: 400;
}

.first-column{
	width: 60px;
}

.social{
	margin: 0;
	padding: 0;
}

.social li{
	display:inline-block;
	list-style-type: none;
	margin-right: 5px;
}

.social li:last-of-type{
	margin-right: 0;
}

.social li a{
	display: block;
	width: 30px;
	height: 0;
	padding-top: 30px;
	overflow: hidden;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.icon-linkedin{
	background-image: url(assets/images/linkedin.png);
}

.icon-youtube{
	background-image: url(assets/images/youtube.png);
}

.icon-instagram{
	background-image: url(assets/images/instagram.png);
}

.icon-facebook{
	background-image: url(assets/images/facebook.png);
}

/* NEWSLETTER
   ========================================================================== */

.newsletter{
	background-color: #006580;
	text-align: center;
	padding: 40px 0;
	color: white;
	text-transform: uppercase;
}

.newsletter p{
	margin: 0 !important;
}

.newsletter a.btn-learnmore {
	margin-left: 15px !important;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 21px;
}

.news-form{
	display: none;
}

.mc4wp-form-fields .send-new{
	text-align: center !important;
	margin: 0;
	margin-top: 50px;

}

.mc4wp-form-fields input{
	width: 100%;
}

/* VIDEO
   ========================================================================== */

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-bottom: 50px;
}
.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* ANIMATIONS
   ========================================================================== */

@keyframes opacityOverlay {
    0%   {opacity: 0;}
    100% {opacity: 1;}
}

@keyframes opacityOverlayReverse {
    0%   {opacity: 1;}
    99%   {z-index:0;}
    100% {opacity: 0;z-index:-1;}
}

@media only screen and (min-width: 1400px){

	.single-team .background-left {
	    background-position: center center;
	    background-size: auto 100%;
	    background-color: #006580;
	}

	}

@media only screen and (max-width: 1200px){
	section{
		padding: 0 0 100px;
	}
	.box-with-background {
		padding: 75px 0;
	    min-height: 400px;
	}
	.ctr{
	    width: calc(100% - 150px);
   		margin: 0 auto;
	}
	.formation-listing li a:hover:before, .formation-listing li.active a:before {
    	width: 51px;
    }
	.block{
	    width: 80%;
	}
	#divisions {
	    max-height: 768px;
	}
	.title-line:before{
	    width: 51px;
	}
	.highlights .title-line:before{
	    width: 130px;
	}
	.right-padding{
		padding-right: 75px;
	}
	.left-padding{
		padding-left: 75px;
	}
	.left_news {
	    padding-left: 75px;
	}
	.right_thumbnail {
	    margin-top: -68px;
	}
	.story {
    	padding: 0 150px 0 150px;
	}
	.owl-carousel:before {
	    left: 80px;
	}
	.owl-carousel:after {
	    right: 55px;
	}
	.profile{
	    min-height: 400px;
	}
	.profile:last-of-type{
		margin-right: 2%;
	}
	.right-quote {
	    padding: 100px 75px 100px 0px;
	}
	#lexique-content .twice, .profil-team-ikaara box-with-background .twice{
		width: 100%;
	}
}

@media only screen and (max-width: 992px){
	.title-intro {
    	font-size: 4vw;
    	line-height: 6vw;
	}
	.box-with-background {
	    padding: 50px 0;
	    min-height: 450px;
	}
	.flexing-content{
		flex-direction: column;
	}
	.logo-img {
    	width: 35%;
	}
	.twice, .once, .content-left, .content-right, .left_news, .right_thumbnail, .form-boxes{
		width: 100%;
	}
	.ctr div:first-of-type{
		margin-bottom: 80px;
	}
	#formation .content-left {
	    padding-right: 0px;
	    text-align: center;
	}
	.result {
	    padding-left: 0px;
	    border-left: 0;
	}
	.result ul li {
	    list-style-type: none;
	    border-top: 1px solid #d9d9d9;
	    border-bottom: 1px solid #d9d9d9;
	    padding: 75px 5vw;
	    text-align: center;
	    margin: 0;
	}
	.result ul li:last-of-type{
	    border-bottom: 0px;
	}
	p.problem {
	    font-size: 19px;
	    font-weight: 600;
	}
	.background-right {
	    width: 100%;
	}
	.highlights .title-line:before {
	    width: 51px;
	}
	#institution br{
		display: none;
	}
	a.link-bottom {
	    position: relative;
	    margin-top: 40px;
	}
	#divisions {
		max-height: none;
    	height: 1024px;
	}
	#divisions article {
		height: 50%;
   		width: 100%;
	}
	.left_news{
		margin-top: 0;
	}
	.right_thumbnail {
	    margin-top: 40px;
	}
	.ctr_story {
	    width: 100%;
	}
	.owl-carousel:before {
	    left: 30px;
	}
	.owl-carousel:after {
	    right: 30px;
	}
	.story {
	    padding: 0 85px;
	}
	.owl-carousel:before, .owl-carousel:after{
	    width: 30px;
	    height: 29px;
	}
	.third {
	    width: 50%;
	}
	#colophon .third {
	    padding: 75px 0 0;
	    height: 155px;
	}
	#colophon .ctr div{
	    margin-bottom: 0px;
	}
	.profile-item{
		width: 48%;
	    margin-right: 4%;
	    margin-bottom: 4vw;
	}
	.profile{
	    min-height: 450px;
	}
	.profile-item:nth-child(even){
		margin-right: 0 !important;
	}
	.profile-item:nth-child(3n){
		margin-right: 4%;
	}
	.content-header, .segment-content, .header-programme, .three-box, .box,.wpcf7, .profil-team-ikaara .box-floating, .profil-team-ikaara .floating-left{
	    margin-bottom: 0px !important;
	}
	.content-formation {
	    padding: 135px 0 110px;
	}
	.right-quote {
	    padding: 100px 0;
	    width: 100%;
	}
	.programme-list li{
  		width: 48%;
	}
	.segments-list li {
	    display: block;
	    padding: 0px;
	    border-right: 0;
	    margin: 0 0 15px;
	}
	.segments-list{
		padding-bottom: 10px;
	}
	.form-boxes{
		padding-left: 0 !important;
	}
	.background-left{
	    background-position: center center;
	}
	.post-image{
	    margin: 0 0 40px !important;
	    width: 100%;
	}
}

@media only screen and (max-width: 768px) {
	.ctr {
	    width: 90%;
	    margin: 0 auto;
	}
	.background-left {
    	width: 100%;
	}
	p {
    	font-size: 15px;
    	line-height: 28px;
   	}
   	.main-navigation {
	    padding: 0 15% 100px;
	}
	ul.menu li.current_page_item:before, ul.menu li.current-menu-item:before {
	    width: calc(15% - 24px);
	}
   	.formation-listing li a {
    	text-transform: inherit;
    }
    p.problem {
	    font-size: 18px;
	    font-weight: 600;
	}
   	.title-intro, h2, .title-form{
	    font-size: 7vw;
	    line-height: 9vw;
	}
	.stab {
	    padding: 0;
	    border: 0;
	    border-radius: 0;
	    margin-left: 0;
	}
	.sub-title-homepage {
	    font-size: 20px;
	    line-height: 36px;
	}
	.formation-listing li a:hover:before, .formation-listing li.active a:before, .title-line:before {
	    display: none;
	}
	.third {
	    width: 100%;
	}
	#colophon .third{
		padding: 45px 0 0;
		text-align: center;
	}
	#colophon .third table{
		margin: 0 auto;
	}
	.form-row span {
	    width: 100%;
	}
	.first-name-text{
		margin-bottom: 50px;
	}
	.left_news {
	    padding: 0 5%;
	}
	#divisions article {
	    padding: 75px 5%;
	}
	.right_thumbnail{
    	height: 300px;
    }
    .right_thumbnail img {
	    width: 100%;
	    height: auto;
	}
	#news{
		text-align: center;
	}
	.story {
	    padding: 0 5%;
	}
	.owl-carousel:before {
   	 	top: 35px;
   	}
   	.owl-carousel:after {
    	bottom: 35px;
	}
   	.story_link {
	    margin: 50px 0;
	    text-align: center !important;
	}
	#stories .box-with-background {
   		padding: 100px 0  !important;
    }
    h2.catchphrase {
  		padding: 0 5%;
  	}
  	.ctr-full {
	    padding: 0 5%;
	}
	.profile-item{
		width: 100%;
		margin-right: 0;
	}
	.section-btn{
		width: 50%;
	    box-sizing: border-box;
	    float: left;
	    text-align: center;
	    font-size: 14px;
	    padding: 15px 5px;
	}
	#formation-table .box-with-background {
	    height: 300px;
	    padding: 100px 0 0;
	}
	.box {
    	width: 100%;
    	padding: 0;
    }
    #search-and-development{
    	text-align: center;
    }
    .block {
	    width: 100%;
	    top: 0;
	    left: 0;
	    transform: none;
	    border-radius: 0;
	    height: 100%;
	}
	.scrolling.active {
    	height: 90%;
	}
	.right-padding {
    	padding-right: 0px;
	}
	.simple-content .floating-left{
		margin-bottom: 40px !important;
	}
	.simple-content .floating-left, .simple-content .floating-right{
	    width: 100%;
	}
	li.center p{
	   display: none;
	}
	.block {
  	  padding: 70px 5%;
	}
	.lightbox-title:before {
	    display:none;
	}
	.fadegrey, .before-hover{
		display: none !important;
	}
	.academy{
		margin-bottom: 100px;
	}
	#divisions {
	    margin: 0 0 200px;
	}
	.hiding {
    	height: 114px;
    	overflow: hidden;
	}
	#articles-template h1 {
		font-size: 1.4em;
		line-height: 1.3em;
	}
} 

@media only screen and (max-width: 550px) {
	.programme-list li {
	    width: 100%;
	}
	ul.menu li a, ul.sub-menu li a{
   	 	font-size: 6vw;
	}

	#article-content article .post-image  {
		height: 300px;
		border: none;
	}

	#article-content article .post-image img {
		max-width: 100%;
		min-height:unset;
	}
	#article-content article iframe {
		width: 100%;
	}
}







