@charset "UTF-8";

html, body
 {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  overflow-x: hidden;
  font-size: 100%;
  background-color: #f5f5f5;

}

*, *:before, *:after {
  box-sizing: border-box;
}

.wrapper {
  margin-top: -1.5em;
  background-color: #f5f5f5;
  height: auto;
  width: 100%;

}


img {
  -webkit-filter: saturate(60%);
  filter: saturate(60%);
}

/*generique*/
h1 {
  font-family: 'Work Sans', sans-serif;
  font-size: 4rem;
  font-weight: 700;
  letter-spacing: 0.2em;

}

#main-landing-element > h1 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: -0.05em;
  margin-bottom: 1em;
  color: #d33a48;
  backdrop-filter: blur(1px);

}

h2 {
  font-family:'Work Sans', sans-serif;
  font-size: 1.3em;
  line-height: 1.6em;
  font-weight: 400;

}

#main-landing-element > h2 {
  width: auto;
  margin-left: 20%;
  margin-right: 20%;
  padding-top:15%;
  text-align: center;
  opacity: 0.8;
  backdrop-filter: blur(1px);

}

h3 {
  font-family:'Work Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #273E56;
}

.item-article:nth-child(1) > h2 {
  width: 50%;
  padding-left: 0%;
  padding-bottom: 0%;
  margin: auto;
  z-index: 850;
  position: absolute;
  bottom: 12.5%;
  color: white;
  opacity: 0.9;
  backdrop-filter: blur(2px);
  width: 70%;
  left: 10%;

}

.item-article > h2 {
  line-height: 1.25em;
  text-align: left;
  padding-left: 15.5%;
  width:80%;
  padding-bottom: 10%;
  font-weight: 400;

}

.item-article > p {
  width:auto;
  text-align: left;
  padding-left: 15.5%;
  z-index: 850;
  color: #d33a48;
  font-weight: bolder;
  /*border-bottom: solid;
  border-width: thin;
  border-color: #e9e9e9;*/


}

.item-article:nth-child(1) > p {
  bottom: 25%;
  width: 40%;
  left: -5.5%;
  position: absolute;
}

h4 {
  font-family:"titillium_weblight";
  font-size: 1.1em;
  line-height: 1.5em;
  font-weight: lighter;
  letter-spacing: 0.15em;
  /*color: #B94550;*/
  color: white;

}

h5 {
  font-family: 'Work Sans', sans-serif;
  font-size: 3.25em; /*2.75vw*/
  font-weight: 600;
  text-transform: uppercase;
  color: #273E56;

}

p {
  font-family: 'Work Sans', sans-serif;
  font-weight: regular;
  font-size: 1em;
  line-height: 1.75em;
  color: #273E56;

}

h6 {
  font-family:'titillium_weblight';
  font-size: 0.8em;
  letter-spacing: 0.15em;

}

time {
  font-family:'titillium_weblight';
  font-weight:lighter;
  font-size: 1.1em;
  line-height: 1.5em;
  color: white
}

strong {
  font-weight: bold;
  font-size: 2em;
}

b {
  font-size: 0.8em;
  font-family:'titillium_weblight';
  color: #223954;

}

#main-landing-element > h4 {
  width: 22%;
  margin-left: 22%;
  margin-right: auto;
  text-align: left;
  margin-bottom: 2%;
  color: lightgray;
  font-weight: normal;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-color: #BCBCBC;
  border-top: solid;
  border-width: thin;

}

.item-article > h1 {
  width: 60%;
  margin-left: 20%;
  text-align: justify;
  position: absolute;
  top: 20%;
  left: 25%;

}

.item-article > h6 {
  position: absolute;
  bottom: 0.5%;
  left: 15.5%;
  color: #888888;

}

a, a:visited {
  text-decoration: none;
  color: currentColor;

}

em {
  /*color: #103242;*/
  font-family: 'Work Sans', sans-serif;
  font-size: 0.7em;
  font-weight: bold;
  letter-spacing: 0.15em;
  /*border-bottom: solid;
  border-width: 0.2em;*/

}

figcaption {
  color: #f5f5f5;
  font-size: 20vw;
  font-family:"norwesterregular";
  font-weight: lighter;
  float: right;
  text-align: right;
  opacity:0.09;
  height: 0;
  width: 0;
  margin-top: 15%;
  margin-right: 30%;
  text-shadow: #273E56 1px 1px, #273E56 -1px 1px, #273E56 -1px -1px, #273E56 1px -1px;

}


span {
  font-weight: bolder;

}

.logoefc {
  width: 7%;
  height: auto;
  float: right;
  z-index: 1600;
  margin-top: 6%;
  margin-right: 46.5%;

}

#langage {
  position: fixed;
  width: 5%;
  top: 35%;
  right:10em;
  list-style: none;
  font-size: 0.6em;
  font-family:'titillium_webbold';

}

