/* @import url(https://fonts.googleapis.com/css?family=Ruda:400,700,900); */
/* Cooper black & italic*/
/* font-family: cooper-black-std, sans-serif;*/
/* font-weight: 400; */
/* font-style: normal, italic */

/*@import url(https://use.typekit.net/hzq7zjw.css);*/

@import url(https://fonts.googleapis.com/css?family=Merienda);

@import url(https://fonts.googleapis.com/css?family=Sansita+Swashed);

@import url(https://fonts.googleapis.com/css?family=Josefin+Sans);

@import url(https://fonts.googleapis.com/css?family=League+Gothic);


html,body{
  margin:0;
  padding:0;
  font-family: "Josefin Sans", sans-serif;
  line-height: 150%;
}

ul, ol, li {
    list-style: none;
}

body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, textarea, th, td, figure {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

#header{
  text-align: center;
  height:60px;
  padding:5px 0;
  background: #efefef;
}

#content{
  /*display: none;*/
}

#footer{
  text-align: center;
  height:60px;
  padding:5px 0;
  background: #dfdfdf;
  display: none;
}

a {
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    transition: all 0.1s ease;
}

a, a:hover {
    text-decoration: none;
}

header {
    height: 165px;
    /*height: 203px;*/
    position: relative;
    background: #f6f6f6;
    /*background: #fff;*/
}

header #logo img {
    display: block;
    margin: auto;
}

header nav {
    height: 105px;
    box-sizing: border-box;
}

header nav .menu-bt {
    display: none;
}

img {
    max-width: 100%;
    height: auto;
}

header .container {
    height: 100%;
}


header #logo {
    display: flex;
    width: 230px;
    height: 85px;
    /*height:auto;*/
    /*background: #cd1719;*/
    position: absolute;
    left: 2%;
    left:0;
    top: 0;
}

header #logo img{
  width:auto;
}

header nav i {
    display: block;
    color: #cd1719;
    font-size: 45px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header nav ul.menu {
    display: flex;
    margin-left: 250px;
    margin-left: 25%;
    justify-content: space-around;
    height: 105px;
    position: relative;
}

header nav ul.menu > li {
    width: 14%;
}

header nav ul.menu li a {
    color: #000;
    font-weight: 500;
    /*font-size: 15px;*/
    font-size: 1em;
    text-align: center;
    position: relative;
    display: block;
    height: 100%;
    padding-top: 5px;
    box-sizing: border-box;
    /*border-bottom: 3px solid #fff;*/
    z-index: 2;
    line-height: 130%;
    font-size: 0.9em;
}

header nav ul.menu img {
    height: 50px;
    height:45px;
    display: block;
    margin: 0 auto 5px auto;
}

header nav ul.menu a span {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 2;
}

header nav ul.menu > li.menu-item-has-children > a::after {
    display: block;
    content: '';
    width: 26px;
    height: 26px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -13px;
    bottom: -13px;
    transform: rotate(45deg);
    opacity: 0;
}

header nav ul.menu li ul.sub-menu {
    display: none;
    position: absolute;
    /*left: 25px;*/
    top: 105px;
    height: 60px;
    background: #fff;
    border:0;
/*
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    */
    /*border-bottom: 1px solid #cfcfcf;*/
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

header nav ul.menu li ul.sub-menu.sub-menu-3{
    top:2px;
}

header nav ul.menu li ul.sub-menu li {
    width: auto;
    height: 100%;
    background: transparent;
    border-bottom: 1px solid #cfcfcf;
}

header nav ul.menu li ul.sub-menu li a {
    display: flex;
    /*display: flow-root;*/
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 5px 15px;
    box-sizing: border-box;
    color: #595555;
    border: 0;
    line-height: 100%;
    font-size: 0.9em;
    line-height: 120%;
    text-align: left;
}

header nav ul.menu li ul.sub-menu li a:hover{
  border-bottom: 2px solid #20925b;
  top:2px;
}

header nav ul.menu li ul.sub-menu-3 li a:hover{
  border-bottom: 2px solid #cb2947;
  top:2px;
}



[class^="icon-"], [class*=" icon-"] {
    /*font-family: 'wp-weather' !important;*/
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.none, .menu-mobile, .menu-bt, .nav-container .nav2, .nav-container .search-container, .nav-container .fermer-bt {
    display: none;
}


/* MAIN */

header, hgroup, section, article, aside, figure, figcaption, nav, footer{
  display:block;
}


.container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


#main {
/*    margin-top: -80px;*/
  z-index:0;
}

.main_off{
  margin-top:39px;
}

.main{
  margin-top:-80px;
}

main .container {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 45px 60px 60px 60px;
}

#main .container {
    background: #f6f6f6;
    box-sizing: border-box;
    padding: 45px 60px 60px 60px;
    padding: 30px 60px 60px 60px;
    padding: 30px 30px 30px 30px;
    padding:30px 2%;
}

.home #main .container h1 {
    font-family: 'Oswald';
    font-family: "Josefin Sans", sans-serif;
    font-family: "Merienda", sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin: 0 auto 40px auto;
    margin: 0 auto;

    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    color:#149359;
    line-height: 150%;
}



.home #main .container h2 {
    font-family: 'Oswald';
    font-family: "Josefin Sans", sans-serif;
    font-family: "Merienda", sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin: 0 auto 40px auto;
    margin: 0 auto;

    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    color: #000;
    color:#149359;
    line-height: 150%;
}

