h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  font-family: "Roboto", sans-serif !important;
	padding-bottom: 40px;
}

h1 {
	font-size: 36px !important;
  color: #00b5bd !important;
  text-align: center;
}

h2 {
  color: #121212;
  font-size: 34px;
  text-align: center;
	padding-top: 40px;
}

h3 {
  color: #121212 !important;
  font-size: 30px !important;
  text-align: center !important;
}

li {
  color: #121212;
  font-size: 16px !important;
}

p {
  font-size: 16px !important;
  color: #121212;
}

/*Menu navbar active*/

.current-menu-item a {
  font-weight: bold !important;
}

/* Navbar */

/* Réorganise l'en-tête en bloc vertical au lieu de deux colonnes */

.site-header .container {
  display: block;
  text-align: center;
}

/* Centre le logo */
.site-branding {
  float: none !important;
  display: block;
  margin: 0 auto;
}

/* Centre le menu */
.main-navigation {
  float: none !important;
  display: inline-block;
  margin-top: 10px;
}

/* Bande blanche pour le logo */
.site-header {
  padding-top: 20px;
  background-color: white;
  text-align: center;
}

nav a,
.main-navigation a,
.menu-main-menu-container a {
  color: #333 !important;
}

nav a:hover,
.main-navigation a:hover,
.menu-main-menu-container a:hover {
  /*text-decoration: underline !important;*/
  color: #27c0ce !important;
}

/* Bande grise de navigation plus large */
nav,
.main-navigation,
.menu-main-menu-container {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #f0f0f0;
  padding: 0.6em 0; /* Augmenter la largeur de la bande */
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Liens du menu */
nav a,
.main-navigation a,
.menu-main-menu-container a {
  color: #333;
  text-decoration: none;
  margin: 0 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}

/*Organisation menu */

.main-navigation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.main-navigation ul li {
  margin: 0 20px;
}

.main-navigation ul li a {
  text-decoration: none;
  color: #333;
  padding: 10px;
  display: block;
  transition: color 0.3s ease;
}

.main-navigation ul li a:hover {
  color: #0073aa;
}

/*footer*/

/* Fond gris clair réseaux sociaux */

#footer-1 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; /* Pour que ça tienne bien sur mobile */
    gap: 0px;
}

#footer-1 .widget {
    flex: 1;
    min-width: 200px;
	  margin: 0 5px;
    padding-right: 10px;
}

#footer-1 .widget:first-child {
    margin-left: auto;
		padding-left: -20px !important;
    padding-right: 40px;
}

#footer-1 .widget:nth-child(2) {
    margin-left: auto;
		padding-left: 0px;
    padding-right: 40px;
}

#footer-1 .widget:nth-child(3) {
    margin-left: auto;
		padding-left: px;
    padding-right: 40px;
}

#footer-1 .widget:last-child {
    margin-left: auto;
    padding-left: 40px;
		padding-right: 0
}




.widget-area,
.footer,
.site-footer,
#colophon,
#footer,
#footer-widgets,
.footer-widgets {
  background-color: #f1f1f1;
}

/* Liens en noir dans le footer */
.widget-area a,
.footer a,
.site-footer a,
#colophon a,
#footer a,
#footer-widgets a {
  color: #121212 !important;
  text-decoration: none;
}

/* Effet au survol */
.widget-area a:hover,
.footer a:hover,
.site-footer a:hover,
#colophon a:hover,
#footer a:hover,
#footer-1 .widget:first-child {
    margin-left: auto;
    padding-left: -20px !important;
    padding-right: 40px;
}

#footer-1 .widget:nth-child(2) {
    margin-left: auto;
    padding-left: 0px;
    padding-right: 40px;
}

#footer-1 .widget:nth-child(3) {
    margin-left: auto;
    padding-left: px;
    padding-right: 40px;
}

#footer-1 .widget:last-child {
    margin-left: auto;
    padding-left: 40px;
    padding-right: 0;
}

}

.mailpoet_text,
.mailpoet_textarea {
  width: 200px !important;
	margin-left: 45px !important;
	 margin-right: 45px !important;
}
.mailpoet_form .mailpoet_submit {
  background-color: #121212 !important;
  color: #f5f5f5 !important;
  width: 200px !important;
  height: 60px !important;
  font-size: 16px !important;
  font-family: "Roboto", sans-serif !important;
  padding: 4px 8px !important;
	margin-left: 45px !important;
	 margin-right: 45px !important;
}

.mailpoet_form_loading {
  width: 30px !important;
  text-align: center !important;
  line-height: normal !important;
  font-family: "Roboto", sans-serif !important;
}

.mailpoet_form_loading > span {
  width: 5px !important;
  height: 5px !important;
  background-color: #5b5b5b !important;
}

/* === Effet hover sur le bouton === */
input[type="submit"]:hover {
  background-color: #333 !important;
}

.mailpoet_form h2.mailpoet-heading {
  font-size: 19px !important;
}

.mailpoet_form h3.mailpoet-heading {
  font-size: 16px !important;
}


/* PAGE ACCUEIL */

/* Texte */
.colonne ul {
  font-size: 16px;
  padding-bottom: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: left;
}


/*Page paris international*/

.wp-block-embed.alignwide {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  display: block;
}