#langage li {
  color: darkgray;
  opacity: 0.4;

}

#langage li.selected {
  color: #d33a48;
  opacity: 1;

}


.footer {
  width: 100%;
  margin-top:0;
  height:auto;
  /*background-color: #092634;
  background-color : #B94550;
  background-color: #335768;*/
  background-color: #1e3249;
  color: white;

}

.container {
  width: 100%;
  padding-left: 20%;
  padding-right: 15rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
  justify-content:flex-end;
  flex-wrap: wrap;

}

.copyright {
  font-family: "kollektifregular";
  font-size: 0.8em;
  font-weight: thin;
  width: 100%;
  height: auto;
  color: #758fac;
  margin: auto;
  text-align: left;
  margin-top: 4rem;
  padding-top: 1.5rem;
  border-top: solid;
  border-width: thin;
  opacity: 0.6;

}

.footitem {
  width: 71%;
  height: auto;
  margin-top: 3rem;

}

.footitem:nth-child(1) {
  width: 29%;
  margin-top: 5rem;

}

#suscribe-form > input {
  width: 70%;
  background: none;
  border: 1px solid !important;
  color: #758fac;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-bottom: 0.5rem;

}

#suscribe-form > input:nth-child(2) {
  border: transparent !important;
  text-align: right;

}

.footitem > p {
  margin-top: 1rem;
  /*color: #607e8d;*/
  color: #758fac;

}

.footitem > h2 {
  color: #758fac;

}


#contact-sample > p {
  padding-left: 10%;
}

#contact-sample > h5 {
  padding-left: 24.5%;

}

#box-logo {
  margin: auto;
  width: 65%;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  margin-top: 7rem;

}

.logo-par {
  width: 24%;

}

.logo-par > img {
  width: 65%;
  filter: grayscale(100%);
  opacity: 0.3;
  margin-bottom: 4em;
  margin-left: 20%;

}

.line {
  margin-top: 1.75em;
  margin-left: 24.5%;
  float:left;
  width: 2em;
  border-bottom: solid;
  border-width: 0.5em;
  border-color: #d33a48;
}

.boutton-contact {
  font-family:'titillium_weblight';
  font-size: 3em;
  width: 1.1em;
  height: auto;
  padding-bottom:0.25em;
  text-align: center;
  border-color: #BCBCBC;
  border-style: solid;
  border-width: thin;
  margin-left: 48.5%;
  margin-top: 12.5%;
  opacity: 0.8;
  border-radius: 50px;
  /*background-color : #B94550;*/
}




.undertitle {

}

.bg-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 13%;
	height: 100%;
	/*background-color: #B94550;*/
  background-color: #092634;
	z-index: 1000;
	transition: all 350ms ease;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
  /*border-right: 0.01em solid #62899b;*/
}

.prompt {
	position: fixed;
	width: 100%;
	text-align: center;
	line-height: 114px;
	font-family: 'titillium_weblight';
	color: #666;
}

.reveal {
	opacity: 1;
  z-index: 1050;
	display: block;
	pointer-events: auto;
	visibility: visible;
}

.hamburger-shell {
	position: fixed;
	overflow: hidden;
	width: 70px;
	height: 100px;
	overflow: auto;
	right: calc(100% - 115px);
	top: 0;
  left: 5em;
  z-index: 1100;

}

#menu {
	position: fixed;
	right: calc(100% - 225px);
	top: 5em;
	display: none;
	margin: 120px 30px;
	text-decoration: none;
	font-family: 'kollektifregular';
	font-weight: lighter;
  letter-spacing: 0.08em;
  line-height: 1.5em;
	font-size: 0.9em;
	padding: 24px;
	width: 200px;
	text-align: left;
  z-index: 1100;

}

#menu a li {
	text-decoration: none!important;
	padding-bottom: 10px;
	margin-bottom: 12px;
	border-bottom: 0.001em solid #1d4254;
	list-style: none;
	color: #d33a48;
	transition: all 150ms ease;

}

#menu a li:hover {
	color: #00abff;

}

#menu a li:hover:after {
}



#menu a {
	text-decoration: none;
}

#nav-icon3 {
  width: 60px;
  height: 45px;
  position: fixed;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}


#nav-icon3 span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: red;
  border-radius: 5px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 12px;
}

#nav-icon3 span:nth-child(4) {
  top: 24px;
}

#nav-icon3.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}



.menu li a {

  /*float: right;
  display: inline-block;*/
  font-family:'titillium_weblight';
  font-size: 0.8em;
  opacity:0.5;
  filter:alpha(opacity=50);
  position: relative;
  display: block;
  padding: 15px 15px 15px 50px;
  color: #eee;
  border-bottom: 1px solid #222;
}

