@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Economica:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,500,600,700,900&display=swap');

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  list-style: none;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Roboto Condensed', sans-serif;
}

body {
  background-repeat: no-repeat;
  background-color: #fff;
  line-height: 1.4;
  position: relative;
  width: 100%;
  margin: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

html {
	margin-top: 0 !important;
	min-height: 100%;
}

body.overlay {
  width: 100%; /*calc(100% - 300px);*/
}

body.overlay::before {
  z-index: 9999999;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px -4px 8px #000;
}

.wrapper {
  width: 1170px;
  margin: 0 auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}






/* -------------- HEADER -------------- */

header {
	background: #007aa1;
	font-size: 0;
	top: 0;
	z-index: 999999;
	height: 134px;
	width: 100%;
  position: fixed;
	box-shadow: 1px -1px 8px #888;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header.sticky {
  height: 67px;
}

header .wrapper {
  font-size: 0;
  height: 100%;
}


header .left,
header .right {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

header .right {
  float: right;
  width: calc(100% - 160px);
}


/* Logo */
header .logo {
  height: 134px;
  padding: 12px 50px 12px 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
  box-sizing: border-box;
}

header.sticky .logo {
  height: 67px;
  padding: 8px 50px 8px 0;
}

header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}

header .logo a img {
  width: 110px;
  height: auto;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header.sticky .logo a img {
  width: 51px;
}





/* Menu */
header .topmenu,
header .mainmenu {
  height: 67px;
  overflow: hidden;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .mainmenu > ul,
header .topmenu > ul {
	font-size: 0;
  display: inline-block;
  vertical-align: top;
}

header .mainmenu > ul > li,
header .topmenu > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: top;
  line-height: 67px;
}

header .mainmenu  > ul > li a,
header .topmenu  > ul > li a {
  display: block;
  position: relative;
  font-family: "Economica";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 36px;
}






/* Top */
header .topmenu {
  font-size: 0;
  visibility: visible;
  text-align: right;
  position: relative;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .topmenu::before {
  content: "";
  width: 100%;
  height: 0;
  border-top: solid 1px #ddd;
  position: absolute;
  bottom: 0px;
  left: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header.sticky .topmenu {
  height: 0;
}

header.sticky .topmenu ul > li,
header.sticky .topmenu ul > li a,
header.sticky .topmenu ul > li a span {
  height: 0;
  line-height: 0 !important;
  font-size: 0;
}


header.sticky .langues ul li:not(:first-child)::before {
  height: 0;
}

header.sticky .topmenu > ul,
header.sticky .topmenu .letters,
header.sticky .letters ul li span,
header.sticky .topmenu .langues,
header.sticky .topmenu .recherche,
header.sticky .topmenu .reseaux {
  height: 0;
  line-height: 0;
  font-size: 0;
}

header.sticky .topmenu::before {
  border-top: solid 0 transparent;
}

header .topmenu > .menu {
  float: left;
}

header .topmenu ul > li {
  line-height: 67px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .topmenu  > ul > li a {
  margin-right: 42px;
  line-height: 67px;
}

header .topmenu  > ul > li a::before {
  content: "";
  width: 100%;
  height: 4px;
  background: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .topmenu  > ul > li.current-menu-item a::before,
header .topmenu  > ul > li a:hover::before {
  background: #000;
}


header .topmenu > ul,
header .topmenu .letters,
header .topmenu .langues,
header .topmenu .recherche,
header .topmenu .reseaux {
  display: inline-block;
  vertical-align: middle;
  line-height: 67px;
  font-size: 0;
}



/* Letters */
.letters ul {
  padding-right: 30px;
}

.letters li {
  display: inline-block !important;
  vertical-align: middle;
  margin-left: 4px;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
}

.letters li span {
  color: #007aa1;
  font-weight: 600;
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px !important;
  border-radius: 2px;
  background: #fff;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.letters li:hover span,
.letters li.current span {
  background: #222;
}

.letters li:nth-child(1) span {
  font-size: 10px;
}

.letters li:nth-child(2) span {
  font-size: 20px;
}

/*.letters li:nth-child(3) span {
  font-size: 14px;
}
*/


/* Langues */
.langues .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}

.langues .wpml-ls-display {
  display: none;
}

.langues ul li {
  position: relative !important;
  display: inline-block !important;
}

.langues ul li:not(:first-child) {
  padding-left: 8px !important;
  margin-left: 8px;
}

.langues ul li:not(:first-child)::before {
  content: "";
  width: 0;
  height: 20px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 2px #fff;
}

header.sticky .langues ul li:not(:first-child)::before {
  display: none;
}

.langues ul li a {
  padding: 0;
  /*line-height: normal !important;*/
}

.langues ul li a span {
  font-family: "Economica";
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
}

.langues ul li a:hover span {
  color: #000;
}

.langues ul li.wpml-ls-current-language a span {
  font-weight: 600;
}



/* Recherche */
/*header .recherche li {
  vertical-align: top !important;
}*/

header .recherche a {
  font-size: 0;
  margin: 0 30px;
  width: 22px;
  height: 25px;
  display: block;
  background-image: url(../images/Picto-recherche.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .recherche a:hover {
  background-image: url(../images/Picto-recherche-hover.png);
}
  


/* Réseaux */
header #menu-reseaux {
  /*line-height: 67px;*/
  font-size: 0;
}

/*header .reseaux li {
  vertical-align: middle !important;
}*/

header .reseaux a {
  font-size: 0;
  width: 25px;
  height: 25px;
  display: block;
}

header .reseaux .menu-item:not(:first-child) a {
  margin-left: 10px;
}

header .reseaux .menu-item-113 a,
header .reseaux .menu-item-225 a {
  background-image: url(../images/Picto-facebook.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .reseaux .menu-item-113 a:hover,
header .reseaux .menu-item-225 a:hover {
  background-image: url(../images/Picto-facebook-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

header .reseaux .menu-item-114 a,
header .reseaux .menu-item-226 a {
  background-image: url(../images/Picto-twitter.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .reseaux .menu-item-114 a:hover,
header .reseaux .menu-item-226 a:hover {
  background-image: url(../images/Picto-twitter-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}






/* Bottom */
header .mainmenu {
  position: relative;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header.sticky .mainmenu {
  border-width: 0;
}

header .mainmenu > ul > li a::before {
  content: "";
  width: calc(100% + 8px);
  height: 2px;
  background: rgba(0, 122, 161, 0);
  position: absolute;
  bottom: 18px;
  left: -4px;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .mainmenu > ul > li.current-menu-item a::before,
header .mainmenu > ul > li a:hover::before {
  background: rgba(0, 122, 161, 1);
}



header .mainmenu #menu-right-menu,
header .mainmenu #menu-right-menu-anglais {
  float: right;
}

header .mainmenu #menu-right-menu li,
header .mainmenu #menu-right-menu-anglais li {
  position: relative;
}

header .mainmenu #menu-right-menu li:last-child a,
header .mainmenu #menu-right-menu-anglais li:last-child a {
  margin-right: 0;
}

header .mainmenu #menu-right-menu li:first-child a,
header .mainmenu #menu-right-menu-anglais li:first-child a {
  margin-left: 40px;
}

header .mainmenu #menu-right-menu li:first-child::before,
header .mainmenu #menu-right-menu-anglais li:first-child::before {
  content: "";
  display: block;
  width: 0;
  height: 20px;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
  border-left: solid 2px #ddd;
}

header .mainmenu #menu-right-menu li:last-child,
header .mainmenu #menu-right-menu-anglais li:last-child {
  background-image: url(../images/Bouton-LMA.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .mainmenu #menu-right-menu li:last-child a,
header .mainmenu #menu-right-menu-anglais li:last-child a {
  padding: 0 20px;
  line-height: 65px;
  color: transparent;
  font-size: 36px;
  letter-spacing: 2px;
  text-indent: 3px;
  display: block;
  width: 62px;
  position: relative;
  z-index: 2;
  text-align: center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .mainmenu #menu-right-menu li:last-child a::before,
header .mainmenu #menu-right-menu-anglais li:last-child a::before {
  content: "";
  width: 100%;
  height: 0;
  background: #3395b4;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

header .mainmenu #menu-right-menu li:last-child:hover a::before,
header .mainmenu #menu-right-menu-anglais li:last-child:hover a::before  {
  height: 100%;
}

header .mainmenu #menu-right-menu li:last-child a:hover,
header .mainmenu #menu-right-menu-anglais li:last-child a:hover {
  color: #fff;
}




#btn-burger,
#respnav {
  display: none;
}












/* ---------- SLIDER - HOME ---------- */

#slider {
	position: relative;
	padding: 0 !important;
	/*height: 600px !important;*/
	overflow: hidden;
	margin-bottom: 60px;
	z-index: 6;
}

#slider .wrapper {
  width: 1140px;
}

#slider .slide {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease 1s;
	transition: all ease 1s;
}

#slider .slide.visible {
	opacity: 1;
	visibility: visible;
}

#slider .slide img {
	position: absolute;
	top: 0;
	width: 100%;
	max-width: none;
	min-width: 100%;
}

#slider .caption {
	position: absolute;
	display: table;
	margin: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 10;
	padding: 20px;
	box-sizing: border-box;
}

#slider .caption ul {
	font-size: 0;
  display: flex;
}

#slider .caption li {
  color: #fff;
	position: relative;
	display: inline-block;
	vertical-align: middle;
  font-family: "Economica";
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
	padding: 0 20px;
  box-sizing: border-box;
  height: 100%;
  width: calc(100% * 1/4);
}

#slider .caption li a {
  color: #fff;
  font-family: "Economica";
  font-size: 24px;
  font-weight: 600;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#slider .caption li a:hover {
  color: rgba(255, 255, 255, 0.75);
}

