.buttonDownLoad{
    background-color: hsl(205, 65%, 52%);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
}
#formulairedecontact fieldset{
	background-color: white;
  padding: 8px;
  border-radius: 8px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
#formulairedecontact fieldset:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgb(51, 94, 123);
}	
main section{
    width: 95%;
    margin: 0 auto;
}
.contentImg{
    max-width: 100%;
}
.recenterImg{
	display: flex;
    justify-content: flex-start;
}
.ancrage{
    height: 10px;
}
.contact{
	margin: 30px auto 30px auto;
}
.qui-sommes-nous{
	margin: 0 auto 30px auto;
}
.nos-offres{
	margin: 30px auto 30px auto;
}
.inside-nos-offres{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    justify-items: center;
}
.exemple{
	margin: 45px auto 45px auto
}
.centerImg{
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
.specflex{
    display: flex;
    justify-content: center;
    margin: 0 0 30px 0;
}
.realMarginUP{
    margin: 5px 0 5px 0;
    width: 10px;
    background-color: #e1e6eb;
    border-radius: 8px 0px 0px 6px;
    box-shadow: 0 2px 5px rgba(245, 245, 245, 0.2);
}
.realMarginR{
    margin: 5px 0 5px 0;
    height: 10px;
    background-color: #2e4353;
    width: 80%;
    border-radius: 0 8px 8px 0;
    box-shadow: 0 2px 5px rgba(245, 245, 245, 0.2);
}
.realMarginL{
    margin: 5px 0 5px 0;
    height: 10px;
    background-color: #2e4353;
    width: 80%;
    border-radius: 8px 0 0 8px;
    float: right;
    box-shadow: 0 2px 5px rgba(245, 245, 245, 0.2);
}
.contentImg{
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contentImg:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.contentImg2{
	max-width: 300px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.contentImg2:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
.ulPicto{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}
.ulPicto li{
    list-style: none;
    margin: 5px 5px 5px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ulPicto li img{
    max-width: 300px;
}
.ulPicto li p{
    text-align:center;
}
.boxOffer{
    padding:8px;
    border-radius: 8px;
	background-color: white;
    box-shadow:0 2px 5px rgba(0, 0, 0, 0.5);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}    
.boxOffer:hover{
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgb(51, 94, 123);
}
h2{
    position: relative;
    overflow: hidden;
}
h2::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    background: linear-gradient(120deg, rgba(225, 230, 235, 0.2) 0%, rgb(225, 230, 235) 50%, rgba(225, 230, 235, 0.2) 100%);
    animation: shine 5s infinite;
}
.specLink{
	text-decoration: none;
  	color: #2e4353;
}

@keyframes shine {
    0% {
      left: -150%;
    }
    50% {
      left: 150%;
    }
    100% {
      left: -150%;
    }
  }
  input[type="text"],
  textarea {
      width: calc(100% - 20px);
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 4px;
  }
  input[type="submit"] {
      background-color: hsl(205, 65%, 52%);
      color: white;
      padding: 10px 20px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      font-size: 16px;
  }
  input[type="submit"]:hover {
      background-color: hsl(205deg 65.01% 41.6%);
  }
  span {
      color: hsl(205deg 65.01% 41.6%);
      font-size: 14px;
  }
@media (min-width: 375px) {
}
@media (min-width: 425px) {
}
@media (min-width: 768px) {
    .contentImg {
        max-width: 500px;
    }
	.contentImg2 {
        max-width: 640px;
    }
    .ulPicto{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .ulPicto li{
    }
    
}
@media (min-width: 1024px) {
    main section{
        max-width: 925px;
        margin: 0 auto;
    }
    .inside-nos-offres{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
        justify-items: center;
        align-items: start;
    }
    .Hélices{
        display: flex;
		align-items: center;
		margin: 10px auto 30px auto;
    }
    .flxEx{
        display: flex;
		align-items: center;
		margin: 20px auto 30px auto;
    }
    .flxEx ul{
       padding:0 0 0 15px;
    }
    .flxEx ul li{
        padding:7px 0 6px 0;
     }
    .txtWImg{
        padding: 0 20px 0 0;
    }
    .ulPicto{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}
@media (min-width: 1440px){
    main section{
        max-width: 1024px;
        margin: 0 auto;
    }
    .nos-offres{
        max-width: 1175px;
    }
    .exemple{
        max-width: 1175px;
    }
}
