@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,300,700);
@import url('https://fonts.googleapis.com/css2?family=Anton&family=Smooch&display=swap');

*{
	font-family: Open Sans;
	margin:auto;
	padding:auto;
}


.top{
	width:100%;
	height: 40px;
	background-color: #100449 ;
	padding:auto;
	position:fixed
}
.top div{
	width:90%;
	color:#fff;

	font-family:calibri;
	margin-right: 20px;
	text-align:right;
}

.top a {
	text-decoration: underline;
}
.top a:hover {
	color: #FED204;
}




/* partie navbar


a{
    text-decoration: none;
}
ul{
    list-style: none;
}*/
/*forme de la nav bar*/
.navbar {
	margin-top: 30px;

    background-color: #fff;
    box-shadow: 1px 1px 5px 0px var(--gray);
    position: fixed;
	text-align: left;
    width: 100%;
}
/* Logo en haut à gauche */
.logo{
    display: inline-block;
    color: var(--white);
    font-size: 40px;
    margin-left: 10px;
	text-align: left;
}

.nav{
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
	text-align: center;

	
		
	

}
/*mise en forme des textes du menu*/
.menu{
	list-style: none;
}
.menu a{
    display: block;

    padding: 20px;
    color: #85888C;
	text-align: center; 

}


.menu a:hover{
	color:#100449;
	border-bottom: solid  #FED204;
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}

/*codage pour le hamburger*/
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background: #100449;
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: #100449;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */

/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Responsiveness du menu */
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    }
    .menu li{
        float: left;
    }
    .menu a:hover{
        background-color: transparent;
        color: #100449;

    }

    .hamb{
        display: none;
    }
}








/* tentative de responsiv

.logo{
	top: 0;
	width:100%;
	
	background-color:#fff;
	border-bottom: solid #f0f0f0;
	background-attachment:fixed; 
	position: sticky;

}
.logo div{
	width:100%;
	background-color:#fff;
	font-family:calibri;
	padding:1px;
	text-align:left;
}
.logo div table a{
	padding:5px;
	text-decoration:none;
	color:gray;
}
.logo div table a:hover{
	color:#228B22;
	border-bottom:2px solid gray;
}

	

	.label-hamburger, #toggle
	{
	display: none;
	}

	@media all and (max-width: 991px)
	{
	.logo 
	{
	height: 60px;
	}
	.logo div table td {
	
	display: none;
	flex-direction: column;
	background: #fff;
	height: 220px;
	opacity: 0.8;
	}
	
	
	.logo div table td a {
		width: 50%;
		}
		
	
	.label-hamburger
	{
	width: 30px;
	display: flex;
	justify-content: left;
	align-items:left;
	margin: 0 auto;
	font-size: 40px;
	color:#228B22;
	cursor: pointer;
	}
	#toggle:checked + .logo div table td a{
		display: flex;
		}
}
	
















/*partie image*/
  #imagePrincipale {

	padding-top: 160px;
	background: url(media/image-principale.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
	height: 799px;
  }
  
 
 .banner {
	padding-top: 0px;
	background: url(media/banner.gif) no-repeat fixed 50% 50%;
	width: 100%;
	height: auto;
  }
  #contacts {
    padding-top: 160px;
    background: url(media/tanguy+benne.JPG) no-repeat fixed 50% 50%;
    background-size: cover;
    height: 500px;
  }

 #nosproduits {
    padding-top: 160px;
    background: url(media/mulch.JPG) no-repeat fixed 50% 50%;
    background-size: cover;
    height: 500px;
  }
  #nosservices {

	padding-top: 160px;
	background: url(media/2chargeurs.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
	height: 500px;
  }

  #documentation {

	padding-top: 160px;
	background: url(media/docu.jpg) no-repeat fixed 50% 50%;
	background-size: cover;
	height: 500px;
  }




  /* partie gestion des textes*/
  h3 {
    margin-top: 50px;
    text-align: center;
    color:rgb(255, 255, 255);
    font-size: 1.8em;
    text-shadow: 1px 3px 2px black;
  }  
  h1 {
	
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 6.5em;
    margin-top: 100px;
    text-shadow: 1px 3px 2px black;
	letter-spacing: 5px;
  }


  h2 {
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
    font-size: 1em;
    margin-top: 50px;
  }

  h5 {
    font-family: 'Anton', sans-serif;
    text-align: center;
    color: #100449;
    font-size: 1.5em;
    margin-top: 50px;
  }



  #premierTrait {
    height: 1px;
    width: 25%;
    margin: -3px auto;
    margin-top: 100px;
    background-color: #FFFAE1;
    box-shadow: 1px 3px 2px black;
  }

  #deuxiemetrait {
    height: 3px;
    width: 25%;
	border-radius: (100%);
    margin: -3px auto;
    margin-top: 100px;
    background-color: #100449;
	position: relative;
  }




 
