@font-face {
    font-family: 'dcc_-_cloudregular';
    src: url('dcc_-_cloud-webfont.woff2') format('woff2'),
         url('dcc_-_cloud-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
html {
    font-size: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.15em;
    margin: 0;
    padding: 0;
    height: 100%;
    color: #2A2018;
}
::selection {
    background: #FAC57D;
    color: #fff;
}
/* p {font-size:0.9em;} */
a {
    white-space: normal;
    text-decoration: none;
    color: #BC7B68;
    font-weight: 800;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
}
a:hover{text-decoration: underline;}
strong {font-weight:600;}

.btn .icon, .btn2 .icon, .btn3 .icon, .cta .icon {
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    margin-left: 5px;
    }
.btn:hover .icon, .btn2:hover .icon, .btn3:hover .icon, .cta:hover .icon{margin-left:10px;}

/* .section_inside a {
    font-family: 'Concert One', cursive;
    color: inherit;
    text-decoration: underline;
} */

/* .section_inside a:hover {
    color: #FAC57D;
} */
.sidebar a {
    font-family: 'League Spartan', sans-serif;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
}
h2 {font-family: 'Concert One', cursive;
    font-weight: 200;
    line-height: 25px}
h3 {
    font-size: 1.3em;
    color:#FAC57D;
}
h4 { font-weight: 500;}

img {
    max-width: 100%;
    height: auto;
    text-align: center;
    border: 0;
}

.menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff4e8;
    z-index: 3000;
    height: 110px;
    transition: 0.3s ease;
 /*    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
}

.hautmenu {
    text-align: right;
    display: inline-block;
    width: 80%;
    position: relative;
    margin: 0 auto 0px auto;
    vertical-align: top;
}

.logo {
    text-align: left;
    width: 15%;
    vertical-align: bottom;
}
.logo_img {
    text-align: left;
    position: absolute;
    top: 0;
    width: 220px;
    z-index: 5000;
    left: 30px;
}
.logo_img_stuck
{
    z-index: 6000;
    text-align: left;
    position: fixed;
    top: 0;
    width: 110px;
    display: none;
    left: 20px;
}
.logo_img_mobile {
    text-align: left;
    position: absolute;
    top: 0;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    width: 250px;
    z-index: 5000;
    left: 30px;
    background-color:#fff;
    display:none;
}
.logo_img_stuck_mobile
{
    z-index: 6000;
    text-align: left;
    position: fixed;
    top: 0;
    width: 110px;
    display: none;
    left: 20px;
    display:none;
}


.telmail {
    display: inline-block;
    text-align: right;
    /*     transform: rotate(-8deg); */
    margin: 0 0 5px 0px;
}
.bouton {
    display: inline-block;
    text-align: right;
    /*     transform: rotate(-8deg); */
    margin: 0 0 5px 0px;
}
.telmail a {
    padding: 11px 8px 6px 8px;
    background-color: #FAC57D;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 1.8em;
    font-weight: 800;
}
.bouton a {
    padding: 11px 8px 8px 8px;
    background-color: #2A2018;
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-decoration: none;
    transition: 0.3s ease;
    line-height: 1.8em;
    font-weight: 800;
}
.telmail a:hover,
.bouton a:hover {
    background-color: #BC7B68;
}

.search-container {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    margin: 0;
}

.search-container input[type="text"],
.form input[type="text"] {
    padding: 5px 5px;
    margin: 0 0 5px 0px;
    border-top: none;
    border-bottom: 1px solid #689582;
    border-left: 1px solid #689582;
    border-right: none;
    border-radius: 0 0 0px 10px;
    background: #fff;
    transition: 0.3s ease;
}
.form input[type="text"] {
    border: 1px solid #689582;
    border-radius: 10px;
}

.search-container input[type="text"] {
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}

.search-container button,
.form button {
    float: right;
    padding: 6px 10px 5px 10px;
    margin: 0 0 5px 0px;
    background: #689582;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0 0 10px 0px;
    transition: 0.3s ease;
}
.form button {
    border-radius: 10px;
}
.search-container button {
    background-color: #000;
}

.search-container button:hover,
.form button:hover {
    background: #FAC57D;
}

/*Strip the ul of padding and list styling*/
.menu ul {
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
    width: calc(100% - 280px);
    max-width: 1450px;
    /* 	text-align: center; */
}

/*Create a horizontal list with spacing*/
.menu li {
    display: inline-block;
    margin: 0;
    text-align: left;
    padding: 0 15px;
}

.menu li.active a {
    color: #689582;
}

/*Style for menu links*/
.menu li a.parent {
    font-family: 'Concert One', cursive;
    text-align: left;
    display: block;
    padding: 10px 5px;
    text-decoration: none;
    color: #BC7B68;
    font-size: 1.1em;
    margin: 0 auto;
    text-transform: uppercase;
}


.menu li a {
    display: block;
    padding: 10px 5px 20px 23px;
    text-decoration: none;
    color: #2A2018;
    font-size: 1.2em;
}

/*Hover state for top level links*/
.menu li:hover {
    /*   background-color:#689582; */
    color: #689582;
}

.menu li:hover a {
    color: #689582;
}

/*Style for dropdown links*/
.menu li:hover ul a {
    line-height: 30px;
    border: 0px;
    text-align: left;
    color: #BC7B68;
    font-size: 0.9em;
    padding: 0 20px 0 10px;
    font-weight: 400;
}

/*Hover state for dropdown links*/
.menu li:hover ul a:hover {
    color: #689582;
}

/*Hide dropdown links until they are needed*/
.menu li ul {
    background-color: #fff;
    display: none;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

/*Make dropdown links vertical*/
.menu li ul li {
    display: block;
    float: none;
}

/*Prevent text wrapping*/
.menu li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}

.hidden li:hover a,
.hidden li a,
.hidden li {
    border: 0px;
}

/*Display the dropdown on hover*/
.menu ul li a:hover + .hidden,
.hidden:hover {
    display: block;
    position: absolute;
}
.hidden {
    position: fixed;
    width: 100%;
    z-index:6000;
}
.menu ul div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 0.5% 1%;
}

.menu ul div h2 {
    font-size: 1.3em;
    border-bottom: 2px dotted #FAC57D;
}

.menu ul div a {

}
.menu ul div h2 a {

    font-weight: 600;
}

.menu li a.highlight {
    text-align: center;
    padding: 15px 5px;
    font-size: 1em;
    background-color: #FAC57D;
}
.menu li a.highlight:hover {
    background-color: #689582;
    color: #fff;
}

a.info {
    position: relative;
    text-decoration: none;
    color:inherit;
    border-bottom: 1px #2f7052 dotted;
    font-family: 'League Spartan', sans-serif;
 }

 a.info:hover span {color:#4D3629;}

 a.info span {
    font-size:12px;
    display: none; /* On masque l'infobulle. */
 }

 a.info span li {
  margin-left: 12px;
}

 a.info:hover {
    background: none; /* Correction d'un bug d'Internet Explorer. */
    cursor: help; /* On change le curseur par dÃ©faut par un curseur d'aide. */
 }

 a.info:hover span {
    font-size:14px;
    display: inline; /* On affiche l'infobulle. */
    position: absolute;
    width:150px;
    top: 30px; /* On positionne notre infobulle. */
    left: 20px;
    background-color:#ffffff;
    padding: 3px;
    border-radius:3px;
    border: 1px solid #FAC57D;
    border-left: 4px solid #FAC57D;
    font-weight:300;
    z-index: 500;
    white-space:initial;
    line-height:1.5em;
 }

.diapo {
    width: calc(100% - 40px);
    margin: 70px auto;
    text-align: center;
    height: calc(100% - 110px);
    position: relative;
    padding: 0 20px;
    background-position: center;
    background-size:cover;
    background-attachment:fixed;
}

.diapo_slide {
    width: 100%;
    margin: 70px auto;
    text-align: center;
    height: calc(100% - 110px);
    position: relative;
    padding: 0 0px;
    background-position: center;
    background-size:cover;
    background-attachment:fixed;
}

.overlay_hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index:900;
}
.diapo .text,
.diapo_slide .text {
    position: absolute;
    top: 15%;
    width: calc(100% - 40px);
    text-align: center;
    padding: 0 20px;
}
.diapo h1,
.diapo_slide h1 {
    font-size: 2.5em;
    color: #fff;
    text-align: center;
    font-family: 'Concert One', cursive;
    margin: 10px 0 35px 0;
}
.diapo h2,
.diapo_slide h2 {
    font-size: 1.5em;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 10px;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 100%;
  }

  .rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
  }

  .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
  }

  .rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
  }

  .rslides {
    margin: 0 auto;
    overflow: hidden;
  }

  .rslides_container {
    width: 100%;
    height:100%;
    position:relative;
    }

  .large-btns_nav {
    z-index: 3000;
    position: absolute;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    text-indent: -9999px;
    overflow: hidden;
    top: 0;
    left: 0;
    height: 100%;
    background: url("themes.png") no-repeat left 60%;
    width: 38px;
  }

  .large-btns_nav.next {
    left: auto;
    background-position: right 60%;
    right: 0;
  }

  .centered-btns_nav:focus,
  .transparent-btns_nav:focus,
  .large-btns_nav:focus {
    outline: none;
  }

  .centered-btns_tabs,
  .transparent-btns_tabs,
  .large-btns_tabs {
    position: absolute;
    z-index: 3000;
    margin: -30px auto 0 auto;
    text-align: center;
    left: 0;
  }

  .centered-btns_tabs li,
  .transparent-btns_tabs li,
  .large-btns_tabs li {
    display: inline;
    float: none;
    _float: left;
    *float: left;
    margin: 0 2px;
    height: 100%;
  }

  .centered-btns_tabs a,
  .transparent-btns_tabs a,
  .large-btns_tabs a {
    text-indent: -9999px;
    display: inline-block;
    _display: block;
    *display: block;
    width: 10px;
    height: 10px;
    margin: 0;
  }