#main .container h2 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    color: #cd1719;
    font-size: 35px;
    text-transform: uppercase;
    margin-bottom: 20px;
    line-height: 150%;
}

/* ACTUS */

#main .container .actu-container {
    position: relative;
}

ul.liste-actus {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    clear: both;
}

ul.liste-actus li.item1, ul.liste-actus li.item2 {
    width: calc(50% - 5px);
    height: auto;
    min-height: 250px;
}

ul.liste-actus li {
  /*
    width: calc(33% - 2px);
    width: calc(30% - 2px);
  */
    width:30%;
    height: 180px;
    height:250px;
    background: #fff;
    margin-bottom: 30px;
    position: relative;
    padding: 0 !important;
    border:1px solid #efefef;
    margin:10px 1.5%;
}

ul.liste-actus li .texte-actu p{
  display: none;
}

#main .container ul.liste-actus li.item1 a, #main .container ul.liste-actus li.item2 a {
    display: flex;
    flex-direction: row-reverse;
}

#main .container ul.liste-actus li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

#main .container a {
    color: #cd1719;
    /*text-decoration: underline;*/
}

ul.liste-actus li figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

ul.liste-actus li.item1 figure, ul.liste-actus li.item2 figure {
    width: 50%;
    height: 100%;
}

ul.liste-actus li figure .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover !important;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul.liste-actus li .texte-actu {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height:30px;
    height:50px;
    padding: 5px 20px;
    padding:5px 2%;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    background: #fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
}

ul.liste-actus li.item1 .texte-actu, ul.liste-actus li.item2 .texte-actu {
    width: 50%;
    height: 100%;
    background: #cd1719;
    color: #fff;
    position: relative;
    padding: 20px;
    display: block;
}

.home #main .container ul.liste-actus li .texte-actu h2,
#main .container ul.liste-actus li .texte-actu h2,
.texte-actu h2,
#main .container ul.liste-actus li .texte-actu-detail h2
  {
    font-family: "Josefin Sans", sans-serif;
    color: #fff;
    text-align: center;
    text-transform: none;
    position: relative;
    font-size: 0.9em;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 0;
    color:#000;

}

#main .container ul.liste-actus li .texte-actu-detail h2{
  font-family: "Josefin Sans", sans-serif;
  color: #fff;
  text-align: center;
  text-transform: none;
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 0;
  color:#000;
}

.home #main .container ul.liste-actus li.item2 .texte-actu h2, #main .container ul.liste-actus li.item2 .texte-actu h2,
 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 23px;
    color: #fff;
    text-align: left;
    text-transform: none;
    position: relative;
    margin-bottom: 40px;
    color:#000;
}

ul.liste-actus li.item1 .texte-actu::before, ul.liste-actus li.item2 .texte-actu::before {
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background: #cd1719;
    transform: rotate(45deg);
    position: absolute;
    right: -10px;
    top: 40px;
}

.home #main .container ul.liste-actus li.item1 .texte-actu h2::after,
#main .container ul.liste-actus li.item1 .texte-actu h2::after,
.home #main .container ul.liste-actus li.item2 .texte-actu h2::after,
#main .container ul.liste-actus li.item2 .texte-actu h2::after{
    display: block;
    content: '';
    width: 140px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}

ul.liste-actus li.item1 .texte-actu p, ul.liste-actus li.item2 .texte-actu p,
ul.liste-actus li.item .texte-actu p, ul.liste-actus li.item .texte-actu p

{
    display: block;
}

#main .container p {
    line-height: 20px;
    line-height: 150%;
}

#main .container a.bouton {
    background: #cd1719;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 40px;
    min-width: 260px;
    box-sizing: border-box;
    display: table;
    border-radius: 5px;
    border: 2px solid #cd1719;
}

#main .container a.bouton.actu-bt {
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 5px 20px;
    width: auto;
    min-width: auto;
    height: auto;
    line-height: normal;
    position: absolute;
    top: -50px;
    right: 0;
}

/* CHOIX */

.home .choix {
    width: 690px;
    padding: 10px 20px;
    box-sizing: border-box;
    margin: 20px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.home #main .container .choix h3 {
    width: 100%;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    padding: 5px 0;
    margin: 0 0 5px 0;
}

.home .choix .bloc {
    width: 49.5%;
    position: relative;
}
/*
.bloc::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #cd1719;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*/

.home #main .container .choix .bloc a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    border: 0;
    padding: 25px;
    box-sizing: border-box;
    text-decoration: none;
    position: relative;
}

.home #main .container .choix .bloc a h4 {
    font-weight: 500;
    font-size: 30px;
    margin-bottom: 40px;
    position: relative;
}

.home .choix .bloc::before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: #cd1719;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.home #main .container .choix .bloc a h4::after {
    display: block;
    content: '';
    width: 105px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}

/* INSTA */
.home .insta {
    padding-top: 20px;
}

#main .container a.bouton.insta-bt {
    display: inline-flex;
    font-size: 16px;
    font-weight: 400;
    text-transform: none;
    padding: 5px 20px;
    width: auto;
    min-width: auto;
    height: auto;
    line-height: normal;
    position: relative;
    left: 50%;
    transform: translate(-50%, 0);
    border-radius: 0;
    font-size: 14px;
}

#main .container a.bouton.insta-bt svg {
    width: 15px;
    margin-right: 10px;
}