/*partie bas de la page nos produits*/

  #presentation {
	margin-top: 60px;
	padding-top: 60px;
    background-image: url(media/diapo.png);
    background-size: cover;
	background-color: #f0f0f0;
    height: 150px;
	padding: 10px 0px 100px 0;
	justify-content: space-between;
  }
  #texteIntro {
	padding: 0px 20%;
  }
  #prestations {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 30px 10%;  
  }
  .imagesPrestations h4{
	font-family: 'Dancing Script', cursive;
	text-align: center;
	font-size: 1.8em;
	margin: 50px;
	font-weight: 100;
  }
  
 /*
  .imagesPrestations img {
	border-radius: 10px;
	box-shadow: 5px 5px 3px 1px rgba(0,0,0,0.7);
  }
*/

  .imagesPrestations img:hover {
	opacity: 0.5;
	transform: scale(1.05);
	transition: 0.6s ease-in-out;
  }

  /* gestion du tableau pour la page contacts*/

.contacts{
	width: 100%;
}
.contacts table{
	padding: 0px;
	table-layout: fixed;
}

.contacts table td{
	text-align: center;
	padding: 30px;
}

/* gère les textes sans balise*/

.bottom{
	width:80%;
	background-color: #fff;

}
.bottom div{
	width:100%;
	color:#fff;
	background-color:#fff;
	font-family:calibri;
	text-align:right;
}
.bottom div table{
	padding-top:30px;
	width: 100%;
	text-align:justify;
	color:gray;
	font-size:20px;

}

.bottom div table p strong {
	color:#100449;

}
.bottom div table img{
	max-width: 100%;
	min-width: 200px;
	height: auto;

}

/* gere les liens hypertexte du texte*/
.bottom div table p a {
	color:gray;
	text-decoration: none;

}

.bottom div table p a:hover {
	color:#100449;
	border-bottom:2px solid gray;

}


/*gère le diapo de la partie nos produits*/

.conteneur2{
    max-width: 100%;
    overflow: hidden;
	z-index: 0;
   
}
.d2{
    width: 300%;

  
    padding-top: 20%;
    background-color: #EDEDED;
    background-image: url("media/diapo.png");
    background-size: contain;
    animation: defilement2 25s linear infinite;
}  
.d2:hover{
    animation-play-state: paused;
}  
@keyframes defilement2{
    0%{transform: translate(0,0);}
    100%{transform: translate(-75%,0);}
}
 

/*gère la partie documentation*/
.docu{
	width: 80%;
	font-family:calibri;
}
.docu a{
	text-decoration: none;
	color:#100449;
	border-bottom: 2px solid #100449 ;
	font-family: calibri;
}
.docu  a:hover{
	border-bottom:2px solid gray;
	font-family:calibri;
	color: #FED204;
	transform: scale(1.05);
	transition: 0.6s ease-in-out;

}


/* gère les puces 
.bottom div table ul{
	list-style-type:none;
	padding: 0;
	margin: 0;
  }
  .bottom div table li{
	padding-left: 16px;
	
  }
  li::before{
	content: "-";
	padding-right: 15px;
	color: green;
  }

  #col {
	margin-top: 100px;
	column-count: 3;
	text-align: center;
  }



  /*partie tkt on est la 
.photo1s{
	width:100%;
	border-bottom:2px solid #f0f0f0;
}

.bottom_up{
	width:100%;
	background-color:#fff;
	border-bottom:2px solid #f0f0f0;
}
.bottom_up div{
	padding-top:20px;
	width:1200px;
	text-align:center;
	background-color: #fff;
	font-family:forte;
	font-size:30px;
	padding-bottom:20px;
}
.bottom_up div table{
	padding-top:30px;
	font-size:30px;
	width:1100px;
	text-align:center;
	background-color:#fff;
	font-family:calibri;
	
}

input[type="text"]{
	padding:12px;
	width:250px;
}
select{
	padding:12px;
	width:250px;
}
textarea{
	padding:50px;
	width:550px;
}

.bottom .table .button{
	background-color: #100449
}

/* gère le bouton */
#bouton{
	background-color: #100449;
	border: none;
    border-radius: 30px;
    padding: 10px 30px;
	justify-items: center;
    display: inline-block;
    font-size: 20px;
	display: block;
	margin-left: auto;
	margin-right: auto;
    cursor: pointer;
	width: auto;
} 

#bouton, a {
	text-decoration: none;
	color: white;
	text-align: center;

}

#bouton:hover{
	background-color: #85888C;
	opacity: 1;
	transform: scale(1.05);
	transition: 0.6s ease-in-out;
	border:1mm #100449;
	
	text-decoration-color: #100449;
	
}