@media only screen and (max-width: 768px) {
  /*TAILLES POLICES*/
	
	h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
	padding-bottom: 20px;
}

  h1 {
    font-size: 21px !important;
  }

  h2 {
    font-size: 18px;
		padding-top: 20px;
  }

  h3 {
    font-size: 14px !important;
  }

  li {
    color: #121212;
    font-size: 14px !important;
  }

  p {
    font-size: 14px !important;
    padding-left: 5px;
    padding-right: 5px;
  }

  .wp-block-button__link {
    font-size: 12px !important;
  }
	
/*Navbar*/ 
	
	  .main-navigation ul {
    flex-direction: column;
    align-items: center;
  }

  .main-navigation ul li {
    margin: 10px 0;
  }

  #footer-1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  #footer-2 {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }
  #footer-3 {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mailpoet_form h2.mailpoet-heading {
    font-size: 14px !important;
  }

  body .mailpoet_form .mailpoet_submit {
    font-size: 14px !important;
  }

  .mailpoet_form .mailpoet_submit {
    padding: 4px 8px !important;
    width: 210px !important;
    height: 35px !important;
  }

  /* inputs adresse-mail*/

  .mailpoet_text,
  .mailpoet_textarea,
  .mailpoet_select,
  .mailpoet_date_month,
  .mailpoet_date_day,
  .mailpoet_date_year,
  .mailpoet_date {
    width: 210px !important;
    height: 35px !important;
    margin-bottom: 25px !important;
    margin-top: 25px !important;
  }

  body .mailpoet_form input.mailpoet_text,
  body .mailpoet_form textarea.mailpoet_textarea,
  body .mailpoet_form select.mailpoet_select,
  body .mailpoet_form select.mailpoet_date_month,
  body .mailpoet_form select.mailpoet_date_day,
  body .mailpoet_form select.mailpoet_date_year,
  body .mailpoet_form input.mailpoet_date {
    font-size: 14px !important;
    text-align: center;
  }

  /*PAGE ACCUEIL */

  /*nos activites accueil*/

  .colonne {
    width: 100%;
    margin-bottom: 20px;
  }


/* ---- FOOTER / ADRESSE ---- */


.footer-address svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: #666;
  margin-right: 8px;
}

.footer-address address {
  display: inline;
  font-style: normal;
}

/* ---- LIENS GÉNÉRAUX ---- */
a {
  color: #0073aa;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/* ---- BOUTONS (si besoin) ---- */

button, .btn {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  margin: 10px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button:hover, .btn:hover {
  background-color: #005f8d;
}
footer .logo-footer img {
  width: 80px;
  margin-left: 0;
  display: block;
  float: left;
}
/* Forcer le pied de page widget (Pied 1) à être en pleine largeur */
#footer-widget-area .widget {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.site-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 40px 5vw;
    box-sizing: border-box;
}
/* Étendre toute la largeur du footer */
.site-footer .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0 !important;
}

/* Supprimer les marges inutiles dans les colonnes du footer */
.footer-widget-area {
    max-width: 100% !important;
    width: 100% !important;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 40px 5vw;
    box-sizing: border-box;
}
.custom-footer {
  background-color: #f9f9f9;
  padding: 50px 5vw;
  width: 100%;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
  flex-wrap: wrap;
}

.footer-column {
  flex: 1 1 30%;
  min-width: 250px;
}

.footer-column h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #00b5bd;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column ul li a {
  text-decoration: none;
  color: #333;
}

.footer-column ul li a:hover {
  color: #00b5bd;
}

.footer-column form {
  display: flex;
  flex-direction: column;
}

.footer-column input[type="email"] {
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.footer-column button {
  padding: 10px;
  background-color: #00b5bd;
  border: none;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.footer-column button:hover {
  background-color: #008e95;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-column {
    max-width: 90%;
    text-align: center;
  }

  .footer-column form {
    align-items: center;
  .footer-column input[type="email"] {
    width: 100%;
  }

}background: linear-gradient(90deg, #00b5bd, #003b60);
color: white;

/* ---------- Section newsletter ---------- */
.newsletter-section {
  background: linear-gradient(135deg, #00b5bd, #003b60);
  color: white;
  padding: 60px 30px;
  border-radius: 30px;
  text-align: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
  animation: fadeInUp 1.2s ease-in-out;
  margin: 50px auto;
  max-width: 800px;
}

.newsletter-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}

.newsletter-section p {
  font-size: 18px;
  margin-bottom: 30px;
  font-family: 'Roboto', sans-serif;
}

.mailpoet_form {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mailpoet_form input[type="email"] {
  padding: 15px 20px;
  border-radius: 30px;
  border: none;
  width: 100%;
  max-width: 400px;
  margin-bottom: 15px;
  font-size: 16px;
}

.mailpoet_form input[type="submit"] {
  background-color: #ffffff;
  color: #003b60;
  padding: 14px 30px;
  border: none;
  border-radius: 30px;
  font-size: 16px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.mailpoet_form input[type="submit"]:hover {
  background-color: #00b5bd;
  color: white;
  transform: scale(1.05);
}

/* Animation effet d'apparition */
@keyframes fadeInUp {
  from {
    transform: translateY(40px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }

