/* Feuille de styles principale du site web */

/* Couleurs du logo pour charte */

/* Le rouge : #cc0000 */
/* L'orange : #f49d03 */
/* Le gris : #666666 */
body {
    padding: 0;
    margin: 0;
}
.container-fluid {
    padding: 0;
    margin: 0;
}


.content-lines {
    width:90%;
    /* border:1px solid red; */
    margin: 0 auto;
    /* vertical-align: middle; */
    display: flex;
    flex-wrap: wrap;
    /* align-content: center; */
    align-items: center;
    justify-content: space-between;
}


.logo-open-soft {
    width:80%;
}


/* On surcharge */

.dropdown-menu {
    left:280px;
    top:40px;
}

.section-footer {
    background-color: #666666;
    height: 300px;
    margin: 0 auto;
}
/* .col-md-3, .col-md-7 {
border:1px solid red;
} */
.breadcrumb {
    background-color: white;
}
/* On surcharge le caractère / du fil d'ariane */
.breadcrumb-item+.breadcrumb-item::before {
    content: "»";
    /* color: red; */
}


/* On surcharge le Carousel */
.carousel-caption {
  /* position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; */
  /* border:1px solid red; */
  /* bottom: 80px; */
  top:150px;
  text-align: left;
  height: 200px;
  padding: 20px;
}

.transparent{
 background-color: #000;
 opacity: 0.5;
}

.carousel-caption h1 {
color: #FFFFFF;
/* background: #ece9e9; */
text-shadow: 3px 5px 2px #474747;
color: #FFFFFF;
/* background: #ece9e9; */
}
.carousel-caption h2 {
    font-style: italic;
    text-shadow: 1px 2px 1px #474747;
}
/* Liens personnalisés footer */

.lien-footer {
  color: #fff;
  display: block;
  padding: .5em 1em;
}

.lien-footer:hover {
  color: #f00;
  text-decoration: underline;
}

.lien-footer2 {
  color: #fff;
}

.lien-footer2:hover {
  color: #f00;
  text-decoration: underline;
}

.sup {
    /* border: 1px solid blue; */
    padding: 20px;
}
.supl {
    /* border: 1px solid blue; */
    color: crimson;
}

.color-th3 {
    /* border: 1px solid blue; */
    color: #f49d03;
}

#logoOSS {
    width: 300px;
    height: 50px;
    background-image: url('../img/logo-open.png');
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat; 
    margin-bottom: 5px;
}

.zoneTxt {
    /* border: 1px solid blue; */
    padding: 3px;
    font-size: 90%;
    font-style: italic;
    width: 300px;
}

.footer-h5 {
    margin-bottom: 20px;
    border-bottom: 1px solid grey;
    padding-left: 3px;
    padding-bottom: 4px;
}   

.rss-footer {
    font-size: 150%;
    color:white;
    list-style: none;
    margin-left: 20px;
    padding-left: 0;
}

.rss-lien-footer {
  color: #fff;
  display: block;
  /* padding: .5em 1em; */
}

.rss-lien-footer:hover {
  color: #f00;
  text-decoration: underline;
}

.std-lien-footer {
  color: #fff;
  /* display: block; */
  /* padding: .5em 1em; */
}

.std-lien-footer:hover {
  color: #f00;
  text-decoration: underline;
}

.txt-footer {
    font-size: 80%;
    padding-left: 20px;
}

.zone-tel-mail {
    font-size: 100%;
    font-weight: bold;
    padding-left: 20px;
}

.ul-spl-footer {
    font-size: 100%;
    color:white;
    list-style: square;
    margin-left: 30px;
    padding-left: 0;
}

.title-feed-X {
    color:white;
    background-color:black;
    width:100%;
    font-weight:bold;
    text-align:center;
}

.liste-produits {
    /* border:1px solid red; */
    width:100%;
    margin: 20px auto;
    min-height: 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content:flex-start;
    gap:20px;
}