.menu li a:before {
  position: absolute;
  top: 14px;
  left: 20px;

}

.menu li:nth-child(1) a:before {
  content: '\f00a';
}

.menu li:nth-child(2) a:before {
  content: '\f012';
}

.menu li:nth-child(3) a:before {
  content: '\f0e8';
}

.menu li:nth-child(4) a:before {
  content: '\f0c3';
}

.menu li:nth-child(5) a:before {
  content: '\f022';
}

.menu li:nth-child(6) a:before {
  content: '\f115';
}

.menu li:nth-child(7) a:before {
  content: '\f085';
}

.menu li:nth-child(8) a:before {
  content: '\f023';
  left: 23px;
}

.menu li a:hover {
  background: #444;
}

.menu li a.active {
  box-shadow: inset 5px 0 0 #5b5, inset 6px 0 0 #222;
  background: #444;
}

.demo a {
	position: absolute;
	bottom: 5%;
	left: 50%;
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color: #fff;
	font : normal 400 20px/1 'Josefin Sans', sans-serif;
	letter-spacing: .1em;
	text-decoration: none;
	transition: opacity .3s;
}
.demo a:hover {
	opacity: .5;
}

#main-landing-element a {
	padding-top: 60px;
}
#main-landing-element a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 30px;
	height: 50px;
	margin-left: -15px;
	border: 2px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}
#main-landing-element a span::before {
	position: absolute;
	top: 10px;
	left: 50%;
	content: '';
	width: 6px;
	height: 6px;
	margin-left: -3px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


/*éléments accueil, 0.25*/
#main-landing-element {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),url(../ressources/ressources_habillage/tdpmstdpdum-ken-lawrence_2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  position: relative;
  /*height: 55rem;*/
  height: 105vh;
  width: 100%;
  max-width: 1980px;
  color: white;
  margin: auto;
  /*-webkit-filter: grayscale(20%);
  filter: grayscale(20%);*/
}

#main-landing-element::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 80%;
	background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 80%,rgba(0,0,0,.4) 100%);
	background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,.4) 80%,rgba(0,0,0,.4) 100%);
}

.section-landing-element {
  width: 100%;
  height:35rem;
  display: flex;
  justify-content: center;
  background: #173c4e;
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
  mix-blend-mode: hue;
  mix-blend-mode: hard-light;

}

.banniere {
  width: 100%;
  object-fit: cover;
  mix-blend-mode: overlay;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);

}


.article-center-elements {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  padding-bottom: 5rem;


}

.article-center-elements > h1 {
  color: white;
  z-index: 90;
  margin-bottom: 7rem;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;

}

#citation-article {
  width : 35%;
  height: 100%;
  z-index: 90;
  padding-top: 5rem;
  padding-bottom: 5rem;
  margin-left: 24%;
  background-color: #f1f1f1;
  padding-left: 5%;
  padding-right:5%;

}

#citation-article > p {
  font-size: 0.9em;
  font-style: italic;

}

#citation-article > a {
  font-family: 'Work Sans', sans-serif;
  font-weight: bold;
  font-size: 0.9em;
  line-height: 1.75em;
  color: #273E56;

}

#citation-article > ul {
  margin-bottom: 10%;

}

#citation-article > ul li {
  height: auto;
  font-size: 0.9em;
  margin-top: 1%;
  font-style: italic;

}



#corps-article {
  align-self: flex-end;
  width : 60%;
  height: 100%;
  z-index: 90;
  padding-left: 24.5%;
}

#corps-article > p  {
  margin-top:10%;
  /*line-height: 2.5em;*/
  text-align: left;

}

#corps-article > h2  {
  margin-right: 5%;
  margin-top: 15%;
  font-weight: 500;
  color: #1f3245;

}

#corps-article > ul li {
  height: auto;
  margin-top: 1%;

}


#author-logo {
  border-radius: 50%;
  width: 7rem;
  height: 7rem;
  background-color: #d33a48;
  margin: auto;
  margin-bottom: 2rem;

}

#author-logo> h2 {
  margin: auto;
  padding-top: 2.5rem;
  color: white;

}

.article-side {
  height: 100px;
  width: 29%;
  text-align: center;
  /*background-color: #D14242;*/
  padding-top: 7rem;   /7 pour retour*/
  padding-bottom: 3rem;
  z-index: 100;

}

.article-side > h1 {
  font-size: 2em;
  color: #d33a48;
  text-align: left;
  margin-left: -5rem;
  margin-top: -10rem;
  width: 80%;

}


.article-side > h3 {
  margin-top: 3rem;
  margin-bottom:2rem;
  color: #d33a48;

}

.article-side > figcaption {
  margin-top: 65%;
  font-size: 3.85vw;
  line-height: 1em;


}