#slider .caption li:not(:first-child)::before {
  content: '';
  display: block;
  height: 24px;
  width: 0;
  border-left: solid 2px #fff;
  position: absolute;
  left: -1px;
  top: 50%;
  transform: translateY(-50%);
}




/* Navigation */
#slider .nav {
	position: absolute;
	width: 1140px;
	z-index: 8;
	top: 46%;
	left: calc((100% - 1140px) / 2);
	height: 80px;
}

#slider .nav > div {
	position: absolute;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#slider .nav > .prev {
	left: 0px;
}

#slider .nav > .pause {
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#slider:hover .nav > .pause {
  opacity: 1;
}

#slider .nav > .next {
  right: 0px;
}

#slider .nav > div::before {
	font-family: "FontAwesome";
	color: #fff;
	font-size: 50px;
	line-height: 40px;
	font-weight: 900;
  /*content: "";
  width: 30px;
  height: 30px;
  background-image: url(../images/Picto-fleche-slider.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;*/
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#slider .nav > div:hover::before {
	color: #007aa1;
}

#slider .nav > .prev::before {
	content: "\f0d9";
}

#slider .nav > .pause::before {
  content: "\f04c";
  font-size: 34px;
}

#slider .nav > .pause.play::before {
  content: "\f04b";
}

#slider .nav > .next::before {
	content: "\f0da";
}







/* ---------- ACTUS - HOME + PAGE---------- */

#actus {
	position: relative;
  z-index: 15;
}


/* Filtres sur les pages dédiée */
.filtres {
  margin-bottom: 40px;
}
.filtres input[type="submit"] {
  display: none;
}
.filtres select {
  color: #fff;
  background: #000;
  text-transform: uppercase;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 2px 32px 2px 12px;
  cursor: pointer;
}
.filtres select option {
  color: #fff;
  border: none;
  background: #000;
  cursor: pointer;
}

@supports (pointer-events: none) and
      ((-webkit-appearance: none) or
      (-moz-appearance: none) or
      (appearance: none)) {

    .custom-dropdown {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        margin-right: 25px;
    }

    .custom-dropdown__select {
        padding-right: 20px; /* accommodate with the pseudo elements for the dropdown arrow */
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;    
    }

    .custom-dropdown::after { /*  Custom dropdown arrow */
        content: "\f107";
        font-family: "FontAwesome";
        color: #fff;
        position: absolute;
        pointer-events: none;
        height: 1em;
        font-size: .625em;
        line-height: 1;
        right: 10px;
        bottom: 2px;
        font-size: 24px;
        -webkit-transition:300ms ease;
        -moz-transition:300ms ease;
        -o-transition:300ms ease;
        transition:300ms ease;
    }

    /*.custom-dropdown__select[disabled] {
        color: rgba(0,0,0,.3);
    }

    .custom-dropdown.custom-dropdown--disabled::after {
        color: rgba(0,0,0,.1);
    }*/

    /* FF only temp fix */
    @-moz-document url-prefix() {
        .custom-dropdown__select              { padding-right: .9em }
        .custom-dropdown--large .custom-dropdown__select { padding-right: 1.3em }
        .custom-dropdown--small .custom-dropdown__select { padding-right: .5em }
    }
}

/* Fin filtres */

#actus .titre-actus h3 {
	font-family: "Economica";
	text-align: center;
	font-size: 44px;
	font-weight: 600;
}

#actus .actus,
#content.actualites .actus {
	font-size: 0;
  display: flex;
	margin-left: -15px;
	margin-right: -15px;
  flex-wrap: wrap;
}

#actus .item-actu,
#content.actualites .item-actu {
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3);
	padding: 0 15px;
	box-sizing: border-box;
}

#content.actualites .item-actu {
  margin-bottom: 50px;
}

#actus .item-actu a,
#content.actualites .item-actu a {
  display: block;
  height: 100%;
  background: #fff;
	text-align: center;
}

#content.actualites .item-actu a {
  box-shadow: 1px 1px 10px #ccc;
}

#actus .item-actu .img,
#content.actualites .item-actu .img {
  overflow: hidden;
  position: relative;
  height: 240px;
}

#content.actualites .item-actu .img span {
  position: absolute;
  display: block;
  background: rgba(255, 255, 255, 0.75);
  color: #444;
  padding: 1px 5px;
  font-size: 12px;
  font-weight: 600;
}

#actus .item-actu .img::before,
#content.actualites .item-actu .img::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#actus .item-actu a:hover .img::before,
#content.actualites .item-actu a:hover .img::before {
    background: rgba(255, 255, 255, 0.5);
}

#actus .item-actu .attachment-cleanex-thumb,
#content.actualites .item-actu .attachment-cleanex-thumb {
  min-width: 100%;
  min-height: 100%;
  box-shadow: 0 0 50px rgba(0,0,0,.2);
  height: auto;
  width: auto;
}

#actus .item-actu .text,
#content.actualites .item-actu .text {
	padding: 18px;
}

#actus .item-actu h4,
#content.actualites .item-actu h4 {
	margin-bottom: 12px;
	text-align: left;
	color: #000;
	font-family: 'Economica';
	font-weight: 600;
	font-size: 26px;
	line-height: 28px;
}

#actus .item-actu p,
#content.actualites .item-actu p {
	margin-bottom: 15px;
	text-align: left;
	color: #81858a;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
}

#actus .item-actu p::after,
#content.actualites .item-actu p::after {
	content: "";
	background-image: url(../images/picto-fleche.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #007aa1;
	position: absolute;
	margin-left: 5px;
	height: 20px;
	width: 16px;
}



/* Page Actus */

#content.article .bouton {
  margin-top: 50px;
}










/* ---------- Présentation - HOME ---------- */
#presentation {
  position: relative;
	padding: 50px 0 170px;
	background-image: url(../images/DevantureIP2I.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

#presentation h1 {
	text-align: center;
  text-transform: uppercase;
  font-family: "Economica";
	font-size: 44px;
	font-weight: 600;
	margin-bottom: 80px;
	color: #fff;
}

#presentation .presentation-texte {
	width: 50%;
	background: #fff;
	padding: 30px 30px 20px;
  box-sizing: border-box;
}

