body {
    margin: 0;
	width:100%;
	padding:0;
	margin:0;
	font-family: Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6{
  margin:10px;
}

header {
	float: right;
	width: 30%;
	/*background-color: #444142;*/
	background: rgba(68, 65, 66, 0.8);
	margin: 25vh 0 0 0;
}

ul {
	 display: flex;
	 flex-direction: column;
	 align-items: start;
	 list-style-type: none;
}
 ul li {
	 padding: 6px 0;
}
 ul li a {
	 position: relative;
	 display: block;
	 padding: 4px 0;
	 font-family: Lato, sans-serif;
	 color: #ecf0f1;
	 text-decoration: none;
	 text-transform: uppercase;
	 transition: 0.5s;
}
 ul li a::after {
	 position: absolute;
	 content: "";
	 top: 100%;
	 left: 0;
	 width: 100%;
	 height: 3px;
	 background: #de0427;
	 transform: scaleX(0);
	 transform-origin: right;
	 transition: transform 0.5s;
}
 ul li a:hover {
	 color: #95a5a6;
}
 ul li a:hover::after {
	 transform: scaleX(1);
	 transform-origin: left;
}

ul li a.active {
	 color: #95a5a6;
}

ul li a.active:after {
	 transform: scaleX(1);
	 transform-origin: left;
}

section {
	position : fixed;
	width : 100%;
	height : 25vh;
	display : flex;
	justify-content : center;
	align-items : center;
	overflow : hidden;
	z-index: 99;
}

section:before {
	content : '';
	position : absolute;
	top : 0;
	left : 0;
	width : 100%;
	height : 72%;
	background : #fff;
	border-radius : 0 0 50% 50%/0 0 100% 100%;
	transform : scaleX(1.5);
	border-bottom-color : #de0427;
	border-bottom-width : 15px;
	border-bottom-style : solid;
}

section .logo {
	position : relative;
	z-index : 1;
	margin : 0 auto;
	max-width : 900px;
	text-align : center;
}

section div.logo {
	align-self: baseline;
	margin-top: 1%;
}

section .logo img {
	height : 100px;
}

section .logo h2 {
	margin : 0;
	padding : 0;
	color : #000;
	font-size : 3em;
}

section .logo p {
	color : grey;
	font-size : 1.2em;
}

main {
	float: left;
	width: 60%;
	margin-left: 25px;
	padding: 10px;
	margin: 25vh 0 0 5vh;
}

.content {
	padding: 5px;
	background: rgba(0, 0, 0, 0.3);
	color: #fff;
}

.content h1 {
	text-shadow: 2px 2px 4px #000000;
}

.content > p, .content > ul {
	text-shadow: 2px 2px 4px #000000;
	font-weight: bold;
}

.contact {
	position: fixed;
	bottom: 9%;
	width: 100%;
	right: 0;
	left: 0;
	background: rgba(125, 126, 129, 0.7);
	color: white;
	z-index: -1;
}

.contact > p {
	text-shadow: 2px 2px 4px #000;
}

.contact p a {
	color: white;
}

.contact h5 {
	text-shadow: 2px 2px 4px #000;
	font-size: 1em;
}

.column {
	float: left;
	width: 20.33%;
	padding-left: 0px;
	border-left-style: solid;
	border-left-color: #de0427;
	margin-left: 10px;
	height: 100px;
}

.flag {
	position: absolute;
	top: 15px;
	left: 20px: 
}

.cancel, .flag {
	display: none;
}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 600px) {
  .column {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
  }
  h5 {
  	font-size: 1.4em;
  }
  h1 {
  	font-size: larger;
  }
  main {
  	width : auto;
  	margin: 0;
  	padding : 0 25px 100px 25px;
  }
  header ul {
  	display: none;
  }
  .menuToggle {

  }
  section .logo img {
  	height: 75px;
  }

  .slogan {
	bottom: 11%;
	text-align: left;
	right: 2%;
	color: #fff;
	font-style: italic;
	font-size: 17px;
	text-shadow: 2px 2px 2px #7D7E81;	
  }

  .slogan span {
	
   }
}