#sbi_mod_error {
    display: none;
    border: 1px solid #ddd;
    background: #eee;
    color: #333;
    margin: 10px 0 0;
    padding: 10px 15px;
    font-size: 13px;
    text-align: center;
    clear: both;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#sbi_mod_error span {
    font-size: 12px;
}

#sbi_mod_error p {
    padding: 5px 0!important;
    margin: 0!important;
    line-height: 1.3!important;
}


/* FOOTER */


footer {
  /*
    background: url(https://www.chemindefer-baiedesomme.fr/uploads/7a6ytd5zov8hg2seiubcx1ml4w90prjq.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
    */
    padding: 20px 3%;
    text-align: center;
    color:#686868;
    background: #fff;
    font-family: "Josefin Sans", sans-serif;

}

footer h1{
  text-transform: uppercase;
  font-size: 1.2em;
  padding:10px 2%;
  color:#149359;
}


footer h2{
  text-transform: uppercase;
  font-size: 1.1em;
  padding:10px 2%;
  color:#149359;

}


footer h3{
  text-transform: uppercase;
  font-size: 1em;
  padding:10px 2%;
  color:#149359;

}

footer h4{
  text-transform: uppercase;
  font-size: 0.9em;
  padding:10px 2%;
  color:#149359;

}

footer p {
  font-size: 0.9em;
  line-height: 130%;
}


footer a, footer a:link, footer a:visited{
  color:#000;
}

footer a:hover{
  color:#686868;
}

footer ul.menu-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

footer ul.menu-footer li {
    margin: 0px 10px;
}

footer ul.menu-footer li a {
    color: #fff;
    font-size: 16px;
}

footer .text-newsletter {
    clear: both;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 50px;
    letter-spacing: 1px;
}

footer .fb-bt {
    display: inline-flex;
    align-items: center;
    margin: 40px auto 50px auto;
    background: #fff;
    color: #cd1719;
    text-transform: uppercase;
    font-size: 17px;
    border-radius: 5px;
    padding: 5px 25px 5px 25px;
    letter-spacing: 1px;
    position: relative;
}

footer .fb-bt i {
    font-size: 25px;
    position: relative;
    left: 22px;
}

.icon-facebook:before {
    content: '\f09a';
}

footer .fb-bt::after {
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    background: #cd1719;
    position: absolute;
    right: 40px;
    top: 0;
}


/* PHOTO HEADER */

.home .photo-header {
    /*height: calc(100% - 165px);*/
    background: #f6f6f6;
    position: relative;

    height:250px;
    /*top:-60px;*/
    z-index: -1;
}