#presentation .presentation-texte h2 {
  margin-bottom: 12px;
  text-align: left;
  color: #000;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 26px;
  line-height: 28px;
}

#presentation .presentation-texte p {
  margin-bottom: 8px;
  text-align: left;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

#presentation .presentation-texte a {
  margin-top: 16px;
  display: table;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 2px 10px;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#presentation .presentation-texte a:hover {
  background: #007aa1;
}

#presentation::before,
#presentation::after {
  content: "";
  height: 0px;
  width: calc(50% - 50px);
  background: #fff;
  position: absolute;
  bottom: 0;
}

#presentation::before {
  left: 0;
}

#presentation::after {
  right: 0;
}










/* ---------- AGENDA - HOME ---------- */

#agenda {
  position: relative;
  padding: 50px 0 120px;
  z-index: 15;
}

#agenda::before,
#agenda::after {
  content: "";
  height: 50px;
  border-style: solid;
  position: absolute;
  top: -50px;
}

#agenda::before {
  border-width: 50px 0 0 50px;
  border-color:
  transparent transparent transparent #fff;
  left: calc(50% - 50px);
}

#agenda::after {
  border-width: 50px 50px 0 0;
  border-color:
  transparent #fff transparent transparent;
  left: calc(50% + 1px);
  top: -50px;
}

#agenda > h3,
#agenda .wrapper > h3 {
  font-family: "Economica" !important;
  text-align: center;
  font-size: 44px !important;
  font-weight: 600;
  margin-bottom: 30px;
}


/* Events */
#agenda .events {
  font-size: 0;
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 50px;
}

#agenda .events .event {
  display: flex;
  vertical-align: top;
  width: calc(100% / 3);
  padding: 0 15px;
  box-sizing: border-box;
  background: 0;
}

#agenda .events .event a {
  position: relative;
  display: flex;
}

#agenda .events .event a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: #007aa1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#agenda .events .event a:hover::before {
  height: calc(100% + 8px);
  width: calc(100% + 8px);
  top: -4px;
  left: -4px;
}

#agenda .events .event .date,
#agenda .events .event .desc {
  display: inline-block;
  vertical-align: top;
  padding: 10px;
}

#agenda .events .event .date {
  background: #007aa1;
  position: relative;
}

#agenda .events .event .date:before {
  content: "";
  border-width: 20px 0 0 20px;
  border-style: solid;
  border-color:
  transparent transparent transparent #007aa1;
  position: absolute;
  right: -20px;
  top: 20px;
}

#agenda .events .event .date:after {
  content: "";
  border-width: 20px 20px 0 0;
  border-style: solid;
  border-color: #007aa1 transparent transparent transparent;
  position: absolute;
  right: -20px;
  top: 40px;
}

#agenda .events .event .date p {
  color: #fff;
  font-family: "Economica";
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
  line-height: 40px;
}

#agenda .events .event .date span {
  display: block;
  font-size: 28px;
  font-family: "Economica";
  font-weight: 600;
}

#agenda .events .event .desc {
  background: #ededed;
  padding: 10px 10px 30px 35px;
}

#agenda .events .event .desc p {
  font-family: "Economica";
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #000;
}

#agenda .events .event .desc span {
  display: block;
  margin-top: 4px;
  color: #868686;
  font-size: 18px;
}


/* Bouton Tous les événements */
#agenda .bouton {
  display: table;
  margin: auto;
  background: #007aa1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 2px 10px;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#agenda .bouton:hover {
  background: #1d1d1b;
}









/* PAGES */

/* ---------- CONTENT ---------- */

#content {
  padding: 184px 0 100px;
  background-image: url(../images/fond-parallaxe.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: calc(100% - 50px);
  background-position: top center;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

/*#content.fat {
  padding-top: 117px;
}
*/

#content h1 {
  font-family: "Economica";
  font-size: 44px;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}


#content h2 {
  font-family: "Economica";
  font-size: 24px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
}

#content h3 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  /*text-transform: uppercase;*/
}

/*#content .page ul li {
  position: relative;
  padding: 0 0 10px 20px;
}*/

/*#content .page ul li::before {
  content: "\f0da";
  font-family: "FontAwesome";
  color: #007aa1;
  font-size: 16px;
  display: block;
  position: absolute;
  left: 2px;
  top: -1px;
}*/

#content .page ul,
#content .page ol,
#content .page p {
  margin-bottom: 15px;
}

#content .page ul ul,
#content .page ol ol,
#content .page ul ol,
#content .page ol ul {
  margin-top: 5px;
}

#content .page ul li {
  position: relative;
  text-align: left;
  padding-left: 20px;
  margin-left: 20px;
}

#content .page ul li::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 0;
  height: 5px;
  width: 5px;
  background: #007aa1;
  display: block;
  border-radius: 50%;
}

#content .page ul li > ul li {
  position: relative;
  padding-left: 20px;
  margin-left: 0 !important;
}

#content .page ul li > ul li::before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  height: 6px;
  width: 6px;
  border: solid 1px #007aa1;
  box-sizing: border-box;
  background: transparent;
  display: block;
  border-radius: 50%;
}

/*#content .page ul li > ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  height: 0;
  width: 10px;
  border-radius: 0;
  border-top: solid 2px #007aa1;
  background: #007aa1;
  display: block;
}*/

#content .page ol li {
  /*position: relative;*/
  text-align: left;
  list-style: decimal;
  /*padding-left: 20px;*/
  margin-left: 45px;
  padding-left: 10px;
}

#content .page ol li::marker {
  font-weight: 600;
}

#content .page blockquote {
	padding-left: 20px;
	border-left: solid 4px rgba(0, 122, 161, 0.5);
}

#content .page blockquote p {
	font-style: italic;
	color: #222;
}

#content .page .wp-block-pullquote blockquote {
	padding-left: 0;
	border-left: none;
}


/* Tableaux */
#content .page table th,
#content .page table td {
	padding: 6px 2px 5px;
	text-align: center;
}

#content .page table th {
	font-weight: 600;
	background: rgba(0, 122, 161, 1);
	color: #fff;
}

#content .page table td {
	background: #fff;
	color: #444;
}

#content .page table td:first-child {
	color: #222;
}


#content .page p strong,
#content .page ul li strong {
  font-weight: 600;
}

#content .page p a,
#content .page li a {
  color: #007aa1;
  font-weight: inherit;
  font-size: inherit !important;
  border-bottom: solid 2px transparent;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#content .page p a:hover,
#content .page li a:hover {
  border-color: #007aa1;
}


#content .page p a[href*="uploads"] {
  border-bottom: none !important;
}

#content .page p a[href*="uploads"]:hover {
  opacity: 0.8;
}


#content .bouton,
#content .wp-block-button__link {
  display: table;
  background: #007aa1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 2px 10px;
  border-radius: 0;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#content .bouton {
  margin: auto;
}

#content .bouton:hover,
#content .wp-block-button__link:hover {
  background: #1d1d1b;
}


img {
  max-width: 100%;
  height: auto;
}

#content .alignleft {
    float: left;
    max-width: 100%;
    margin: 0 25px 15px 0;
}

#content .alignright {
  float: right;
  max-width: 100%;
  margin: 0 0 15px 25px;
}

#content .aligncenter {
	display: block;
    max-width: 100%;
	margin: 0 auto 10px;
}

#content .wp-caption .wp-caption-text {
	font-size: 13px;
	color: #666;
}

#content figcaption {
	display: block;
}



/* Pagination Wordpress : Recherche et Actualités */

.pagination {
  float: right;
}

.pagination h2 {
  display: none;
}

.pagination .nav-links {
  font-size: 0;
}

.pagination .page-numbers {
  display: none;
  margin-right: 10px;
}