.article-side > p {


}


#article-lie {
  background-color: black;
  width: 100%;
  margin: 0;

}


.article-side > ul {
  width:5px;
  margin-left: 7rem;
  margin-top: 5rem;

}


.item-article-lie {
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  background-color: white;
  margin: auto;
  margin-top: 20%;
  : hidden;
  position: relative;
  text-align: center;
  cursor: default;
  transition: background-color 0.5s ease;

}

.item-article-lie > img {
  width: 200%;

}


#mid-image {
  width: 35%;
  height: auto;
  max-height:30rem;
  margin: auto;
  margin-left: 24%;
  margin-top: 3rem;
  overflow: hidden;
  border: solid;
  border-width: 0.5rem;
  border-color: #fafafa;
  background-color: white;
  /*background: #173c4e;
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
  mix-blend-mode: hue;
  mix-blend-mode: hard-light;*/
  position: relative;

}

#mid-image > h3 {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: black;
  width: 28%;
  opacity:0.7;
  filter:alpha(opacity=70);
  color: white;
  font-weight:bolder;
  padding: 2rem;


}

#img-link {
  width: 35%;
  margin: auto;
  margin-left: 24%;
  margin-top: 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 5rem;


}

#newsletter {
  width: 100%;
  height: auto;
  /*background-color: #1e3249;*/
  background-color : #B94550;
  /*background-image: url(download.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
  padding-top: 7rem;
  padding-bottom: 7rem;
  /*margin-top: 1rem;*/
  overflow: hidden;
  /*color: #ffb879;*/
  color: #d33a48;
  border-top: solid;
  border-color: #be5d66;
  border-width: 0.2em;

}

#contactor {
  width: 60%;
  margin-left: 24.5%;
  margin-right: 20%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}

#contactor > h2 {
  width: 100%;
  color: #d33a48;
  margin-top: 2rem;

}


#contactor > input {
  width: 49%;
  background: none;
  border: 1px solid;
  color: #223954;
  margin-top: 1rem;
  padding-top: 2rem;
  padding-left: 1rem;
  padding-bottom: 1rem;
  border-color: lightgray;

}

#contactor > input:nth-last-child(1) {
  width: auto;
  background: none;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent !important;
  border-color: lightgray;
  color: #d33a48;
  margin-top: 1rem;
  padding-left: 1rem;
  text-align: left;
  font-size: 0.8em;
}

#contactor > textarea {
  width: 100%;
  height: 8rem;
  background: none;
  border: 1px solid !important;
  color: darkgray;
  margin-top: 4rem;
  padding-top: 1rem;
  padding-left: 1rem;

}

#contactor > select {
  width: 25%;
  height: auo;
  background: none;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent !important;
  color: darkgray;
  padding-top: 1rem;

}

.radio-container{
  display: flex;
  margin: auto;
  height: auto;
  width: 100%;

}

.radio-container ul{
  list-style: none;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;

}

ul li{
  color: darkgray;
  position: relative;
  width: 50%;
  height: auto;

}


ul li input[type=radio]{
  position: absolute;
  visibility: hidden;
}

ul li label{
  display: block;
  position: relative;
  font-size: 0.9em;
  padding: 20px 25px 25px 80px;
  margin: 10px auto;
  height: 30px;
  z-index: 9;
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  font-family:'titillium_weblight';

}

ul li:hover label{
	color: #1e3249;
}

ul li .check{
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  border-radius: 100%;
  height: 25px;
  width: 25px;
  top: 30px;
  left: 20px;
	z-index: 5;
	transition: border .05s linear;
	-webkit-transition: border .05s linear;
}

ul li:hover .check {
  border: 1px solid #1e3249;
}

ul li .check::before {
  display: block;
  position: absolute;
	content: '';
  border-radius: 100%;
  height: 15px;
  width: 15px;
  top: 5px;
	left: 5px;
  margin: auto;
	transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear;
}

input[type=radio]:checked ~ .check {
  border: 0px solid #d33a48;
}

input[type=radio]:checked ~ .check::before{
  background: #d33a48;
}

input[type=radio]:checked ~ label{
  color: #d33a48;
}


.contact-main-image {
  padding-left: 15rem;
  padding-right: 15rem;
  width: 100%;
  overflow: hidden;
  height: 25rem;
  filter: grayscale(80%);
}

.contact-main-image > img {
  width: 100%;
  height: auto;


}



#newsletter > p {
  margin-top: 3rem;
  margin-bottom: 8rem;
  margin-left: 21rem;
  color: white;
  opacity: 0.9;

}

#newsletter > h2  {
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;

}

#newsletter-form {
  width: 100%;
  margin-left: 20%;
  margin-top: 0;

}