.photo-header {
    width: 100%;
    height: 50vh;
    background: url(https://lepetittraindelamure.com/wp-content/themes/petittrain/images/header-accueil.jpg) no-repeat center center;
    background-size: cover !important;
    position: relative;
}

.home .photo-header .slider {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.home .photo-header .slider div {
    width: 100%;
    height: 100%;
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.home .photo-header .slider div {
    width: 100%;
    height: 100%;
}


.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.home .photo-header .slide-container {
    background-size: cover !important;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}


/* SEARCH */

header .search-container {
    position: fixed;
    right: -205px;
    right:0;
    top: 175px;
    top: 270px;
    z-index: 1000;
    /*
    padding: 10px 10px 10px 60px;
    padding:5px 1%;
    */
    background: #f6f6f6 url(https://lepetittraindelamure.com/wp-content/themes/petittrain/images/loupe.jpg) no-repeat 10px center;
    border-radius: 5px 0 0 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #D02645;
    /*background: #efefef;*/
    height:34px;
    padding-right:1%;
    width:270px;
    width:255px;
    padding-top:5px;
    padding-bottom:5px;
    background:#efefef;
    border:1px dashed #d02645;
}


header .search-container .search-bt {
    display: block;
    margin:0;
    padding:0;
    margin-top:5px;

    /*position: absolute;*/
    /*left: 0;
    top: 0;*/
    display:inline-block;
    vertical-align: top;
    text-align: center;
    /*margin-left:3%;*/
    filter: contrast(1);

}

header .search-container .search-bt  img {
    /*max-width: 100%;
    height: auto;*/
    height:35px;
    width:35px;
}

header .search-container.active{
  right:0;
}

header .search-container .search-bt span {
  display: none;
}


header .search-container form {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top:2px;
}

header .search-container input.search-field {
    width: 160px;
    width: 140px;
    height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #dfdfdf;
    margin-right:5px;
}

header .search-container input.search-submit {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background:  #d02645;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}

/* BILLETERIE */

header .widget.billeterie {
    display: block;
    width: auto;
    height: 40px;
    background: #D02645;
    position: fixed;
    right: -130px;
    right:0;
    top: 250px;
    top: 370px;
    top: 340px;
    top: 330px;
    border-radius: 5px 0 0 5px;
    z-index: 8000;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding:5px 2% 0 2%;
    background: #efefef;
    border:1px dashed #149359;
}

header .widget.billeterie.active{
  right:0;
}

header .widget.billeterie a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}

header .widget.billeterie svg {
    width: 45px;
    height: 45px;
    margin: 0 15px;
}

header .widget.billeterie span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    color:#149359;
}

header::after {
    display: block;
    content: '';
    width: 100%;
    height: 60px;
    background: #f6f6f6;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}


/* HEADER CONTAINER */

.home .header-container {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 0 80px 0;
    box-sizing: border-box;
    margin-top: -200px;
}

.home .header-container hgroup {
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    margin-bottom: 40px;
}

.home .header-container hgroup h2 {
    margin-bottom: 0;

}


.photo-header hgroup h3, .header-container hgroup h3 {
  font-family: "Merienda", sans-serif;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.home .photo-header::after {
    display: block;
    content: '';
    width: 100%;
    height: 200px;
    background: rgba(0,0,0,0.5);
    position: absolute;
    left: 0;
    bottom: 0;
    display: none;
}


.widget-header {
    background: #f6f6f6;
    padding: 50px 30px 30px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.widget-header .widget.billeterie {
    position: relative;
}

.widget-header .widget.billeterie a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.widget-header .widget.billeterie span {
    display: none;
}

.widget-header .widget.meteo {
    width: 300px;
    background: #f5f5f5;
    box-shadow: 1px 1px 5px #d9d9d9;
}

.widget-header .widget.meteo #sidebar {
    transform: scale(0.9);
    position: relative;
    top: -5px;
}

.widget-header .widget.meteo .widget-title {
    display: none;
}


.hidden{
  display: none!important;
}


header .menu-lang {

    position: absolute;
    right: -50px;
    top: 25px;
    display: block;
}



header .menu-lang img{
  height:20px;
}


header nav ul.menu li ul.flex{
  display: flex;
}


header nav ul.menu > li.menu-selected {
  border-bottom:2px solid #149359;
}


header nav ul.menu li ul.sub-menu li.sub_menu_selected a.sub_menu_selected {
  color:#149359;
  border-bottom:2px solid #149359;
}

header nav ul.menu > li:hover{
  border-bottom:2px solid #149359;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}


header nav ul.menu li ul.sub-menu li:hover a:first{
  color:#149359;
}

header nav ul.menu li ul.sub-menu-3 {
  /*  display: block;*/
    position: absolute;
    /*left: 25px;*/
    top: 105px;
    top: 60px;
    top: 61px;
    left:0;
    /*left:-1px;*/
    height: 36px;
    background: #fff;
    border:0;
/*
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;*/
    border-bottom: 1px solid #cfcfcf;
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    */
}

header nav ul.menu li ul.sub-menu-3 li {
    width: auto;
    height: 100%;
    display: inline-block;
}

header nav ul.menu li ul.sub-menu-3 li a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 0 15px;
    box-sizing: border-box;
    color: #595555;
    border: 0;
}

header nav ul.menu li ul.sub-menu-3-selected{

}


header nav ul.menu li ul.sub-menu-3-selected li a.sub-menu-3-selected{
  color:#149359;
  color:#D02645;
  /*border-bottom:2px solid #149359;*/

}


#meteo_reseaux{
  width: 1280px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  /*background: #efefef;*/
  /*padding:5px 0 20px 0;*/
  text-align: right;
  /*border-bottom: 1px dashed #efefef;*/
  height:60px;
  padding-top:30px;
}


#meteo_reseaux img{
  width:30px;
  height:auto;
  vertical-align: middle;
}

#meteo_reseaux a, #meteo_reseaux a:link {
  margin:0 1%;
}


#meteo_reseaux #div_right{
  /*float:right;
  width:40%;
  text-align: right;*/
}

#meteo_reseaux #div_left{
  float:left;
  width:40%;
  text-align: left;
}

#meteo_reseaux #div_left img{
  height:20px;
  width:auto;
}


.header_separator{
  margin:0 1%;
  /*color:#000;*/
  border-right:1px solid #686868;
}


header .widget.billeterie img{
  width:35px;
  height:auto;
  vertical-align: middle;
  /*padding:0 5% 0 0;*/
}

/* FOOTER */

ul.liste-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    clear: both;
    padding:5px 0.5%;
}

ul.liste-footer li.item1, ul.liste-footer li.item2 {
    width: calc(50% - 5px);
    height: auto;
    min-height: 250px;
}

ul.liste-footer li {
    width: calc(33% - 2px);
    height: 180px;
    background: #fff;
    margin-bottom: 10px;
    position: relative;
    /*
    padding: 0 !important;
    padding: 0 1%!important;
    */
}

ul.liste-footer li.item3 {
    /*width: calc(20% - 5px);*/
    width:22%;
    padding:0 1.5%;
    height: auto;
    min-height: 250px;
}


ul.liste-footer li .texte-actu p{
  display: none;
}


.fullwidth{
  padding:10px 2%;
  background: #f6f6f6;
}


.align_justify {
  text-align: justify;
}

.align_right{
  text-align: right;
}



.texte-footer {
  line-height: 120%;
  /*text-align: justify;*/
}


#inscription_newsletter{

}

#inscription_newsletter input{
  border:1px solid #efefef;
  padding:5px 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#inscription_newsletter button {
  border:1px solid #efefef;
  padding:5px 2%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #d02645;
  color:#fff;
}


#footer_horizontal{
  padding:0 2%;
  margin-top: 50px;
  margin-bottom:50px;
}

#footer_horizontal a, #footer_horizontal a:link, #footer_horizontal a:visited{
  color:#686868;
}

#footer_horizontal a:hover{
    color:#000;
}


/* VIDEO */

.video-header{
  min-height:700px;
  position: relative;
  /*top:-62px;*/
}

.section-video .video-image {
    min-height: 300px;
}
/*
img:not(.navbar-brand-img) {
    max-width: 100%;
    height: auto;
}
*/

