@charset "utf-8";
/* CSS Document */

html, body {
 margin:0;
 padding:0;
 }
header{
	display: flex;
	flex-direction: row;
	align-self: auto;
	justify-content: space-between;
	align-items: center;
	overflow: visible;
	height: 22vmin;
}

.banner{
  width: 100%;
}
.zone_val{
	width: 98%;
	background-color: #0a0908;
	padding-top: 10vmin;
	padding-bottom: 10vmin;
	padding-left: 1vw;
	padding-right: 1vw;
	justify-content: center;
	margin-left: -1vw;
}
.img_serv_1:hover {
     transform:scale(1.2);
}

#logo{
	width: 50vmin;
}
#design{
	width: 30vmin;
	padding-top: 8vmin;
}

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

	#box_introduction{
		display: flex;
		align-content: space-between;
		flex-direction: column;
		padding-top: 4vmin; padding-bottom: 4vmin;
		padding-left: 2vmin;
		margin-top: 4vh; margin-left: 4vmin;
		background-color: #FFE8D6 ;
		border-radius: 40px;
		width: 90%;
		border-color: #7F5539;
		border-width: 0.25vw;
		border-style: solid;

	}
  .car_introduction{
  	font-family: "Times New Roman", "serif";
  	font-size: 4vmin;
  	margin-right: 2vmin;
  	margin-left: 7vmin;
  }
  #valeurs{
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
  	align-content: space-evenly;
    padding-left: 20vmin;
  }
  .val_uniq{
  	justify-content: space-around;
  	width: 60vw;
  	padding-left: 2.5vmin;
  	padding-right: 4vmin;
  	margin-left: 2px;margin-right: 2px; padding-top: 20px;
  	border-style: solid;
  	border-width: thick;
  	border-color:#FAD643;
  	background-color: #FFFAE5;
  }
  .car_val{
  	display: block;
  	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
  	font-size: 4vmin;
  	font-weight: bold;
  	width: 58vw;
  	margin-left: 1vmin;
  	margin-right: 1vmin;
  	text-align: justify;
  }
  .img_val{
  	display: block;
  	margin: auto;
  	height: 20vw;
  }
  .serv_text_p{
  	width: 90vw;
  	border-radius: 30px;
  	border-width:medium;
  	background: #f0efeb;
  	padding-left: 2vw;
  	padding-right: 2vw;
  	margin-left: 1vw;
  	border-style: groove;
  	border-color: #01497C;
  	padding-bottom: 3vh;
  	font-size:3vmin;
    font-family: "Times New Roman", "serif";
  }
  .img_serv_1{
  	width: 45vw;
  }
  .serv_gauche {
  	display: flex;
  	flex-direction: column;
  	width: 85vw;
  	padding-left: 2vw;
  	padding-top: 10px;
  	margin-top: 2vh;
  }
  .serv_droit {
  	display: flex;
  	flex-direction: column;
    flex-flow: column-reverse;
  	width: 90vw;
  	padding-left: 2vw;
  	padding-top: 10px;
  	margin-top: 2vh;
  }
  .img_serv_2r{
  	width: 30vw;
  	float: right;
  }
  .img_serv_2l{
  	width: 30vw;
  	float: right;
  }


}

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

  #box_introduction{
  	display: flex;
  	align-content: space-between;
  	flex-direction: row;
  	padding-top: 4vmin; padding-bottom: 4vmin;
  	padding-left: 4vmin;
  	margin-top: 4vh;
    margin-left: 5vmin;
  	background-color: #FFE8D6 ;
  	border-radius: 40px;
  	width: 90%;
  	border-color: #7F5539;
  	border-width: 0.25vw;
  	border-style: solid;
  }
  .car_introduction{
  	font-family: "Times New Roman", "serif";
  	font-size: 2vw;
  	margin-right: 2vmin;
  	margin-left: 7vmin;
  }
  #valeurs{
  	display: flex;
  	flex-direction: row;
  	justify-content: space-evenly;
  	align-content: center;
  }
  .val_uniq{
  	justify-content: space-around;
  	width: 22vw;
    padding-top: 20px;
  	border-style: solid;
  	border-width: thick;
  	border-color:#FAD643;
  	background-color: #FFFAE5;
  }
  .car_val{
  	display: block;
  	font-family: Consolas, 'Andale Mono', 'Lucida Console', 'Lucida Sans Typewriter', Monaco, 'Courier New', 'monospace';
  	font-size: 1.45vw;
  	font-weight: bold;
  	width: 20vw;
  	margin-left: 1vmin;
  	margin-right: 1vmin;
  	text-align: justify;
  }
  .img_val{
  	display: block;
  	margin: auto;
  	height: 8vw;
  }
  .serv_text_p{
  	width: 50vw;
  	border-radius: 30px;
  	border-width:medium;
  	background: #f0efeb;
  	padding-left: 2vw;
  	padding-right: 2vw;
  	margin-left: 1vw;
  	border-style: groove;
  	border-color: #01497C;
  	padding-bottom: 3vh;
  	font-size:1.75vw;
  }
  .img_serv_1{
  	width: 22vw;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .serv_gauche {
  	display: flex;
  	flex-direction: row;
  	width: 90vw;
  	padding-left: 2vw;
  	padding-top: 10px;
  	margin-top: 2vh;
  }
  .serv_droit {
  	display: flex;
  	flex-direction: row;
  	width: 90vw;
  	padding-left: 10vw;
  	padding-top: 10px;
  	margin-top: 2vh;
  }
  .img_serv_2r{
  	width: 12vw;
  	float: right;
  }
  .img_serv_2l{
  	width: 12vw;
  	float: left;
  }

}


