/* Police */
@font-face
{
    font-family: FontAwesome;
    src: url(../fonts/FontAwesome.otf);
}
*
{
    font-family: FontAwesome;
}
/* FontAwesome */
/*!
 * Font Awesome Free 5.0.10 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fab 
{
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; 
}
.fa-lg 
{
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; 
}
.fa-chart-line:before 
{
  content: "\f201"; 
}
.fa-chart-pie:before 
{
  content: "\f200";
}
.fa-cubes:before 
{
  content: "\f1b3"; 
}
.block_image_texte
{
	display: flex;
    max-width: 350px;
	align-items: center;
    background-color: #fff;
    padding: 10px 20px;
}
.icones
{
	color: #5CABD1;
}
.fa 
{
	padding: 30px 23px;
	border: 1px solid #ccc;
	border-radius: 50%;	
}
.point_bleu
{
	position: relative;
	left: -12px;
	font-size: 3.75rem;
	color: #5CABD1;
}
.body
{
    background: #26d9d9;
}
.texte
{
    display: block;
}
@font-face 
{
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesome") format("svg"); 
}
.fa,
.fas 
{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
}
/* Header */
#menu
{
    display: flex;
    position: fixed;
	justify-content: space-around;
    align-items: center;
    z-index: 3;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    right: 0;
    background-color: #A93401;
}
@media (max-width: 685px)
{
	#menu
	{
	display: inline;
	}
}
figure
{
    margin-left: -135px;
}
nav ul
{
	display: flex;
	justify-content: flex-end;
}
nav ul li
{
	list-style: none;
	padding-left: 20px;
}
li a
{
    display: inline;
}
li a:hover
{
    padding-top: 30px;
	border-top: 2px solid #4facb1;
}
@media (max-width: 685px)
{
    li a:hover
    {
        padding-top: none;
        border-top: none;
    }
}
a
{
	color: black;
	text-decoration: none;
}
/* Slider */
.change 
{
    display: none;
}
.slider 
{
    position: relative;
    height: 250px;
    margin-top: 100px;
}
.slide 
{
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  transition: opacity .5s ease-in-out;
}
.slide-background 
{
    display: block;
    max-width: 100%;
    vertical-align: middle;
    height: 100%;
    margin: 0 auto;
}
.slide-block
{
    height: 100%;
    position: relative;
    margin: 0;
}
.bouton_suiv_prec
{
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 45%;
}
.change:checked + .slide 
{
    z-index: 2;
}
.suivant 
{
    display: block;
    height: 55px;
    width: 35px;
	background: black;
	opacity: 0.2;
    border-top-right-radius: 100px;
	border-bottom-right-radius: 100px;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
    color: white;
}
.precedent 
{
    display: block;
    height: 55px;
    width: 35px;
	background: black;
	opacity: 0.2;
    border-top-left-radius: 100px;
	border-bottom-left-radius: 100px;
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
    color: white;
}
.suivant:hover,
.suivant:active
{
    background-color: gray;
    color: black;
}
.precedent:hover,
.precedent:active,
.precedent:focus 
{
    background-color: gray;
    color: black;
}
.banniere_description 
{
    position: absolute;
    top: 35%;
	margin-left: 18%;
	width: 490px;
}
@media only screen and (min-width: 1024px) 
{
  .slider 
    {
        height: 480px;
    }

  .banniere_description 
    {
	   top: 35%;
	   margin-left: 18%;
	   width: 490px;
    }
}
@media only screen and (max-width: 1023px)
{
  .slider 
    {
        height: 360px;
    }
  .banniere_description 
    {
        top: 25%;
        margin-left: 18%;
        width: 490px;
    }
}
@media only screen and (min-width: 1400px) 
{
    .slide-background 
    {
        width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 700px) 
{
    .slider 
    {
        display: none;
    }
}
h1
{
    color: white;
	font-size: 25px;
}
strong
{
    color: #5cadd3;
}
.titre_texte
{
    color: white;
}
.bouton
{
	width: 120px;
	text-align: center;
	color: white;
	font-size: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	background: #5cadd3;
}
.barre_slider
{
    position: absolute;
    bottom: 0;
    background-color: #5cadd3;
    height: 3px;
    width: 0;
    animation: timeliner 20s;
    animation-fill-mode: forwards;
}
@keyframes timeliner 
{
	0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90%, 100%
    { 
        width: 0;
    }
	20%, 40%, 60%, 80%, 100% 
    {
        width: 100%;
    }
}
/* Nos Services */
#services
{	
    text-align: center;
    justify-content: center;
}
@media (max-width: 700px)
{
	#services
	{
    margin-top: 150px;
	}
}
#portfolio
{	
    text-align: center;
    justify-content: center;
}
.block
{
    display: flex;
    align-items: center;
    justify-content: center; 
}
.trait
{
	border-bottom: 1px solid #d3d1d1;
	width: 30px;
}
.cercle
{
	background: #4facb1;
	border-radius: 50%;
	width: 15px;
	height: 15px;
	border: 5px solid white;
}
.description
{
	max-width: 570px;
    margin-left: auto;
    margin-right: auto;
	margin-bottom: 50px;
}
p
{
    font-size: 14px;
}
.block_article
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
#main_feature
{
    display: block;
}
/* Article */
.img_main
{
    width: 100%;
}
article
{
	width: 400px;
	margin-top: 60px;
	margin-left: 80px;
}
@media (max-width: 685px)
{
	article
	{
	margin-left: 0px;
	}
}
#block_cdc, #block_maquettes, #block_suivi
{
    margin-top: 30px;
}
.all_none
{
    margin-left: 4px;
}
@media (max-width: 350px)
{
.all_none
{
    display: none;
}
}
/* Nos Projets */
.fond_bouton
{
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 685px)
{
	.fond_bouton
	{

	}
}
.nav2
{
    display: flex;
    position: relative;
    padding: 10px;
    background-color: #5cadd3;
    color: white;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
.nav
{
    position: relative;
    padding: 10px;
    background-color: #e5e5e5;
    border-radius: 2px;
}
.nav:hover
{
    background-color: #5cadd3;
    color: white;
}
h2
{
    color: white;
}
.arrow_box {
	position: relative;
	background: #5cadd3;
    color: white;
}
.nav:hover::after, .nav2:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #88b7d5;
	border-width: 10px;
	margin-left: -10px;
}
#all
{
    display: flex;
    justify-content: center;
	flex-wrap: wrap;
    margin-bottom: 20px;
}
.container 
{
    position: relative;
	width: 300px;
	height: 500px;
	margin: 20px;
}
.container:hover .overlay 
{
    background-color: rgba(0, 0, 0, 0.4);
    opacity: 1;
}
.image 
{
    display: block;
    width: 300px;
    height: 500px;
}
.overlay 
{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 35%;
    width: 300px;
    opacity: 0;
}
.logo 
{
    margin-left: 80%;
    margin-top: -25px;
}
.text 
{
    color: white;
    font-size: 20px;
    position: absolute;
    top: 10%;
    left: 5%;
}
/* Carte, Contact */
#carte_contact
{
    position: relative;
}
iframe
{
	width: 100%;
	min-height: 800px;
	height: 100%;
    border: 0px;
}
.fond
{
	position: absolute;
	bottom: 0;
	background-color: #0080FF;
	height: 100%;
	width: 100%;
	opacity: 0.3;
}
.contact
{
	position: absolute;
	top: 10%;
	margin-left: 65%;
	margin-right: 15%;
	min-height: 60%;
	background-color: #F2F2F2;
	opacity: 0.8;
	padding: 1%;
}
@media (max-width: 1024px)
{
	.contact
	{
    top: inherit;
    max-width: 310px;
    min-width: 265px;
    margin-top: 10px;
    margin-left: 33%;
  
	}
}
@media (max-width: 800px)
{
	.contact
	{
    margin-left: 25%;
	}
}
@media (max-width: 500px)
{
	.contact
	{
    margin-left: 0;
  
	}
}
h4
{
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 0px;
}
#informations_contact
{
	line-height: 5px; 
}
h3
{
    font-size: 14px;
    margin-bottom: 0px;
}
input
{
	margin-top: 15px;
	border-radius: 4px;
    width: 300px;
    height: 30px;
}
textarea
{
    margin-top: 15px;
	border-radius: 4px;
    width: 300px;
    height: 150px;
}
@media (max-width: 330px)
{
	input, textarea
	{
	width: 240px;
	}
}
.bouton_contact
{
	width: 150px;
    height: 40px;
	text-align: center;
	color: white;
	font-size: 18px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 2px;
	background: #5cadd3;
	border-radius: 6px;
}
footer
{
    display: inline;
    width: 100%;
    height: 100px;
    padding-top: 25px;
    background-color: #A93401;
}
b
{
    background:#06191D;
}
.information1
{
    display: flex;
    justify-content: center;
    background-color: #A93401;
}
.information
{
    display: flex;
    justify-content: center;
    background-color: #A93401;
}
@media (max-width: 1024px)
{
	footer
	{
    display: none;
	}
}