.object-center {
    -o-object-position: center;
    object-position: center;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: cover;
}

.h-100 {
    height: 100%!important;
}

.w-100 {
    width: 100%!important;
}


/*
.scrolldown {
    -webkit-animation: scrollDown 2s infinite alternate;
    animation: scrollDown 2s infinite alternate;
}
.bottom-40 {
    bottom: 40px;
}
.calendar-lg, .calendar-sm, .calendar-tribe, .position-absolute {
    position: absolute!important;
    top:250px;
}

.gform_fields, .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.p-0 {
    padding: 0!important;
}
.position-relative {
    position: relative!important;
}
.align-items-center {
    align-items: center!important;
}
.justify-content-center {
    justify-content: center!important;
}
.d-flex {
    display: flex!important;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
*/


#blocs_div{
  text-align: center;
  position: absolute;
  width:100%;
  /*top:300px;*/
  top:150px;
}

.bloc_div{
  width:30%;
  margin:0 1.5%;
  margin:0;
  display: inline-block;
  /*min-height: 300px;*/
  text-align: center;
  cursor: pointer;
  vertical-align: top;
}

.bloc_div a, .bloc_div a:link{
  color:#000;
}

.bloc_div a:hover{
  color:#149359;
}


.bloc_div_icon{
  width:100px;
  text-align: center;
  margin:0 auto;
  position: relative;
  z-index: 900;

}

.bloc_div_content{
  width: 70%;
  margin:0 auto;
  background: #fff;
  min-height: 250px;
  padding:10px 0;
  position: relative;
  z-index: 800;
  top:-50px;
  padding-top:60px;
  border:1px solid #cfcfcf;
  line-height: 120%;
}


.bloc_div_content h1{
  margin-bottom: 10px;
}


.bloc_div_content h2{
  margin-bottom: 10px;
}


.header-home{
  background: #d02645;
}

.home .header-home {
    width: 100%;
    height: auto;
    position: relative;
    padding: 30px 0 30px 0;
    box-sizing: border-box;
    margin-top: -200px;
    margin-top: -153px;
}

.home .header-home hgroup {
    height: auto;
    padding: 0;
    background: none;
    position: relative;
    margin-bottom: 40px;
    margin:0;
}

.home .header-home hgroup h2 {
    margin-bottom: 0;

}

/*
#main .container .content-site p{
  line-height: 120%;
}

*/


.content-site{
  padding:10px 0;
}

.align_center{
  text-align: center;
}

.align_left{
  text-align:left!important;
}

.align_right{
  text-align:right!important;
}

.align_justify{
  text-align: justify!important;
}


strong, b{
  color:#d02645;
}


.content-site h3{
  color:#c0392b;
  text-transform: uppercase;
  font-family: "Josefin Sans", sans-serif;
  color: #cd1719;
  font-size: 1.4em;
  text-transform: uppercase;
  margin-bottom: 20px;
}


.inline_block{
  display: inline-block;
  vertical-align: top;
}

#main .container p img{

}

#main .container p.width_50{
  width:47%;
  margin:0 1%;
}

#main .container p.width_75{
  width:73%;
  margin:0 1%;
}

#main .container p.width_65{
  width:63%;
  margin:0 1%;
}

#main .container p.width_35{
  width:33%;
  margin:0 1%;
}


#main .container p.width_25{
  width:23%;
  margin:0 1%;
}

#main .container .content-site{
  color:#686868;
}

#main .container .content-site strong{
  color:#000;
}


#social2023{

}

.liste-footer .image_solo{
  margin:10px 0;
}


.central_content{
  margin-top:46px;
}


.slogan_main{
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  position: relative;
  left: 0;
  height: 30px;
  height: 50px;
  padding: 5px 20px;
  padding: 5px 2%;
  box-sizing: border-box;
  background: rgba(0,0,0,0.5);
  background: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.9;
  color:#000!important;
}


#main .gallery {
    background: #f6f6f6;
    box-sizing: border-box;
    padding:0;
    text-align: center;
    margin: 0 auto;
    width: 1280px;

}

#main .gallery.fullWidth img{
  width:100%;
}

.element_texte{
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 30px 60px;
  padding: 30px 5%;

  width: 1280px;
  margin: 0 auto;
/*  position: relative;*/
  z-index: 1;
}


#main .fullWidth{
  width:100%;
}

.fullWidth{
  width:100%;
}


.gallery_images img{
  width:100%;
  max-height:auto;
}


.image_titres{
  text-align: center;
  margin:10px 0;
  font-size: 0.9em;
  font-style: italic;
  color:#686868;
}


.element_galerie{

}

.picto{
  width:20px;
  vertical-align: text-bottom;
}


.pictoAverage{
    width: 30px;
    vertical-align: text-bottom;
}


.pictoLarge {
	width:50px;
	vertical-align:text-bottom;
}

.pictoBig{
	width:80px;
	vertical-align:text-bottom;
}


.datas{
  display: none;
}


.pictoDoc{
	width:25px;
	background-color:#fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	vertical-align:middle;
	margin-right:2%;
	/*padding:3px 1%;*/

}

#resource_content{
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 30px 60px;
  padding: 30px 30px;
  padding: 10px 30px 30px 30px;
  padding:10px 3%;
  width: 1280px;
  margin: 0 auto;
/*  position: relative;*/
  z-index: 1;
}


/* A DEFINIR */

