/*
information sur les feuilles de style

palettes ( 

https://www.design-seeds.com/in-nature/nature-made/color-nature-63/

https://www.design-seeds.com/in-nature/flora/still-tones-9/


color codes

    #CFC5BB beige
    #111A20 sombre
    #314147
    #527A79
    #83A9A5
    #BDD2CE



color codes

    #446D68
    #344654
    #724A6B
    #CD88AF
    #EDC2BE
    #F3E5D0


)



    font-family: 'Suez One', serif;

    font-family: 'Montserrat', sans-serif;



*/

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    color: #314147;
    /*background-color: #E8E6EC;*/
    background-image: url(../image/farmer.png)
}

.en-tete {
    background-color: #335267;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #83A9A5;
}

.logo img {
    display: block;
    width: 100%;
    height: auto;

}

.menu {
    background-color: #527A79;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #BDD2CE;
    border-bottom-style: solid;
    border-bottom-width: 5px;
    border-bottom-color: #c0cca0;
}

.lateral {
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom:10px;
    border-left-width: 1px;
    border-left-color: #718190;
    border-left-style: solid;
}


.pied {
    background-color: #335267;
    color: #F3E5D0;
    border-top-style: solid;
    border-top-width: 5px;
    border-top-color: #c0cca0;
    padding-top: 20px;
    padding-bottom: 40px;
}

.pied h3 {
    font-family: 'Suez One', serif;
    font-size: 200%;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: normal;
    clear: both;
    color: #f3e5d0;
}

.pied p,
.pied li {

    color: #f3e5d0;
    line-height: 150%;
}

.pied a {
    color: #c0cca0;
    text-decoration: none;
}

.pied a:hover {

    text-decoration: underline;
}

#geoloc {
    display: block;
    width: 100%;
    height: auto;
}

.bg-blanc {
    background-color: rgba(255, 255, 255, 1);
}

.bg-paper {
    background-image: url(../image/ep_naturalwhite-compressor.png);
    -moz-box-shadow: 2px 0px 5px 0px #656565;
    -webkit-box-shadow: 2px 0px 5px 0px #656565;
    -o-box-shadow: 2px 0px 5px 0px #656565;
    box-shadow: 2px 0px 5px 0px #656565;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=90, Strength=5);
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.home_titre {
    font-family: 'Suez One', serif;
    font-size: 200%;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    color: #335267;
}

.home_titre span.highlight,h2.home_titre span.highlight {
    background-repeat: no-repeat;
    background-size: 95% ;
    background-position: left;
    padding: 8px 0;
    background-image: url(../image/paint-vert.svg);
    display: inline-block;


}


.lateral > div {
    clear: both;
    margin-bottom: 20px;
}

.lateral h2 {
    font-family: 'Suez One', serif;
    font-size: 200%;
    margin-bottom: 20px;
    clear: both;
    color: #335267;
}

.lateral h2 .highlight {
    background-repeat: no-repeat;
    background-size: 100% 95%;
    padding: 8px 0;
    background-image: url(../image/paint-vert.svg);


}

.lateral ul li {
    font-size: 150%;
    line-height: 150%;
    text-align: justify;
    list-style-type: none;
    list-style-position: inside;
    margin-left: 10px
}

.lateral ul li a {
    text-decoration: none;
    color: #794853;
    /*display: block;*/
}

.lateral ul.menurapideliste li a:hover {
   
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:     left;
    /*display: block;*/
    background-image: url(../image/paint-orange.svg);
}

/*diaporam page d'accuil*/
#diaporama_accueil {
    position: relative;
    width: auto;
    height: auto;

}

.diapositive {
    position: relative;
    width: auto;
    height: auto;

}

.diapositive img {
    display: block;
    width: 100%;
    height: auto;

}

.diapositive_description {
    position: absolute;
    width: 50%;
    height: auto;
    right: 0;
    bottom: 0;
    padding-right: 10px;
    padding-bottom: 10px;
    text-align: right;
    background-image: url(../image/brush10.svg);
    /*background-size: cover;*/
    background-size: 100%;
    background-position: right;
    background-repeat: no-repeat;
}