.bouton_diapo a,
.footer .bouton_diapo a,
.bouton_diapo .btn,
a.bouton_vert {
    padding: 10px 16px 10px 16px;
 /*    background-color: #689582; */
 background-color:#fff;
    color: #689582;
    box-shadow: 5px 8px rgba(0,0,0,0.2);
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    transition: 0.2s ease;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    font-family: 'Concert One', cursive;
}

 .bouton_diapo a {position: relative;
    z-index: 1;}

.bouton_diapo a::after {
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    top: -15px;
    right: 15px;
    z-index:-1;
    transition: 0.2s ease;
  }

  .bouton_diapo a::before {
    z-index:-1;
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 70px;
    height: 50px;
    border-radius: 50%;
    top: -12px;
    right: 45px;
    transition: 0.2s ease;
  }

  .bouton_diapo a:hover,
.bouton_diapo .btn:hover,
.footer .bouton_diapo a:hover
a.bouton_vert:hover {
/*     background-color: #FAC57D; */
    color: #FAC57D;
    margin: 0 -5px 0 0px;
    box-shadow: 1px 2px rgba(0,0,0,0.2);
}

.bouton_diapo a:hover:after,
.bouton_diapo a:hover:before
{
 /*    background-color: #FAC57D; */
}

a.bouton_jaune {
    padding: 8px 16px 5px 16px;
    background-color: #FAC57D;
    color: #fff;
    border-radius: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    transition: 0.5s ease;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    border: none;
}


a.bouton_jaune:hover {
    background-color: #689582;
    color: #fff;
}

.circle_container, .circle_container1, .rectangle_container{
    display: inline-block;
    width:33%;
    margin:30px 0;
}
.rectangle_container{
    display: inline-block;
    width:25%;
    margin:0;
}
.rectangle_legend {
    display: inline-block;
    width: 20%;
    vertical-align: top;
    font-size: 1;
    padding: 0px 2%;
    text-align: justify;
}

.circle2 {
    border-radius: 100%;
    text-decoration: none;
    text-transform: uppercase;
    width: 320px;
    height:320px;
    margin: 0 auto;
    transition: 0.5s ease;
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}

.circle {
    display: inline-block;
    background-color: #689582;
    color: #fff;
    border-radius: 100%;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 3.6em;
    padding: 14% 0 12% 0;
    width: 50%;
    margin: 0 10%;
    transition: 0.5s ease;
}
.circle:hover {
    background-color: #FAC57D;
}
.circle a {
    color: #fff;
}

.circle_legend {
    display: inline-block;
    vertical-align: top;
    font-size: 1.1em;
    padding: 20px 2.5% 0 2.5%;
}
.circle_legend a,
.circle_legend2 a {
    color: #fff4e8;
}
.circle_legend a:hover,
.circle_legend2 a:hover {
    color: #FAC57D;
}

.circle_legend2 {
    display: inline-block;
    vertical-align: top;
    font-size: 1;
    padding: 20px 2.5% 0 2.5%;
    text-align: left;
    color:#fff;
}

.section {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 40px 0;
    overflow: hidden;
    background-color: #fff;
}
.section_news{
    background-color: #fff;
}
.pres_img {
    display: inline-block;
    width: 20%;
    margin: 0 2.5%;
    text-align: center;
}
.pres {
    width: 100%;
    /*     max-width:1000px; */
    margin: 0 auto;
    /*     background-image: url(pattern-break.png);
background-repeat: no-repeat;
background-position: center bottom; */
}

.section .pres {
    width: 95%;
    padding: 10px 2.5%;
    max-width: 1200px;
}
.pres h1,
.section2 h1,
.section3 h1,
.section4 h1,
.section5 h1,
.section_inside h1,
.panel4 .text h1 {
    font-family: 'dcc_-_cloudregular';
    font-size: 2.5em;
text-transform: uppercase;
color: #BC7B68;
margin: 3px 0;
}
.section_inside h1 {
font-family: 'Concert One', cursive;
}
.blog_style h1 {font-size:1.7em;}
.blog_style h2 {margin: -20px 0 0 60px;}

.section2 h1 {
    font-size: 2.9em;
    text-transform: uppercase;
}
.pres h1 {font-size: 2em;}

.panel4 .text {margin:0 auto;
width:90%;}

.section_inside h1 a,
.pres h1 a,
.section2 h1 a,
.section3 h1 a,
.section4 h1 a {
    text-decoration: none;
}
.section_inside h1 a:hover
{
color:#689582;
}
.section_inside h2 a,
.pres h2 a,
.section2 h2 a,
.section3 h2 a,
.section4 h2 a {
    text-decoration: none;
    text-align: left;
}
/* .section_inside li a,
.pres li a,
.section2 li a,
.section3 li a,
.section4 li a {
    color: #3c3c3c;
    text-decoration:none;
    font-family: 'League Spartan', sans-serif;
} */
.section3 li a {
    color: #fff;
}

.section_inside h1 a:hover {
    color:#689582;
}
.section_inside h2 a:hover {
    color:#689582;
}
.section_inside li a:hover {
    color:#689582;
}

.li_rub a{
    color: #4D3629;
    text-decoration: none;
    font-family: 'League Spartan', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}
.li_sous_rub a {
    color: #4D3629;
    text-decoration: none;
    font-family: 'League Spartan', sans-serif;
}
.li_sous_rub a:hover {
text-decoration:underline;
}
.li_rub {
    font-size: 1.8em;
    margin: 15px 6px;
    border-bottom: 1px solid #4D3629;
    padding: 15px 0 15px 0;
}