@-webkit-keyframes blinker {
	0%, 50%, 100% {
		 opacity: 1;
	}
	25%, 75% {
		 opacity: 0;
	}
}

.btn_blink {
  -webkit-animation-name: blinker;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 6s;
}

.btn_unavailable{
	background: linear-gradient(-45deg, white 25%, #efefef 25%, #efefef 50%, white 50%, white 75%, #efefef 75%);
	cursor:default;
}


.pictoTrain{
	cursor:pointer;
}


.webcam {
	width:50%;
	margin:0 auto;
}

.icons_social {
	width:30px;
	height:auto;
	margin-right:5%;
}

#social{
	/*line-height: 450%;*/
	line-height:150%;
}


/* A DEFINIR */


/* ELEMENT DETAIL */

#element_detail_description .mapLocalisationButtonsDoc a,
#element_detail_description .mapLocalisationButtonsDoc a:link,
#element_detail_description .mapLocalisationButtonsDoc a:visited{
	color:#fff;
}

#element_detail_description .mapLocalisationButtonsDoc a:hover{
	color:#efefef;
}

#element_detail{
	position:absolute;
	top:0;
	left:0;
	width:30%;
	min-height:1000px;
	_height:1000px;
	background-color:#fff;
	padding:0;
	display:none;
	border-right:3px solid #efefef;
	padding:0;
	z-index:3000000;
}

#element_detail ul, #element_detail ol{
	font-size:1em;
}

#element_detail_titre{
	background-color:#20925b;
	color:#fff!important;
	padding:5px 2% 5px 3%!important;
	font-size:1em!important;
}

#element_detail_photos{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:center;
	/*	height:450px;
	overflow-y:scroll;*/
}


#element_detail_description{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:justify;
	/*	height:450px;
	overflow-y:scroll;*/
}

.element_detail_close{
	text-align:right;
	color:#fff;
	background-color:#efefef;
	padding-right:2%;
	cursor:pointer;
	font-size:0.9em;
}



#element_detail_description a, #element_detail_description a:link, #element_detail_description a:visited{
	color:#20925b;
}

#element_detail_description a:hover{
	color:#686868;
}

#element_detail_titre_alertify{
	background-color:#20925b;
	color:#fff!important;
	padding:5px 2% 5px 3%!important;
	font-size:1em!important;
}

#element_detail_photos_alertify{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:center;
	/*	height:450px;
	overflow-y:scroll;*/
}


#element_detail_description_alertify{
	padding:20px 5% 5px 5%!important;
	font-size:0.8em;
	text-align:justify;
	/*	height:450px;
	overflow-y:scroll;*/
}

/* ELEMENT DETAIL */

.selection_parcours{
	/*color:#cb2947;*/
	color:#20925b;
  color:#000;
	font-size:1.2em!important;
	/*font-family: "Lora", "Times New Roman", serif;*/
	text-align: center;
	padding-top:20px!important;
	text-transform: capitalize;
}

.ajs-content ul {
		margin-top:20px;
}

.ajs-content li {
	font-size: 0.9em;
}


.cc-banner.cc-bottom{
	border-top:2px solid #25915d;
}


.form_date{
	width:auto!important;
	text-align: center;
	background:#fff!important;
}

.form_hour{
	width:auto!important;
	text-align: center;
	background:#fff!important;
}



.ui-datepicker-div{
	z-index:5000000!important;
	font-size:0.9em!important;
	font-weight:normal!important;
}

.ui-datepicker{
	z-index:5000000!important;
	border:2px solid #15b4ca!important;

}

.ui-datepicker .ui-datepicker-title{
	font-weight:normal!important;
	color:#2F2F2F;
/*	background-color:#15b4ca!important;
	-webkit-border-radius: 5px!important;
	-moz-border-radius: 5px!important;
	border-radius: 5px!important;	*/

}

.ui-datepicker .ui-datepicker-buttonpane button{
	font-weight:normal!important;
}

#ui-datepicker-div.ui-datepicker.ui-widget.ui-widget-content {
	font-size:0.8em!important;
}


/* 2021 offline map */
#rechercher_image_results_offline {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:10px;
}

#rechercher_image_results_offline li {
	padding:5px 0 5px 1%;
	cursor:pointer;
}

#rechercher_image_results_offline li.select {
	border:1px solid #2F2F2F;
}

#rechercher_image_results_offline img{
	height:150px;
}

#supprime_icone_offline {
	cursor: pointer;
}


/* 2023 */

#rechercher_image_results_banner {
	list-style-type:none;
	margin:0;
	padding:0;
	font-size:1.0em;
	height:300px;
	overflow-y:auto;
	overflow-x:hidden;
	margin-bottom:10px;
}

#rechercher_image_results_banner li {
	padding:5px 0 5px 1%;
	cursor:pointer;
}

#rechercher_image_results_banner li.select {
	border:1px solid #2F2F2F;
}


.lienTousLesTrajets{
	display:block;
	clear:both;
	text-align: center;
	padding-top:20px;
	padding-bottom:100px;
}

.lienTousLesTrajets a, .lienTousLesTrajets a:link, .lienTousLesTrajets a:visited{
	padding:10px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #149359;
	color:#fff;
}

.lienTousLesTrajets a:hover{
	/*color:#d02645;*/
  color:#149359;
  background-color: #fff;
}


.lienTousLesTrajetsEntete{
	text-align: center;
	padding-top:10px;
	padding-bottom:0;
	padding:10px 2%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
  /*
  background-color:#c0f2d1;
	color:#2F2F2F;
  */
  background-color: #149359;
  color:#fff;
	cursor: pointer;
}