.pagination .prev,
.pagination .next,
.pagination .current {
  height: 30px;
  width: 30px;
  line-height: 27px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.pagination .prev,
.pagination .next {
  background: #007aa1;
  border: solid 1px #007aa1;
  cursor: pointer;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.pagination .prev:hover,
.pagination .next:hover {
  background: #222;
  border: solid 1px #222;
}

.pagination .prev::before,
.pagination .next::before {
  font-family: "FontAwesome";
  color: #fff;
  font-size: 25px;
}

.pagination .prev::before {
  content: "\f104";
}

.pagination .next::before {
  content: "\f105";
}

.pagination .current {
  font-family: "Economica";
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  box-sizing: border-box;
  border: solid 1px #aaa;
  background: #fff;
}

.pagination .prev,
.pagination .next {
  font-size: 0;
  position: relative;
}

.pagination .nb-pages {
  display: inline-block;
  vertical-align: bottom;
  font-family: "Economica";
  line-height: normal;
  margin-bottom: -1px;
}


/* Complément pour afficher les actus selon... */
#content.actualites .item-actu {
  display: none;
}

#content.actualites .item-actu.affiche {
  display: inline-block;
}

















/* ---------- SEARCH ---------- */

#searchform .screen-reader-text {
  display: none;
}

#searchform #s,
#searchform #searchsubmit {
  display: inline-block;
  vertical-align: top;
}

#searchform #s {
  border: solid 1px #bbb;
  margin-right: 10px;
  padding: 6px 10px;
  border-radius: 2px;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#searchform #s:focus {
  border-color: #007aa1;
}

#searchform #searchsubmit {
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  background: #000;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 2px 10px;
  cursor: pointer;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

#searchform #searchsubmit:hover {
    background: 
    #007aa1;
}


/* Result */
.result #searchform {
  margin-bottom: 20px;
}

.result h2 span {
  color: #007aa1;
  font-family: "Economica";
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}


















/* ---------- SEMINAIRES ---------- */

#seminaires {
  position: relative;
  font-size: 0;
}

/*#seminaires::before {
  content: "";
  width: 85%;
  height: 100%;
  background: #ededed;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}
*/

#seminaires .left,
#seminaires .right {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}


/* Left : coordonnées */
#seminaires .left {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  padding: 60px 60px 35px;
  text-align: center;
  position: relative;
  width: 25%;
}

#seminaires .left .moyen:not(:last-child) {
  margin-bottom: 30px;
}

#seminaires .left .moyen img {
  max-width: 30px;
  max-height: 35px;
}

#seminaires .left .moyen strong {
  font-weight: 600;
}

#seminaires .left .moyen a {
  font-weight: 600;
  color: #000;
  border-bottom: solid 2px transparent;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#seminaires .left .moyen a:hover {
  border-color: #000;
}


/* Right :Présentation */
#seminaires .right {
  padding: 50px 50px 40px;
  position: relative;
  background: #ededed;
  width: 75%;
}

#seminaires .right h3 {
  font-weight: 600;
}

#seminaires .right strong {
  font-weight: 600;
}

#seminaires .right a {
  color: #000;
}


/* Séminaires --> agenda */

.seminaires #agenda {
  padding-bottom: 0;
}

.seminaires #agenda::before,
.seminaires #agenda::after {
  display: none;
}












/* ---------- AGENDA (+ page tous les séminaires) ---------- */

.evenement {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  cursor: pointer;
  overflow: hidden;
}

.evenement .left,
.evenement .right {
  display: inline-block;
  vertical-align: top;
}


/* Left */
.evenement .left {
  width: 120px;
  text-align: center;
}

.evenement .quand {
  background: #fff;
  vertical-align: top;
  box-shadow: 1px 1px 8px #aaa;
  padding: 20px 20px 25px;
}

.evenement .quand span {
  font-family: "Economica";
  display: block;
}

.evenement .quand .ladate {
  /*font-size: 24px;*/
  font-size: 20px;
  font-weight: 600;
}

.evenement .quand .lheure {
  font-size: 18px;
  font-weight: 600;
  margin: -5px 0 2px;
}

.evenement .quand .laduree {
  color: #007aa1;
}