#newsletter-form > input {
  /*border: solid;
  border-width: thin;
  width: 20%;
  border-radius: 5px;
  background-color: transparent;
  color: white;*/
  width: 20%;
  background: none;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: 4px solid !important;
  color: #d33a48;
  padding-left: 0;
  padding-bottom: 0.5rem;

}

#newsletter-form2 > input {
  /*border: solid;
  border-width: thin;
  width: 20%;
  border-radius: 5px;
  background-color: transparent;
  color: white;*/
  margin-top: 4rem;
  margin-left: 10rem;
  width: 20%;
  background: none;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: transparent!important;
  color: #d33a48;
  padding-left: 0;
  padding-bottom: 0.5rem;

}


#newsletter > textarea {
  background: none;
  border-top: transparent !important;
  border-left: transparent !important;
  border-right: transparent !important;
  border-bottom: 4px solid !important;
  margin-top: 3em;
  width: 60.5%;
  margin-left: 20%;
  background: none;
  color: #d33a48;
  height: 2em;

}


.bot-image {
  width: 50%;
  height: 16rem;
  overflow: hidden;
  /*background: #173c4e;
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
  mix-blend-mode: hue;
  mix-blend-mode: hard-light;*/
  background-color: white;
  border: solid;
  border-width: 0.5rem;
  border-color: #fafafa;

}


#mid-image > img {
  width: 100%;
  height: auto;
  /*mix-blend-mode: overlay;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);*/
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);

}

.bot-image > img {
  width: 120%;
  height: auto;
  /*mix-blend-mode: overlay;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);*/
  -webkit-filter: grayscale(50%);
  filter: grayscale(50%);
}

#mid-image > figcaption {
  align-items: center;
  color: white;
  margin-left:10%;
  padding-top: 12%;

}

#cale {
  width: 100%;
  height: 23rem;

}



.main-center-elements {
  background-color: #f5f5f5;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1980px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  /*background: yellow;*/
  justify-content: flex-start;

}

.intertitres {
  width: 100%;
  padding-left: 24.5%;
  margin-top:4rem;
  margin-bottom: 1rem;
  border-bottom: solid;
  border-width: thin;
  border-color: #e9e9e9;

}

#notes {
  width: 100%;

}

.notes {
  margin-left: 24.5%;
  width: 50%;

}

@media all and (min-device-width : 768px) and (max-device-width : 1084px)
{
  .main-center-elements {
    width: 1050px;
  }

}

#black-block {
  /*background-color: #7e989e;
  background-color: #b4747a;
  background-color: #2f4355;
  background-color : #B94550;*/
  height: auto;
  width:15%;
  transition:top 0.5s ease;
  transition: background-color 0.5s ease;
  z-index: 999;
  /*padding-left: 5%;
  border-right: solid;
  border-color: #be5d66;
  border-width: 0.2em;*/

}

#inner-block {
  background-color: #1e3249;
  width: 250%;
  margin-top: 20rem;
  padding-top: 20%;
  padding-bottom: 25%;
  padding-left: 35%;
  margin-left: -160%;

}

.article-main-image {
    /*background-size: 63%, 37%;
    background-position: left top, right top;*/
    /*background-color: #E53333;
    background-blend-mode: luminosity;*/
    height: 40rem;
    width:50%;
    z-index: 500;
    overflow: hidden;
    background-color: #1e3249;
    filter: brightness(0.7);

}

.article-main-image > img {
  height: auto;
  min-height: 40rem;
  width: 100%;
  filter: hue-rotate(190deg) grayscale(80%);


}

#block-article {
  /*background-color : #b4747a;*/
  background-color: #1e3249;
  /*background-color: #B94550;*/
  height: 40rem;
  width:50%;
  z-index: 999;
  padding-left: 24.5%;
  /*border-right: solid;
  border-color: #be5d66;
  border-width: 0.2em;*/
  padding-top: 7rem;
  padding-bottom: 7rem;

}

#block-article > p:nth-child(2) {
  margin-top: 3rem;
  margin-bottom:-3rem;
  border-bottom:solid;
  border-width: thin;
  border-color: white;
  color: red;
  width: 150%;
  opacity: 0.8;

}

#block-article > p {
  color: #758fac;

}

#block-article > h5 {
  width: 220%;
  color: white;
  opacity: 0.9;

}

#block-article > h4 {
  width: 85%;
  text-align: left;
  color: #758fac;

}

#block-article > h2 {
  width: 200%;
  opacity: 0.8;
  color: white;

}

#block-article > h1 {
  color: white;

}

.scrolled {
  background-color: #bada55;
}

#inner-block > h2 {
  width: 80%;
  text-align: left;
  color: #EAEAEA;
  margin-left: -2rem;

}