.titre1{
	text-align: center;
	padding-top: 4vmin;
  align-content: center;
  align-self: center;
  font-size: 7vmin;
  color: #520892;
  text-shadow: 5px 5px #FCB43D;
}

h3{
  color:#AD5B03;
  text-align: center;
  text-decoration: underline;

}



@keyframes show {
  0% {margin-top:-17vmin;}
	30% {margin-top:-17vmin;}
  33% {margin-top:-8vmin;}
	63% {margin-top:-8vmin;}
  66% {margin-top:-0vmin;}
  99% {margin-top:0vmin;}
  100% {margin-top:-17vmin;}
}
#slogan {
  color:#020C4D;
  text-transform: uppercase;
  font-size:1.25vw;
  font-weight:bold;
	margin-bottom:2vmin;
  width:28vw;
  display:block;
	height: 8vmin;

}
#flip {
  height:8vmin;
  overflow:hidden;
	font-size:1.25vw;
}
#flip > div > div {
  color:#fff;
  padding:1vmin 1vmin;
  height:8vmin;
  display:inline-block;
}
#flip div:first-child {
  animation: show 15s linear infinite;
}
#flip div div {
  background:#6e6e6e;
}
#flip div:first-child div {
  background:#6e6e6e;
}
#flip div:last-child div {
  background:#6e6e6e;
}

/* CSS function apparaitre ipad */
@keyframes showTopText {
  0% { transform: translate3d(0, 100%, 0); }
  40%, 60% { transform: translate3d(0, 50%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
@keyframes showBottomText {
  0% { transform: translate3d(0, -100%, 0); }
  100% { transform: translate3d(0, 0, 0); }
}
.animated-title {
  color: #222;
  height: 12vw;
  left: 7vw;
	top: 7vw;
  position: relative;
  transform: translate(-50%, -50%);
  width: 12vw;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  font-size: 2vw;
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
  padding: 10px ;
  position: absolute;
}
.animated-title > div div span {
  display: block;
}
.animated-title > div.text-top {
  border-bottom: 1vmin solid #000;
  top: 0;
}
.animated-title > div.text-top div {
  animation: showTopText 2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}
.animated-title > div.text-top div span:first-child {
  color: #767676;
}
.animated-title > div.text-bottom {
  bottom: 0;
}
.animated-title > div.text-bottom div {
  animation: showBottomText 0.5s;
  animation-delay: 1.75s;
  animation-fill-mode: forwards;
  top: 0;
  transform: translate(0, -100%);
}