.diapositive_description h3 {
    font-family: 'Suez One', serif;
    font-size: 130%;
    margin-top: 10px;
    margin-bottom: 5px;
    clear: both;
    color: #335267;
}

.diapositive_description p {
    font-size: 110%;
    margin-top: 10px;
    clear: both;
    color: #335267;
}

/*chemin de fer*/
.chemin-de-fer ul {
    display: block;
    text-align: left;
    margin-bottom: 20px;
}

.chemin-de-fer li {
    display: inline-block;
    color: #527a79;
}

.chemin-de-fer li a {
    display: inline-block;
    color: #527a79;
    text-decoration: none
}

.chemin-de-fer li a:hover {
    color: #335267;
    text-decoration: underline
}

/*texte de page*/

.texte-de-page {
    color: #262e3f;
}

.texte-de-page a {
    color: #794853;

}

.texte-de-page a:hover {
    color: #ff5910;

}

.texte-de-page img {
    max-width: 100%;
    display: block;
    width: auto;
    height: auto;

}

.texte-de-page p,
.texte-de-page ul,
.texte-de-page ol {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 150%;
    text-align: justify;
}

.texte-de-page ul li {
    line-height: 150%;
    text-align: justify;
    list-style-type: square;
    list-style-position: inside;
    margin-left: 10px
}

.texte-de-page h1,
h1.titre_souspage
{
    font-family: 'Suez One', serif;
    text-align: left;
    font-size: 26px;
    color: #794853;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
}

.texte-de-page h1.titredepage,
h1.titre_souspage,
h2.titre_souspage {
    background-repeat: no-repeat;
    background-image: url(../image/fondtitrage.svg);
    margin-left: -20px;
    margin-right: 10px;
    padding: 10px;
    background-size: cover;

}

.texte-de-page h2 {
    font-family: 'Suez One', serif;
    text-align: left;
    font-size: 24px;
    color: #335267;
    letter-spacing: 2px;
    font-weight: normal;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.texte-de-page h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    color: #527a79;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.texte-de-page h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    color: #335267;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.texte-de-page h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: justify;
    font-size: 20px;
    line-height: 150%;
    color: #527a79;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.texte-de-page h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    text-align: justify;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 150%;
    color: #335267;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.texte-de-page .image-50-droite {
    width: calc(50% - 10px);
    height: auto;
    margin-left: 10px;
    display: block;
    float: right;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}





.texte-de-page .image-50-gauche {
    width: calc(50% - 10px);
    height: auto;
    margin-right: 10px;
    display: block;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}




.texte-de-page .image-50-centre {
    width: calc(50% - 10px);
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}



.texte-de-page .image-100-centre {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

/*   .texte-de-page .cta_bouton, .plusactu a.cta_bouton{
    display: inline-block;
	padding: 10px;
	padding: 10px;
    text-align: center;
	border-radius: 10px 0px 10px 0px;
	color: rgba(255,255,255,1);
	text-decoration: none;
	background-color: rgba(255,89,16,1);
	font-size: 120%;
	text-transform: uppercase;
	font-weight: bold;
    position: relative;
}
.texte-de-page .cta_bouton:hover , .plusactu a.cta_bouton:hover{
    
	background-color: #519e20;
    color: #f3f3f0;
	
}
.texte-de-page .cta_bouton::after,  .plusactu a.cta_bouton::after {content: ''; position: absolute; bottom: 0; left: 50%; width: 0; height: 0; border: 20px solid transparent; border-top-color: rgba(255,89,16,1); border-bottom: 0; border-left: 0; margin-left: -10px; margin-bottom: -20px; }
.texte-de-page .cta_bouton:hover::after,  .plusactu a.cta_bouton:hover::after   {
     border-top-color: #519e20; }
*/
.texte-de-page table {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: rgba(111, 85, 70, 1);
    border-bottom-color: rgba(111, 85, 70, 1);

}

.texte-de-page table td {
    padding: 8px;
}

.texte-de-page table tr:first-child {
    background-color: #c0cca0;
}

.texte-de-page table tr:first-child td {
    font-weight: bold;
    font-size: 100%;
    font-variant: small-caps;
}

.texte-de-page table tr:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.5)
}

.texte-de-page table tr:nth-child(odd) {
    background-color: #c0cca0;
}