.produits-card {
    width: 260px;
    height: 280px;
    /* border:1px solid blue; */
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    background-color: #ccc;

    background-image: url('../img/fond-std.jpg');

    /* background-size: 100%; */
    /* background-position: center; */
    background-repeat: no-repeat; 
    background-size: cover;
}
.produits-title {
    color:white;
    font-size: 130%;
    height: 32px;
    background-color: crimson;
    line-height: 32px;
}
.btn-round {
    -webkit-border-radius: 20px;
}

.btn-theme {
    background-color: #f49d03;
    color:#000;
    cursor: pointer;
}

.cartouche {
    width:100%;
    /* border:1px solid blue; */
    height:150px;
    margin:auto;
    color:white;
     text-shadow: 2px 2px 2px #000;
}

.btn-lien-esp {
    display: block;
    width: 100%;
    margin:auto;
    /* border:1px solid blue; */
}

.section-actualite {
    margin-bottom: 20px;
}
.card-actualite {
    border:2px solid #eee;
    width: 540px;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 12px #d4d4d4;
     transition: border 0.3s ease-in-out;
     background-color: #fcf3e4;
}
.card-actualite:hover {
 box-shadow: 1px 1px 12px crimson;
}
.actualites {
    /* border:1px solid red; */
    display:flex;
    flex-wrap: wrap;
    gap:20px;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 20px;
}
.section-actualite2 {
    margin-bottom: 20px;
    background-color: #fcf3e4;
}
.section-newsletter {
    margin-bottom: 20px;
    background-color: rgb(252, 232, 235);
    
}
.card-actualite2 {
    border:2px solid #eee;
    width: 32%;
    text-align: center;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 1px 1px 12px #d4d4d4;
     transition: border 0.3s ease-in-out;
     display: flex;
     background-color: #fff;
}
.card-actualite2:hover {
 box-shadow: 1px 1px 12px crimson;
}
.actualites2 {
    /* border:1px solid red; */
    display:flex;
    flex-wrap: wrap;
    /* gap:20px; */
    justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    
}

.img-flyer {
    width: 50%;
}
.card-detail {
    width: 50%;
    padding: 0 15px;
    text-align: left;
}

.image-actu {
    width: 100%;
}
.actu-date {
    width: 200px;
    /* padding: 10px; */
    position:relative;
    float: right;
    top: 50px;
    right:-18px;
    font-weight: bold;
    background-color: crimson;
    color:white;
    height:32px;
    line-height: 32px;
}
.actu-date2 {
    width: 100%;
    /* padding: 10px; */
    font-weight: bold;
    background-color: crimson;
    color:white;
    height:32px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 10px;
}

.actu-title {

}
.actu-title2 {
    font-size: 150%;
}
.separateur_simple {
  background-image: linear-gradient(to right, #bbb, #eee);
  height: 2px;
  margin: 20px 0;
}

.separateur_centre {
  background-image: linear-gradient(to right, #fff, #ccc 50%, #fff);
  height: 2px;
   margin: 20px 0;
}


#feed-twetter {
    width: 100%;
    min-height: 600px;
    border-radius: 5px;
    border:1px solid #ccc;
    padding: 3px;
}

.newsletter {
    padding: 20px;
    text-align: center;
}

.form-inline-newsletter {
    /* border:1px solid red; */
    width:500px;
    padding:0;
    margin: 15px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    gap:10px;
}

#email-nwl {
    width : 350px;
}

/* #msg-defilant {
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;

  padding: 10px;
  position: relative;
} */
/* #msg-defilant .contenu-defilant {
  position: absolute;
  animation: defilement 10s linear infinite;
} */
/* @keyframes defilement {
  0% {
    transform: translateX(80%);
  }
  80% {
    transform: translateX(-80%);
  }
} */
/* .contenu-defilant {
   border: 1px solid red;
margin:auto;
} */

