/* Template by freewebsitetemplates.com */
/* contact section */
#contact2 {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}
#contact2 h2 {
  border-right: 2px solid #3493DC;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  margin-bottom: 60px;
}
#contact2 .form-control {
  border: 2px solid #444;
  border-radius: 0px;
  box-shadow: none;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 20px;
}
#contact2 .form-control:focus {
  opacity: 0.8;
  position: relative;
  bottom: 10px;
}
#contact2 input {
  height: 50px;
}
#contact2 input[type="submit"] {
  background: #3493DC; /* couleur d'origine #444*/
  color: #ffffff;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#contact2 input[type="submit"]:hover {
  background: #f2af00; /* Couleure originale #f2af00 */
  border-color: transparent;
}
#contact2 input[type="reset"] {
  background: #444;
  color: #ffffff;
  transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
#contact2 input[type="reset"]:hover {
  background: #444; /* Couleure originale #f2af00 */
  border-color: transparent;
}
#contact2 p {
  padding-top: 10px;
}
.form-control::-moz-placeholder {
  color: #202020;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #202020;
}
.form-control::-webkit-input-placeholder {
  color: #202020;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    margin:0;
    padding: 0; 
}
#header {
    margin:0 auto;
    padding: 0; 
    overflow: hidden;
    width: 960px;/*960*/
}
#header #logo {
    float: left;
    height: 144px;
    width: 355px;
}   
#header #logo img {
    border: 0;
}
#header ul {
    float: right;
    margin: 0;
    padding: 70px 0 0 0;
    overflow: hidden;   
    width: 605px; /*605px*/
}
#header ul li {
    list-style-type: none;
    float: left;    
    margin: 0;
    padding: 0;
    width: 121px;
}
#header ul li a,
#header ul li a span,
#header ul li a:hover,
#header ul li a:hover span,
#header ul li.selected a,
#header ul li.selected a span {
    background: url(images/menu3.gif);   /*image d'origine menu.gif*/
}
#header ul li a { 
    background-position: 10px 0; 
    color: #ffffff; /*Couleur d'origine #2a4f5e*/
    display: block;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    margin: 0;
    padding: 0 0 0 10px;
    text-align: center; 
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #fff;
} 
#header ul li a span{ 
    background-position: -70px 0; 
    display: block; 
    margin: 0;
    padding: 0 10px 0 0;
} 
#header ul li a:hover { 
    background-position: -186px -37px; 
    color: #ffffff;  /*couleur d'origine #346b84*/
    text-shadow: none;
} 
#header ul li a:hover span { 
    background-position: -70px -37px; 
} 
#header ul li.selected a{ 
    background-position: 10px 36px; 
    color: #fff;
    text-shadow: none;
} 
#header ul li.selected a span{ 
    background-position: -70px -74px; 
} 

#body {
    background: url(images/bg-content.gif) repeat-x top left;
    margin: 0;
    padding: 0; 
    min-width: 960px; /*960px*/
}
#body .header {
    margin: 0 0 30px 0;
}
#body .header div {
    background: url(images/medias-images-en-tetestextes.png) no-repeat center center;
    background-size: contain; /* garde toute l’image visible */
    background-position: top center;
    width: 100%;
    aspect-ratio: 1260 / 550; /* hauteur auto selon la largeur */
}
#body .header div div {
    background: none;   
    margin: 0;
    padding: 0 0 0 13px;
    height: 200px;
    width: 900px; /* ou 100%, selon ton rendu */
}
#body .header div h3 {
    color: #2a4f5e; 
    font-size: 20px;
    line-height: 30px;
    margin: 18px 0 0 0;
    padding: 0;
    text-shadow: 1px 1px 1px #fff;
}
#body .header div h3 span {
    display: block; 
    font-size: 25px;
}
#body .header div h3 a {
    color: #2a4f5e;
    text-decoration: none;  
}
#body .header div h3 a:hover {
    color: #507685; 
}
#body .header div p {
    color: #507685;
    font-size: 14px;
    line-height: 24px;
    margin: 12px 0 6px 0;
    padding: 0; 
    text-shadow: 1px 1px 1px #fff;
}
#body .header div p a {
    color: #507685; 
}
#body .header div p a:hover {
    color: #2a4f5e; 
}
#body .header ul {
    overflow: hidden;
    margin: 0;
    padding: 49px 0 0;
}
#body .header ul li {
    float: left;    
    list-style: none;
    padding: 0 5px;
}
#body .body {
    border: 1px solid #e0e0e0;
    margin: 0 auto 34px auto;
    overflow: hidden;
    padding: 0 2px;
    width: 954px;
}   
#body .body div {
    float: left;    
}
#body .body .section {
    background: url(images/bg-section.gif) repeat-x top left;
    height: 193px;
    margin: 0;
    padding: 35px 0 0 40px;
    width: 186px;
}
#body .body .section img {
    display: block;
}
#body .body .section a {
    color: #2a4f5e;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 145px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 145px;
}