#inner-block > h4 {
  width: 85%;
  /*padding-top: 3rem;*/
  /*padding-left: 1rem;*/
  margin-left: -2rem;
  text-align: left;
  opacity: 0.9;
  /*border-top: solid;
  border-color: #758fac;*/
  color: #aabdd2;

}

#inner-block > p {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 1rem;
  color: #758fac;

}

#black-bloc > em {
  color: white;

}

#services-sample {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  height: auto;
  margin-top: -10vh;
  margin-bottom: 20vh;

}


#services-sample > ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;

}

.services-item {
  width: 45%;
  height: auto;
  text-align: left;
  /*background-color: #fafafa;*/
  display: flex;
  flex-wrap: wrap;
  /*border: solid;
  border-width: thin;
  border-color: #c9d0d7;*/
  padding-bottom: 3em;
  vertical-align: top;
  margin-left: 2%;

}



.services-item > h3 {
  width: 40%;
  height: auto;
  padding-left: 10%;
  color: #273E56;

}

.services-item > p {
  width: auto;
  /*margin-right: 5%;*/
  padding-left: 20%;
  padding-right: 8%;
  padding-bottom: 2.24vh;
  color: #273E56;

}

.services-item > img {
  width: 10%;
  height: auto;

}


.social-icons {
  width:20%;
  margin-top:0;
}

.social-icons > li {
  display: inline-block;
  margin-right: 1em;


}

.social-icons > li img {
  width: 500%;

}

.separator {
  width: 5%;
  height: 0.5em;
  margin-left: 22%;
  background-color : #B94550;

}

#special-mini {

}

.mini-prez-1 {
  height: auto;
  width: 100%;
  padding-bottom: 7rem;
  /*border-bottom: solid;
  border-width: thin;
  border-color: #dfdfdf;*/
  background-color: #f5f5f5;

}


.mini-prez-1 > h5 {
  padding-left: 24.5%;
  width: 80%;
  text-align: left;

}

#article-sample > h5 {
  padding-left: 18.5%;
  width: 80%;
  padding-right: 14%;
  margin-top: -2%;

}

.mini-prez-1 > h2 /*old > p*/ {

  margin-bottom: 5%;
  padding-bottom: 1rem;
  margin-left: 24.5%;
  width: 50%;
  /*color: #d33a48;*/
  color: #273E56;
  font-weight: lighter;
  margin-top: -2rem;
  text-align: left;
  margin-top: -3%;

}

#article-sample > h2 {
  margin-bottom: 5%;
  text-align: left;
  color: #273E56;
  font-weight: lighter;
  padding-left: 18.5%;
  width: 65%;
  margin-top: -3%;

}

.mini-prez-1 > p {
  margin-left: 28.5%;
  margin-bottom: -2.5%;
  width: 40%;
  /*color: #E53333;*/

}

.authorize {
  color: #d33a48;
  margin-top: -2rem;
  /*border-top: solid;
  border-width: thin;
  border-color: #e9e9e9;*/
  margin-right: 22%;

}

.mini-prez-1 > a  {
  margin-left: 22%;
  text-align: justify;
  padding-right: 1em;
  /*border-color: #E53333;
  border-style: solid;
  border-right: none;
  border-left: none;
  border-width: thin;*/

}

.underlayer {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)),
                    url(../ressources/ressources_habillage/renew.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  /*background-size: 63%, 37%;
  background-position: left top, right top;*/
  /*background-color: #E53333;
  background-blend-mode: luminosity;*/
  height: auto;
  width: 50%;
  z-index: 500;
  margin-top: 15em;
  -webkit-filter: grayscale(70%);
  filter: grayscale(70%);
  margin-left: 20%;
  margin-bottom: -3rem;

}

#underlayer-bis {
  width: 100%;
  background: linear-gradient(rgba(5, 10, 150, 0), rgba(5, 10, 150, 0)), url(../ressources/ressources_habillage/elio.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
  height: 20rem;
  width: 100%;

}

#mid-go-to {
  width: 100%;
  background-color: white;
  height: 8rem;
  margin-top: 7rem;
  margin-bottom: -5rem;

}

.illu {
  width: 33%;
  margin: auto;
  padding-left: 5rem;
  margin-top: 22rem;

}

.sub-box-item {
  width: 100%;
  background-color: #e9e9e9;
  height: auto;

}

#box-item-article {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 70%;/*80, si nul*/
  height: auto;
  margin-left: 10%;
  margin-top: -7.5%;
  /*border-color: #f0f0f0;*/

}

#box-item-article > p {
  margin-left: 22%;
  width: 100%;
  margin-top: 7rem;
  color: white;

}

#article-sample {
  padding-top: 10rem;
  width: 100%;
  margin-left: 5%;
  background-color : #e9e9e9;
  padding-bottom: 12%;
  /*background-color: #2f4355;*/

}