.lienTousLesTrajetsEntete:hover{
  color: #149359;
  background-color:#fff;
}


#date_voyage{
	color:#cb2947;
}

.grey {
    color: #686868!important;
}


.containerFooter {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}


.center{
  text-align: center;
}

.center img{
  border:1px solid #dfdfdf;

}


#main h2{
  text-align: center;
  padding:10px 0;
}

h1.green{
  padding:20px 0;
  margin:0;
  line-height: 120%;
  font-size: 1.5em;
}

/* FORMULAIRES */

.element_form{
  background: #f6f6f6;
  box-sizing: border-box;
  padding: 30px 60px;
  padding: 30px 30px;

  width: 1280px;
  margin: 0 auto;
/*  position: relative;*/
  z-index: 1;
}


.show_form{
    cursor: pointer;
    padding: 5px 1%;
    text-align: center;
    background: #cb2947;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    margin: 20px 0;
    width: 200px;
}


.show_form img.picto{
  vertical-align:middle;
  width:15px;
}


.form_field{
	height:auto;
}


.form_progress{
	text-align: right;
	margin-bottom:10px;
	opacity: 0;
}

.form_public{
	/*width:70%!important;
	margin:0 auto;*/
	margin:0 1%;
	/*font-size:0.9em;*/
}

.formelements_ul{
	margin:0;
	padding:0;
	margin-top:20px;

}


.formelements_ul li{
	list-style-type: none;
	margin:0;
	padding:0;
	margin:5px 0;
  margin-right:1%;
}


.formelement_title{
	font-weight: bold;
}


.required{
	color:#cb2947;
}



.form_public .inline_block{
  padding-right:2%!important;
}


.form_public input[type='text']{
      -webkit-appearance: none;
      -moz-appearance: none;
      border-radius: 0;
      background-color: #fff;
      border-style: solid;
      border-width: 1px;
      border-color: #ccc;
      box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
      color: rgba(0,0,0,0.75);
      display: block;
      font-family: inherit;
      padding: 0.5rem;
      width: 100%;
}

.form_public select{
      webkit-appearance: none !important;
      -moz-appearance: none !important;
      background-color: #FAFAFA;
      border-radius: 0;
      border-style: solid;
      border-width: 1px;
      border-color: #ccc;
      color: rgba(0,0,0,0.75);
      font-family: inherit;
      font-size: 0.875rem;
      line-height: normal;
      padding: 0.5rem;
      border-radius: 0;
      /*height: 2.3125rem;*/
}

.form_public input[type=checkbox], input[type=radio] {
    /*margin-right: 0.5em;*/
}


#main .form_public h1{

  text-align: left;
  margin: 10px 0;
  padding: 0;
  /*
  color: #cb2947;

  font-size: 1.2em;
  font-weight: bold;
  */
}

#main .form_public h2{
  text-align: left;
  padding: 0;
  color: #20925b;
  font-size: 1.1em;
  margin: 7px 0;
  font-weight: bold;
}

#main .form_public h3{
  text-align: left;
  margin: 0;
  padding: 0;
/*  color: #ce6a1c;*/
  color: #cb2947;

  font-size: 1em;
  margin: 5px 0;
  font-weight: bold;
}


.form_public button{

      cursor: pointer;
      padding: 8px 1% 5px 1%;
      text-align: center;
      background: #cb2947;
      border:1px solid #cb2947;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      color: #fff;
      margin: 0;
      width: 200px;
      font-size: 1.1em;
      font-family: inherit;
}


textarea{
  width: 100%;
  min-height: 150px;
  border-radius: 0;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc;
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  color: rgba(0,0,0,0.75);
  font-family: inherit;
  padding: 0.5rem;
}


/* MENU LATERAL */

header .widget {
    display: block;
    width: auto;
    /*height: 40px;*/
    background: #D02645;
    position: fixed;
    right:0;
    top: 330px;
    border-radius: 5px 0 0 5px;
    z-index: 8000;
    padding-right: 10px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /*padding:5px 2% 0 2%;*/
    padding:5px 0.5% 0 0.5%;
    background: #efefef;
    border:1px dashed #149359;


    z-index: 1000;

}

header .widget span {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    color:#149359;
}

header .widget img {
    /*max-width: 100%;
    height: auto;*/
    height:35px;
    width:35px;
}

header .widget a {
    display: flex;
    /*
    width: 100%;
    height: 100%;
    */
    align-items: center;


}

header .widget.active{
  right:0;
}
/*
header .widget a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
}
*/

header .widget svg {
    width: 45px;
    height: 45px;
    margin: 0 15px;
}

header .widget span {
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    color:#149359;
    margin-top:3px;
}

.widget-header .widget {
    position: relative;
}

.widget-header .widget a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.widget-header .widget span {
    display: none;
}

header .widget form {
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    margin-top:2px;
}