#msg-defilant {
  width: 100%;                      /* largeur de la fenêtre */
  /* margin: 1em auto 2em; */
  /* border: 10px solid #F0F0FF; */
  overflow: hidden;                     /* masque tout ce qui dépasse */
  /* box-shadow: 0 .25em .5em #CCC,inset 0 0 1em .25em #CCC; */
}

/* le bloc défilant */
#msg-defilant > :nth-child(2) {
  display: block;                /* modèle de boîte en ligne */
  padding-right: 2em;                   /* un peu d'espace pour la transition */
  padding-left: 100%;                   /* placement à droite du conteneur */
  white-space: nowrap;                  /* pas de passage à la ligne */
  /* animation: defilement-rtl 15s infinite linear; */
  animation-name: defilement-rtl;       /* référence à la règle @keyframes mise en oeuvre */
  animation-duration: 15s;              /* valeur à ajuster suivant la longueur du message */
  animation-iteration-count: infinite;  /* boucle continue */
  animation-timing-function: linear;    /* pas vraiment utile ici */
}
@keyframes defilement-rtl {
  0% {
    transform: translate3d(0,0,0);      /* position initiale à droite */
    /* left: calc(100% - 50px); */
  
  }
  100% {
    transform: translate3d(-100%,0,0);  /* position finale à gauche */
    /* left: -100%; */
  }
}

#close-msg {
    position: relative;
    top:-12px;
    left:12px;
    color:crimson;
}
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    background-color: #666666;
    color: #fff;
    /* padding: 10px 20px; */
    border-radius: 50%;
    cursor: pointer;
    height: 50px;
    width: 50px;
    border: 3px solid white;
    z-index: 1000;
}
a.non-visible-link {
    width: 5px;
    height: 5px;
    background-color: white;
    position: absolute;
    top:0;
    left:0;
    z-index: 1000;
    cursor: pointer;
    opacity: 0; /* 0 = totalement transparent, 1 = opaque */
}
.fond-header-page {
    width: 100%;
    height:140px;
    /* background-color: #000; */
    line-height: 140px;
    /* border:1px solid red; */
    margin: 10px auto;
    border-radius: 15px;
    /* background-image: url('../site-admin/img/bgimage.jpg'); */
    background-position: center;
    background-size: cover;
    box-shadow: 1px 1px 12px #d4d4d4;
    opacity: 0;
    animation: fadein 2s forwards;

}
.fond-header-page.active {
    opacity: 1;
}
.titre_page {
    font-size: 250%;
    color: #fff;
    font-weight: bold;
    margin-left: 50px;
    /* border: 1px solid blue;
    background-color: #000;
    height: 50px; */
}
.fond-header-page H1{
    color: white;
    text-shadow: 3px 5px 2px #000;
    line-height: 140px;
    margin-left: 125px;
    /* opacity: 0; */
    width: 50%;
    /* background-color: #474747; */
}

.carousel-inner {
    border-radius:15px;
    box-shadow: 1px 1px 12px #d4d4d4;
    margin:10px auto;
    opacity: 0;
    animation: fadein 2s forwards;
}

.carousel-inner.active {
    opacity: 1;
}

#contentSection {
 width: 100%;
 margin: auto;
}

.fa-info-circle  { color:#5bc0de!important;}

#cookie-banner {
    position:fixed; 
    bottom:0; 
    width:100%; 
    background:#222; 
    color:#f49d03; 
    padding:20px; 
    text-align:center; 
    font-style: italic;
    font-size: small;
    z-index:900;
    opacity: 0;
    animation: fadein 2s forwards;
}
/* .carousel-inner.active {
    opacity: 1;
} */
#cookie-banner.show {
    transform: translateY(0);
}
#cookie-banner.hide {
  transform: translateY(100%);
  transition: transform 0.5s ease-in-out;
}

.my_cook {
    color:#f49d03;
    cursor: pointer;
    /* margin-right: 15px; */
}