/* Right */
.evenement .right {
  width: calc(100% - 120px);
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.evenement .right::before {
  content: "";
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #000 transparent #000 transparent;
  position: absolute;
  bottom: 15px;
  right: 15px;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.evenement.ouvert .right::before {
  transform: rotate(180deg);
}

.evenement .right .label {
  background: #007aa1;
  transform: rotate(45deg);
  color: #fff;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  display: table;
  height: 19px;
  position: absolute;
  /*width: 150px;
  top: 50px;
  right: -16px;*/
  width: 175px;
  top: 45px;
  right: -32px;
  font-size: 13px;
}

/*.evenement .right .label::before,
.evenement .right .label::after {
  content: "";
  position: absolute;
}

.evenement .right .label::before {
  border-style: solid;
  border-width: 19px 19px 0 0;
  border-color: transparent #007aa1 transparent transparent;
  left: -18px;
  top: 0;
}

.evenement .right .label::after {
  border-style: solid;
  border-width: 0 19px 19px 0;
  border-color: #007aa1 transparent #007aa1 transparent;
  right: -19px;
  top: 0;
}*/

.evenement .right .ou {
  padding-bottom: 12px;
  border-bottom: solid 1px #264054;
  margin-bottom: 10px;
  min-height: 40px;
  font-size: 0;
}

.evenement .right .ou .categorie,
.evenement .right .ou .lieu {
  display: inline-block;
  vertical-align: top;
}

.evenement .right .ou .categorie {
  color: #fff;
  background: #ef342a;
  font-weight: 600;
  font-size: 16px;
  font-family: "Economica";
  position: relative;
  text-transform: uppercase;
  padding: 1px 25px 1px 10px;
  margin-right: 20px;
  margin-top: 8px;
  height: 24px;
  box-sizing: border-box;
}

.evenement .right .ou .categorie.seminaire {
  background: #ef342a;
}

.evenement .right .ou .categorie.conference {
  background: #fcb515;
}

.evenement .right .ou .categorie.these {
  background: #f3732b;
}

.evenement .right .ou .categorie.evenement {
  background: #2853a7;
}

.evenement .right .ou .categorie.grand-public {
  background: #0c9b69;
}

.evenement .right .ou .categorie.optionnel1 {
  background: #b50862;
}

.evenement .right .ou .categorie.optionnel2 {
  background: #6b4681;
}


.evenement .right .ou .categorie::before {
  content: "";
  background: #ef342a;
  width: 16px;
  height: 24px;
  position: absolute;
  left: -15px;
  top: 0;
}

.evenement .right .ou .categorie::after {
  content: "";
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color:
  transparent #ef342a transparent #ef342a;
  position: absolute;
  left: -27px;
  top: 0;
}

.evenement .right .ou .lieu p {
  font-size: 13px;
  color: #264054;
}

.evenement .right .ou .lieu span {
  font-size: 16px;
  font-weight: 600;
}

.evenement .right .quoi {
  padding-bottom: 12px;
}

.evenement .right .titre h2 {
  font-family: "Economica";
  color: #007aa1;
  font-weight: 600;
  text-transform: none;
  margin-bottom: 0 !important;
  font-size: 24px;
}

.evenement .right .titre p {
  color: #264054;
}

.evenement .right .titre p strong {
  color: #264054;
  font-weight: 600;
  margin-right: 4px;
}

.evenement .right .description {
  overflow: hidden;
  padding-top: 20px;
  display: none;
}

/*.agenda .evenement:first-child .right .description {
  display: block;
}*/

.evenement .right .description p {
  font-size: 13px;
}

.evenement .right .description img {
  max-width: 200px;
  height: auto;
  float: left;
  margin: 0 20px 20px 0;
}

.evenement .right .parcours {
  border-top: solid 1px #888;
  padding-top: 18px;
  margin-top: 12px;
  clear: both;
}

.evenement .right .parcours p {
  color: #444;
  max-width: 80%;
  font-size: 13px;
}













/* ---------- CONTACT ---------- */

#content.contact {
  padding-bottom: 0;
}


/* Navigation contact */
.contact .navigation {
  margin-bottom: 50px;
}

.contact .navigation ul {
  display: table;
  margin: auto;
  font-size: 0;
}

.contact .navigation li {
  display: inline-block;
  vertical-align: top;
}

.contact .navigation li:not(:last-child) {
  margin-right: 25px;
}

.contact .navigation .bouton {
  padding: 2px 45px !important;
  cursor: pointer;
}

.contact .navigation li:not(.active) .bouton {
  background: #000 !important;
}

.contact .navigation li.active .bouton:hover {
  background: #007aa1 !important;
}

.contact .navigation li:not(.active) .bouton:hover {
  background: #007aa1 !important;
}

.contact .contacts > div:not(.active) {
  display: none;
}



.moyens-contacts {
    box-sizing: border-box;
  padding: 30px 0 80px;
  position: relative;
 /* display: flex;
  flex-wrap: wrap;*/
  font-size: 0;
  z-index: 9;
  /*text-align: right;*/
}

/*.moyens-contacts::before {
  content: "";
  width: 85%;
  height: 100%;
  background: #ededed;
  position: absolute;
  z-index: 0;
  right: 0;
  top: 0;
}*/


.moyens,
.contacts {
  display: inline-block;
  vertical-align: top;
}


/* Moyens */
.moyens {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  padding: 42px 30px 24px;
  box-sizing: border-box;
  text-align: center;
  position: sticky;
  width: 28%;
  z-index: 9;
  left: 0;
  top: 97px;
  margin-bottom: 30px;
}

/*.moyens {
  position: relative\9;
  top: 0\9;
}

//IE8.0 Hack!
@media \0screen {
  .moyens {
    position: relative;
    top: 0;
  }
}

//IE7.0 Hack!
*+html .moyens {
    position: relative;
    top: 0;
}*/

.moyens .moyen:not(:last-child) {
  margin-bottom: 20px;
}

.moyens .moyen:first-child strong,
.moyens .moyen p {
  text-transform: uppercase;
}

.moyens .moyen img {
  max-width: 30px;
  max-height: 35px;
}

.moyens .moyen strong {
  text-transform: none;
  font-weight: 600;
}

.moyens .moyen a {
  text-transform: none;
  font-weight: 600;
  color: #000;
  border-bottom: solid 2px transparent;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.moyens .moyen a:hover {
  border-color: #000;
}


/* Contacts */
.contact .contacts {
  background: #fff;
  /*margin-bottom: 80px;*/
  box-shadow: 1px 1px 8px #aaa;
  padding: 50px 50px 40px 150px;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  width: calc(72% + 100px);
  margin-top: -472px;
  margin-left: 218px;
  background: #fff;
  min-height: 472px;
  /*height: 1200px;*/
  z-index: -1;
}

.contact .contacts p,
.contact .contacts p strong,
.contact .contacts p a,
.contact .contacts li,
.contact .contacts li strong,
.contact .contacts li a {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.contact .contacts h2 {
  margin-bottom: 5px;
}

/*.contacts .personne {
  font-size: 0;
  padding: 0 50px 40px 0;
  display: inline-block;
  box-sizing: border-box;
  width: 50%;
}

.contacts .personne img,
.contacts .personne p {
  display: inline-block;
  vertical-align: top;
}

.contacts .personne img {
  padding: 5px 20px 10px 0;
  width: 30px;
}

.contacts .personne p {
    width: calc(100% - 50px);
    float: right;
}

.contacts .personne strong {
  font-weight: 600;
}

.contacts .personne a {
  color: #000;
}*/




/* Lien Carte */
#content.contact .carte {
  position: relative;
  /*margin-top: 80px;*/
  clear: both;
}

/*#content.contact iframe {
  width: 100%;
  display: block;
  filter: grayscale(100%);
}*/

.contact .carte a,
.contact .carte img {
  display: block;
}

.contact .carte a {
  position: relative;
}

#content.contact .carte a::before {
  content: "";
  height: 100%;
  width: 100%;
  background: rgba(0, 122, 161, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#content.contact .carte a:hover::before {
  background: rgba(0, 122, 161, 0.2);
}





/* Page Équipes de recherche */
#thematiques .item-thematique:not(:last-of-type) {
	margin-bottom: 80px;
}

#thematiques .item-thematique .resume {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 1px 1px 8px #aaa;
}

#thematiques .item-thematique .resume-inner {
  display: none;
}

#thematiques .item-thematique .resume .bouton {
  margin: 0;
  cursor: pointer;
}

#thematiques .item-thematique .resume h2 {
  color: #007aa1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

/*#thematiques .item-thematique .equipes {
  margin-top: 20px;
}*/



/* Menu déroulant des thématiques */
.thematiques #cat-select {
  display: table;
  margin: 0 auto 30px;
}

.thematiques #cat-select select {
  width: 200px;
  padding: 8px 10px;
  border: solid 2px #007aa1;
}





/* ---------- ÉQUIPES (+ Thématique) ---------- */

#content .equipes,
#plateformes,
#plateaux {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: -30px;
}

#plateformes,
#plateaux {
  text-align: center;
}

#content .equipes .item-equipe,
#plateformes .item-plateforme,
#plateaux .item-plateau {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15px 30px 15px;
  height: 234px;
  width: calc(100% * 1/5);
}

#content .equipes .item-equipe a,
#gestion-services .item-service a,
#plateformes .item-plateforme a,
#plateaux .item-plateau a {
  display: block;
  background: #fff;
  height: 100%;
  position: relative;
  box-shadow: 1px 1px 10px #ccc;
  overflow: hidden;
}

#content .equipes .item-equipe a::before,
#gestion-services .item-service a::before,
#plateformes .item-plateforme a::before,
#plateaux .item-plateau a::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: rgba(0, 122, 161, 0.4);
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#content .equipes .item-equipe a:hover::before,
#gestion-services .item-service a:hover::before,
#plateformes .item-plateforme a:hover::before,
#plateaux .item-plateau a:hover::before {
  height: 100%;
}

#content .equipes .item-equipe img,
#gestion-services .item-service img,
#plateformes .item-plateforme img,
#plateaux .item-plateau img {
  height: auto;
  min-width: 100%;
}

#content .equipes .item-equipe h3,
#gestion-services .item-service h3,
#plateformes .item-plateforme h3,
#plateaux .item-plateau h3 {
  text-align: center;
  background: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 4px 0;
  margin-bottom: 0;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  color: #007aa1;
}



/* Cas particulier des services */
.services h1 {
  display: none;
}

.services h2 {
  text-align: center;
  text-transform: uppercase;
}

#gestion-services {
  font-size: 0;
  margin-left: -15px;
  margin-right: -15px;
  position: relative;
}

#gestion-services::after {
  content: "";
  height: calc(100% - 30px);
  width: 0;
  border-right: solid 2px #007aa1;
  position: absolute;
  z-index: 9;
  top: 0;
  left: calc(((100% * 1/5) * 1.5) + 1px);
}

#gestion,
#services {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}

#gestion {
  width: calc(100% * 1/5);
}


#services {
  float: right;
  width: calc(100% * 3/5);
}

#gestion .item-service,
#services .item-service {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0 15px 30px 15px;
  height: 234px;
}


#gestion .item-service,
#services .item-service {
  display: inline-block;
  vertical-align: top;
}

#gestion .item-service {
  width: 100%;
}

#services .item-service {
  display: inline-block;
  width: calc(100% * 1/3);
}








/* Pages d'une thématique */
.thematique .page {
  font-size: 0;
  padding-bottom: 50px;
  border-bottom: solid 1px #444;
  margin-bottom: 50px;
}

.thematique .left,
.thematique .right {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}

.thematique .left {
  background: #fff;
  width: 22%;
}

/* Contenus */
.thematique .right {
  padding: 50px 50px 40px;
  position: relative;
  background: #ededed;
  width: 78%;
}

.thematique .right h2 {
  margin-bottom: 5px !important;
}

.thematique .right > p,
.thematique .right > li {
  color: #444;
}










/* ---------- Page d'une équipe, d'un service, d'une plateforme ou d'un plateau + Institut ---------- */