#bouton, a:hover{
color: rgb(0, 0, 0);
}
  
  

/* footer */

section {
	width: 100%;
	display: inline-block;
	background: #92999f;
	height: 1vh;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	text-decoration: underline;
  }
  
  .footer-distributed{
	  background-color: #100449;

	  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.12);
	  box-sizing: border-box;
	  width: 100%;
	  height: auto;
	  text-align: left;
	  font: bold 16px sans-serif;
	  padding: 55px 50px;
  }
  
  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
	  display: inline-block;
	  vertical-align: top;
  }
  
  /* Footer left */
  
  .footer-distributed .footer-left{
	  width: 40%;
  }
  
  /* The company logo */
  
  .footer-distributed h3{
	  color:  #FED204;
	  font: normal 36px 'Open Sans', cursive;
	  margin: 0;
  }
  
  .footer-distributed h3 span{
	  color: #fff;
  }
  
  /* Footer links */
  
  .footer-distributed .footer-links{
	  color:  #fff;
	  margin: 20px 0 12px;
	  padding: 0;
  }
  
  
  .footer-distributed .footer-links a{
	  display:inline-block;
	  line-height: 1.8;
	font-weight:400;
	  text-decoration: none;
	  color:  inherit;
  }
  
  .footer-distributed .footer-links  a:hover{
	color: #FED204;
  }
  .footer-company-name a:hover{
	color: #FED204;
  }

  .footer-distributed .footer-company-name{
	  color:  #fff;
	  font-size: 14px;
	  font-weight: normal;
	  margin: 0;
  }
  
  /* Footer Center */
  
  .footer-distributed .footer-center{
	  width: 35%;
  }
  
  .footer-distributed .footer-center i{
	  background-color:  #ccccbf;
	  color: #fff;
	  font-size: 25px;
	  width: 38px;
	  height: 38px;
	  border-radius: 50%;
	  text-align: center;
	  line-height: 42px;
	  margin: 10px 15px;
	  vertical-align: middle;
  }
  
  .footer-distributed .footer-center i.fa-envelope{
	  font-size: 17px;
	  line-height: 38px;
  }
  
  .footer-distributed .footer-center p{
	  display: inline-block;
	  color: #fff;
	font-weight:400;
	  vertical-align: middle;
	  margin:0;
  }
  
  .footer-distributed .footer-center p span{
	  display:block;
	  font-weight: normal;
	  font-size:14px;
	  line-height:2;
  }
  
  .footer-distributed .footer-center p a{
	  color:  #fff;
	  text-decoration: none;;
  }
  .footer-distributed .footer-center p a:hover{
	color: #FED204;
  }
  .footer-distributed .footer-center p a i:hover{
	color: #FED204;
	transform: scale(1.2);
  }

  .footer-distributed .footer-links a:before {
	content: "|";
	font-weight:300;
	font-size: 20px;
	left: 0;
	color: #fff;
	display: inline-block;
	padding-right: 5px;
  }
  
  .footer-distributed .footer-links .link-1:before {
	content: none;
  }
  
  /* Footer Right */
  
  .footer-distributed .footer-right{
	  width: 20%;
  }
  
  .footer-distributed .footer-company-about{
	  line-height: 20px;
	  color:  #92999f;
	  font-size: 13px;
	  font-weight: normal;
	  margin: 0;
  }
  
  .footer-distributed .footer-company-about span{
	  display: block;
	  color:  #fff;
	  font-size: 14px;
	  font-weight: bold;
	  margin-bottom: 20px;
  }
  
  .footer-distributed {
	  margin-top: 25px;
	  text-align: center;
  }
  
  .footer-distributed .footer-icons {
	display: inline-block;
	padding: 0 15px;
	font-size: 1.3em;
	color: #fff;
	z-index: auto;

  }

  .footer-distributed .footer-down .footer-company-name {
	position: absolute;
	margin-top: 40px;

	margin-right: 10px;
	margin-left: 10px;


  }
  .footer-distributed .footer-down :hover {
	opacity: 0.5;
	transform: scale(1.1);
	transition: 0.6s ease-in-out;
  }



  
  /* If you don't want the footer to be responsive, remove these media queries */

  
  @media (max-width: 880px) {
  
	  .footer-distributed{
		  font: bold 14px sans-serif;
	  }
  
	  .footer-distributed .footer-left,
	  .footer-distributed .footer-center,
	  .footer-distributed .footer-right{
		  display: block;
		  width: 100%;
		  margin-bottom: 40px;
		  text-align: center;
	  }
  
	  .footer-distributed .footer-center i{
		  margin-left: 0;
	  }
  
  }
  