.underline_ragged {
    background-image: url(animaux-animecow-mouton2.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0 40px 30px 40px;
    background-size: 50px;
}
.underline_ragged2 {
    background-image: url(animaux-animecow-vache.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 0 40px 30px 40px;
    background-size: 50px;
}
.underline_ragged3 {
    background-repeat: no-repeat;
    background-position: left bottom;
    background-image: url(grass-test-1.png);
    padding: 0 0 15px 40px;
    background-size: 50px;
}
.underline_ragged4 {
/*     position: relative;
    background-image: url(souligne.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    width: 100%;
    background-size: 10%;
    padding-bottom: 10px; */
    border-bottom: 1px dashed #FAC57D;
}
/* .underline_ragged4 .etiquettes_cat a {
    color: #fff;
    text-transform: initial;
}
.underline_ragged4 .etiquettes_cat {
    right: 10px;
    left: initial;
    right: 10px;
    left: initial;
    bottom: 8px;
    font-weight: 300;
    font-size: 0.6em;
} */
/*     .underline_ragged_w {background-image:url(souligne_w.png);
        background-repeat:repeat-x;
        background-position:left bottom;
    } */

.section5 {
    display: none;
    background-color: #4D3629;
    padding: 30px 0;
    text-align: center;
    color: #fff;
    position: relative;
}

.section h2,
.section2 h2,
.section3 h2,
.section4 h2,
.panel6 h2,
.section_inside h2,
.click-to-action h2 {
    font-size: 1.3em;
    color: #FAC57D;
    margin: -10px 0 0 0px;
}
/* pour les .articles */
.section_inside h2 {
margin: -20px 0 0 60px;
}
.section h2{
    margin: -10px 0 0 60px;
}
.section .circle_legend2 h2,
.section2 .circle_legend2 h2,
.section2 .circle_legend2 h2 a
{margin:initial;
color:#FAC57D;}

.colonne_blog{
    margin: 30px auto 0 0px;
    width: 20%;
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-color: #fff;
    line-height: 1.8em;
}
.colonne_blog h3{margin:0;
    font-family: 'Concert One', cursive;
}

.colonne_blog a{
color: inherit;
}
.colonne_blog .bouton_diapo a{color:#fff;}


.sidebar {
    width: 20%;
    vertical-align: top;
    text-align: left;
    padding: 0;
    margin: 0 0 0 7%;
    display: inline-block;
}

.sidebar h2 a {

}

.blog {
    width: 72%;
    display: inline-block;
}

.descr_short {background-color:#fff4e8;
color:#BC7B68;
padding:8px;
border-radius:25px;
font-weight: 500;}

.articles_autour {
    max-width: 1500px;
    width:95%;
    margin:50px auto;
}
.section_inside .pres {
    /*     box-shadow: 0 0 6rem rgba(0,0,0,.2); */
    background-color: #fff;
    position: relative;
    padding: 0px;
    margin: 0;
}
.bottom_bar {
    width: 100%;
    padding: 11px 0px 0px 0px;
    font-weight: 500;
    position: relative;
    height: 60px;
}

.bottom_bar_img {
    display: inline-block;
    width: 20%;
    position: absolute;
    bottom: -8px;
}
.bottom_bar_img img {
    width: 200px;
}
.bottom_bar_img_text {
    display: inline-block;
    margin-left: 22%;
    width: 48%;
}

.bottom_bar_img_addthis {
    display: inline-block;
    text-align: right;
    width: 26%;
}

.bottom_bar_text {
    display: inline-block;
    margin-left: 30px;
    width: 67%;
}
.bottom_bar_addthis {
    display: inline-block;
    text-align: right;
    width: 27%;
}

.section_inside .pres .contenu h2 {
    font-size: 1.35em;
    text-align: left;
}

.section_inside ul,
.pres ul {
    padding-left: 0px;
}
.section_inside ul li ul,
.pres ul li ul {
    padding-left: 10px;
}

.section_inside li,
.pres li {
    list-style: none;
    padding-left: 10px;
    line-height: 1.8em;
}
.section_inside li::before,
.pres li::before {
    content: "";
    display: inline-block;
    height: 10px;
    width: 20px;
    background-image: url(ariane-circle.gif);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 5px;
}
.section3 .pres li::before {
    background-image: none;
    content: "✓";
    margin-right: 8px;}

.section_inside li.li_rub::before,
.pres li.li_rub::before {
    content: "";
    display: inline-block;
    height: 18px;
    width: 25px;
    background-image: url(ariane-circle.gif);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.section_inside li ul li::before,
.pres li ul li::before {
    content: "";
    display: inline-block;
    height: 5px;
    width: 12px;
    background-image: url(ariane-circle.gif);
    background-size: auto 100%;
    background-position: left;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.rub_descr {
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 5px 25px;
    width: 95%;
    margin: 0 auto;
}

.colonne_2 img,
.img_rubrique {
    background-color: #fff;
    padding: 10px;
    width: calc(100% - 50px);
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    margin: 5px 15px;
}

.colonne_2 img {margin-bottom:0;}

.colonne_2 .cadre_img {padding:10px;
    width: calc(100% - 20px);}

/* .img_rubrique_small
    {background-color:#fff;
        padding:10px;
        width:100%;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);} */

.pres p {
    line-height: 1.8em;
}

.cadre_reserver {
    margin: 0 auto;
    width: 90%;
}
.cadre_reserver td {
    background-color: rgb(241, 241, 241);
    border-radius: 20px;
}


.panel {
    background-position: top center;
    background-size: 100%;
}
/* .panel1,
.panel2,
.panel3,
.panel4,
.panel5,
.panel6
{
    background-image: url(wavebg2.png);
    background-position: top center;
    background-size: 100%;
  } */
  .panel2 {position: relative;
}
.section2 {
    width: 100%;
    background-color: #fff4e8;
    margin: 0 auto;
    padding: 80px 0 120px 0;
    background-repeat: repeat-x,repeat-x,repeat;
    background-position: left top, left bottom, center;
    background-attachment: scroll, scroll,fixed;
    text-align: center;
    overflow: hidden;
    background-size: auto, auto, cover;
    position: relative;
}

.acti {
    display: inline-block;
    width: 20%;
    margin: 1.5% 0.5%;
    padding: 15px;
    background-color: #fff;
    /* border-radius:25px; */
    text-align: center;
    vertical-align: top;
}

.panel2 .acti, .section2 .acti {
    width: calc(25% - 80px);
    vertical-align: top;
    padding: 20px 20px 25px 20px;
    transition: 0.5s ease;
    margin: 25px 20px;
    border-radius: 25px;
    box-shadow: 0px -2px 26px 0px rgba(0, 0, 0, 0.2);
}
.panel2 .acti {width: calc(33% - 80px);}

.section2 .acti {
    width: calc(25% - 80px);
}
.panel2 .acti_img:hover {
    cursor:pointer;
}
.acti_img {
    width: 100%;
   /*  height: 280px; */
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
}


/* .panel2 .pres .acti_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    max-height: none;
} */

.acti_img img {
    transition: 0.5s ease;
}

.acti_img:hover img {
    transform: scale(1.13);
}
.table_catalogue{
    display: inline-block;
    width: calc(33% - 18px);
    background-color: #48a87b;
    color: #fff;
    text-align: center;
    padding: 8px;
    height: 50px;
    vertical-align: middle;
    transition: 0.5s ease;
    margin: 1px;
    line-height: 0.9em;
}
.cal .table_catalogue {line-height: 1.2em;}

.colonne_blog .table_catalogue:hover{background-color: #689582;}

.colonne_blog .table_catalogue{
    display: inline-block;
    width: calc(100% - 20px);
    background-color: #000;
    color: #fff;
    text-align: left;
    padding: 8px;
    height:auto;
    vertical-align: middle;
    transition: 0.5s ease;
    margin: 2px;
    font-size: 0.8em;
}
.table_catalogue:hover{background-color: #689582;}

.sidebar .acti_img {
    max-height: 150px;
}

.color_bg {
    background-color: #689582;
    color: #fff;
    padding: 50px 5px;
    height: 430px;
    position: relative;
}

.color_bg .abs_div {
    position: absolute;
    top: 22%;
}

.color_bg h2 a {
    color: #fff;
    font-size: 1.5em;
}
.color_bg h2 a:hover {
    color: #FAC57D;
}

.sidebar .color_bg {
    height: 150px;
    margin-bottom: 10px;
    padding: 35px 5px;
}

.sidebar .color_bg h2 a {
    color: #fff;
    font-size: 1em;
}
.sidebar .color_bg .abs_div {
    top: 0%;
}

.acti h2, .events_wrap .text h2 {

    font-size: 1.28em;
    font-style: normal;
    margin: 20px 0 5px 0;
    font-weight: 600;
}
.events_wrap .text h2 {font-size:1em;}
.section_inside .acti h2 {

    font-size: 1.28em;
    font-style: normal;
    font-weight: 600;
    margin: 20px 0 5px 0;
    text-align: left;
}

.acti a {
    text-decoration: none;
    color: inherit;
}

.acti a:hover {
    color: #FAC57D;
}

.section3 {
    width: 90%;
    background-color: #6aa8bd;
    color: #fff;
    margin: 0 auto;
    padding: 150px 5% 150px 5%;
    background-image: url(cloud-top.png), url(cloud-bottom.png);
    background-size: 100%,100%;
    background-position: top center, bottom center;
    background-repeat: no-repeat,no-repeat;
/*     overflow: hidden; */
}
.inside {
    margin: 0 auto;
    max-width: 1200px;
}
.section3 .inside {
    margin: 0 auto;
    max-width: 800px;
}

.section3 h1 {
    color: #fff;
}
.text4 {background-color: #689582;
    background-image: none;
    background-image: url(sun-pattern-w.png);
    background-repeat: repeat-x;
    background-position: center top;
    background-size: 40px;
    padding: 90px 5% 40px 5%;}
/* .section3 .pres_img {
width: 35%;
border-radius: 100%;
padding-bottom: 35%;
vertical-align: middle;
background-size: cover;
} */
.section3 .pres_img {
    width: 35%; /* set the width of the container */
    position: relative; /* position property is needed to align the child element */
  border-radius:100%;
  overflow: hidden;
  margin: 0 0 0 50px;
  vertical-align: middle;
  }
  .text4 .pres_img2 {
    display: inline-block;
    width: 35%;
  margin:0 50px 0 0;
  vertical-align: top;
  }

  .section3 .pres_img::before {
    content: ""; /* create a pseudo-element */
    display: block; /* display the pseudo-element as a block element */
    padding-bottom: 100%; /* set the padding-bottom to be the same as the width of the container */
  }

  .section3 .pres_img-child {
    position: absolute; /* position the child element */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
  }

.section3 .pres {
    display: inline-block;
    width: calc(60% - 50px);
    padding:0;
    vertical-align: middle;
}
.text4 .pres {
    display: inline-block;
    width: calc(60% - 50px);
    padding:0;
    vertical-align: middle;
}


.click-to-action {
    background-color: #fff;
    margin: 0;
    color: #4D3629;
    text-align: center;
    padding: 100px 0 100px 0;
    overflow: hidden;
}

.click-to-action h1 {
    font-size: 2em;
    text-transform: uppercase;
    color: #4D3629;
}

.click-to-action .pres_img {
    width: 25%;
}
.click-to-action .pres {
    display: inline-block;
    text-align: left;
    width: 35%;
    vertical-align: top;
}

.section4 {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    box-shadow: 0px 8px 16px 0px rgb(0, 0, 0);
}
.section4 .acti {
    text-align: center;
    width: 40%;
    margin: 1% auto 1% 0;
    color: #3c3c3c;
    border-radius: 0;
    transform: rotate(-5deg);
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.la_une {
    /*     background-color:#FAC57D; */
    /* background-color:#3c3c3c; */
    width: 48%;
    margin: 0;
    padding: 20px 1% 50px 1%;
    vertical-align: top;
    background-image: url(rock.jpg);
    background-attachment: fixed;
}
.la_une_text {
    text-align: right;
}
.la_une_text h2 {
    font-size: 1.4em;
    margin: 0;
    font-style: normal;
    font-weight: 600;
}
.la_une_text h2 a {
    color: #BC7B68;
}


.date_pub {
    font-size: 0.8em;
}

.section4 .cadre_img {
    width: 100%;
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
}

.section4 .actu_img img,
.section4 .actu_img,
.actu_img img
{border-radius: 25px;}

.section4 .cadre_img img {
    transition: 0.5s ease;
}
.section4 .cadre_img img:hover {
    transform: scale(1.13);
}
.section4 .acti:hover {
    transform: rotate(0deg);
    transform: scale(1.1);
}


.menu_rub, .menu_rub_100 {padding: 5px 2% 20px 2%;
    display: inline-block;
    width: 45%;
    vertical-align: top;}
.menu_rub_100 {
    width: calc(100% - 4%);
    }
.menu_rub_100 .actu_img {width:20%;
    max-height: initial}
.menu_rub .actu_img {width:40%;}
.menu_rub .actu_titles {width:calc(60% - 30px);}
.actus_liste {
    width: 48%;
    margin: 0;
    padding: 0px 1% 15px 1%;
}

.desktop_liste .actus_liste {background-color:transparent;}
.last_actus {
    border-radius: 25px;
    position:relative;
    width: calc(100% - 30px);
    padding: 15px 15px 50px 15px;
    transition: 0.5s ease;
    box-shadow: 0px -2px 26px 0px rgba(0, 0, 0, 0.2);
    margin-bottom: 55px;
}

.bottom_bar_last_actu {background-color:#BC7B68;
color:#fff;
position:absolute;
bottom:0;
width: calc(100% - 50px);
  left: 0;
padding:5px 25px;
font-size:0.8em;
border-radius: 0 0 25px 25px;}

.bottom_bar_last_actu a{font-weight: 600;
    color: #fff;}

.section4 .last_actus {
    padding: 15px;
    margin: 25px 0;
}


.actu_img {
    display: inline-block;
    width: 30%;
    vertical-align: middle;
    max-height: 230px;
    overflow: hidden;
}
.actu_titles {
    display: inline-block;
    /* width: 65%; */
    width: calc(70% - 30px);
    padding: 10px 0px 10px 25px;
    vertical-align: top;
}

.full_cadre, .menu_rub .full_cadre {width:calc(100% - 30px);}

.actu_titles h2 {
    margin: 0;
}
.actu_titles .underline_ragged3 {
    margin: 0 auto;
}

.lire {
    text-align: right;
}
.lire a {
    background-color: #FAC57D;
    border-radius: 25px;
    padding: 8px 18px;
    color: #fff;
    text-decoration: none;
    font-weight: 400;
    font-family: 'Concert One', cursive;
    box-shadow: 5px 8px rgba(0,0,0,0.2);
}
.lire a:hover {
    background-color: #689582;
    color: #fff;
    margin: 0 -5px 0 0px;
    box-shadow: 1px 2px rgba(0,0,0,0.2);
}

.actu_titles h2 a {
    color: #BC7B68;
    text-decoration: none;
    font-style: normal;
    font-weight: 600;
}
.actu_titles h2 a:hover {
    color: #FAC57D;
}

.actu_titles h4 {margin:10px 0;}

.actu_titles h3 a {
    font-size: 0.8em;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    text-decoration: none;
    color:#4D3629;
}
.actu_titles h3 a:hover {
}
.nice_date {background: #689582;
    color: #fff;
    padding: 5px 10px;
    font-weight: 600;
    border-radius: 25px;
}

 .nice_date a {text-decoration:none;
    color: #fff;}

.colonne_3 {width:28%;
    display:inline-block;
    vertical-align:top;
}
.colonne1 img{transform: rotate(3deg); transition: 0.5s ease;}
.colonne2 img{transform: rotate(-2deg); transition: 0.5s ease;}
.colonne3 img{transform: rotate(-2deg); transition: 0.5s ease;}

.colonne1 img:hover{transform: rotate(0deg);}
.colonne2 img:hover{transform: rotate(0deg);}
.colonne3 img:hover{transform: rotate(0deg);}

    .colonne_2 {width:50%;
        display:inline-block;
        vertical-align:top;}



.footer {
    width: 90%;
    background-color: #2f7052;
    color: #fff;
    margin: 0 auto;
    padding: 125px 5% 0px 5%;
    background-image:  url(cloud-top.png),url(fond-footer.png);
    background-size:100%,cover;
    background-position: top center, 35% center;
    background-repeat:no-repeat,no-repeat;
    overflow: hidden;
}
.footer .div {
    display: inline-block;
    width: 33%;
    margin: 0 auto;
    text-align: center;
    vertical-align: top;
   /*  padding-bottom:85px; */
}
.footer h2 {

    font-size: 1.6em;
}
.footer a {
    color: #fff;
}
/* .footer .bouton_diapo a {color:#689582;} */

.icone_bout a:hover {
    color: #FAC57D;
}

.icone_bout {
    border-bottom: 1px dashed #fff;
    text-align: left;
    padding: 10px 0 0 0;
}

.mentions {
    width: 90%;

    padding: 10px 5% 25px 5%;
    color: #fff;
    text-align: center;
    font-size: 0.9em;
}
.mentions a {
    color: #fff;
}
.form-style-6 .number-input-container {
    display: flex;
    align-items: center;
    width: 100px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
  }

  .form-style-6 button.number-btn {
    width: 40px;
    height: 100%;
    background-color: #f0f0f0;
    border: none;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    padding:0;
    color:#000;
    box-shadow:none;
    font-weight: 500;
    font-family: initial;
  }

  .form-style-6 button.number-btn:hover {
    background-color: #e0e0e0;
    border-radius:none;
  }

  .form-style-6 button.number-btn:active {
    background-color: #d0d0d0;
    border-radius:none;
  }

  .form-style-6 input[type="number"] {
    flex-grow: 1;
    height: 100%;
    border: none;
    text-align: center;
    font-size: 16px;
    width: 100%;
  }

  /* Remove arrows/spinners in number input */
    .form-style-6 input[type="number"]::-webkit-inner-spin-button,
  input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }

    .form-style-6 input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
  }
.form-style-6 {
    max-width: 600px;
    margin: 0 auto;
}
.form-style-6 h1 {
    border-radius: 8px;
    padding: 5px 0px;
    font-size: 1em;
    text-align: center;
    color: #fff;
    margin: 0 0 16px 0;
}
.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: calc(97% - 2px);
    background: #fff;
    margin:0;
    padding: 0px 1%;
    color: #777;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
    border:none;
    height:75px;
}
.footer .form-style-6 input[type="text"],
.footer .form-style-6 input[type="date"],
.footer .form-style-6 input[type="datetime"],
.footer .form-style-6 input[type="email"],
.footer .form-style-6 input[type="number"],
.footer .form-style-6 input[type="tel"],
.footer .form-style-6 input[type="search"],
.footer .form-style-6 input[type="time"],
.footer .form-style-6 input[type="url"],
.footer .form-style-6 textarea,
.footer .form-style-6 select,
.panel .form-style-6 input[type="text"],
.panel .form-style-6 input[type="date"],
.panel .form-style-6 input[type="datetime"],
.panel .form-style-6 input[type="email"],
.panel .form-style-6 input[type="number"],
.panel .form-style-6 input[type="tel"],
.panel .form-style-6 input[type="search"],
.panel .form-style-6 input[type="time"],
.panel .form-style-6 input[type="url"],
.panel .form-style-6 textarea,
.panel .form-style-6 select {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    width: calc(97% - 2px);
    background: #fff;
    margin: 10px 0;
    padding: 18px 1%;
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 85%;
    height:initial;
    border: 1px solid #ccc;
    border-radius:3px;
}
 .panel .form-style-6 select,.form-style-6 select {
    width: 99%;
    color: #999;
}

.form-style-6 textarea {height:initial;}

.form-style-6 input[type="text"]:focus,
.form-style-6 input[type="date"]:focus,
.form-style-6 input[type="tel"]:focus,
.form-style-6 input[type="datetime"]:focus,
.form-style-6 input[type="email"]:focus,
.form-style-6 input[type="number"]:focus,
.form-style-6 input[type="search"]:focus,
.form-style-6 input[type="time"]:focus,
.form-style-6 input[type="url"]:focus,
.form-style-6 textarea:focus,
.form-style-6 select:focus {
    -webkit-box-shadow: inset 0px 0px 1px 1px #FAC57D;
    box-shadow: inset 0px 0px 1px 1px #FAC57D;
}

.form-style-6 input[type="submit"],
.form-style-6 input[type="button"],
.form-style-6 button {
    padding: 10px 16px 10px 16px;
    background-color: #689582;
    background-color: #fff;
    color: #689582;
    box-shadow: 5px 8px rgba(0,0,0,0.2);
    border-radius: 50px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.1em;
    transition: 0.2s ease;
    font-weight: 800;
    cursor: pointer;
    white-space: nowrap;
    border: none;
    font-family: 'Concert One', cursive;
}

.phperreur {
    color: #900;
    font-weight: bold;
    margin: 20px 0;
}

/* .footer .form-style-6 button, .panel .form-style-6 button {
    color:#fff;
    border:1px solid #fff;
    background-image:url(wave.png);
    background-position: 60% -100%;
    background-repeat:no-repeat;

    transition-duration: 1.2s;
    transition-timing-function:ease-out;
    white-space: nowrap;
    padding: 8px 20px;
    font-family: 'Quicksand', sans-serif;
    font-weight:200;
    text-transform:uppercase;
}
.footer .form-style-6 button:hover, .panel .form-style-6 button:hover{
    color:#fff;
    background-position: 0% 100%;
} */

.form-style-6 input[type="submit"]:hover,
.form-style-6 input[type="button"]:hover,
.form-style-6 button:hover{
    cursor: pointer;
}
.form-style-6 button .icon {margin-left:10px;
    -webkit-transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.7s cubic-bezier(0.3, 1, 0, 1);}
.form-style-6 button:hover .icon {margin-left:20px;}


.form-style-6 input[type="text"].date_field, .form-style-6 input[type="date"].date_field {width:36.4%; border-right: 1px solid #ccc; display: inline-block;}
.form-style-6 select.select_field {width:36.4%;display: inline-block;}
.form-style-6 button.sumbit_field {width:25%;display: inline-block;
    vertical-align: top;}

/* The container */
.form-style-6 .container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 43%;
  }

  /* Hide the browser's default radio button */
  .form-style-6 .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  /* Create a custom radio button */
  .form-style-6 .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
  }

  /* On mouse-over, add a grey background color */
  .form-style-6 .container:hover input ~ .checkmark {
    background-color: #ccc;
  }

  /* When the radio button is checked, add a blue background */
  .form-style-6 .container input:checked ~ .checkmark {
    background-color: #FAC57D;
  }

  /* Create the indicator (the dot/circle - hidden when not checked) */
  .form-style-6 .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the indicator (dot/circle) when checked */
  .form-style-6 .container input:checked ~ .checkmark:after {
    display: block;
  }

  /* Style the indicator (dot/circle) */
  .form-style-6 .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }

/*     #tickets{position:fixed;
        width:250px;
        top: 67px;
        right: 0px;
        margin:0;
        z-index:1010;
        cursor:pointer;
        text-align:left;
} */

/* Create a custom checkbox */
.checkmark2 {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
  }

  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark2 {
    background-color: #ccc;
  }

  /* When the checkbox is checked, add a blue background */
  .container input:checked ~ .checkmark2 {
    background-color: #FAC57D;
  }

  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
  }

  /* Show the checkmark when checked */
  .container input:checked ~ .checkmark2:after {
    display: block;
  }

  /* Style the checkmark/indicator */
  .container .checkmark2:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


.arrow {
    background-color: #689582;
    border-radius: 10px 10px 0 0;
    padding: 8px 10px;
    cursor: pointer;
    margin: 0;
    color:#fff;
}
a.arrow {color:#fff;}
.arrow:hover {
    background-color: #FAC57D;
    -webkit-transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    transition: all 0.6s cubic-bezier(0.3, 1, 0, 1);
    text-decoration: none;
}

.right {
    float: right;
    font-size: 0.8em;
}
.errors {
    color: red;
}

/*     INTÉRIEUR DES PAGES */

.ariane {
    text-align: left;
    margin-left: 20px;
}
.ariane a {
    color: #FAC57D;
    font-weight: bold;
    font-family: 'League Spartan', sans-serif;
    text-decoration:none;
}
.ariane a:hover {
    color: #FAC57D;
    font-weight: bold;
    text-decoration: underline;
}

.section_pages {
    margin: 110px 0 0 0;
    width: 100%;
    background-image: url(cloud-bottom-reverse.png),url(banniere-site-pages.png);
    background-repeat: no-repeat, no-repeat;
}


.section_inside {
    width: calc(77% - 25px);
    margin: 0 0px 0 auto;
    padding: 30px 3% 30px 0;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
.section_inside_title {
    width: 450px;
    margin: 0 0 0 auto;
    overflow: hidden;
    vertical-align: top;
    text-align: center;
    background-image: url(bulle-droite.png);
    background-position: center;
    background-size: 450px;
    height: 330px;
    background-repeat: no-repeat;
    color:#BC7B68;
}
.hero-image {
    display: inline-block;
    width: calc(48% - 110px);}

.left-hero-image {margin: 0 55px 0 0;
float:left;}
.right-hero-image {float:right; margin: 0 0 0 55px;}

.text_module50{width: 52%;
display: inline-block;
vertical-align: top;
text-align:left;
}
.text_module100{width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align:left;
    }

.hero-image h2,
.hero-image h3,
.hero-image p {
    padding: 0 10px;
}
.acti h2,
.acti h3,
.acti p {
    padding: 0 5px;
    line-height: 1.5em;
    color: #4D3629;
}
.acti h3 {color:#FAC57D;
    font-family: 'Concert One', cursive;
margin:5px auto;
font-size: 1.1em;
}
.acti h2 {color:#BC7B68;}

.la_une_text h3 {
    font-family: 'Source Sans Pro', sans-serif;
    margin: 0;
    font-weight: 300;
    font-size: 0.9em;
    color:#4D3629;
}

.acti p.underline_ragged3 {
    padding: 0 0 20px 0;
}

.hero-image .acti {
    width: 100%;
    text-align: center;
    margin: 5% auto;
    color: #3c3c3c;
    border-radius: 0;
    transform: rotate(3deg);
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.hero-image .acti_left,
.hero-image .acti_right {
    width: 100%;
    text-align: center;
    margin: 5% auto;
    color: #3c3c3c;
    border-radius: 0;
    transform: rotate(-5deg);
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.hero-image .cadre_img {
    width: calc(100% - 40px);
    overflow: hidden;
    position: relative;
    transition: 0.5s ease;
    margin: 0 auto;
    padding: 20px;
}

.colonne_2 img {margin-bottom:0;}

.colonne_2 .cadre_img {padding:10px;
    width: calc(100% - 20px);}


.hero-image .acti:hover {
    transform: rotate(0deg);
    transform: scale(1.05);
}
.hero-image .acti_left:hover,
.hero-image .acti_right:hover  {
    transform: rotate(0deg);
    transform: scale(1.05);
}
/* .hero-image .cadre_img img {
    transition: 0.5s ease;
    max-height: 450px;
}
.hero-image .cadre_img img:hover {
    transform: scale(1.13);
} */

.contenu55 {
    display: inline-block;
    vertical-align: top;
    width: 55%;
}
.contenu {
    vertical-align: top;
}
.pres .contenu {
    padding-bottom: 30px;
    /*     min-height: 360px; */
    font-size: 1.05em;
    text-align: justify;
}
/* accordéons */
.documentation .docs-down {
    border-radius:10px;
    text-transform:uppercase;
    text-align:center;
    display:inline-block;
    background-color: #FAC57D;
    color: #fff;
    padding: 10px 15px;
    font-size:1em;
    border-bottom:none;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    -webkit-transition: all .7s cubic-bezier(0.3,1,0,1);
  transition: all .7s cubic-bezier(0.3,1,0,1);
  cursor:pointer;
  width: calc(100% - 20px);
font-weight: 800;
}
.documentation .docs-down:hover{
    background-color:#689582;
}
.section3 .documentation .docs-down {
    background-color: #6aa8bd;
}
.section3 .documentation .docs-down:hover {
    background-color: #689582;
}
.documentation a.docs-down:hover {text-decoration:none;}

.documentation {
  margin: 10px 0;
  padding: 0;
  text-align:left;
  max-width: 600px;
  }

  .documentation .titre_docs {margin: 10px 0;}

  .docs {
       padding:5px 20px;
       text-align:left;}

/* menu mobile */
.menu_mobile_button {
    border-radius: 5px;
    font-size: 2em;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 3001;
    padding: 5px 10px 2px 10px;
    background-color: rgba(255,255,255,0.8);
    color: #BC7B68;
    transition: 0.2s ease;
}
.menu_mobile_button:hover {
    background-color: #FAC57D;
    color: #fff;
}

.menu_mobile {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    color: #BC7B68;
    margin: 0 auto;
    padding: 0px 0 60px 0;
    z-index: 2000;
    max-width: 500px;
}
.leurre {
    background-color: #fff4e8;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1999;
    max-width: 500px;
}

.menu_mobile li {
    display: block;
    position: relative;
    height: 30px;
    font-weight: 600;
    font-size: 1.2em;
    margin: 10px 0 0 0;
}

.menu_mobile li a {
    color: #BC7B68;
    padding: 0 0 0 24px;
    font-family: 'Concert One', cursive;
    font-weight: 300;
}

.menu_mobile li .icon_menu {
    bottom: 5px;
}
.menu_mobile .parent {
    cursor: pointer;
}

.hidden_mobile {
    display: none;
}
.menu_mobile ul {
    margin: 0;
    padding: 0;
}
.hidden_mobile {
    margin: 0;
    padding: 0;
}
.hidden_mobile h2 a {
    color: #fff;
}
.hidden_mobile div a {
    color: #BC7B68;
}

.menu_mobile ul div {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    padding: 0% 1%;
}
.menu_mobile ul div.level_3 {width:98%;}
.menu_mobile ul div h2 {
    font-size: 1em;
    border-bottom: 1px dotted #BC7B68;
    margin: 10px 0;
}

.menu_mobile ul div a {
    display: block;
    padding: 8px 0px 8px 0px;
    text-decoration: none;
    font-size: 0.9em;
}

.menu_mobile_button {
    display: none;
}
.menu_mobile {
    display: none;
}
.hautmenu_mobile {
    display: none;
}

.date2 {
    background-size: 25%;
}


.prec,
.next {
    width: 45%;
    display: inline-block;
    margin: 0 auto;
}


.autres_articles_div {
    width: 100%;
    margin: 0 auto;
}
.autres_articles {
    display: inline-block;
    width: 16%;
    margin: 0.5% 1%;
    padding: 15px 1%;
    background-color: #fff;
    transition: 0.5s ease;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.autres_articles:hover {
    transform: scale(1.1);
}

.autres_articles img {
    max-height: 130px;
}

.tableau-article {
    width: 100%;
    font-size: 0.9em;
    margin: 0 auto;
}

.lignes_sup {
    font-size: 0.9em;
}

#map {
    height: 550px;
}

.panier {
    position: fixed;
    top: 130px;
    right: 0;
    padding: 10px 2px;
    background-color: #3e8f69;
    border-radius: 25px 0 0 25px;
    color: #fff;
    z-index: 2000;
    width: 285px;
    font-size: 0.9em;
}

/* tableau price_list */

.price_list{ border-spacing: 10px 0;
    border-collapse: separate;
text-align:left;}

.tarifs, .documentation table { border-spacing: 10px;
    border-collapse: separate;
text-align:left;
width: 100%;}

.tarifs td, .documentation table td {padding: 10px;
    border-radius:25px;
}

.price_list td:nth-child(even) {
    background-color: #48a87b;
    color: #fff;
}
.price_list td {background-color:whitesmoke;}

.section_inside .price_list td ul,
.section_inside .tarifs td ul,
.section .documentation table td ul {
    list-style: none;
padding:0;
}
figure.table {padding:0;margin:0;}
.section_inside .price_list td ul li:before,
.section_inside .tarifs td ul li:before,
.section .documentation table td ul li:before {
    background-image: none;
    content: "✓";
    margin-right: 8px;
}

       .section_inside .tarifs td h1,
       .section_inside .tarifs td h2,
       .section .tarifs td h1,
       .section .tarifs td h2,
       .section .documentation table td h1,
       .section .documentation table td h2   {
        background-repeat: no-repeat;
           background-position: center bottom;
           background-image: url(souligne_w_short.png);
           padding: 0 0 12px 0;
           font-size: 1.5em;
       }


/* tableau jaune */
.price_list_yellow { border-spacing: 10px 0;
    border-collapse: separate;}
.price_list_yellow td:nth-child(even) {
    background-color: #000;
    color: #fff;
}
.price_list_yellow td {
    text-align:center;
    width: 33%;
    background-color: #FAC57D;
    vertical-align:top;
}
.section_inside .price_list_yellow td h1 {
 background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(souligne_w_short.png);
    padding: 0 0 12px 0;
    font-size: 2.5em;
}

.section_inside .price_list_yellow td:nth-child(even) h1 {
color:#fff
   }

.section_inside .pres .price_list_yellow td h2 {
    text-align: center;
    font-size: 3em;
    margin: 0;
    padding: 0;
    font-weight: 600;
    background-image: none;
}
/* .section_inside .price_list_yellow td:nth-child(even) h2 {
    color: #FAC57D;
       } */

.section_inside .price_list_yellow td ul {
    list-style: none;
}
.section_inside .price_list_yellow td ul li:before {
    background-image: none;
    content: "✓";
}

.section_inside .pres .price_list_yellow td p {margin: 0;}


/* tableau green */
.price_list_green { border-spacing: 10px 0;
    border-collapse: separate;}
.price_list_green td:nth-child(even),
.tarifs td:nth-child(even),
.documentation table td:nth-child(even)
 {
/*     background-color: #ABBB8A;
    color: #fff; */
}
.price_list_green td, .tarifs td,
.documentation table td {
    text-align:center;
    width: 33%;
    background-color: #fff4e8;
    color: #4d3629;
}
.section_inside .price_list_green td h1 {
 background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url(souligne_w_short.png);
    padding: 0 0 12px 0;
    font-size: 1.9em;
    color: #fff;
}

.section_inside .price_list_green td:nth-child(even) h1 {
color:#fff;
   }

.section_inside .pres .price_list_green td h2 {
    text-align: center;
    font-size: 3em;
    margin: 0;
    padding: 0;
    font-weight: 600;
    background-image: none;
}

/* .section_inside .price_list_green td:nth-child(even) h2 {
    color: #689582;
       } */

.section_inside .price_list_green td ul {
    list-style: none;
}
.section_inside .price_list_green td ul li:before {
    background-image: none;
    content: "✓";
}

.section_inside .pres .price_list_green td p {margin: 0;}

.chemin {
    text-align: center;
    font-size: 0.8em;
    width: 100%;
    max-width: 800px;
    margin: 0 auto 50px auto;
    background-image: url();
    background-repeat: no-repeat;
    background-position: left -10px;
  }

  .chemin td {
    width: 20%;
    text-align: center;
  }

  .chemin .round {
    font-weight: 400;
    font-size: 1.5em;
    color: #fff;
    background-color: #689582;
    height: 35px;
    width: 50px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px auto;
    padding: 10px 0 0 0;
  }
  .chemin .round-active {
    font-size: 2em;
    color: rgb(255, 255, 255);
    background-color: rgb(250, 211, 71);
    height: 45px;
    width: 60px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px auto;
    padding: 10px 0 0 0;
  }
  .chemin .round-passed {
    font-size: 1.5em;
    color: #fff;
    background-color: #c8c8c8;
    height: 35px;
    width: 50px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    margin: 0px auto;
    padding: 10px 0 0 0;
  }
  .resas {
    margin: 0 auto;
    width: 100%;
    border-spacing: 3px;
    line-height: 1.2em;
    text-align: left;
    max-width: 1200px;
  }
  .resas a {
    font-family: 'League Spartan', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color:#000;
}
.resas a:hover {
    color: #51bd8b;
}
  .title-highlight {
    background-color: #689582;
color: #fff;
padding: 5px;
  }


.mobile_liste {display:none;
    width: 90%;
    margin: 0 auto;}
  .desktop_liste {display:block;}

  .cal {display: block;
    width: calc(100% - 6%);
    max-width: 100%;
    margin: 10px auto;
    padding: 30px 3% 30px 3%;}

 .newsl { padding: 25px 45px;
    max-width: 720px;
    box-shadow: 0px -2px 26px 0px rgb(0 0 0 / 28%);
    background-color: rgba(255,255,255,0.97);
    border-radius: 10px;
}
.form-style-6 select.filtre_1 {display:inline-block;width:25%;
padding:8px;
font-size:0.8em;}
.form-style-6 button.filtre_1,
a.filtre_1,
.form-style-6 input[type="submit"].filtre_1 {display:inline-block;
    background-color:#fff;
    padding:8px;
    text-decoration: none;
    font: 95% Arial, Helvetica, sans-serif;
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #555;
    margin-bottom: 0;
    white-space: nowrap;
    font-size:0.8em;}

.titre_page{
    margin: 100px auto 0 auto;
    transform: rotate(13deg);
    padding: 0 40px;
    font-family: 'Concert One', cursive;
    font-size: 2em;
}
.section_inside_title h2{
    font-size: 1.2em;
    padding: 0 40px 0 15px;
  transform: rotate(13deg);
}
.section_inside_title div{
    padding: 0 55px 0 15px;
  transform: rotate(13deg);
  font-size: 0.9em;
  line-height: 1em;
}
.section_inside_title div p{margin:0;
}

.youtube_player iframe{width:100%;
height:500px;
border:none;}

/*     1,5 sec entre chaque */
@keyframes slider_page {
    0% {left:100%;}
    10%{left: 0%;}
    20%{left: 0%;}
    30% {left:0%;}
    40%{left:-100%;}
    50%{left:-100%;}
    60%{left:-100%;}
    70%{left:-100%;}
    80% {left:-100%;}
    90% {left:-100%;}
    100% {left:-100%;}
    }
    @keyframes slider_page2 {
        0% {left:100%;}
        10%{left: 100%;}
        20%{left: 100%;}
        30% {left:100%;}
        40%{left:0%;}
        50%{left:0%;}
        60%{left:0%;}
        70%{left:-100%;}
        80% {left:-100%;}
        90% {left:-100%;}
        100% {left:-100%;}
        }
        @keyframes slider_page3 {
            0% {left:100%;}
            10%{left: 100%;}
            20%{left: 100%;}
            30% {left:100%;}
            40%{left:100%;}
            50%{left:100%;}
            60%{left:100%;}
            70%{left:0%;}
            80% {left:0%;}
            90% {left:0%;}
            100% {left:-100%;}
            }

      .slider_images {text-align:center;
        position:relative;
        overflow:hidden;
        height:300px;
        padding: 92px 0;
        margin: 0 auto;
        max-width: 1890px;}

        .slider_page1, .slider_page2, .slider_page3 {
            padding: 92px 0;
            width: 100%;
            position: absolute;
            top: 0;
        }
        .rectangle img {
            max-height: 280px;
            padding: 10px;
            padding: 15px;
            border: 1px solid #f1f1f1;
            box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);}

            .slider_page1 {
                animation-name: slider_page;
                animation-duration: 20s;
                animation-iteration-count: infinite;
                animation-timing-function: ease;
                }
                .slider_page2 {
                animation-name: slider_page2;
                animation-duration: 20s;
                animation-iteration-count: infinite;
                /* animation-delay: 6s; */
                animation-timing-function: ease;
                }
                .slider_page3 {
                    animation-name: slider_page3;
                    animation-duration: 20s;
                    animation-iteration-count: infinite;
                /*     animation-delay: 12s; */
                    animation-timing-function: ease;
                    }

.srch_trms{background-color:yellow;color:#000;}

.graphisme {background-image: url(actus-graphisme.png);
    background-repeat: no-repeat;
    background-position: 43% 90%;
    background-size: 250px;}


    .blog_style .pres h1,
    .blog_style h1,
    .blog_style .section_insdie h1
    {font-size: 1.7em;}

    .blog_style .pres h2,
    .blog_style h2,
    .blog_style .section_inside h2
    {margin: -20px 0 0 60px;}

    .blog_style .actu_titles h2{
        margin: 0;
    }

    .text_module50 p {padding-left:5px;}

      .pref_rdv, .pref_call {display:none;
    line-height: 1.8em;}

  .form_days_hours td {width:33%;
vertical-align:top;}

@media screen and (max-width: 1850px) {

}


@media screen and (max-width: 1833px) {

.slider_images {
    height:260px;
    padding: 92px 0;}

.slider_page1, .slider_page2, .slider_page3 {
        padding: 92px 0;
    }
.rectangle img {
        max-height: 240px;}

    }
@media screen and (max-width: 1650px) {
    .diapo .text,
    .diapo_slide .text {
        top: 100px;
    }
    .diapo .text img,
    .diapo_slide .text img {width:600px;}

    .section4 .acti {
        width: 45%;
    }
    .hautmenu {
        font-size: 0.9em;
    }
    .telmail a {
        padding: 11px 8px 5px 8px;
    }

    .click-to-action .pres_img {
        width: 30%;
    }
/*     .section2 .acti_img {
        height: 250px;
    } */

    .graphisme {background-image: url(actus-graphisme.png);
        background-repeat: no-repeat;
        background-position: 48% 100%;
        background-size: 250px;}
}

@media screen and (max-width: 1600px) {
.slider_images {
    height:220px;
    padding: 92px 0;}

    .slider_page1, .slider_page2, .slider_page3 {
        padding: 92px 0;
    }
    .rectangle img {
        max-height: 200px;}

        .menu ul {
            margin: 0 0 0 auto;
            width: calc(100% - 258px);
            }
    }

@media screen and (max-width: 1500px) {


    .section_news{
        background-size: auto;
        background-position: 40% 0%;
    }

/*     .section2 .acti_img {
        height: 200px;
    } */


}
@media screen and (max-width: 1400px) {

    .menu li a.parent {
    font-size: 0.9em;
    }
    .menu li .icon_menu, .menu_mobile li .icon_menu{
        background-size: 40px;
        background-position: -4px center;
    }
    .menu li .icon_menu {
        bottom: -3.5px;
    }
    .menu li a.highlight {
        padding: 10px 5px;
    }


    .actu_titles {
        width: 55%;
        padding: 10px 0px 0px 5px;
    }
    .full_cadre, .menu_rub .full_cadre {width:calc(100% - 30px);}
    .section4 .acti {
        width: 55%;
        background-position: 51% 100%;
    }
    .graphisme {background-size: 230px;
        background-position: 51% 100%;}


    .hautmenu {
        font-size: 0.8em;
    }

}

@media screen and (max-width: 1350px) {

.events_wrap {
    width: calc(30% - 30px);
}

.slider_images {
    height:190px;
    padding: 92px 0;}

    .slider_page1, .slider_page2, .slider_page3 {
        padding: 92px 0;
    }
    .rectangle img {
        max-height: 170px;}
}

@media screen and (max-width: 1300px) {

    .circle {
        font-size: 3em;
    }

    .click-to-action .pres_img {
        width: 35%;
    }
    .click-to-action .pres {
        width: 50%;
        padding: 0 2.5%;
    }

    .click-to-action .pres h1 {
        margin-top: 0;
    }

    .panel2 .acti, .section2 .acti {
        width: calc(33% - 70px);
        margin: 0 15px 25px 15px;
    }
/*     .section2 .acti_img {
        height: 280px;
    } */

    .section_inside_title {
        width: 350px;
        margin: 0 10px 0 auto;
        background-size: 350px;
        height: 293px;
        color:#BC7B68;
    }
    .titre_page {
        font-size: 1.6em;
        margin: 75px auto 0 auto;
      }
      .section_inside_title h2 {font-size:1em;}

      .lire a {box-shadow: 2px 5px rgba(0,0,0,0.2);}


      .hero-image .cadre_img {
        width: calc(100% - 30px);
        padding: 15px;
    }
}

@media screen and (max-width: 1200px) {

    .graphisme {background-image: none;
    }
    .menu {height:90px;}
    .menu li a.parent {
        font-size: 0.85em;
    }

    .diapo,
    .diapo_slide {margin: 72px auto;}

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section4 h1,
    .section5 h1,
    .section .pres h1,
    .section3 .pres h1,
    .section_inside h1 {
        font-size: 2em;
    }

    .section h2,
    .section2 h2,
    .section3 h2,
    .section4 h2,
    .section_inside h2,
    .click-to-action h2,
    .section_inside .pres .contenu h2 {
        font-size: 1.1em;
     }

/*     .section4 h2,
    .section2 h2 {text-shadow: 1px 1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, -1px -1px 0 #fff, 1px 0px 0 #fff, 0px 1px 0 #fff, -1px 0px 0 #fff, 0px -1px 0 #fff, 1px 1px 1px rgba(188,123,104,0);
    } */

    h3 {
        font-size: 1.2em;
    }

    .footer {
        font-size: 0.8em;
        width: 95%;
        padding: 80px 2.5% 50px 2.5%;
    }
    .footer .bouton_diapo a {
        font-size: 1.1em;
    }

    .section4 .acti {
        width: 65%;
    }

    .events .text_big {
        font-size: 1em;
    }

    .section_inside li {
        list-style: none;
        padding-left: 0px;
    }


    .underline_ragged4 .etiquettes_cat {
        right: -10px;
        bottom: -10px;
    }

    .circle2{width: 250px;
        height: 250px;}

        .slider_images {
            height:170px;
            padding: 92px 0;}

            .slider_page1, .slider_page2, .slider_page3 {
                padding: 92px 0;
            }
            .rectangle img {
                max-height: 150px;}
}

@media screen and (max-width: 1100px) {
    .menu li {
        padding: 0 10px;
      }
      .menu li a.parent {
        font-size: 0.8em;
      }
    .circle {
        font-size: 2.4em;
        margin: 0 8.5%;
    }

    .etiquettes_cat {
        padding: 5px 8px;
        transform: rotate(-5deg);
    }
    .panel2  {
    background-size: 1100px;
    background-position:top center;
    }
    .diapo h1,
    .diapo_slide h1 {
        font-size: 2.1em;
    }
    .diapo h2,
    .diapo_slide h2 {
    font-size: 1.8em;
    }

        .circle_container,.circle_container1 {
            width: 32%;
        }
        .menu_rub_100 .actu_img {
            width: 30%;
        }

        .blog_style .pres h1,
        .blog_style h1,
        .blog_style .section_inside h1
        {font-size: 1.2em;}

        .blog_style .pres h2,
        .blog_style h2,
        .blog_style .section_inside h2
        {margin:0;
        }

        .blog_style .underline_ragged3 {
            background-position: right bottom;
            padding: 0 40px 0px 0px;
        }
        .blog_style .underline_ragged2 {
            padding: 0 0px 20px 30px;
        }
        .blog_style .underline_ragged {
            padding: 0 0px 20px 30px;
        }
}

/* mobile break */
@media screen and (max-width: 1024px) {

    .section_pages {margin:0;}

    .youtube_player iframe{width:100%;
        height:400px;
        border:none;}

    .actu_titles h2 {font-size: 1.3em;}

    .section_news {
        background-size: 1300px;
        background-position: -290px 0px;
    }

    /* menu mobile show */
    .menu_mobile_button {
        display: block;
    }
    .logo {
        text-align: left;
        width: 30%;
        height: 35px;
    }

    .logo_img, .logo_img_stuck {display:none;}

    .logo_img_stuck_mobile{
        position:absolute;
    left: 10px;
    display:block;
    width: 120px;
    }

    .hautmenu_mobile {
        display: block;
        background: #fff;
        height: 61px;
        box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
        width: 100%;
        position: fixed;
        top: 0;
        z-index: 3000;
    }
    .menu,
    .telmail,
    .bouton {
        display: none;
    }

    .search-container {
        margin: 2px 10px;
    }

    .menu_mobile .bouton_diapo {
        margin: 20px 0 0 10px;
    }

    /* other elements */
    .diapo,
    .diapo_slide {
        margin: 0px auto;
    }

    .diapo h1,
    .diapo_slide h1 {
        font-size: 1.8em;
    }
    .diapo h2,
    .diapo_slide h2 {
        font-size: 1.5em;
    }


    .pres {
        width: 95%;
        padding: 10px 2.5%;
    }

    .acti a {
        text-decoration: none;
        font-size: 1.1em;
    }
    .section4 .acti {
        width: 70%;
    }

    .section_inside .hero-image .acti {
        width: 100%;
        margin: 10px;
    }

    /*     .acti h2 {
        margin: 10px 0 10px 0;
    } */

    .actu_titles {
        width: 60%;
        padding: 10px 5px;
        line-height: 1.5em;
    }
    .full_cadre, .menu_rub .full_cadre {width:calc(100% - 30px);}
    .actu_img {
        width: 30%;
    }


    .acti a {
        font-size: 0.9em;
    }


    .section3 {
        padding: 10px 5% 10px 5%;
    }

    .side_form {
        top: 10%;
    }

    .events_wrap {
        width: 43%;
    }


    .date2 .date_j {
        font-size: 3em;
    }
    /*    .date2 .date_m {font-size: 0.8em;} */

    .date2 {
        float: right;
        margin: 0;
        position: absolute;
        right: 0px;
        padding: 5px 2px 15px 2px;
        font-size: 0.8em;
    }

    .section_inside .pres {
        margin: 0px auto 0px auto;
    }


    .services_article {
        width: 90%;
        margin: 0 20px 0 30px;
        padding: 0 2px;
    }

    .cal .pres {
        margin: 0px 20px 0px auto;
    }

    .tableau-article {
        font-size: 0.8em;
    }


    .sidebar {
        width: 70%;
        margin: 0 auto;
        display: block;
    }
    .blog {
        width: 100%;
        display: block;
    }

    #map {
        height: 450px;
    }

    .rub_descr{padding: 5px 5px;}

    .panel2 .acti, .section2 .acti {
        width: calc(50% - 70px);
    }
    .colonne_blog {
        margin: 0px auto;
        width: calc(100% - 20px);
        padding: 0px 10px;
        display: block;
    }

    .cal {
        display: block;
        width: calc(100% - 10%);
        max-width: 100%;
        margin: 0 auto;
    }

    .mobile_liste {display:block;}
    .desktop_liste {display:none;}

    #tickets a.btn {
        font-size: 0.9em;
        height: 15px;
        display: block;
        padding: 3px 10px 10px 10px;
}
.ticket4 {right: -38px;}
.ticket3:hover {right:-41px;}
.ticket4:hover {right:-33px;}

.section_inside {
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 0 40px 0;
}
.form-style-6{font-size:0.9em;}

.form-style-6 input[type="text"],
.form-style-6 input[type="date"],
.form-style-6 input[type="datetime"],
.form-style-6 input[type="email"],
.form-style-6 input[type="number"],
.form-style-6 input[type="tel"],
.form-style-6 input[type="search"],
.form-style-6 input[type="time"],
.form-style-6 input[type="url"],
.form-style-6 textarea,
.form-style-6 select {
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    outline: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
    background: #fff;
    margin-bottom: 4%;
    border: 1px solid #ccc;
    padding: 10px 5px;
    color: #555;
    font: 95% Arial, Helvetica, sans-serif;
}
.form-style-6 input[type="submit"], .form-style-6 input[type="button"], .form-style-6 button
{
    padding: 8px 10px 5px 10px;
}
.circle_container {
    width: 80%;
    display: block;
    margin:0 auto;
}
.circle2{width: 320px;
    height: 320px;}

    .circle_legend2 {padding: 0px 2.5% 20px 2.5%;}

    .panier {
        position: fixed;
        top:initial;
        bottom: 0;
        right: 0;
        padding: 10px 2px;
        background-color: #3e8f69;
        border-radius: 0;
        color: #fff;
        z-index: 2000;
        width: 100%;
        font-size: 0.9em;
      }
      .panier table {width: 100%;
        margin: 0 auto;
        max-width: 300px;
        }
        a.info:hover span {
            width:100px;
            top: 30px; /* On positionne notre infobulle. */
            left: -100%;

         }

         .rectangle img {
            max-height: 260px;
        }
        .rectangle img {border:none;}
        .rectangle_container {
            width: 50%;
        }
        .slider_images {
            height:560px;
            padding: 92px 0;}

         .rectangle_container {
            width: 50%;
        }
        .slider_images {
            height:560px;
            padding: 92px 0;}

            .slider_images .pres {padding: 0 15px;}
}

@media screen and (max-width: 900px) {
    .menu_rub {width: 90%;}

    .colonne_3 {width:30%;
    }

.hero-image {
    float: right;
    width: 70%;
    padding: 0 0 0 0;
    margin: 0;
}
.text_module50 {width:100%;}

.blog_style .hero-image {
    width: 32.2%;
  }

  .hero-image .cadre_img {
    width: calc(100% - 20px);
    padding: 10px;
  }

.newsl { width: calc(80% - 90px);
    padding: 25px 15px;
    }

    .section_inside_title {
        width: 250px;
        margin: 0 0px 0 auto;
        background-size: 250px;
        height: 293px;
        color:#BC7B68;
    }
    .titre_page {
        font-size: 1.2em;
        margin: 98px auto 0 auto;
        padding: 0 25px;
      }
      .section_inside_title div {
        padding: 0 30px 0 10px;
        font-size: 0.8em;
        line-height: 13px;
      }
}
@media screen and (max-width: 800px) {

    .panier table {
        font-size: 0.8em;}
}

@media screen and (max-width: 768px) {

    .logo_img_stuck_mobile {width:100px;}

    .menu_rub_100 .actu_img {
        width: 35%;
    }
    .form-style-6 select.filtre_1 {
        margin: 2px 0 2px auto;
        display: block;
        width: 50%;
        padding: 3px;
        font-size: 0.7em;
    }
    .form-style-6 button.filtre_1,
a.filtre_1,
.form-style-6 input[type="submit"].filtre_1 {display:inline-block;
    padding: 3px;
}

    .bouton_diapo a, .bouton_diapo .btn, a.bouton_vert, a.bouton_jaune {
        font-size:1em;
    }
    .section_news {
        background-size: 1000px;
        background-position: -230px 0px
    }

    .newsl { width: calc(80% - 90px);
        padding: 25px 15px;
        max-width: 500px;
    }
    /* other elements */
    .diapo h1,
    .diapo_slide h1 {
        font-size: 2.8em;
    }
    .diapo h2,
    .diapo_slide h2 {
        font-size: 1.5em;
    }



    .acti a {
        text-decoration: none;
        font-size: 1em;
    }
    .color_bg h2 a {
        font-size: 1.1em;
    }

    .underline_ragged {
        padding: 0 0px 19px 30px;
        background-size: 35px;
    }
    .underline_ragged2 {
        padding: 0 0px 5px 35px;
        background-size: 35px;
    }
    .underline_ragged3 {
        padding: 0 0 0px 40px;
        background-size: 35px;
    }

    .pres h1,
    .section2 h1,
    .section3 h1,
    .section .pres h1,
    .section3 .pres h1,
    .section4 h1,
    .section5 h1,
    .section_inside h1 {
        font-size: 1.7em;
    }

    .section h2,
    .section2 h2,
    .section3 h2,
    .section4 h2,
    .section_inside h2,
    .click-to-action h2,
    .section_inside .pres .contenu h2 {
        font-size: 1.1em;
        margin: 0;
      }

    .actu_titles h2,
    .section_inside .actu_titles h2 {margin: 0;}
    .section_inside .actu_titles h3 {margin: 5px 0;}
/*     .section_inside h2.deco,
    .section_inside .pres .contenu h2,
    .section_inside .pres .contenu55 h2 {
        padding-left: 13px;
        background-size: auto 28px;
    } */
    h3 {
        font-size: 1em;
    }

    .la_une,
    .actus_liste {
        display: block;
        width: 100%;
    }

    .section4 .acti {
        width: 50%;
    }

    .actu_titles {
        width: 55%;
        padding: 10px 5px;
        vertical-align: top;
    }

    .full_cadre, .menu_rub .full_cadre {width:calc(100% - 30px);}
    .section_inside .pres {
        padding: 0;
      }

    .section3 .pres {
        display: block;
        width: 80%;
    }
    .section3 .pres_img {
        width: 55%;
        margin: 0 auto;
        display: block;
    }
    .text4 .pres_img2 {
    display: block;
    width: 35%;
    margin: 0 auto 0 50px;
    }
    .footer {
        font-size: 1em;
    }
    .footer .div {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        padding-bottom:50px;
    }

    .footer {
        font-size: 0.8em;
        width: 95%;
        padding: 0px 2.5% 0px 2.5%;
    }


    .mentions {
        padding: 0px 5% 5px 5%;
    }

    .contenu55 {
        width: 90%;
    }

    .hero-image .acti {
        margin: 25px auto;
    }

    .bottom_bar_img {
        display: none;
    }
    .bottom_bar_img_text {
        width: 40%;
        margin-left: 30px;
    }
    .bottom_bar_text {
        width: 99%;
        margin-left: 1%;
        font-size: 0.9em;
    }
    .bottom_bar_addthis,
    .bottom_bar_img_addthis {
        width: 100%;
        float: none;
    }

    .click-to-action {
        padding: 25px 0 10px 0;
    }
    .click-to-action .pres_img {
        width: 90%;
    }
    .click-to-action .pres {
        width: 90%;
        padding: 15px 0;
    }

    .click-to-action .pres .bouton_diapo {
        line-height: 3.2em;
    }

    .section_inside .price_list td h1,
    .section_inside .price_list_yellow td h1,
    .section_inside .price_list_green td h1 {font-size:1.9em;}

    .circle_legend {
        font-size: 0.8em;
    }
    .circle{width:55%;}
    .section_inside .tarifs td h1,
    .section_inside .tarifs td h2,
    .section .tarifs td h1,
    .section .tarifs td h2,
    .section .documentation table td h1,
    .section .documentation table td h2   {
        font-size: 1.2em;
    }
    .resas {
        font-size: 0.95em;
    }

    .lire a {padding:8px;
        font-size: 0.9em;}

        .rectangle img {
            max-height: 180px;
        }
        .slider_images {
            height:400px;
            padding: 92px 0;}
}

@media screen and (max-width: 700px) {

    .circle_container1 {
        width: 80%;
        display: block;
        margin:0 auto;
    }

    .circle {
        font-size: 2.2em;
        width:40%;
}
.circle_legend {
    padding: 20px 0.5% 0 0.5%;
    font-size: 1em;
    margin-bottom: 25px;
}
.events_wrap {
    width: 80%;
    display: block;
    margin: 25px auto;
}
.section2 {padding: 50px 0 50px 0;}
}

@media screen and (max-width: 650px) {
.rectangle img {
    max-height: 150px;
}
.slider_images {
    height:340px;
    padding: 92px 0;}
}

@media screen and (max-width: 600px) {

    .hero-image .cadre_img {
        width: calc(100% - 10px);
        padding: 5px;
      }

    .newsl { width: calc(90% - 30px);
        padding: 25px 15px;
        max-width: 500px;
    }
    .section_news {
        background-size: cover;
        background-position: -210px 0px;
    }

    .menu_mobile ul div {
        margin: 0 0 0 auto;
        width: 90%;
        display: block;
        padding: 0 1%;
    }


    /* other elements */


    .circle {
        font-size: 1.8em;
    }


    .acti a {
        font-size: 0.9em;
    }
    .color_bg h2 a {
        font-size: 1em;
    }

    .color_bg {
        height: 330px;
    }

    .la_une,
    .actus_liste {
        display: block;
        width: 100%;
    }
    .section4 .acti {
        width: 70%;
    }

    .actu_titles {
        width: 60%;
        padding: 10px 5px;
    }
    .actu_titles p {margin:0px 0;}

    .full_cadre, .menu_rub .full_cadre {width:calc(100% - 30px);}
    .section3 .pres {
        display: block;
        width: 90%;
    }
    .section3 .pres_img {
        vertical-align: top;
        width: 85%;
    }
    .text4 .pres_img2 {
        display: block;
        width: 70%;
        margin: 0 auto;
        }
    .footer .div {
        display: block;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .mentions {
        padding: 10px 5% 33px 5%;
    }



    .ariane {
        font-size: 0.8em;
    }

    .side_form_button {
        right: -115px;
        padding: 5px 15px 5px 15px;
        font-size: 0.9em;
    }
    .side_form {
        font-size: 0.8em;
    }

    .tableau-article {
        font-size: 0.7em;
    }

    .underline_ragged4 .etiquettes_cat {
        display: none;
    }

    #map {
        height: 300px;
    }

    .tarifs, .documentation table {border-spacing: 3px;
        font-size:0.9em;}

    .price_list, .price_list_yellow, .price_list_green {border-spacing: 2px 0;
    font-size:0.9em;}

    .section_inside .price_list td h1,
    .section_inside .price_list_yellow td h1,
    .section_inside .price_list_green td h1 {font-size:1em;}

    .section_inside .pres .price_list td h2,
    .section_inside .pres .price_list_yellow td h2,
    .section_inside .pres .price_list_green td h2 {font-size:1em;}

    .section_inside .tarifs td h1,
    .section_inside .tarifs td h2,
    .section .tarifs td h1,
    .section .tarifs td h2,
    .section .documentation table td h1,
    .section .documentation table td h2   {
        font-size: 1.1em;
    }

    .form-style-6{font-size:0.8em;}

    .panel2 .acti, .section2 .acti {
        margin: 0 auto 25px auto;
        width: calc(85% - 40px);
        display: block;
    }
}

@media screen and (max-width: 580px) {

    .section {padding:0;
    }

    .resas {
        font-size: 0.9em;
    }

    .section_news {
        background-size: cover;
        background-position: -230px 0px;
    }
}

@media screen and (max-width: 512px) {
.rectangle img {
    max-height: 130px;
}
.slider_images {
    height:300px;
    padding: 92px 0;}
}

@media screen and (max-width: 500px) {

    .tarifs, .documentation table {border-spacing: 3px;
        font-size:0.8em;}

    .circle {
        font-size: 1.5em;
    }

    .acti a {
        font-size: 0.9em;
    }

    .acti h2 {
        margin: 10px auto 0 auto;
    }


    .pres h1,
    .section2 h1,
    .section3 h1,
    .section .pres h1,
    .section3 .pres h1,
    .section4 h1,
    .section5 h1,
    .section_inside h1,
    .panel4 .text h1 {
        font-size: 1.3em;
    }

    .section h2,
    .section2 h2,
    .section3 h2,
    .section4 h2,
    .section_inside h2,
    .click-to-action h2,
    .section_inside .pres .contenu h2 {
        font-size: 1em;
    }

    h3 {
        font-size: 1em;
    }

    .section_inside .price_list td h1,
    .section_inside .price_list_yellow td h1,
    .section_inside .price_list_green td h1 {font-size:1.1em;}

    .diapo h1,
    .diapo_slide h1 {
        font-size: 2em;
    }
    .circle_legend {
        padding: 20px 2px;
    }
    .acti {padding:10px;}
    .colonne_2 img, .img_rubrique {
        padding: 5px;
        width: calc(100% - 20px);
    }
    .circle2 {
        width: 300px;
        height: 300px;
    }
    .bottom_bar_last_actu {
        width: calc(100% - 20px);
        padding: 3px 10px;
        font-size:0.5em;}
}

@media screen and (max-width: 433px) {
    .bouton_diapo a::after{
    content: '';
  background: rgba(255, 255, 255);
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  top: -10px;
  right: 10px;
  z-index: -1;
  transition: 0.2s ease;
}
.bouton_diapo a::before {
    z-index: -1;
    content: '';
    background: rgba(255, 255, 255);
    position: absolute;
    width: 60px;
    height: 40px;
    border-radius: 50%;
    top: -8px;
    right: 35px;
    transition: 0.2s ease;
  }
    .bouton_diapo a, .footer .bouton_diapo a, .bouton_diapo .btn, a.bouton_vert {
        padding: 12px 8px 13px 8px;
    }
/*     .acti_img {
        height: 200px;
    } */

/*     .section2 .acti_img {
        height: 230px;
    } */
    .diapo h1,
    .diapo_slide h1 {
        font-size: 1.7em;
    }


    .circle2 {
        width: 200px;
        height: 200px;
    }
    .circle_legend2 {
        font-size: 0.9em;
    }
}