#article-sample > p {
  margin-left: 22%;
  margin-bottom: 5rem;


}

#agenda-sample {
  width: 100%;
}

#contact-sample {
  width: 100%;
  padding-bottom: 10rem;
  margin: auto;

}

.item-article-side {
  width: 52%;
  height: auto;
  /*background-color: #f5f5f5;*/
  z-index: 500;
  margin-left: -2%;
  padding-right: 5%;
  margin-top: 5%;

}


.item-article-side > em {
  margin-top: 10em;
  padding-left: 15%;

}


.item-article-side > p {
  padding-left: 14.5%;
  padding-bottom: 10%;


}

.item-article-side > h5 {
  /*border-top: solid;
  border-width: thin;
  border-color: #eaeaea;*/
  padding-left: 23.5%;

}

.item-article-side > h2 {
  /*border-top: solid;
  border-width: thin;
  border-color: #eaeaea;*/
  padding-left: 23.5%;
  margin-top: -7%;
  height: auto;
  color: #273E56;
  font-weight: lighter;

}

.item-article-side > img {
  width: 3%;
  position: absolute;
  bottom: 2em;
  right: 2em;

}

.side-container {
  /*width:50%;*/
  width:50%;
  display: flex;

}

.datedate {
  width:10%;
  color: #d33a48;
  font-size: 0.6em;
  margin-top: 2rem;

}

#trombi-box-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 60%;/*80, si nul*/
  height: auto;
  margin-top: -5%;
  margin-left: 20%;

}

.collabo {
  width: 31%;
  height: 38vh;
  overflow: hidden;
  position: relative;
  text-align: left;
  cursor: default;
  transition: background-color 0.5s ease;
  margin-bottom: 4vh;
  /*background: linear-gradient(rgba(0, 0, 120, 0.35), rgba(0, 0, 120, 0.35));
  border: solid;
  border-color: #fafafa;
  border-width: 0.5em;
  box-shadow: 0.5px 1px 1.5px gray;*/

}

.labelo {
  position: absolute;
  top: 5%;
  left: 10%;
  z-index: 999;

}

.labelo > p {
  color: #d33a48;
  margin-bottom: -5%;

}

.labelo > h2 {
  color:white;

}

.collabo > img {
  -webkit-filter: brightness(80%) hue-rotate(190deg) grayscale(100%);
  filter: brightness(80%) hue-rotate(190deg) grayscale(100%);
  width: 100%;
  height: auto;
}

.fonction-collabo {
  width: 50%;
  height: 15rem;
  background-color : #B94550;
  padding-top: 5rem;
  text-align: center;
  border: solid;
  border-color: #fafafa;
  border-width: 0.25em;

}

.fonction-collabo > p {
  color: white;

}

#item-event {
  /*background-color: #1e3249;*/
  background-color: lightgray;

}



#item-event > img {
  width: 15%;
  height: auto;
  position: absolute;
  bottom: 2%;
  right: 2%;

}

#item-event:hover  > img {
  width: 20%;

}

#item-dossier {
  width: 100%;
  height: auto;
  border-top: solid;
  border-width: thin;
  border-color: #e1e1e1;
  margin-top:0;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;

}

#item-dossier:nth-child(1) {
  border-top: solid;

}

#item-dossier > h2 {
  margin-left: -10%;

}

#item-dossier > p {
  color: #d33a48;
  margin-left: -10%;
  padding-top: 2%;

}

#item-dossier > h6 {
  position: absolute;
  bottom: 5%;
  left: 6%;

}

#item-dossier > img{
  width: 15%;
  height: auto;
  position: absolute;
  bottom: 2%;
  right: 2%;

}

#item-dossier:hover  > img {
  width: 20%;

}

#article-supreme {
  width: 100%;
  max-height: 30em;

}

#article-supreme > img {
  margin-top: -20%;

}


.item-article {
  width: 31%;
  height: auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  transition: background-color 0.5s ease;
  background-color: #f5f5f5;
  /*background: linear-gradient(rgba(0, 0, 120, 0.35), rgba(0, 0, 120, 0.35));*/
  /*box-shadow: 0.5px 1px 1.5px lightgray;
  -webkit-filter: grayscale(30%);
  filter: grayscale(30%);*/
  margin-bottom: 4vh;
  padding-bottom: 5vh;

}

.item-article:nth-child(1) {
  width: 50%;
  margin-top: -12vh;
  background-color: black;
  /*
  width: 60%;
  margin-left: -10%;
  */
  height: auto;
  /*box-shadow: 0.5px 1px 1.5px lightgray;*/
  padding-bottom: 0;

}

.item-article:hover {
  background-color: #1e3249;
  color: white;
}

.masque .overlay {
  width: 100%;
  height: auto;
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0;
  padding: 50px 20px;
}