.onglets .wrapper {
  position: relative;
  font-size: 0;
}

.onglets .navigation,
.onglets .contenus {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
}


/* Navigation */
.onglets .navigation {
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  padding: 10px 10px 0px;
  text-align: center;
  position: relative;
  width: 22%;
  z-index: 9;
}

#content.onglets .navigation h1 {
  font-size: 36px;
  padding: 22px 15px 30px;
  color: #007aa1;
  line-height: 34px;
  margin-bottom: 0 !important;
  text-transform: none !important;
}

/*.equipe .navigation ul {
  padding-bottom: 2px;
}*/

#content.onglets .navigation li {
  position: relative;
  padding: 12px 0 12px 12px;
  margin: 0 15px 0 60px;
  text-align: left;
  cursor: pointer;
}

#content.onglets .navigation li span {
    font-family: 'Economica';
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.onglets .navigation li:first-child {
  border-top: solid 1px #007aa1;
}


.onglets .navigation li:not(:last-child) {
  border-bottom: solid 1px #007aa1;
}

.onglets .navigation li::before {
  content: "";
  width: 60px;
  height: calc(100% + 1px);
  background: #007aa1;
  opacity: 0;
  position: absolute;
  top: -1px;
  left: -70px;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.onglets .navigation li.wanted::before {
  opacity: 1;
}

.onglets .navigation li::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent #fff transparent #fff;
  opacity: 0;
  position: absolute;
  z-index: 1;
  right: -37px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.onglets .navigation li span::before {
  content: "";
  width: 18px;
  height: 18px;
  opacity: 0;
  background: transparent;
  position: absolute;
  z-index: 1;
  right: -34px;
  top: 50%;
  box-shadow: 1px 1px 10px #ccc;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.onglets .navigation li span::after {
  content: "";
  width: 20px;
  height: 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

.onglets .navigation li.wanted::after,
.onglets .navigation li.wanted span::before,
.onglets .navigation li.wanted span::after {
  opacity: 1;
}




/* Contenus */
.onglets .contenus {
  padding: 50px 50px 40px;
  position: relative;
  background: #fff;
  box-shadow: 1px 1px 10px #ccc;
  width: 78%;
}

.onglets .contenus > div {
  display: none;
}

.onglets .contenus h2, 
.onglets .contenus h3 {
  margin-bottom: 10px !important;
}

.onglets .contenus p,
.onglets .contenus li {
  color: #444;
}

.onglets .contenus > div.wanted {
  display: block;
}











/* Publications : Mise en forme du programme */

body#publications {
  padding: 50px 0 100px;
  background-image: url(../images/fond-parallaxe.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: calc(100% - 50px);
  background-position: top center;
  font-family: "Roboto Condensed";
  font-size: 16px !important;
}

body#publications h1,
body#publications h1 strong {
  font-family: "Economica";
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
}

body#publications h1 strong {
  color: #007aa1;
}

body#publications form {
  display: table;
  margin: auto;
  background: rgba(237, 237, 237, 0.5);
  padding: 50px;
  border-radius: 5px;
  font-size: 0;
}

body#publications form input {
  margin: 0 12px;
  padding: 10px 12px 8px;
  border: solid 2px transparent;
  border-radius: 2px;
  color: #444;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

body#publications form input:focus {
  border-color: #007aa1;
}

body#publications form input[type="submit"] {
  display: table;
  margin: auto;
  background: #007aa1;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'Economica';
  font-weight: 600;
  font-size: 22px;
  padding: 8px 18px;
  margin-top: 15px;
  width: 100%;
  cursor: pointer;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

body#publications form input[type="submit"]:hover {
  background: #1d1d1b;
}



/* Membres pages Onglets et Contacts page Institut : Mise en forme du programme */
#content.onglets .liste-membres ul {
  margin-top: 15px;
}

#content.onglets .liste-membres li {
  display: inline-block;
  vertical-align: top;
  width: calc(100% * 1/ 4);
  padding: 0;
  margin: 0;
}

#content.onglets .liste-membres li::before {
  display: none;
}

#content.onglets .liste-membres a {
  /*box-sizing: border-box;
  padding: 4px;*/
  margin-bottom: 4px;
}










/* ---------- offres STAGES / EMPLOIS ---------- */


/* Navigation */

.offres .navigation {
  margin-bottom: 50px;
}

.offres .navigation ul {
  display: table;
  margin: auto;
  font-size: 0;
}

.offres .navigation li {
  display: inline-block;
  vertical-align: top;
}

.offres .navigation li:not(:last-child) {
  margin-right: 25px;
}

.offres .navigation .bouton {
  padding: 2px 45px !important;
  cursor: pointer;
}

.offres .navigation li:not(.active) .bouton {
  background: #000 !important;
}

.offres .navigation li.active .bouton:hover {
  background: #007aa1 !important;
}

.offres .navigation li:not(.active) .bouton:hover {
  background: #007aa1 !important;
}


/* Présentation */
.offres .presentation {
  background: #fff;
  padding: 40px;
  margin-bottom: 50px;
  box-shadow: 1px 1px 8px #aaa;
}

.offres .presentation p,
.offres .presentation p strong,
.offres .presentation p a,
.offres .presentation li,
.offres .presentation li strong,
.offres .presentation li a {
  font-family: 'Roboto Condensed', sans-serif !important;
}

.offres .presentation > div:not(.active) {
  display: none;
}

#content.offres .presentation h2 {
  margin-bottom: 5px;
}


/* Navigation stages */
.offres .navigation-stages {
  margin-bottom: 40px;
}

.offres .navigation-stages ul {
  display: table;
  margin: auto;
  font-size: 0;
}

#content.offres .navigation-stages li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0;
}

#content.offres .navigation-stages li::before {
  display: none;
}

.offres .navigation-stages li:not(:last-child) {
  margin-right: 40px;
}

.offres .navigation-stages li:not(:last-child)::after {
  content: "|";
  font-size: 18px;
  position: absolute;
  top: 2px;
  right: -20px;
  color: #000;
}

#content.offres .navigation-stages h3 {
  font-family: "Economica";
  font-size: 20px;
  font-weight: 600;
  color: #007aa1;
  cursor: pointer;
  margin-bottom: 0 !important;
}

.offres .navigation-stages li:not(.active) h3 {
  color: #000 !important;
}

.offres .navigation-stages li:not(.active) h3:hover {
  color: #007aa1 !important;
}


/* Offres */
.offres #offres > div:not(.active) {
  display: none;
}

.offres #offres .tab {
  width: 100%;
  border-collapse: collapse;
}

.offres #offres .tab:not(.active) {
  display: none;
}

.offres #offres .tab tr {
  border-bottom: solid 1px #555;
}

.offres #offres .tab th {
  text-transform: uppercase;
  white-space: nowrap;
  font-weight: 600;
  border-bottom: solid 1px #000;
}

.offres #offres .tab td:nth-child(6) {
  white-space: nowrap;
}

.offres #offres .tab th:last-child,
.offres #offres .tab td:last-child,
.offres #offres .tab th:nth-child(5),
.offres #offres .tab td:nth-child(5) {
  display: none;
}

.offres #offres .tab th:nth-child(7) {
  font-size: 18px;
  line-height: 18px;
}

.offres #offres .tab th,
.offres #offres .tab td {
  padding: 6px 10px;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
}

.offres #offres .tab th:first-child,
.offres #offres .tab td:first-child {
  padding-left: 0;
}

.offres #offres .tab th:last-child,
.offres #offres .tab td:last-child {
  padding-right: 0;
}

.offres #offres .tab td:first-child {
  font-weight: 600;
}


.offres #offres .tab td a {
  color: #007aa1;
  text-decoration: underline;
  border-bottom-color: transparent;
  -webkit-transition: 300ms ease;
  -moz-transition: 300ms ease;
  -o-transition: 300ms ease;
  transition: 300ms ease;
}

.offres #offres .tab td a:hover {
  color: #000;
}

