* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    background-color: #fff;
}
p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #334155;
    font-weight: 400;
     margin-top: 10px;
    margin-bottom: 28px;
}
a:link, a:visited, a:active {
    color: inherit;
    text-decoration: none;
    font-weight: normal;
}
a:hover {
    text-decoration: underline;

}
a.active {
    color: #59BEF5;
}

.hidden {
    display: none;
}
header {
    width: 100%;
    height: 89px;
    background: linear-gradient(90deg, #1E293B, #142A65, #150D27, #3E0426);
    background-size: 200% 200%;
    animation: gradient 18s ease infinite;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    padding-top: 17px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.6);
}
@keyframes gradient {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 780px;
    margin: 0 auto;
    padding: 0;
    width: 100%;
}

.slogan {
color: white;
font-size:14px;
display: block;
margin: 0;
}

.logo {
margin: 0; 
width: 235px; 
height: auto;
display: block;
}

.bouton-me-contacter {
            background-color: #6DA31F;
            color: white;
            border-radius: 3px;
            font-size: 14px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 6px 16px;
            margin-top: 10px;

        }
        .bouton-devis {
            background-color: #233868;
            color: white;
            border-radius: 3px;
            font-size: 14px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 6px 16px;
            margin-top: 10px;

        }
        .bouton-roll {
            background-color: #152050;
            color: white;
            border-radius: 5px;
            font-size: 13px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 5px 12px;
            margin-top: 10px;

        }
        .bouton-roll:hover {
            background-color: #4B61A1;
            color: white;
            border-radius: 5px;
            font-size: 13px;
            display: inline-flex;
            justify-content: center;
            align-items: center;
            padding: 5px 12px;
            margin-top: 10px;
			box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
			transform: translateY(1px);
        }
        
.conteneur-bouton {
            display: flex;
            justify-content: center;
        }

section {
    background-color: none;
    margin-bottom: 2rem;
    padding: 0;
    border-radius: 5px;
    text-align: justify;
}
section-services {
    background-color: none;
    margin-bottom: 2rem;
    padding: 0;
    border-radius: 5px;
    text-align: left;
}

.title-container {
    text-align: left;
    color: white;
    margin-left: 10px;      
}

h1 {
    color: #1E293B;
    font-family: 'Poppins', sans-serif;
    
}
h2 {
    font-size:22px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    color: #1E293B;
    margin-bottom: 0;
    text-align: left;
}
h3 {
    font-family: 'Poppins', sans-serif;
    text-align: left;
    font-size:19px;
    color: #1E293B;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 10px;
 }
 hr {
            border: none;
            border-top: 1px solid #0A152F;
            margin: 0 0;
            margin-bottom: 25px;
   }
   ul {
   padding-left: 15px;
   }
li {
    color:black;
    font-size: 14px;
    margin-left: 1px;
    
}
.description {
    font-size: 14px;
}

/* Menu minimisé */
.menu-container {
    position: relative;
   }

.menu-icon {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 7px;
    color: #fff;
   
}
.menu-icon:hover {
    display: block;
    font-size: 28px;
    cursor: pointer;
    padding-right: 10px;
    padding-top: 0;
    margin-top: 7px;
    color: #F57900;
    
}

#menu-toggle {
    display: none;
}

.menu {
    display: none;
    list-style-type: none;
    background-color: #324B71;
    position: absolute;
    right: 0;
    top: 84px;
    width: 160px;
    text-align: right;
}

.menu li {
    padding: 0;
    list-style: none;
}



#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#menu ul li {
    padding: 10px;
    border-bottom: 1px solid #444;
}

#menu ul li a {
    color: white;
    text-decoration: none;
}


.menu a {
    display: block;
    padding: 10px;
    color: white;
    text-decoration: none;
}
.menu li:hover,
.menu a:hover {
    background-color: #1B3254;
    color: white;
}

#menu-toggle:checked + .menu-icon + .menu {
    display: block;
    padding-left: 0;
    margin-right: 8px;
    
}


.container {
    
    justify-content: space-between;
    max-width: 800px;
    margin: 100px auto;
    margin-top: 110px;
    padding: 20px;
    width: 100%; 
    align-items: stretch;

}
.underliner {
text-decoration: underline;
}

form {
    text-align: left;
}

.checkbox {
display: inline-block;
text-align: left;
margin-left: 0;
padding: 0;
margin-right: 5px;
}
        
.bloc {
    max-width: 320px;
    display: inline-block;
    margin-left: 0;
    text-align: left;
    padding: 10px;
    padding-top: 0;
    margin-right: 50px;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
    
}

.bloc-rpi {
    width: 330px;
    height: auto;
    display: inline-block;
    
    margin-left: 0;
    text-align: left;
    padding: 10px;
    margin-right: 40px;
    margin-top: 15px;
    margin-bottom: 10px;
    
}

.bloc img {
    max-width: 100%;
    height: auto;
    border-bottom: 2px solid #1E293B;
}

.bloc p {
    margin-top: 15px;
}

.container-vignettes {
display: flex;
            justify-content: space-between;
            margin-bottom: 20px;
           flex-wrap: wrap;

       }
       
.vignettes {
                       
    width: 380px;
    height: 240px;              
    display: flex;
    font-family: 'Poppins', sans-serif;
    font-size: 19px;
    line-height: 2.6;
    border-radius: 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 12px;
    margin-bottom: 15px;
    min-width: 260px;
    
}
.imgx3 {
    width: 246px;
    height: auto;
    margin: 0px;
    padding:0px;
display: inline-block;

    
}

footer {
    text-align: center;
    padding: 10px;
    background-color: #1E293B;
    color: white;
    position: fixed;
    bottom: 0;
    width: 100%;
}