.link {
  position: absolute;
  bottom: 2%;
  right: 2%;
  width:2%;

}

.item-article:nth-child(1) > img {
  height: auto;
  width: 100%;
  /*-webkit-filter: brightness(95%);
  filter: brightness(95%);*/
  -webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
  filter: hue-rotate(190deg) grayscale(70%);

}

.item-article > img {
  height: auto;
  width: 100%;
  filter: hue-rotate(190deg) grayscale(70%);

}

/*.item-article:hover img {
  width: 105%;

}*/




.go-to {
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 8.5%;
  margin-bottom: 7.5%;
  /*background-color: #B94550;
  background-color: #092634;
  background-color: #e9e9e9;*/

}

.go-to-article > p{
  width: 100%;
  text-align: center;
  margin: auto;
  font-family:'titillium_weblight';
  font-size: 0.8em;
  margin-top: 1rem;

}

#alt-boutton {
  width: 37.5%;
  border: none;
  padding-top: 0.5%;
  padding-bottom: 0.5%;
  margin-left: 24%;
  margin-top: 6%;
  margin-bottom: 10%;

}

.boutton {
  width: 25%;
  background-color: #d33a48;
  text-align: center;
  margin-top: -4.5rem;
  border: solid;
  border-width: 3em;
  border-color: #f5f5f5;

}

.boutton > h3 {
  color: #f5f5f5;
  font-size: 0.7em;

}

.boutton-side {
  width: 100%;
  border: solid;
  border-width: thin;
  border-color: #d5d5d5;
  padding-left: 10%;
  padding-right: 10%;
  margin-left: 13.5%;
  margin-right:13.5%;
  text-align: center;

}

.boutton-side > h3 {
  padding-top: 3%;

}

.boutton-side > p {
  padding-bottom: 5%;

}

#box-item-agenda {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-around;
  width: 99%;
  height: auto;
}


.antispam {
  display: none;

}


#liste-container {
  width: 100%;
  height: auto;
  padding-bottom: 3em;
  z-index: 1001;

}

#liste-container-bis {
  width: 110%;
  height: auto;
  padding-bottom: 15%;
  z-index: 1001;
  padding-left: 10%;
  background-color: #e9e9e9;
  padding-bottom: 5em;


}


/*éléments equipe*/
#bloc-navi-theme {
  width: 100%;
  height: auto;
  margin-top: -0.25em;
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  background-color: white;

}

.navi-theme {
  width: 33%;
  padding-top: 4em;
  padding-bottom: 4em;

}

.navi-theme .active {
  background-color: #D14242;

}

.navi-theme img {
  margin-left: 42.5%;
  width: 15%;

}

.navi-theme img:hover {
  background: white;
  -webkit-filter: contrast(0.9);
  filter: contrast(0.9);
  mix-blend-mode: hue;
  mix-blend-mode: hard-light;

}

.navi-theme h3 {
  margin-left: 25%;
  margin-right: 25%;
  width: auto;
  color: #D14242;
  text-align: center;


}


#box-LEQUIPE {

}

.rolebox {

}

.trombibox {

}

#guest-trombinoscope {

}

#box-MISSIONS {

}

#illu-mission {

}

@font-face {
    font-family: 'norwesterregular';
    src: url(../ressources/font/norwester-webfont.woff2) format('woff2'),
         url(../ressources/font/norwester-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kollektifregular';
    src: url(../ressources/font/kollektif-webfont.woff2) format('woff2'),
         url(../ressources/font/kollektif-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kollektifbold';
    src: url(../ressources/font/kollektif-bold-webfont.woff2) format('woff2'),
         url(../ressources/font/kollektif-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kollektifbold_italic';
    src: url(../ressources/font/kollektif-bolditalic-webfont.woff2) format('woff2'),
         url(../ressources/font/kollektif-bolditalic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'kollektifitalic';
    src: url(../ressources/font/kollektif-italic-webfont.woff2) format('woff2'),
         url(../ressources/font/kollektif-italic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webblack';
    src: url(../ressources/font/titilliumweb-black-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-black-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webbold';
    src: url(../ressources/font/titilliumweb-bold-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-bold-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webbold_italic';
    src: url(../ressources/font/titilliumweb-bolditalic-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-bolditalic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webthin';
    src: url(../ressources/font/titilliumweb-extralight-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-extralight-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webthin_italic';
    src: url(../ressources/font/titilliumweb-extralightitalic-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-extralightitalic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_webitalic';
    src: url(../ressources/font/titilliumweb-italic-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-italic-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'titillium_weblight';
    src: url(../ressources/font/titilliumweb-light-webfont.woff2) format('woff2'),
         url(../ressources/font/titilliumweb-light-webfont.woff) format('woff');
    font-weight: normal;
    font-style: normal;

}

@import url('http://netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.css');
