/*=========================================== 
 * Importing CSS Libraries
 *===========================================*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

html {
  background: #E1DEDE;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }

body {
  margin: 0; }

a {
  background: transparent; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

h1 {
  font-size: 1.5em;
 /* margin: 0.67em 0;*/ }

h2 {
  font-size: 1.17em;
  font-weight: bold;
  margin: 0.83em 0; }

h3 {
  font-size: 1.17em;
  margin: 1em 0; }

h4 {
  font-size: 1em;
  margin: 1.33em 0; }

h5 {
  font-size: 0.83em;
  margin: 1.67em 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

  
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; 
  background-color:#E1DEDE;
  overflow: auto;
  /*vertical-align: top;*/ }

/*
 * Global Styles
 */
body {
  background-color: #E1DEDE;
  color: #B30808;
  font-family: "Roboto Condensed", "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0 0 10px; }

hr {
  border: none;
  border-bottom: 1px solid #B30808; }

ul, ol {
  margin: 0;
  padding-left: 0; }

a {
  text-decoration: none;
  color: #B30808; }

address {
  font-style: normal; }

p {
  margin-top: 0; }

/*
 * Reusable Components Style
 */

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  *zoom: 1; }
  .container:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }


    
.row {
  margin-left: -15px;
  margin-right: -15px;
  *zoom: 1; }
  .row:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }
.centerrow {
padding-left: 22%;
color:#F5F5F5;
font-size: inherit;
background: #E1DEDE;
 }


/*
 * Header Styles
 */
.site-header {
  *zoom: 1; }
  .site-header:after {
    content: " ";
    clear: both;
    display: block;
    overflow: hidden;
    height: 0; }