.triangle-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid black;
  display: inline-block;
}

form {
            justify-content: left;
            margin: 0 auto;
            margin-top: 35px;
            padding: 25px 25px;
            border: 1px solid #ccc;
            border-radius: 5px;
            background-color: #f9f9f9;
            
        }

label {
            display: inline-block;
            font-size: 13px;
            margin-bottom: 5px;
            font-weight: normal;
            margin-top: 20px;
        }

        input, textarea {
            width: 100%;
            padding: 6px;
            margin-bottom: 10px;
            border: 1px solid #ccc;
            border-radius: 3px;
            
        }

        button {
            width: 110px;
            padding: 10px;
            margin: 5px 1%;
            border: none;
            border-radius: 8px;
            background-color: #181D3A;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
        }
        
        button[type="submit"] {
            background-color: #6DA31F;
            color: #fff;
            display: block;
            width: auto;
            border-radius: 3px;
        }

        button[type="reset"] {
            background-color: #d9534f;
            color: #fff;
        }

    .form-genre {
      display: flex;
      margin-right: 10px;
      align-items: left;
    }
    
    .form-genre label {
      margin-left: 0;
      margin-right: 10px;
      margin-top: 2px;
      margin-bottom: 5px;
    }
    
    .form-genre select {
      padding: 3px;
      font-size: 14px;
      margin-right: 15px;
      margin-bottom: 5px;
      margin-top: 0px;
      }
       
   .cadre-tarifs {
    display: inline-block;
    padding: 3px 8px 3px 8px;
    background-color: #1B2838;
    border-left: solid 1px;
    border-top: solid 1px;
    border-bottom: solid 1px;
    border-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 15px;
    margin-top: 15px;
    height: auto;
    margin-right: 0;
}

    .cadre-prix {
    display: inline-block;
    padding: 3px 8px 3px 8px;
    border: solid 1px;
    border-color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #183E4F;
    font-weight: normal;
    height: auto;
    margin-left: 0;
}
    .accroche {
    width: auto;
    max-width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding: 2rem;
    border: 1px solid #000;
    text-align: center;
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    line-height: 1.9;
    color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: none;
    overflow: hidden;
    word-wrap: break-word;
    box-sizing: border-box;
}
   

        @media (max-width: 768px) {
    .accroche {
        padding: 1.5rem;
        font-size: 27px;
    }
}

@media (max-width: 480px) {
    .accroche {
        padding: 1rem;
        font-size: 22px;
        height: auto;
    }
    .container {
        padding: 1rem;
    }
}

        #confirmation {
            display: none;
            text-align: center;
            color: green;
            font-weight: bold;
            margin-top: 20px;
        }
.green {
color: green;
font-weight: bold;
}

.tarifs-cont {
    width: 100%;
    max-width: 800px;
    height: auto;
    background-color: none;
    display: flex;
    justify-content: space-between;
    margin: 0;
   flex-wrap: wrap;
    padding: 0px;
    margin-top: 50px;

}
.tarifs-cont-home {
    width: auto;
    height: auto;
    background-color: none;
    display: bloc;
    margin: 0;
    padding: 0px;
    margin-top: 50px;

}
.tarifs-new {
    max-width: 240px;
    height: auto;
    background-color: #F4F4F4;
    flex: 1;
    border: solid 1px;
    border-radius: 16px;
    border-color: #555753;
    text-align: center;
    padding: 20px;
    vertical-align: top;
	margin-bottom: 20px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}
.tarifs-home {
    max-width: auto;
    height: auto;
    background-color: #354375;


    border-radius: 8px;
    border-color: #555753;
    text-align: center;
    padding: 16px;
    vertical-align: top;
	margin-bottom: 15px;
	box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
}


.forfait-title {
font-family: 'Poppins', sans-serif;
    font-size:23px;
    color: #000;
    font-weight: normal;
    
    text-align: center;
    width: 100%;
    
}
.forfait-title-home {
font-family: 'Poppins', sans-serif;
    font-size:16px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    width: 100%;
    
}

.forfait-heure {
font-family: 'Poppins', sans-serif;
    font-size:16px;
    color: #EF2929;
    font-weight: normal;
}
.forfait-prix {
font-family: 'Poppins', sans-serif;
    font-size: 25px;
    color: #A9B7E1;
    font-weight: normal;
}
.forfait-prix-home {
font-family: 'Poppins', sans-serif;
    font-size: 21px;
    color: #C7D3F6;
    font-weight: normal;
}
.ptarifs {
font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #...;
    font-weight: 400;
     margin-top: 20px;
     margin-bottom: 6px;
    
}

.deplacement-inclus {

    font-size: 13px;
    color: #...;
margin-top: 0;
    
}
.image-droite {
            float: right;          /* Place l'image à droite du texte */
            margin-left: 25px;      /* Ajoute un espace de 15px entre l'image et le texte */
            margin-top: 0;
            border-color: black;
            border: solid 1px;
        }
.image-gauche {
                      /* Place l'image à droite du texte */
            margin-left: 0px;      /* Ajoute un espace de 15px entre l'image et le texte */
            margin-top: 0;
            border-color: black;
            border: solid 1px;
        }
        .image-fb {
                      /* Place l'image à droite du texte */
            margin-left: 0px;      /* Ajoute un espace de 15px entre l'image et le texte */
            margin-top: 0;
            
            border: none;
        }


        @media (max-width: 800px) {
            .tarifs-cont {
                flex-direction: column;
                align-items: center;
            }
            .tarifs-new {
                width: 100%;
                max-width: 240px;
            }
        }