@media screen and (max-width: 991px) {

	.switch-lang {
		display: none;
	}

	.cancel, .flag {
		display: block;
	}
  
  h1 {
  	font-size: 1.55em;
  }
  ul li a.active {
    color: #fff;
    font-weight: bold;
  }
  header ul {
  	display: none;
  }
  header .navigation.active {
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	top: -16px;
  	left: 0;
  	display: flex;
  	justify-content: center;
  	flex-direction: column;
  	background: rgba(68, 65, 66, 0.8);
  	z-index: -1;
  }
  .menuToggle {
  	position: relative;
    width: 50px;
    height: 88px;
    align-self: baseline;
    margin: 0 auto;

  }
  .menuToggle.active {
  	position: relative;
    width: 50px;
    height: 88px;
    align-self: baseline;
    margin: 0 auto;

  }
  .menuToggle.active > #menuIcon::after {
	background: inherit;
	color: #fff;
	content: 'CLOSE';
	border-radius: 0;
	text-shadow: 1px 1px 1px #000;

  }

  .menuToggle.active > #menuIcon > span::before {
    width: 0.98em;
    transform: translate(-0.025em, -0.006em) rotate(-90deg); 
    box-shadow : 1px 1px 5px 1px #000
  }

  .menuToggle.active > #menuIcon > span::after {
    opacity: 0; 
  }

  .menuToggle.active > #menuIcon > span {
  	transform: translate(0, 0.4375em) rotate(-134deg); 
  	box-shadow : 1px 1px 5px 1px #000
  }

  #menuIcon {
  	position: relative;
	box-sizing: border-box;
	display: block !important;
	clear: both;
	width: 50px;
	height: 50px;
	padding: 9px 0 0 9px;
	font-size: 32px;
	cursor: pointer;
  }
   #menuIcon::after {
  	color: #fff;
	content: 'MENU';
	font-size: 40%;
	position: absolute;
	top: 90%;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 1px 1px 1px #000;
  }
  #menuIcon > span, #menuIcon > span::before, #menuIcon > span::after {
	display: block;
	width: 1em;
	height: 0.125em;
	background: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	box-shadow : 1px 1px 5px 1px #000
  }
  #menuIcon > span {
	transform: translate(0,0.4375em) rotate(0);
	box-shadow : 1px 1px 5px 1px #000
  }
  #menuIcon > span::after {
	content: '';
	transform: translate(0,0.25em) rotate(0);
	box-shadow : 1px 1px 5px 1px #000
  }
  #menuIcon > span::before {
	content: '';
	transform: translate(0,-0.375em);
  }
  #menuIcon {
	font-size: 32px;
	cursor: pointer;
  }
 
  footer .red-bar, footer .white-bar {
		height: 10px !important;
	}
	.error {
		font-size: 11px;
		color : red;
	}

	.hide {
		display: none;
	}
	
	 #contactForm { 
		top:50% !important;
		left:50% !important;
	}

}


footer {
	  position: fixed;
	  left: 0;
	  bottom: 0;
	  width: 100%;
	  background-color: #444142;
	  color: white;
	  text-align: center;
	  height: 9%;
	  opacity: 0.8;
}

footer .red-bar {
	color : #de0427;
	margin: 0;
	height: 15px;
	background-color: #de0427;
	border: 0 solid #fff;
}

footer .white-bar {
	color : #fff;
	margin-top: 0;
	height: 15px;
	background-color: #fff;
	border: 0 solid #fff;
}

/* Language Switcher */
.switch-lang {
  width: 110px;
  text-align: left;
  cursor: pointer;
  z-index: 50;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 999;
  font-size: 13px;
}
.switch-lang:hover .lang-dropdown {
  display: block;
}
.switcher-link {
  color: #fff;
}
.switcher-link:hover {
  color: #fff;
}
.current-lang {
  background: #7D7E81;
  padding: 5px 5px 0px 5px;
  border-radius: 0px;
  color: white;
  font-size: 13px;
}
.lang-flag {
  width: 23px;
  display: inline-block;
}
.lang-text {
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px;
}
.lang-dropdown {
  display: none;
  background: black;
  border-radius: 0px;
  margin-top: 2px;
  color: white;
}
.selecting-lang {
  padding: 3px 5px 3px 5px;
  cursor: pointer;
}
.selecting-lang a {
	text-decoration: none;
	color: white;
}
.selecting-lang:hover {
  background: #DE0427;
}
ul > :first-child {
  border-radius: 5px 5px 0px 0px;
}
ul > :last-child {
  border-radius: 0px 0px 5px 5px;
}
li {
  list-style-type: none;
}
.menu-arrow {
  display: inline-block;
  width: 10px;
  margin-left: 10px;
  vertical-align: top;
  margin-top: 6px;
}

/* check list */

.check-list {
  margin: 0;
  padding-left: 1.2rem;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 5px;
    height: 11px;
    border-width: 0 4px 4px 0;
    border-style: solid;
    border-color: #000;
    transform-origin: bottom left;
    transform: rotate(45deg);
}

*,
*:before,
*:after {
 /* box-sizing: border-box;*/
}

html {
  -webkit-font-smoothing: antialiased;
 

}

.slogan {
	position: fixed;
	bottom: 10%;
	text-align: left;
	right: 1%;
	color: #fff;
	font-style: italic;
	font-size: 2.7em;
	text-shadow: 2px 2px 2px #7D7E81;	
}

.slogan span {
	
}