#body .body a {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

.icons a {
    display: inline-block;
    margin: 0 20px;
    text-align: center;
}

#body .body .section a:hover {
    color: #507685; 
}
#body .body .section img {
    border: 0;  
}
#body .body .article {
    background: url(images/bg-article.gif) no-repeat top center;
    overflow: hidden;
    padding: 19px 16px;
    width: 470px;
}
#body .body .article img {
    border: 0;
    float: left;
    padding: 0 10px 0 0;
}   
#body .body .article h4 {
    color: #2a4f5e;
    font-size: 15px;
    font-weight: bold;
    margin: 12px 0;
    padding: 0; 
}
#body .body .article h4 a {
    color: #2a4f5e;
    text-decoration: none;  
}
#body .body .article h4 a:hover {
    color: #507685; 
}
#body .body .article p {
    color: #2a4f5e;
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0; 
}
#body .body .article p a {
    color: #2a4f5e; 
}
#body .body .article p a:hover {
    color: #346b84; 
}
#body .footer {
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 15px 0;
    width: 960px;   
}
#body .footer div {
    float: left;    
    margin: 0;
    padding: 0;
}
#body .footer div ul {
    margin: 0;
    padding: 0; 
}
#body .footer div ul li {
    list-style: none;
    margin: 0 0 15px;
    padding: 0 0 15px;  
}
#body .footer h3 {
    color: #2a4f5e;
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 12px 0;
    padding: 0; 
    text-align: justify;
    text-transform: uppercase;
}
#body .footer h3 a {
    color: #2a4f5e; 
    text-decoration: none;
}
#body .footer h3 a:hover {
    color: #507685; 
}
#body .footer .section {
    padding: 0 10px;
    width: 220px;   
}
#body .blog ul li {
    background: url(images/border-dashed.gif) repeat-x bottom left;
}
#body .footer ul li:last-child {
    background: none;   
}
#body .footer li p {
    color: #5d5d5d;
    font-size: 14px;    
    line-height: 20px;
    margin: 0;
    padding: 0;
    text-align: justify;
}
#body .footer li p a {
    color: #5d5d5d; 
    text-decoration: underline;
}
#body .footer li p a:hover {
    color: #aeaeae; 
}
#body .footer li span {
    color: #aeaeae;
    display: block;
    font-size: 10px;    
    line-height: 16px;
    margin: 5px 0 0;
    padding:0;
}
#body .footer ul.news li p {
    background: url(images/bullets.gif) no-repeat 0 8px;
    padding: 0 0 0 15px;
}
#body .footer .featured {
    padding: 0 18px 0 24px;
    width: 438px;   
}
#body .footer .featured ul li {
    overflow: hidden;   
}
#body .footer .featured img {
    border: 1px solid #dbddde;
    float: left;
    margin: 0 20px 0 0; 
    padding: 1px;
}
#body .footer .featured p {
    margin: 0;
    padding: 0; 
}
#body .contact2,
#body .about,
#body .services,
#body .blog {
    margin: 0 auto;
    padding: 25px 10px 50px 10px;   
    width: 940px;
}
#body h1 {
    color: #2a4f5e;
    font-size: 27px;
    font-weight: bold;
    height: 74px;
    line-height: 74px;
    margin: 0;
    padding: 0; 
    text-indent: 10px;
    text-transform: uppercase;  
}
#body .contact2 p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: bold;
    line-height: 26px;
    margin: 0;
    padding: 40px 0;    
    text-align: justify;
    width: 830px;
}
#body .contact2 p a {
    color: #7b7b7b; 
}
#body .contact2 p a:hover {
    color: #2a4f5e; 
}
#body .contact2 div {
    margin: 0;
    padding: 0 0 30px 0;    
}
#body .contact2 div h3 {
    color: #5d5d5d;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 5px 0; 
}
#body .contact2 div ul {
    margin: 0;
    padding: 0 0 20px 0;        
}
#body .contact2 div ul li {
    color: #5d5d5d;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 5px 0; 
}
#body .about div {
    padding: 50px 0 0 0;    
}
#body .about h2 {
    color: #2a4f5e;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0; 
    text-transform: uppercase;
}
#body .about p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0 0;
    padding: 0; 
    text-align: justify;
    width: 830px;
}
#body .about p a {
    color: #5d5d5d;
}
#body .about p a:hover {
    color: #2a4f5e; 
}
#body .services div {
    overflow: hidden;   
    margin: 0;
    padding: 40px 0 0;
}
#body .services h2 {
    color: #2a4f5e;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