header .widget input.search-field {
    width: 160px;
    width: 140px;
    height: 30px;
    padding: 0px 10px;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

header .widget input.search-submit {
    width: 30px;
    height: 30px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background:  #d02645;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}


header .widget.search-bt {
    display: block;
    margin:0;
    padding:0;
    margin-top:5px;

    /*position: absolute;*/
    /*left: 0;
    top: 0;*/
    display:inline-block;
    vertical-align: top;
    text-align: center;
    margin-left:3%;
    filter: contrast(1);

}

header .widget.search-bt  img {
    /*max-width: 100%;
    height: auto;*/
    height:35px;
    width:35px;
}


/* FIN MENU LATERAL */


.popupClass{
    display: none;
}


.popupDisplay{
  padding:20px 1%;
  border:2px solid #149359;
}

.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green-cfbs{
  background: #149359!important;
}


.span_1{
  position: absolute;
  top:0;
  left:0;
  /*background: #f00;*/
  width:100%;
}


.span_2{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  /*background: #f00;*/
}


.no_bottom_border{
  border:0!important;
  background: #f00!important;
  width:100%!important;
}

header nav .menu-bt {
  cursor: pointer;
}

header nav .menu-bt i::before {
  /*  margin: 0 !important;*/
}

header nav .menu-bt span{
  display: none;
}
/*
.icon-menu:before {
    content: '\f0c9';
}
*/
/*
.icon-cancel:before {
    content: '\e806';
}
*/

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "ptm";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    /* opacity: .8; */
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    /* font-size: 120%; */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* text-shadow: 1p
*/
}


.pictoLateral{
  width:35px;
  height:35px;
  float:left;
  vertical-align: middle;
}


.clickablemenu{
  cursor: pointer;
}


#mapmenu_elements h1{
  background: #fff;
}


.element_video{
  text-align: center;
  width:1280px;
  margin: 0 auto;
}

.element_video iframe{
  /*width:95%;*/
  height:400px;
  margin:0 auto;
}


iframe{
  width:100%;
}


.open_bracket_div{
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.div_width{
    display: inline-block;
    vertical-align: middle;
    padding-right:1%;
    text-align: center;
}




#main .div_width_25{
    width:24%;
}

#main .div_width_33{
    width:32%;
}

#main .div_width_50{
    width:49%;
}

#main .div_width_66{
    width:65%;
}

#main .div_width_75{
    width:74%;
}

#main .div_width_77{
    width:76%;
}

#main .div_width_80{
    width:79%;
}


.div_width ul.liste-actus li{
  width:100%;
}


#searchForm input{
  width:90%;
  padding:10px 1%;
  font-size: 1em;
  text-align: center;
  margin:0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border:1px solid #dfdfdf;
}


.searchedTerm{
  padding:20px 1%;
}


.highlightterm{
  background: #f7f3b9;
}

#resultats_recherche_count{

}

.search_result{
  padding:3px 1%;
  text-align: center;
  margin-right:1%;
  display: inline-block;
  cursor: pointer;
}

.search_elements {
  background-color:rgb(104, 104, 104);
  color:#fff;
}

.search_contents{
  background-color:rgb(20, 147, 89);
  color:#fff;
}

.search_agendas{
  background-color:rgb(208, 38, 69);
  color:#fff;
}


#search_element_h3{
  background-color:rgb(104, 104, 104);
  color:#fff;
  padding:5px 1%;
  text-align: left;
  display: inline-block;
  width:40%;
/*  text-align: center;*/

}

#search_content_h3{
  background-color:rgb(20, 147, 89);
  color:#fff;
  padding:5px 1%;
  text-align: left;
  width:auto;
  display: inline-block;
  width:40%;

/*  text-align: center;*/
}

#search_agenda_h3{
  background-color:rgb(208, 38, 69);
  color:#fff;
  padding:5px 1%;
  text-align: left;
  width:auto;
  display: inline-block;
  width:40%;

/*  text-align: center;*/
}


#element_results{
  margin-top:30px;
}


#resultats_recherche_count{
  margin-top:20px;
  text-align: center;
}


.search_element_counter{
  width:30px;
  text-align: center;
  display: inline-block;
  margin-right:5px;
  border:1px dashed #000;
  margin:5px 0;
  background: #000;
  color:#fff;
}


.search_element_ul{
  margin-top:10px;
  margin-bottom: 50px;
}

.search_element_ul li {
  margin-bottom:20px;
}

#main .container a.search_element_url{
  color:#000;
}


.search_element_texte{
  background: #fff;
  font-size: 0.8em;
  padding:10px 2%;
  border:1px solid #dfdfdf;
}


#resultats_recherche_found, #resultats_de_recherche{
    text-align: center;
    margin-top:20px;
    font-family: "Merienda", sans-serif;
    font-weight: 500;
    font-size: 23px;
    margin-top:30px;
    text-transform: uppercase;
    text-align: center;
}


.pictoUp{
  width:30px;
  vertical-align: middle;
  cursor: pointer;
}

#clear_recherche_div{
  text-align: center;
  margin-top:10px;
}

#clear_recherche{
  cursor: pointer;
}


.search_element_counter_detail {
  background-color:rgb(104, 104, 104);
}

.search_content_counter_detail {
  background-color:rgb(20, 147, 89);
}

.search_agenda_counter_detail {
  background-color:rgb(208, 38, 69);
}


.agenda_date{
  color:#149359;
  text-align: center;
}


p{
  line-height:125%;
  padding:5px 0;
}


#contenu_public_elements h1 {
  line-height:150%;
  margin:10px 0;
}


#contenu_public_elements h2{
  line-height:150%;
  margin:5px 0;
  /*font-family: "Josefin Sans", sans-serif;*/
}


#contenu_public_elements h3{
  line-height:150%;
  margin:5px 0;
  /*font-family: "Josefin Sans", sans-serif;*/
}