.main-navigation {
  float: right; }
  .main-navigation .menu-toggle {
    background: none;
    border: none;
    color: #B30808;
    font-size: 24px;
    font-size: 1.7142857143em;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 5px;
    outline: none; }
    @media screen and (min-width: 991px) {
      .main-navigation .menu-toggle {
        display: none !important; } }
    @media screen and (max-width: 990px) {
      .main-navigation .menu-toggle {
        display: block; } }
  .main-navigation .menu {
    display: inline-block; }
    @media screen and (min-width: 991px) {
      .main-navigation .menu {
        display: block !important; } }
    @media screen and (max-width: 990px) {
      .main-navigation .menu {
        display: none; } }
  .main-navigation .menu-item {
    display: inline-block; }
    .main-navigation .menu-item a {
      padding: 40px 15px;
      position: relative;
      display: block;
      color: #B30808;
      text-transform: uppercase; }
      .main-navigation .menu-item a:after {
        content: "/";
        color: #B30808;
        position: absolute;
        right: 0; }
    .main-navigation .menu-item:last-child a:after {
      display: none; }
    .main-navigation .menu-item.current-menu-item a, .main-navigation .menu-item:hover a {
      color: #B30808;
      border-bottom: 1px solid #B30808; }
      
      
      .main-navigationbis {
  float: left; }
  .main-navigationbis .menu-togglebis {
    background: none;
    border: none;
    color: #B30808;
    font-size: 24px;
    font-size: 1.7142857143em;
    display: inline-block;
    vertical-align: middle;
    padding: 30px 15px;
    outline: none; }
    @media screen and (min-width: 991px) {
      .main-navigationbis .menu-togglebis {
        display: none !important; } }
    @media screen and (max-width: 990px) {
      .main-navigationbis .menu-togglebis {
        display: block; } }
  .main-navigationbis .menubis {
    display: inline-block; }
    @media screen and (min-width: 991px) {
      .main-navigationbis .menubis {
        display: block !important; } }
    @media screen and (max-width: 990px) {
      .main-navigationbis .menubis {
        display: none; } }
  .main-navigationbis .menu-itembis {
    display: inline-block; }
    .main-navigationbis .menu-itembis a {
      padding: 40px 15px;
      position: relative;
      display: block;
      color: #B30808;
      text-transform: uppercase; }
      .main-navigationbis .menu-itembis a:after {
        content: "/";
        color: #B30808;
        position: absolute;
       /* right: 0;*/ }
    .main-navigationbis .menu-itembis:last-childbis a:after {
      display: none; }
    .main-navigationbis .menu-itembis.current-menu-itembis a, .main-navigationbis .menu-itembis:hover a {
      color: #B30808;
      border-bottom: 1px solid #B30808; }
      
      
      

.mobile-navigation {
  clear: both;
  padding: 30px 0;
  display: none; }
  @media screen and (min-width: 991px) {
    .mobile-navigation {
      display: none !important; } }
  .mobile-navigation .menu {
    list-style: none;
    padding: 20px;
    border-top: 1px solid #B30808;
    border-bottom: 1px solid #B30808;
    text-transform: uppercase; }
    .mobile-navigation .menu a {
      padding: 10px 0;
      display: block;
      color: #B30808; }
    .mobile-navigation .menu .current-menu-item a {
      color: #B30808; }


.separator {
  border: none;
  border-top: 1px solid #B30808;
  margin: 20px 0;
  clear: both; }

 .separatorbis {
  border: none;
  border-top: 1px solid #B30808;
  margin: 100px 0;
  clear: both; }
.entourage {
border-bottom: 1px solid #E1DEDE;
      border-left: 1px solid #E1DEDE;
       border-top: 2px solid #E1DEDE;
      border-right: 2px solid #E1DEDE;
 }


.page {
  padding: 50px 0; }
  .page .align-left {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px; }
  .page .align-right {
    float: right;
    margin-left: 30px;
    margin-bottom: 30px; }
  .page .entry-title {
    font-size: 36px;
    font-size: 2.5714285714em;
    list-style: 3px;
    font-weight: 300;
    text-transform: uppercase; }
  .page p {
    font-size: 16px;
    font-size: 1.1428571429em;
    line-height: 2; }



/*
 * Footer Styles
 */
.site-footer {
  margin-top: 30px; }
  .site-footer .container {
    border-top: 1px solid #B30808;
    padding: 50px 15px 30px;
    position: relative;
    *zoom: 1; }
    .site-footer .container:after {
      content: " ";
      clear: both;
      display: block;
      overflow: hidden;
      height: 0; }
  .site-footer address, .site-footer .phone {
    display: inline-block;
    margin-right: 20px; }
  .site-footer .phone {
    font-size: 18px;
    font-size: 1.2857142857em; }
  .site-footer .colophon {
    padding-top: 30px;
    clear: both; }
  .site-footer .social-links a {
    width: 40px;
    height: 40px;
    border: 1px solid #B30808;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    color: #B30808;
    line-height: 2.5;
    -webkit-transition: .3s ease;
            transition: .3s ease; }
    .site-footer .social-links a:hover {
      border-color: #B30808; }
      .site-footer .social-links a:hover:before, .site-footer .social-links a:hover:after {
        border-color: #B30808; }
    .site-footer .social-links a:before, .site-footer .social-links a:after {
      content: " ";
      width: 10px;
      height: 10px;
      position: absolute;
      background: #212121;
      -webkit-transition: .3s ease;
              transition: .3s ease; }
    .site-footer .social-links a:before {
      border-bottom: 1px solid #B30808;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      top: -5px;
      left: -5px; }
    .site-footer .social-links a:after {
      border-top: 1px solid #B30808;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: -5px;
      right: -5px; }
      #playlist {list-style: none; }
      #playlist li a{text-decoration:none; }
      #playlist .current-song a { color:blue; }
     .cookies {
      background-color:#E1DEDE;
      color: #F5F5F5;
       }

.simple-audio-player {
            width: 260px;
            height: 35px;
            background: #4a90e2;
            border-radius: 17px;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            font-family: Arial, sans-serif;
            color: white;
            font-size: 14px;
            border: none;
            outline: none;
            box-shadow: 0 2px 10px rgba(0,0,0,0.2);
        }

        .simple-audio-player:hover {
            background: #357abd;
            transform: translateY(-1px);
        }

        .demo-container {
            padding: 20px;
            max-width: 600px;
            margin: 0 auto;
        }

        .demo-section {
            margin-bottom: 30px;
            padding: 20px;
            border: 1px solid #ddd;
            border-radius: 8px;
        }

        h3 {
            margin-top: 0;
            color: #333;
        }

        .code-block {
            background: #f5f5f5;
            padding: 15px;
            border-radius: 5px;
            font-family: monospace;
            margin-top: 10px;
            overflow-x: auto;
        }
.audio-custom {
  width: 250px;
  max-width: 100%; /* Pour la responsivité */
}

.image-audio-container {
  width: 260px;
  text-align: center;
}

.image-audio-container img {
  width: 260px;
  display: block;
}

.image-audio-container audio {
  width: 260px;
  margin-top: 5px;
}


      .hauteur {
      line-height: 120%; }
    .audi-liste
    {font-size: 18px;
     font-size: 1.2857142857em;
     font-weight: 300;
     font-weight: bold;
     letter-spacing: 2px;
     }
      .maigre {
    font-size: 14px;
    font-size: 1em;
    font-weight: normal;
       }
       .gras {
    font-size: 1.17em;
    font-weight: bold;
       }
   .souligne {
       text-decoration: underline; }
   .sanspuce {
   list-style-type:none; }
    .readmore {
       text-decoration: underline;
       color: black;
      font-weight: bold; }
   .alerte {
      color: black;
      font-weight: bold;}
   .pavedroit {
	float: right;
	width: 40%;
	margin: 0 0 0 2%;
	padding:  0   ;}
   .pavegauche {
	width: 45%;
	padding: 0 0 0 0;
	text-align: left;
	margin: 0 0 0 2%;
     background-color:#E1DEDE;
      color: #F5F5F5;}
.pavedroitdeux {
	float: right;
	width: 20%;
	margin: 0 0 0 2%;
	padding:  0   ;}
   .pavegauchedeux {
	width: 65%;
	padding: 20px;
	text-align: left;
       font-size: 1.05em;
       line-height: 1.8;
	margin: 2% 2% 2% 2%;
       background-color:#E1DEDE;
       color: #B30808;}

      .attention {
       background-color:#f5f5f5;
       color:#333333;
       text-align: center;
        }
	.normal {
	width: 60%;
	padding: 0 0 0 0;
	text-align: center;
	margin: 2% 2% 2% 2%;
     background-color:#E1DEDE;
      color: #B30808;}

    .clear {
  clear: both;
  margin: 0;
  padding: 0;
  }
  .show {display:block;} 
table#t01 {
    width: 100%;
    background-color: #E1DEDE;
    color: #ffffff;
    border: 1px solid #ffffff;
    /*border-collapse: collapse;*/
}
#mc_embed_signup{background:#ccc; clear:left; 
border-bottom: 1px solid #E1DEDE;
      border-left: 1px solid #E1DEDE;
       border-top: 1px solid #E1DEDE;
      border-right: 1px solid #E1DEDE;
font:14px Helvetica,Arial,sans-serif;  
width:75%;
padding-left: 25px;
  padding-right: 15px;
}
input[type="text"],
input[type="email"],
input[type="submit"] {
  color: red;!important;
}
form input {
  color: red !important;
}
.wrap-image {
  float: left;        /* ou 'left' selon où vous voulez l’image */
  margin: 0 0 1em 1em; /* ajuste les espaces : haut-droite-bas-gauche */
  max-width: 40%;      /* pour ne pas que l’image soit trop large */
  height: auto;
}
.lettrine {
    float: left;
    width: 100px;
    height: 100px;
    margin-right: 10px; /* Espace entre l'image et le texte */
    margin-bottom: 5px; /* Optionnel : espace en bas */
}
.paragraphe-avec-lettrine {
    overflow: auto; /* ou overflow: hidden */
}
.galerie {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
    }

 .gallery-item {
      display: block;
      background: white;
      border-radius: 8px;
      box-shadow: 0 2px 8px rgba(0,0,0,0.1);
      text-align: center;
      text-decoration: none;
      color: inherit;
      padding: 10px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      position: relative;
    }

    .gallery-item:hover {
      transform: scale(1.03);
      box-shadow: 0 4px 12px rgba(0,0,0,0.2);
    }

    .gallery-item img {
      width: 100%;
      height: auto;
      border-radius: 6px;
      display: block;
      margin-bottom: 10px;
    }

    .img-title {
      font-size: 1.1em;
      font-weight: bold;
      margin: 5px 0;
      color: #B30808;
    }

    .img-description {
      font-size: 0.9em;
      color: #666;
      margin-bottom: 10px;
    }