.pdf_link:before {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'izi-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    content: "\f10c";
    color: red;
    text-decoration: none;
    margin-right: 5px;

}

.texte-bleu {
    color: #015bb0;
}

.texte-vert {
    color: #519e20;
}

.texte-orange {
    color: #ff5910;
}

.texte-gris {
    color: #707070;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre {
    text-align: center;
}

/*player video*/
.responsivecontent {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16/9 ratio */
    padding-top: 0px;
    /* IE6 workaround*/
    height: 0;
    overflow: hidden;
    background-color: rgba(200, 200, 200, 0.7);
    background-image: url(../loader.gif);
    background-repeat: no-repeat;
    background-position: center;
}




.responsivecontent iframe,
.responsivecontent object,
.responsivecontent embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.guidemarche {
    background-color: rgba(200, 200, 200, 0.7);
    background-image: url(../loader.gif);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 10px;
    padding-top: 10px;
}

#returnOnTop {
    display: block;
    height: 50px;
    width: 50px;
    position: fixed;

    background-image: url(../image/returntop.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 3000;
    bottom: 10px;

    right: 10px;
    font-size: 20px;
    text-decoration: none
}

#returnOnTop:hover {

    background-image: url(../image/returntophover.svg);



}

.poi {
    display: block;
    height: 300px;
    width: 100%;
    border-radius: 8px;
    border: 1px solid rgba(119, 20, 105, 1);
    margin-top: 8px;
    margin-bottom: 8px;
}

/*ALBUM PHOTO*/
.albumphoto {
    background-image: url(../image/paper_3.png);
    padding: 10px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px;

}

.titrealbumphoto,
infoalbumphoto {
    font-family: "Montserrat";
}

.photo_album_1 {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
    border-radius: 2px;
    clear: both;
}

.photo_album_2,
.photo_album_3 {
    display: block;
    width: calc(50% - 5px);
    height: auto;
    margin-top: 5px;
    border-radius: 2px;
    float: left;
}

.photo_album_2 {
    margin-right: 5px;
}

.photo_album_3 {
    margin-left: 5px;
}

.photo_album_cache {
    display: none;
}

/*SOUS MENU DE PAGE*/
hr.stylehr {
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 50%;
    height: 12px;
    border: 0;
    box-shadow: inset 0 4px 4px -4px rgba(0, 0, 0, 0.5);
}

.sousmemenupage {
    margin-top: 10px;
    margin-bottom: 10px;
    width: calc(33% - 10px);
    margin-right: 10px;
    position: relative;
    float: left;
}

.sousmemenupage a {
    text-decoration: none;
    color: #335267;

}

.sousmemenupage img {
    display: block;
    width: 100%;
    height: auto;

}

.sousmemenupage a:hover img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;

}

.sousmemenupage .sousmemenupagetitre {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    text-align: center;


}

.sousmemenupage .sousmemenupagetitre h3 {
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    margin-top: 25%;
    width: 70%;
    padding: 3%;
    font-size: 110%;
    font-family: "Suez One";
    font-weight: normal;
    text-transform: uppercase;
    border-radius: 3px;
}

/* LES ACTUALIT2 PAGE RECAP*/
.liste.actu {
    margin-top: 10px;
}

.liste.actu .afficheur_actualite {
    margin-bottom: 20px;
    border-bottom-style: dotted;
    border-bottom-color: dimgrey;
    border-width: 1px;
}