.offres #offres .tab td a[title*="PDF"] {
  font-size: 0;
  display: block;
  height: 20px;
  width: 16px;
  background-image: url(../images/picto-fleche.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}












/* ---------- Cookies notice ---------- */

#cookie-notice .cookie-notice-container {
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 1px 2px 8px #222;
}

#cookie-notice #cn-notice-text {
  display: block;
  margin-bottom: 10px;
}

#cookie-notice strong {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
}

#cn-accept-cookie,
#cn-more-info {
  margin: 0 10px;
  padding: 10px 16px;
  border-radius: 6px;
  display: inline-block;
  font-weight: 500;
  -webkit-transition:300ms ease;
  -moz-transition:300ms ease;
  -o-transition:300ms ease;
  transition:300ms ease;
}

#cn-accept-cookie {
  color: #fff;
  background: #000;
}

#cn-more-info {
  color: #03597a;
  background: #fff;
}

#cn-accept-cookie:hover,
#cn-more-info:hover {
  color: #fff;
  background: #222;
}










/* ---------- FOOTER ---------- */


/* Top */
footer .top {
  background: #007aa1;
  padding: 25px 0 30px;
}

footer .top .wrapper {
  font-size: 0;
}

footer .top .left {
  width: calc(100% * 7/12);
}

footer h3 {
  font-family: "Economica";
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 28px;
}

footer .my-footer-menu {
  column-count: 3;
}

footer .my-footer-menu li {
  display: block;
  vertical-align: top;
  white-space: nowrap;
}

footer .my-footer-menu li a {
  font-family: "Economica";
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 28px;
}


footer .top .left,
footer .top .right {
  display: inline-block;
  vertical-align: middle;
}

footer .top .right {
  width: calc(100% * 4/12);
  float: right;
}

footer .top .right ul{
  font-size: 0;
  height: 100%;
  float: right;
  display: flex;
}

footer .top .right li {
  display: inline-block;
  vertical-align: top;
  height: 100%;
}

footer .top .right li:not(:first-child) {
  margin-left: 50px;
}

footer .top .right li a {
  display: block;
}

footer .top .right li a img {
  max-height: 80px;
}




/* Bottom */
footer .bottom {
  background: #1d1d1b;
  padding: 10px 0;
}

footer .bottom p {
  font-family: "Economica";
  font-weight: 400;
  color: #fff;
  font-size: 14px;
}



















/*//////////////////////////////////////*/
/*////                              ////*/
/*////         RESPONSIVE           ////*/
/*////                              ////*/
/*//////////////////////////////////////*/

@media screen and (max-width: 1200px) {


  .wrapper {
    width: 90%;
  }


  /* Header */
    header .mainmenu > ul > li a,
    header .topmenu > ul > li a {
        font-size: 16px;
        margin-right: 20px;
    }

    header .topmenu > ul > li a {
        margin-right: 20px;
    }

    .letters ul {
        padding-right: 14px;
    }

    header .recherche a {
        margin: 0 12px;
    }

    header .reseaux .menu-item:not(:first-child) a {
        margin-left: 8px;
    }

    header .mainmenu #menu-right-menu li:first-child a,
    header .mainmenu #menu-right-menu-anglais li:first-child a {
        margin-left: 20px;
    }

    header .mainmenu #menu-right-menu li:last-child a,
    header .mainmenu #menu-right-menu-anglais li:last-child a {
        padding: 0 8px;
        font-size: 16px;
        width: 28px;
        text-indent: 1.5px;
        letter-spacing: 0.5px;
    }

    header .mainmenu #menu-right-menu li:last-child a::before,
    header .mainmenu #menu-right-menu-anglais li:last-child a::before {
        bottom: 18px;
    }

    header .mainmenu #menu-right-menu li:last-child a:hover::before,
    header .mainmenu #menu-right-menu-anglais li:last-child a:hover::before {
        height: 44%;
    }


  /* Accueil */

  /* Slider */
  #slider .wrapper {
    width: calc(90% - 30px);
  }

  #slider .nav {
    width: calc(90% - 30px);
    left: calc(5% + 15px);
  }

  #slider .nav > .prev {
    left: 0;
  }

  #slider .nav > .next {
    right: 0 ;
  }

  /*#slider .caption {
    left: 5%;
  }*/


  /* Actus */
  #actus .item-actu .img,
  #content.actualites .item-actu .img {
      height: 180px;
  }




  /* PAGES */

  #content .equipes .item-equipe,
  #plateformes .item-plateforme,
  #plateaux .item-plateau {
    width: calc(100% * 1/4);
  }

  #gestion-services::after {
    left: calc(((100% * 1/4) * 1.5) + 6.5px);
  }

  #gestion {
      width: calc(100% * 1/4);
  }

  #services {
    float: right;
    width: calc(100% * 2/4);
  }

  #services .item-service {
    width: calc(100% * 1/2);
  }


  /* Onglets */
  .onglets .navigation {
    width: 28%;
  }

  .onglets .contenus {
    width: 72%;
  }

  /* Membres pages Onglets et Contacts page Institut : Mise en forme du programme */
  #content.onglets .liste-membres li {
    width: calc(100% * 1/ 3);
  }


  /* Séminaires */
  #seminaires .left {
    width: 32%;
  }

  #seminaires .right {
    width: 68%;
  }


  /* Contact */
  /*.moyens-contacts {
    padding: 30px 0 0;
  }*/

  .moyens {
    width: 32%;
  }

  .contact .contacts {
      width: calc(68% + 100px);
      margin-left: calc(32% - 100px);
      min-height: 514px;
  }


}



@media screen and (max-width: 1097px) {

  .contact .contacts {
      margin-top: -491px;
  }

}


@media screen and (max-width: 1022px) {

  .contact .contacts {
      margin-top: -512px;
  }

}