#body .services h2 a {
    color: #2a4f5e; 
}
#body .services h2 a:hover {
    color: #507685; 
}
#body .services h3 {
    color: #2a4f5e;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    margin: 15px 0 0;
    padding: 0 30px 0 0;
    text-transform: uppercase;  
}
#body .services h3 a {
    color: #2a4f5e; 
}
#body .services h3 a:hover {
    color: #507685; 
}
#body .services h4 {
    color: #2a4f5e;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin: 0;
    padding: 0;
    text-transform: uppercase;  
}
#body .services p {
    color: #5d5d5d;
    font-size: 14px;    
    line-height: 24px;
}
#body .services p a {
    color: #5d5d5d; 
}
#body .services p a:hover {
    color: #2a4f5e; 
}
#body .services div ul {
    float: left;
    margin: 0;
    padding: 20px 0 0;
    width: 712px;   /*312px*/
}
#body .services div ul li {
    background: url(images/bullets.gif) no-repeat center left;
    color: #5d5d5d;
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 5px 0 5px 12px;    
    text-align: left;
}
#body .services div div {
    overflow: hidden;   
    margin: 0;
    padding: 0 0 5px 0;
}
#body .services div div img {
    float: left;    
    padding: 0 10px 0 0;
}
#body .services div div p {
    padding: 0 30px 0 0;
    text-align: justify;    
}
#body .products {
    margin: 0 auto;
    padding: 25px 0 70px 0;
    width: 960px;
}   
#body .products h2 {
    color: #2a4f5e; 
    font-size: 26px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    padding: 90px 0 30px 0; 
}
#body .products p {
    color: #5d5d5d;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px;    
    text-align: justify;
}
#body .products p a {
    color: #5d5d5d; 
}
#body .products p a:hover {
    color: #2a4f5e; 
}
#body .products div {
    overflow: hidden;   
    margin: 0 0 45px 0;
    padding: 0;
}
#body .products div div {
    float: left;
    margin: 0;
    padding: 0 10px;
    text-align: center;
    width: 300px;   
}
#body .products div div h3 {
    color: #2a4f5e;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0 0 10px 0;
    text-align: justify;    
    text-transform: uppercase;
}
#body .products div p {
    font-size: 16px;    
}
#body .products div div p {
    font-size: 14px;
    margin: 0;
    padding: 0;
    text-align: justify;    
}
#body .blog {
    overflow: hidden;   
}
#body .blog div {
    float: left;
    padding: 60px 0 0 0;
    width: 630px;   
}
#body .blog ul {
    float: left;
    margin: 0;
    padding: 38px 0 0 30px;
    width: 280px;   
}
#body .blog ul li {
    background: url(images/border-dashed.gif) repeat-x bottom left;
}
	
	/* Fond bleu nuit derrière les images */
.icon img {
    background-color: #001F3F; /* bleu nuit */
    padding: 15px;
    border-radius: 10px;
    display: block;
    margin: 0 auto;
}

/* Centrage du groupe d'icônes */
.icons {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
    float: none !important;
}

.icon {
    text-align: center;
    float: none !important;
}

.icon-label {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #2a4f5e;
}

/* Footer pleine largeur et centré */


#footer > div {
    width: 960px;
    margin: 0 auto;
}
/*#footer {
    width: 100%;
    background: #f5f5f5;
    padding: 20px 0;
}*/