// Bouton contact


 .icon::before {
	 display: inline-block;
	 font-style: normal;
	 font-variant: normal;
	 text-rendering: auto;
	 -webkit-font-smoothing: antialiased;
}
 .button {
	 padding: 1rem 3.5rem 1rem 1.5rem;
	 transition: 0.2s all;
	 cursor: pointer;
	 box-shadow: -12px -9px 0px rgba(255, 255, 255, 1), 0px 0px 0px rgba(255, 255, 255, 0);
}
 .button p {
	 padding: 0;
	 margin: 0;
}
 .button:before {
	 font-family: "Font Awesome 5 Free";
	 font-weight: 900;
	 content: "\f061";
	 position: absolute;
	 right: 24px;
	 transition: 0.2s all;
	 opacity: 1;
	 color: de0427;
}
 .button:after {
	 position: absolute;
	 left: 0;
	 top: 0;
	 z-index: -999;
	 content: "";
	 background: #000;
	 height: 50px;
	 width: 100%;
	 transition: 0.3s all;
}
 .button:hover {
	 box-shadow: 12px 9px 0px rgba(255, 255, 255, 1), 18px 15px 0px #de0427;
}
 .button:hover:before {
	 position: absolute;
	 right: 5px;
	 opacity: 1;
}
 .button:hover:after {
	 width: 70%;
}
 a.bouton {
	 color: #fff;
	 text-decoration: none;
	 transition: 0.2s;
	 text-align: left;
	 font-weight: 500;
	 font-size: 16px;
	 letter-spacing: 1px;
}

.flexi {
	position: relative;
	width: 25%;
	margin: 25px;
 }

 /* Formulaire de contact */

#contactForm { 
  display: none;

  /*border: 6px solid salmon; 
  padding: 2em;
  width: 400px;*/
  text-align: center;
 /* background: #fff;*/
  position: fixed;
  top:35%;
  left:15%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%)
  
}

/*input, textarea { 
  margin: .8em auto;
  font-family: inherit; 
  text-transform: inherit; 
  font-size: inherit;
  
  display: block; 
  width: 280px; 
  padding: .4em;
}
textarea { height: 80px; resize: none; }

.formBtn { 
  width: 140px;
  display: inline-block;
  
  background: teal;
  color: #fff;
  font-weight: 100;
  font-size: 1.2em;
  border: none;
  height: 30px;
}*/

.form{width:380px;height:440px;background:#e6e6e6;border-radius:8px;box-shadow:0 0 40px -10px #000;margin:calc(50vh - 220px) auto;padding:20px 30px;max-width:calc(100vw - 40px);box-sizing:border-box;font-family:'Montserrat',sans-serif;position:relative}
.form h2{margin:10px 0;padding-bottom:10px;width:270px;color:#78788c;border-bottom:3px solid #78788c}
.form input{width:100%;padding:10px;box-sizing:border-box;background:none;outline:none;resize:none;border:0;font-family:'Montserrat',sans-serif;transition:all .3s;border-bottom:2px solid #bebed2}
.form input:focus{border-bottom:2px solid #78788c}
.form p:before{content:attr(type);display:block;margin:28px 0 0;font-size:14px;color:#5a5a5a}
.form button{float:right;padding:8px 12px;margin:8px 0 0 5px;font-family:'Montserrat',sans-serif;border:2px solid #78788c;background:0;color:#5a5a6e;cursor:pointer;transition:all .3s}
.form button:hover{background:#78788c;color:#fff}
.form div{content:'Hi';position:absolute;bottom:-15px;right:-20px;background:#50505a;color:#fff;width:360px;padding:16px 4px 16px 0;border-radius:6px;font-size:13px;box-shadow:10px 10px 40px -14px #000}
.form span{margin:0 5px 0 15px}

/* Fin formulaire de contact */


/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
/* STYLES GO HERE */
	.slogan {
		bottom: 11%;
		text-align: left;
		right: 2%;
		font-size: 19px;	
	}

	.slogan span {
		
	}

	footer {
		height: 10%;
	}


}

/* Smartphones (landscape) ----------- */
@media only screen and (min-width : 321px) {
/* STYLES GO HERE */
	footer .holder {
		font-size: 12px;
	}

	ul li a {
		font-size: 15px;
	}
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) {
/* STYLES GO HERE */
	footer .holder {
		font-size: 12px;
	}

	.contact h5 {
	    text-shadow: 2px 2px 4px #000;
	    font-size: 1em;
	}

	.column {
	    margin-bottom: 0px;
	    font-size: 12px;
	}


}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
/* STYLES GO HERE */
}

/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/* STYLES GO HERE */
}

/* iPads (portrait) ----------- */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* Desktops and laptops ----------- */
@media only screen and (min-width : 1224px) {
	.slogan {
	    font-size: 2.5em;
	}
}

/* Large screens ----------- */
@media only screen and (min-width : 1824px) {
/* STYLES GO HERE */
}

/* iPhone 5 (portrait & landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
/* STYLES GO HERE */
	header {
		width: 0;
	}

	.flexi {
		width: 150px;
	}
}

/* iPhone 5 (landscape)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : landscape) {
/* STYLES GO HERE */
}

/* iPhone 5 (portrait)----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) and (orientation : portrait) {
/* STYLES GO HERE */
}

/* Smartphones (portrait) ----------- */
@media only screen and (max-height : 570px) {
/* STYLES GO HERE */
	.column {
		height: 72px;
	}
	.contact > p {
	    font-size: 13px;
	}
	ul li a {
		font-size: 12px;
	}
}