@media screen and (max-width: 992px) {


  /* Header */
  header .topmenu > .menu,
  header .topmenu .letters,
  header .topmenu .langues ul,
  header .mainmenu > .menu,
  header .mainmenu #menu-right-menu,
  header .mainmenu #menu-right-menu-anglais {
    display: none;
  }


  #respnav.visible,
  #respnav .menu.slide {
    transform: translate3d(-100%,0,0);
  }

  body.overlay::before {
    width: 100%;
  }


  /* Btn Burger */
  #btn-burger {
    height: 32px;
    width: 32px;
    line-height: 67px;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
  }

  #btn-burger::before {
    content: "\f0c9";
    font-family: "FontAwesome";
    color: #fff;
    font-size: 32px;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
  }

  #btn-burger:hover::before {
    color: #222;
  }


  #btn-burger {
    height: 32px;
    width: 32px;
    display: block;
    float: right;
    text-align: center;
    cursor: pointer;
  }


  #closenav {
    height: 28px;
    width: 28px;
    line-height: 26px;
    margin: 5px 5px 5px 5px;
    float: right;
    text-align: center;
    cursor: pointer;
    padding: 15px;
  }

  #closenav::before {
    content: "\f00d";
    font-family: "FontAwesome";
    color: #007aa1;
    font-size: 32px;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
  }

  #closenav:hover::before {
    color: #222;
  }






  /* Respnav menu */
  #respnav {
    position: fixed;
    display: block;
    top: 0;
    left: 100%;
    width: 300px;
    bottom: 0;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    border-top: 1px solid #e4e4e4;
    z-index: 9999999;
    overflow: hidden;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
  }

  #respnav .content {
    height: 100%;
    overflow-x: hidden;

  }


  /* Letters */
  #respnav .letters {
    display: inline-block;
    padding: 15px 15px;
    margin: 5px;
    vertical-align: top;
  }

  #respnav .letters ul {
    line-height: normal;
    padding-right: 0;
  }

  #respnav .letters span {
    background: #007aa1;
    color: #fff;
  }

  #respnav .letters li:hover span {
    background: #222;
  }


  /* Languages */
  #respnav .langues  {
    display: inline-block;
    /*padding: 20px 20px;*/
    padding: 15px 15px;
    margin: 5px;
    /*border: solid 1px #e4e4e4;*/
  }
  
  #respnav .langues span {
    color: #007aa1;
  }

  #respnav .langues a:hover span {
    color: #222;
  }

  #respnav .langues li:not(:first-child)::before {
    border-color: #007aa1;
  }


  #respnav .menu {
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 0;
    transition: all ease 0.5s;
  }

  #respnav li {
    display: block;
    position: static;
    padding-left: 0;
  }

  #respnav .menu li.active > a::after {
    content: "";
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #c3cc10;
    z-index: -1;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
  }

  #respnav .menu li.active::before {
    display: none;
  }

  #respnav .menu li.parent:hover a {
    background: none;
  }

  /*#respnav .menu li.active a:hover::after,
  #respnav .menu a:hover::after {
    width: 100%;
  }*/

  #respnav .menu li.active > a,
  #respnav .menu li.active:hover > a {
    background: none;
  }

  #respnav .menu a {
    color: #000;
    display: block;
    padding: 12px 15px;
    margin: 0 5px 5px 5px;
    background: #f8f8f8;
    font-family: "Economica";
    font-size: 18px;
    position: relative;
    line-height: normal;
    text-transform: uppercase;
    border: solid 1px transparent;
    -webkit-transition:300ms ease;
    -moz-transition:300ms ease;
    -o-transition:300ms ease;
    transition:300ms ease;
  }

  #respnav .menu a:hover {
    color: #fff;
    border-color: #007aa1;
    background: #007aa1 !important;
  }







  /* Slider */
  #slider .caption li a {
    font-size: 20px;
  }

  /* Actus */
  #actus .item-actu .img,
  #content.actualites .item-actu .img {
      height: 140px;
  }


  /* Présentation */
  #presentation .presentation-texte {
    width: 75%;
  }


  /* Agenda */
  #agenda .events {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }

  #agenda .events .event a {
    display: flex;
    width: 100%;
  }

  #agenda .events .event {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
  }

  #agenda .events .event .desc {
    width: 100%;
  }


  /* Footer */
  footer h3 {
    margin-bottom: 10px;
  }

  footer .my-footer-menu {
    column-count: 2 !important;
  }



  /* PAGES */

  #content .equipes .item-equipe,
  #services .item-service,
  #plateformes .item-plateforme,
  #plateaux .item-plateau {
    width: calc(100% * 1/3);
  }

  #gestion {
    text-align: center;
    position: relative;
  }

  #gestion::after {
    content: "";
    position: absolute;
    z-index: 9;
    left: 15px;
    bottom: -49px ;
    width: calc(100% - 30px);
    height: 0;
    border-right: 0;
    border-bottom: solid 2px #007aa1;
  }

  #gestion-services::after {
    display: none;
  }


  #gestion,
  #services {
    width: 100%;
    display: block;
    float: none;
  }

  #gestion {
    margin-bottom: 130px;
  }

  #gestion .item-service,
  #services .item-service {
    text-align: center;
    width: calc(100% * 1/3);
  }


  #plateformes,
  #plateaux {
    text-align: initial;
  }

  .onglets .navigation {
    width: 34%;
  }

  .onglets .contenus {
    width: 66%;
  }

  /* Membres pages Onglets et Contacts page Institut : Mise en forme du programme */
  #content.onglets .liste-membres li {
    width: calc(100% * 1/ 2);
  }



  /* Séminaires */
  #seminaires .left,
  #seminaires .right {
    display: block;
    width: 100%;
  }


  /* Contact */
  .moyens-contacts {
    display: block;
    padding: 0 0 80px;
  }

  /*.moyens-contacts::before {
      width: calc(100% - 45px);
      height: calc(100% - 20px);
      top: 45px;
  }*/

  .moyens {
  	position: relative;
    top: auto;
    left: auto;
  	display: block;
    margin-left: 0;
    width: calc(100% - 30px);
    margin-bottom: 0;
  }

  .contact .contacts {
    padding: 80px 50px 40px 50px;
    width: calc(100% - 30px);
    margin-left: 30px;
    margin-top: -30px;
  }



}


@media screen and (max-width: 768px) {
  
  /* Slider */
  #slider .caption {
    padding: 15px 0;
  }

  #slider .caption li {
    padding: 0 18px;
  }

  #slider .caption li a {
    font-size: 18px;
  }


  /* Actus */
  #actus .item-actu,
  #content.actualites .item-actu {
    width: 100%;
  }

  #actus .item-actu:not(:last-child),
  #content.actualites .item-actu:not(:last-child) {
    margin-bottom: 40px;
  }

  #actus .item-actu .img,
  #content.actualites .item-actu .img {
    height: auto;
  }


  /* Présentation */
  #presentation .presentation-texte {
    width: 85%;
  }


  /* Footer */
  footer h3 {
    margin-bottom: 20px;
  }

  footer .top .left,
  footer .top .right {
    display: block;
    width: 100%;
    float: none;
  }

  footer .my-footer-menu {
    column-count: 3 !important;
    margin-bottom: 25px;
  }

  footer .top .right ul {
    float: none;
  }


  /* PAGES */

  #content .equipes .item-equipe,
  #gestion .item-service,
  #services .item-service,
  #plateformes .item-plateforme,
  #plateaux .item-plateau {
    width: calc(100% * 1/2);
  }


  /* Onglets */
  .onglets .navigation {
    width: 100%;
    display: block;
  }

  .onglets .contenus {
    width: 100%;
    display: block;
  }

  .onglets .navigation li::after,
  .onglets .navigation li span::before {
    display: none;
  }



  /* Agenda / Tous les séminaires */
  .evenement {
    display: block;
    overflow: initial;
  }

  .evenement .left,
  .evenement .right {
    width: 100%;
    display: block;
  }

  .evenement .left {
  	z-index: 9;
	position: relative;
  }

  .evenement .right .ou .lieu {
    display: block;
  }

  .evenement .right .ou .categorie {
    display: table
  }

  .evenement .right .ou .categorie::before {
    display: none;
  }

  .evenement .right .ou .categorie::after {
    content: "";
    border-style: solid;
    border-width: 0 12px 12px 12px;
    border-color: #ef342a transparent #ef342a transparent;
    position: absolute;
    left: 0;
    top: -12px;
    display: none;
  }


  /* Contact */
  .moyens,
  .contact .contacts {
    display: block;
    width: 100%;
    margin: 0;
  }


}


@media screen and (max-width: 640px) {

  /* Slider */
  #slider .caption {
    display: none;
  }


  /* Présentation */
  #presentation .presentation-texte {
    width: 100%;
  }

  footer .my-footer-menu {
    column-count: 2 !important;
  }


}


@media screen and (max-width: 540px) {


}


@media screen and (max-width: 480px) {

  #respnav {
    width: 100%;
  }

  header .logo {
    padding: 12px 20px 12px 0;
  }

  header.sticky .logo {
    padding: 8px 20px 8px 0;
  }

  header .right {
    float: right;
    width: calc(100% - 130px);
  }

  header .topmenu .recherche {
    display: none;
  }

  /* Footer */
  footer .my-footer-menu {
    column-count: 1 !important;
  }



  #presentation {
    background-attachment: scroll;
  }


  /* PAGES */

  #content .equipes .item-equipe,
  #gestion .item-service,
  #services .item-service,
  #plateformes .item-plateforme,
  #plateaux .item-plateau {
    width: 100%;
  }

  /* Onglets */
  /* Membres pages Onglets et Contacts page Institut : Mise en forme du programme */
  #content.onglets .liste-membres li {
    display: block;
    width: 100%;
  }



  /* Agenda / Tous séminaires */
  .evenement .right .description img {
    max-width: 100%;
  }


  /* Contact */
  .moyens-contacts::before {
    width: calc(100% - 20px);
  }

  .moyens {
    width: calc(100% - 20px);
  }

  .contacts {
    padding: 70px 40px 0 60px;
  }

  .contacts .personne {
    padding: 0 20px 25px 20px;
  }

}