.bloc-avec-image {
    background-image: url('images/fd_basdepage.jpg');
    background-size: cover;
    background-position: center;
    width: 990px;
    height: 50px; /* hauteur du bloc */
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn {
    padding: 12px 25px;
    background-color:  none;
    color: white;
    text-decoration: none;
    font-size: 18px;
    border-radius: 6px;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background-color: none;
}

.stats-section {
    text-align: center;
    margin: 40px 0;
}

.stats-section h2 {
    color: #0000FF; /* bleu vif #0044ff #0000FF */
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 30px;
}

.stats-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
}

.stat {
    text-align: center;
}

.number {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
}

.label {
    font-size: 16px;
    color: #000;
}
/* Texte par-dessus l'image d'en-tête */
.hero-text {
	position: absolute;
	top: 200px; /* ajuste selon ton rendu */
	left: 50px; /* ajuste selon ton rendu */
	color: white;
	text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
	/*max-width: 500px;
	width: 980px;*/
	width: 900px;
}

.hero-text h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
    margin: 0 0 15px 0;
}

.hero-text p {
    font-size: 18px;
    line-height: 26px;
    margin: 0;
    font-weight: bold;
}

/* Texte par-dessus l'image d'en-tête */
.hero-overlay {
    position: absolute;
    top: 44%;                  /* milieu vertical */
    left: 45%;                 /* milieu horizontal */
    transform: translate(-50%, -50%); /* centre exact */
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
    width: 80%;                /* largeur du bloc texte */
}

.hero-overlay h2 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.hero-overlay ul {
    margin: 0;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
}

/*Début CSS oiur les cookies*/
/* section cookies */
/* Google Fonts - Poppins */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  opacity: 100%;
}

.wrappercookies {
  position: fixed;
  bottom: 50px;
  right: -370px;
  max-width: 345px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 15px 25px 22px;
  transition: right 0.3s ease;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  opacity: 100%;
  z-index: 10; /*Mise en arrière plan de la section cookies*/
}
.wrappercookies.show {
  right: 20px;
}
.wrappercookies header {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
header i {
  color: #4070f4;
  font-size: 32px;
}
header h2 {
  color: #4070f4;
  font-weight: 500;
}
.wrappercookies .data {
  margin-top: 16px;
}
.wrappercookies .data p {
  color: #333;
  font-size: 16px;
}
.data p a {
  color: #4070f4;
  text-decoration: none;
}
.data p a:hover {
  text-decoration: underline;
}
.wrappercookies .buttonscookies {
  margin-top: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buttonscookies .button {
  border: none;
  color: #fff;
  padding: 8px 0;
  border-radius: 4px;
  background: #4070f4;
  cursor: pointer;
  width: calc(100% / 2 - 10px);
  transition: all 0.2s ease;
}
.buttonscookies #acceptBtn:hover {
  background-color: #034bf1;
}
#declineBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#declineBtn:hover {
  background-color: #4070f4;
  color: #fff;
}
/*#acceptBtn {
  border: 2px solid #4070f4;
  background-color: #fff;
  color: #4070f4;
}
#acceptBtn:hover {
  background-color: #4070f4;
  color: #fff;
}*/
/* fin section cookies */
/**/

.btn {
    display: inline-block;
    background-color: #001f3f; /* bleu nuit */
    color: white;              /* texte blanc */
    padding: 12px 25px;
    text-decoration: none;
    font-weight: bold;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s ease;
}

.btn:hover {
    background-color: #003366; /* bleu nuit plus clair au survol */
}

#body .header div h3,
#body .header div p {
    width: 900px; /* ou 1000px selon ton rendu */
}

.hero-block {
    width: 100%;              /* le bloc prend toute la largeur */
    display: flex;            /* permet de centrer l’image */
    justify-content: center;  /* centre l’image dans le bloc */
    margin-bottom: 30px;
    position: relative;       /* nécessaire pour le texte overlay */
}

.hero-image {
    width: 100%;               /* l’image prend toute la largeur du bloc */
    height: auto;              /* conserve les proportions */
    display: block;
}

/*Affichage mobile*/
@media (max-width: 768px) {
  .hero-overlay h2 {
      font-size: 22px;
  }
  .hero-overlay ul {
      font-size: 19px;
  }
}
.stats-title {
    text-align: center;
    width: 100%;
    margin: 0 auto 30px auto;
}
.hero-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 990px; /* même largeur que l’image */
    transform: translate(-50%, -50%);
    text-align: left; /* ou center selon ton design */
    color: white;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}