.liste.actu .afficheur_actualite h3.titredelactuliste {
    font-family: 'Suez One', serif;
    text-align: left;
    font-size: 24px;
    color: #335267;
    letter-spacing: 2px;
    font-weight: normal;
    clear: both;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

.liste.actu .afficheur_actualite img.listeimage {
    width: calc(33% - 10px);
    height: auto;
    margin-right: 10px;
    display: block;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.liste.actu .afficheur_actualite div.date_actualite {
    font-size: 90%;
    text-align: right;
    clear: both;
    padding-bottom: 10px;
}

.liste.actu .afficheur_actualite .plusactu {
    text-align: right;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: right;
}

.liste.actu .afficheur_actualite .plusactu a.cta_bouton, .cta_bouton {
    display: inline-block;
    padding: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    color: #335267;
    text-decoration: none;
    background-color: #f7bf70;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}

/* les actualité page seule*/
.unique_actu div.date_actualite {
    font-size: 90%;
    text-align: right;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom-style: dotted;
    border-bottom-color: dimgrey;
    border-width: 1px;
}

.texte-de-page .navigation {
    text-align: center;
    clear: both;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.navigation a.ancien,
.navigation a.recent {
    display: inline-block;
    padding: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    color: #335267;
    text-decoration: none;
    background-color: #f7bf70;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
/*agenda mensuel*/
.navigateur_date {
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
    margin-bottom: 20px;
    clear: both;
    
    border-bottom-style: dotted;
    border-bottom-color: dimgrey;
    border-width: 1px;
    
}
.navigateur_date p{
    text-align: center;
    font-weight: bold;
    
}
.afficheur_agenda {
    display: block;
    margin-bottom: 20px;
    border-bottom-style: dotted;
    border-bottom-color: dimgrey;
    border-width: 1px;
    clear: both;
}
.afficheur_agenda a.entre_agenda_lien{
    width: calc(100% - 10px);
    height: auto;
    display: block;
    padding: 5px;
     padding-bottom: 15px;
    border-radius: 2px;
    text-decoration: none;
    color:#335267;
     clear: both;
}
.afficheur_agenda a .entree_agenda_image
{float: left;
  width: calc(33% - 10px);
 margin-right: 10px;}

.afficheur_agenda a .entree_agenda_image img{
   width: 100%;
    display: block;
    height: auto;
    display: block;
    float: left;
    border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    margin-bottom: 10px;
}
.afficheur_agenda a .entree_agenda_date
{
    font-family: 'Suez One', serif;
    font-size: 140%;
    font-weight: normal;
    color: #794853;
       
}
.afficheur_agenda a .entree_agenda_titre
{
    font-size: 140%;
    font-weight: normal;
    color: #794853;
clear: right;}
h2.titre_souspage
{
    font-family: 'Suez One', serif;
    text-align: left;
    font-size: 26px;
    color: #794853;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: normal;
    clear: both;
    margin-top: 0px;
    margin-bottom: 10px;
}
/*Actualités de l apage d'accuiel*/
.liste_actu_home
{
    width: 100%;
    height: auto;
    display: block;
    position: relative;
     margin-bottom: 20px;
}
.liste_actu_home img
{ width: 100%;
    height: auto;
    display: block;
 border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}

.liste_actu_home h3.liste_actu_home_titre{
    position: absolute;
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
    margin-top: 25%;
    width: 66%;
    left:15%;
    padding: 3%;
    font-size: 120%;
    color:#335267;
    font-family: "Suez One";
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    text-decoration: none;

}
h3.zone-cta-accueil
{
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
    text-align: center;
}
h3.zone-cta-accueil a
{
display: inline-block;
    padding: 10px;
    padding: 10px;
    text-align: center;
    border-radius: 10px 0px 10px 0px;
    color: #335267;
    text-decoration: none;
    background-color: #f7bf70;
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
}
/*agenda page d'accueil*/

.liste_agenda_home
{
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.liste_agenda_home img
{ width: 100%;
    height: auto;
    display: block;
 border-radius: 2px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.75);
}
.liste_agenda_home .liste_agenda_home_boxinfo{
    position: absolute;
    width: 100%;
    height: 100%
    left:0;
    top:0;
    text-decoration: none;

}
.liste_agenda_home .liste_agenda_home_boxinfo h3, .liste_agenda_home .liste_agenda_home_boxinfo h4{
    background-color: rgba(255, 255, 255, 0.8);
    margin: auto;
  
    width: 80%;
    padding: 3%;
    
    
    text-align: center;
   
    text-decoration: none;

}
.liste_agenda_home .liste_agenda_home_boxinfo h3
{
    color:#335267;
      margin-top: 25%;
    font-size: 120%;
    font-family: "Suez One";
    font-weight: normal;
    text-transform: uppercase;
    
}
.liste_agenda_home .liste_agenda_home_boxinfo h4
{
    color:#794853;
    font-weight: bold;
    font-size: 110%;
   
    
}
