/* initialisations */

* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */

    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */

    box-sizing: border-box;
    font-family: "GothamRoundedBook", sans-serif;
    /* Opera/IE 8+ */

    outline: 0px;
}

html,body{width:100%;height:100%;}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    font-size: 10px;
    color: #434a53;
}



/*
* {
    text-decoration: none;
    -webkit-transition: all .400s ease;
    -moz-transition: all .400s ease;
    -ms-transition: all .400s ease;
    -o-transition: all .400s ease;
    transition: all 1s ease;
}
 */

.moncompte-btn.actif {
  background: #6E92C4;
}
.moncompte-btn.actif a {
  color: #fff;
}
.moncompte-btn {
    display: block;
  padding: 10px;
  background: #fff;
}
.moncompte-btn a {
  color: #6E92C4;
}

button, a {
    -webkit-transition: all .400s ease;
    -moz-transition: all .400s ease;
    -ms-transition: all .400s ease;
    -o-transition: all .400s ease;
    text-decoration: none;
    color: #fff;
    /* transition: all 1s ease; */
}

#gocarnet button {
    padding: 5px 12px 5px 12px;
    background-color: white;
    cursor: pointer;
    color: #1b7cb3;
    border: 1px solid #1b7cb3;
}
#gocarnet button:hover {
    background-color: #1b7cb3;
    color: white;
}

.overal {
    width: 96%;
    max-width: 1780px;
    margin: 0px auto;
}

.overal-small {
    width: 96%;
    max-width: 1700px;
    margin: 0px auto;
}

.overal-small.centered {
    padding: 30px 0px;
    text-align: center;
}

.overal-small.centered h3 {
    display: inline-block;
}

.nowrap{
  padding-bottom: 5px;
  white-space: initial;
}

span.subtitle {
    padding-right: 5px;
    font-weight: bold;
}


h1, h4, h5 {
    margin: 0px;
}
h2, h3, h2 a {
    margin: 20px 0;
    font-family: "GothamRoundedBook";
    font-weight: 400;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #434A54;
}
h2 {
    font-size: 2.6em;
}
.fce-2-col-colonne h2 {
  font-size: 2em;
}
.texte-couleur h2 {
  font-size: 1.7em;
}
h3 {
    font-size: 1.9em;
}

.slider-item-inner H2 {
    text-transform:none; !important
}

.gauche {
  float: left;
}

.droite {
  float: right;
}

.clearfix {
    content: '';
    display: block;
    clear: both;
}

img {
    position: relative;
    /*width: 100%;*/
    max-width: 100%;
    vertical-align: middle;
}

.csc-default {
  font-size: 1.2em;
}

.bodytext,
.align-left,
.align-right,
.align-justify,
ul li {
  font-family: "GothamRoundedBook";
  font-size: 14px;
  line-height: 1.3em;
}
.align-left{
  text-align: left;
}
.align-right {
  text-align: right;
}
.align-justify {
  text-align: justify;
}

.bouton-interne {
    position: relative;
    display: block;
    clear: both;
    max-width: 285px;
    margin: 10px auto 10px;
    padding: 20px;
    background: #6E92C4;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
    color: white !important;
}

.csc-header h2 {
    font-size: 1.9em;
}



.bodytext a,
.align-left a,
.align-right a,
.align-justify a,
ul li a {
  color: #fc4066;
}
.bodytext a:hover,
.align-left a:hover,
.align-right a:hover,
.align-justify a:hover,
ul li a:hover {
  text-decoration: underline;
}
.home-2 .bodytext a,
.home-2 .align-left a,
.home-2 .align-right a,
.home-2 .align-justify a,
.home-2 ul li a {
  color: #1b7cb3;
}


.sendOK {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #dff0d8;
    color: #3c763d;
    border: 1px solid transparent;
    border-color: #d6e9c6;
    border-radius: 4px;
}

.csc-uploads-fileName {
    text-decoration: none !important;
}
.csc-uploads-fileName a {
  font-family: "GothamRoundedBook";
    font-size: 1.15em;
    text-decoration: none;
    text-transform: uppercase;
    color: #6f90bf;
}
.csc-uploads-fileName a:before {
    content: "\f019";
  display: inline-block;
    margin-right: 8px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

.fce-2-col,
.fce-3-col {
  margin: 2em 0;

}
.fce-2-col .fce-2-col-colonne {
  float: left;
    width:50%;
    padding: 0 1em;
}

.fce-3-col .fce-3-col-colonne {
  float: left;
    width: 33%;
    padding: 0 .5em;
}

.fce-3-col .fce-3-col-colonne div.csc-textpic-center .csc-textpic-imagewrap {
    float: left;
    overflow: hidden;
    padding-right: 20px;
}

.fce-2-col .fce-2-col-colonne:first-child {
  padding-left: 0em;
}

.texte-couleur-fond {
  padding: 1em 1.5em;
}

.full-search {
  position: fixed;
  display: none;
  z-index: 999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
    -webkit-transition: initial;
    -moz-transition: initial;
    -ms-transition: initial;
    -o-transition: initial;
    transition: initial;
}
.full-search .close-full-search {
  position: absolute;
  top: 5px;
    right: 10px;
    font-size: 3em;
    color: #fff;
}
.full-search form {
    position: relative;
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
  max-width: 390px;
    margin: 0 auto;
}
.full-search .search-input {
    width: 89%;
    max-width: 89%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 2em;
    padding: .2em 0;
    background: none;
    font-size: 2em;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
}
.full-search .search-submit {
    background: none;
    font-size: 3em;
    vertical-align: middle;
    color: #fff;
    border: none;
    outline: none;
}
.full-search .search-submit:hover {
  cursor: pointer;
  color: #c5332c;
}


#demo, #reveal {
    margin:0;
    padding:0;
    font-size: 4.6em;

    text-align: center;
    color : #fe0000;

}

#reveal {
  font-size : 3em;

}

#c1284, #c1277{
margin-top: 100px;
text-align:center;
}

/* -----------------------------------------------------*/
/* Flex accordéon
/* -----------------------------------------------------*/

.csc-default h4.openclose_titre {
  position: relative;
  margin-bottom: 0;
  padding: 3px 5px 8px 5px;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    line-height: 18px;
  cursor: pointer;
  text-transform: none;
  color: #232340;
  border-bottom: 2px solid #400727;
}

.csc-default h4.openclose_titre:after {
  content: '';
  position: absolute;
  right: 5px;
  width: 0;
  height: 0;
  margin-right: 0;
  margin-left: 0;
  line-height: 18px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
  border-width: 7px 0 7px 7px;
  border-style: solid;
  border-color: transparent transparent transparent #888888;
}

.csc-default .small-text h4.openclose_titre {
    margin-top: 1.6em;
    font-size: 14px;
    font-weight: bold;
}

.csc-default .small-text h4.openclose_titre {
    border-bottom: 1px solid #888888;
}


.csc-default h4.openclose_titre.active:after{
  margin-right: 5px;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}

.csc-default .openclose_contenu {
    padding: 10px 16px 0 16px;
  border: 1px solid #888888;
    border-top: none;
}


/** portail intro **/
.portail-fond {
    position: fixed;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0px;
  padding: 0px;
    background-image: url(../img/contenu-image.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.portail-fond-mobile {
    position: absolute;
    display:none;
    z-index: 99;
    top: 0;
    height: 100%;
    background-image: url(../img/sanary-portail-mobile.jpg);
    text-align: center;
    color: #fff;
}
.portail-fond-mobile.tourisme {
    background-image: url(../img/tourisme_slide-mobile.jpg);
}

.portail-logo {
    display: block;
    padding: 10% 0 5% 0;
    text-align: center;
    color: #fff;
}
.portail-logo h1 {
    font-family: "HelveticaNeue";
    font-size: 20px;
    font-weight: 300;
}
.portail-choix-holder {
    width: 100%;
    margin:0px 0px 50px 0px;
}
.portail-choix {
    width: 100%;
    padding: 45px;
    text-align: center;
    color: #fff;

}
.portail-choix a {
  display: inline-block;
    width: 20%;
    padding: 96px 0px 40px 0px;
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 88px;
    font-size: 1.6em;
    text-align: center;
    text-transform: uppercase;
}
.portail-choix a .radius {
  display: inline-block;
  width: 150px;
  height: 150px;
  margin-bottom: 10px;
  line-height: 150px;
  text-align: center;
  border: 3px solid #fff;
  border-radius: 50%;
}
.portail-choix a.portail-choix-mairie .radius {
  line-height: 120px;
}
.portail-choix a .radius i {
    display: inline;
  font-size: 5em;
    vertical-align: middle;
    color: #fff;
}
.portail-choix a:hover .radius {
  background: #fff;
  color: rgba(0, 0, 0, 0.6);
}
.portail-choix a:hover .radius i {
  color: rgba(0, 0, 0, 0.6);
}
/*
a.portail-choix-tourisme {
    background-image: url(../img/tourisme-icon.png);
}
a.portail-choix-mairie {
    background-image: url(../img/mairie-icon.png);
}
a.portail-choix-theatre {
    background-image: url(../img/theatre-icon.png);
}
a.portail-choix-port {
    background-image: url('../img/port-icon.png');
}*/
.slider_baseline li span{
  height: 2em;
  font-size:2em;
  line-height: 1.9em;
  text-transform: uppercase;
  color: #fff;
}
.portail-choix-holder .bx-wrapper {
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.portail-choix-holder .bx-wrapper ul {
  margin: 0;
  padding: 0;
}

.holder-portail-choix {
    float: left;
    width: 100%;
}
.portail-choix a:after, .portail-inner .portail-choix a:before {
    content: '';
    display: block;
    width: 100px;
    height: 5px;
    margin: 20px auto 0;
    padding: 20px;
    background-image: url('../img/border-image.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 86px;
}

.centenu {
    float: left;
    width: 100%;
}

/** home 1 **/

header.header.sanary-home:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.sanary-home {
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.home-logo {
    display: block;
    float: left;
    width: 245px;
    font-size: 10px;
    text-align: center;
    color: #fff;
}

.header-right {
    display: flex;
    float: right;
    width: calc(99% - 245px);
    align-items: center;
    justify-content: flex-end;
}

.header-right .btn-scroll-header {
  position: absolute;
  display: none;
  /*bottom: 115px;*/
  bottom:-40vh;
  left: 50%;
  width: 48px;
  height: 48px;
  background: url(../../../fileadmin/template/img/down_arrow.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 20px;
  transform: translate(-50%, 0);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

@media (max-width: 600px) {
  .sanary-home .header-right .btn-scroll-header {
    display: flex;
  }
  .sanary-int .header-right .btn-scroll-header {
    display: none !important;
  }
}

.home-logo span,
.home-logo h1 {
    font-family: "HelveticaNeue";
    font-size: 13px;
    font-weight: 300;
    text-align: justify;
}
/** nav menu **/
.nav-menu ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}
.nav-menu {
    float: right;
    clear: both;
    margin-top: 37px;
    font-size: 1.6em;
    font-weight: 100;
}

.home-2 .nav-menu {
    margin-top: 56px;
}
.nav-menu ul li {
    float: left;
    padding: 0px 0px 0px 20px;
    list-style: none;
}
.nav-menu ul li a {
    padding-bottom: 3px;
    font-family: 'GothamRounded';
    font-size: .9em;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.nav-menu ul li a:after {
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background: #7697c7;
    transition: 0.5s all ease-in-out;
}

.nav-menu ul li a:hover:after {
    width: 100%;
}

.nav-menu ul li:hover .niveau2{
  display: flex;
  opacity: 1;
  justify-content: center;
}
.nav-menu .niveau2 {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;

  padding: .5em;
    background: rgba(42, 46, 50, 0.88);
    opacity: 0;
}
.nav-menu .niveau2 a {
  display: block;
  display: block;
    float: left;
    width: 14.25%;
  padding: .3em;
    font-family: 'GothamRoundedBook';
  font-size: 1.25em;
    text-align: center;
  text-transform: none;
}
.nav-menu .niveau2 a img {
  display: block;
    width: 100%;
  max-width: 100%;
    margin-bottom: .8em;
}
.nav-menu .niveau2 a:hover{
  background: #7697c7;
}
.theatre .nav-menu .niveau2 a:hover {
  background: rgba(254, 0, 0, 0.85);
}
.nav-menu .niveau2 a:after {
  display: none;
}

.nos-sites ul {
    position: absolute;
    display: none;
    z-index: 99;
    top: 100%;
    left: 0;
    float: left;
    margin: 0;
    padding: 0 10px;
    background: rgba(42, 46, 50, 0.88);
}

.menu-icons {
  display: flex;
  float: right;
  order: 99;
}

.menu-icons a:first-child {
    border-left: 1px solid #fff;
}

.menu-icons a {
    float: left;
}
.nos-sites {
    position: relative;
    display: flex;
    float: right;
    min-height: 25px;
    margin-top: 0;
    margin-right: 10px;
    padding-right: 25px;
    background-image: url(../../../fileadmin/template/img/down_arrow.png);
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 14px;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    align-items: center;
    justify-content: start;
}

.nos-sites.hover ul {
    display: block;
}

.nos-sites span {
    float: left;
    width: 100%;
}
.nos-sites ul li {
    float: left;
    width: 100%;
    list-style: none;
}
.nos-sites ul li a {
    float: left;
    width: 100%;
    margin: 5px 0;
    text-decoration: none;
    color: #fff;
}

.nos-sites ul li a:hover {
    opacity: 0.7;
}

/** slider **/
.home-slider-holder {
    position: absolute;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #fff;
}
/*.home-slider-holder .slider-item span {
  display: block;
  display:none;
  width: 135px;
  background-image: url('../img/maison-icon1.png');
    height: 160px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    font-size: 14em;
}*/

.home-slider-holder .slider-item h2 > p {
    font-size: 45px;
    font-family: "GothamRoundedBook";
    margin:0;
}
.home-slider-holder .slider-item h3 > p {
    font-size: 43px;
    font-family: "GothamRoundedBook";
    margin: 20px 0 40px 0;
    line-height: 2rem;
}
.home-slider-holder .slider-item h2 > *,
.home-slider-holder .slider-item h3 > * {
    font-family: "GothamRoundedBook";
}

.home-slider-holder .slider-item .lienmore {
        position:relative;
    padding: .5em 1em;
  background: #6E92C4;
    font-size: 1.4em;
      -webkit-animation: apparition 0.5s forwards; /* Safari 4+ */
      -moz-animation:    apparition 0.5s forwards; /* Fx 5+ */
      -o-animation:      apparition 0.5s forwards; /* Opera 12+ */
      animation:         apparition 0.5s forwards;
    animation-delay: 0.6s;
    opacity:0;

    /* Modifs 220720 */
    background:#FFFFFF;
    display:inline-block;
    padding:10px;
    color:#000000;
    margin-bottom:10px;
}
.home-2 .home-slider-holder .slider-item .lienmore {
  display: inline-block;
  /*background: #ff3d63;*/
  /*background: none;*/
}
.home-2 .home-slider-holder .slider-item .lienmore img {
	width: 50px;
}
/*.home-slider-holder:after {
    height: 16px;
    display: block;
    margin: -45px auto 0;
    width: 130px;
    content: '';
    background-image: url('../img/border-image1.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}*/
.home-slider .owl-dots {
    position: relative;
    display:inline-block;
    bottom: 125px;
    padding:20px 15px;
    background: rgba(0,0,0,0.4);
}
.slider-item-inner .icon-mairie{
    -webkit-animation: apparition 0.5s forwards; /* Safari 4+ */
    -moz-animation:    apparition 0.5s forwards; /* Fx 5+ */
    -o-animation:      apparition 0.5s forwards; /* Opera 12+ */
    animation:         apparition 0.5s forwards;
}
.home-slider-holder h2 {
    position:relative;
  margin:0px;
    padding: 0px;
    font-size: 45px;
    font-weight: 300;
      -webkit-animation: apparition 0.5s forwards; /* Safari 4+ */
      -moz-animation:    apparition 0.5s forwards; /* Fx 5+ */
      -o-animation:      apparition 0.5s forwards; /* Opera 12+ */
      animation:         apparition 0.5s forwards;
    animation-delay: 0.2s;
    text-align: center;
    letter-spacing: 3px;
    opacity:0;
    color: #fff;
}

.home-slider-holder h3 {
    position:relative;
    margin-top: 5px;
    padding: 0px;
    font-family: "HelveticaNeue";
    font-size: 43px;
    font-weight: 100;
    -webkit-animation: apparition 0.5s forwards; /* Safari 4+ */
    -moz-animation:    apparition 0.5s forwards; /* Fx 5+ */
    -o-animation:      apparition 0.5s forwards; /* Opera 12+ */
    animation:         apparition 0.5s forwards;
    animation-delay: 0.4s;
    text-align: center;
    letter-spacing: 2px;
    opacity:0;
    color: #fff;
}


.sanary-home .home-slider-holder h3 {
  /*text-transform: lowercase;*/
    text-transform: none !important;
}


.home-slider-holder .home-slider {
  height: 100%;
}

.home-slider-holder .home-slider .slider-item {
    height: 100%;
}

.home-slider-holder .home-slider.owl-carousel .owl-stage-outer {
  height: 100%;
}
.home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage {
  height: 100%;
}
.home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item {
  height: 100%;
}
.home-slider-holder .slider-item {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
    background-position:center;
}
.home-slider-holder .slider-item .slider-item-inner {
    position: relative;
    display: inline-block;
    top: 41%;
    padding: 30px 30px 0px;
    -webkit-animation: bg_apparition 0.5s forwards; /* Safari 4+ */
    -moz-animation:    bg_apparition 0.5s forwards; /* Fx 5+ */
    -o-animation:      bg_apparition 0.5s forwards; /* Opera 12+ */
    animation:         bg_apparition 0.5s forwards;
}
.home-slider-holder .slider-item .slider-item-inner .slider-item-overlay {
    position:absolute;
    top:0;left:0;right:0;bottom:0;
    background-color: black;
    opacity: 0.4;
    z-index: 0;
}


/*.home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item .slider-item-inner:after {
    height: 16px;
    display: block;
    margin: 0px auto 0;
    width: 130px;
    content: '';
    background-image: url(../img/border-image1.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}*/

.home-2 .home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item .slider-item-inner:after {
    background-image: url(../img/border-image.png);
}

.home-slider-holder .owl-carousel .owl-video-play-icon {
  background: url(../img/fleche-icon.png) center center no-repeat #000;
  -ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari */
    transform: rotate(-90deg);
}

.home-slider-holder .goBottom {
    position: relative;
    position:relative;
    display: block;
    z-index: 99;
    top: 42px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    padding: 10px !important;
    background: url(../img/fleche-icon.png) #ff3d63;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-animation: apparition2 1s forwards; /* Safari 4+ */
    -moz-animation:    apparition2 1s forwards; /* Fx 5+ */
    -o-animation:      apparition2 1s forwards; /* Opera 12+ */
    animation:         apparition2 1s forwards;
    animation-delay:0.8s;
    opacity:0;
    display:none;
}

.headerfullheight .header-wrapper {
    position: relative;
}
.headerfullheight .header-wrapper:before {
    content: "";
    display: block;
    width: 100%;
    padding-top: 56.25%;
}
.headerfullheight .header-wrapper > header.sanary-home  {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/** right menu **/
.demarche-en-ligne {
    float: left;
    width: 100%;
    /*padding: 25px 30px 10px 30px;*/
    /*background-image: url('../img/demarche-icon1.png');
    background-repeat: no-repeat;
    background-size: 55px;
    background-position: 30px 10px;*/
    background: #FF3D63;
    color: #fff;
    border-radius: 2px 0px 0px 2px;
    box-shadow: 0 0 1px #000;
}

.demarche-en-ligne:hover {background-color: #7d9dca;}

.demarche-en-ligne h4 {
    margin-top: 5px;
    font-size: 21px;
    font-weight: 300;
}
.demarche-en-ligne h4 i {
  display: block;
    font-size: 2.6em;
}
.votre-avis {
    float: left;
}
.news-lettre {
    float: left;
}



.header {
    position: relative;

    width: 100%;
    height: 100%;
}
.header.sanary-int {
  min-height: 650px;
}
.menu-right-header {
    position: fixed;
    z-index: 99999;
    top: 20%;
    right: 0;
    width: 210px;
    margin: 0;
}
.menu-right-header-demarche {
    float: right;
    width: 100%;
}
.header-contenu {
    position: relative;
    z-index: 99999;
    width: 100%;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.41);
}
.header-contenu1 {
    position: absolute;
    z-index: 99;
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
}

/** flash info **/
.flash-info {
    float: left;
    width: 100%;
    padding: 40px 0 0;
    text-align: center;
}

.actus-photos h3 {
    width: 100%;
    text-align: center;
}

.flash-info p {
    font-size: 1.6em;
    font-weight: 300;
    text-align: center;
    color: #6E93C5;
}
.menu-right-header-home {
    position: relative;
    left: 0;
    float: left;
    /*width: calc(100% + 10px);*/
    width: 100%;
    background: rgba(255, 255, 255, 0.75);
    border-right: 10px solid #fff;
    border-radius: 2px 0px 0px 2px;
    box-shadow: 0 0 1px #000;
}

.menu-right-header-home:hover {
    left: -10px;
}

.menu-right-header-home.hover-effect {
    position: relative;
    left: 72%;
    width: 260%;
    background: #fff;
    -webkit-transition: all .400s ease;
    -moz-transition: all .400s ease;
    -ms-transition: all .400s ease;
    -o-transition: all .400s ease;
    /* transition: all 1s ease; */
}

.menu-right-header-home.hover-effect:hover {
    left: -150%;
}

.menu-right-header-home.hover-effect.moins.openonglet {
    left: -60%;
}

.home-2 .menu-right-header-home.hover-effect {
    left: 67%;
}

.home-2 .menu-right-header-home.hover-effect.openonglet {
    left: -150%;
}

.home-2 .menu-right-header-home.hover-effect.moins.openonglet {
    left: -60%;
}



.menu-right-header-home.menu-right-header-avec-img {
    border: 3px solid #fff;
}
.menu-right-header-home h4 {
    display: inline-block;
    width: auto;
    margin: 0px;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.2em;
    color: #7093c5;
}
.menu-right-header-home h5 {
    width: 100%;
    margin: 3px 0;
    font-size: 13px;
    font-weight: 100;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #ff3d63;
}
.menu-right-header-inner.newslettre {
    width: 50%;
    background-image: url('../img/newslettre-icon.png');
}

.menu-right-header-hidden-part {
    float: right;
    width: 50%;
    padding: 0 0 0 1em;
}
.menu-right-header-hidden-part input[type="email"] {
    float:left;
    width: calc(100% - 57px);
    margin: 0;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
    border: 1px solid #6e92c4;
}
.menu-right-header-hidden-part input[type="email"]:focus {
    border-color:#ff3d63;
}
.menu-right-header-hidden-part input[type="submit"] {
    float:left;
    margin: 0;
    padding: 10px 10px 11px 10px;
    background: #6e92c4;
    cursor:pointer;
    color: #fff;
    border: 0;
    border: 1px solid #6e92c4;
}

.menu-right-header-hidden-part input[type="submit"]:hover {
    background: #ff3d63;
}

.home-mairie .menu-right-header-hidden-part .newsletter-demande {
    width:auto;
    padding: 9px 10px 10px 10px;
}

.home-mairie .menu-right-header-hidden-part input[type="email"] {
    text-transform: none;
}
.mieuxvivre {
    background-color: rgba(255, 255, 255, 0.88);
    background-image: url('../img/vivre-icon.png');
}


.teatregali {
    padding-left: 80px;
    background-image: url('../img/logo_galli.png');
}

.complexe {
    padding-left: 80px;
    background-image: url('../img/logo_aqua.png');
}
.jardin {
    padding-left: 80px;
    background-image: url('../img/logo_zoa.png');
}

.floralies {
    padding-left: 80px;
    background-image: url('../img/logo_floralies.png');
}

.casino {
    padding-left: 80px !important;
    background-image: url('../img/vikings_casinos.png');
}

.theatre .casino {
    padding-left: 65px !important;

}

.menu-right-header-inner {
    position: relative;
    left: 0;
    float: left;
    width: 100%;
    padding: 20px 0px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: 15px center;
    background-size: 45px;
    border-radius: 2px 0px 0px 2px;
}
.menu-right-header-inner-brochures {
    padding-bottom: 15px;
}

.menu-right-header-inner i {
  margin-right: .5em;
  font-size: 3em;
  vertical-align: middle;
  color: #7093c5;
}

.home-2 .menu-right-header-inner i {
    margin-left: 0px;
    font-size: 3.5em;
    vertical-align: middle;
    color: #7093c5;
}

.theatre .demarche-en-ligne .menu-right-header-inner i {
  color: #fff;
}
.theatre .demarche-en-ligne .menu-right-header-inner h4 {
  color: #fff;
}

.menu-acces-rapides {
    display:none;
}

.menu-icons a {
    position: relative;
    display: inline-flex;
    margin-left: 0;
    padding: 10px 15px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 1.8em;
    border-right: 1px solid #fff;
    align-items: center;
    justify-content: center;
}

.menu-icons a:hover {
    filter:grayscale(100%);
}
.icon-soleil {
    font-size: 1.2em;
}
.icon-favoris::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../img/icon-heart-full-white.svg) no-repeat center;
    background-size: 16px 16px;
}

#translation-select .goog-te-gadget {
  display: flex;
  height: 100%;
  padding-left: 5px;
  align-items: center;
}

#translation-select .goog-te-gadget .goog-te-combo {
  background-size: 14px;
}

#google_translate_element {
    display:inline-block;
    margin-top: 1px;
    margin-left: 5px;

}

#google_translate_element .goog-te-combo {
    padding-right: 5px;
    background: rgba(0, 0, 0, 0.41);
    font-family: "GothamRoundedBook" !important;
}

/*
a.icon-camera {
    background-image: url(../img/nossites-icon2.png);
}
a.icon-chat {
    background-image: url(../img/nossites-icon3.png);
}
a.icon-compte {
    background-image: url(../img/nossites-icon4.png);
}
a.icon-msg {
    background-image: url(../img/nossites-icon5.png);
}
a.icon-meteo {
    background-image: url(../img/nossites-icon6.png);
}
a.icon-recherche {
    background-image: url(../img/nossites-icon7.png);
}
*/

.menu-icons h3 {
    float: left;
    padding-top: 20px;
    font-size: 9px;
    font-weight: 100;
    color: #fff;
}
.actus {
    position: relative;
    float: left;
    width: 24.50%;
    margin-right: 0.5%;
}

.actus-photos .actus:nth-child(5) {
    margin-right: 0px;
}
.actus-photos .actus-encarts:nth-child(5) {
    margin-right: 0.5%;
}
.actus:hover .actu-image {
    top: 10%;
    right: 10%;
    width: 80%;
    height: 80%;
    padding-top: 120px;
    background-position: center 40px;
}


.actus-encarts:hover .actu-image {
    height: 67%;
}

.actus-photos {
    float: left;
    width: 100%;
}
.home-mairie .title-bg,
.home-2 .title-bg {
    float: left;
    width: 100%;
    margin: 80px 0px;
    background-image: url('../img/title-bg.png');
    text-align: center;
}

.title-bg h3 {

    font-size: 2.8em;
}
.home-mairie .title-bg h3,
.home-2 .title-bg h3 {
    display: inline-block;
    float: none;
    width: auto;
    margin: 0 auto;
    padding: 5px 20.5%;
    background: #fff;
    font-size: 3.2em;
}
img.chantier {
    float: left;
    width: 100%;
}
.flash-info h3 {
    width: 100%;
    text-align: center;
}

.flash-info-slider-holder {
    float: left;
    width: 100%;
}
.actu-text h4 {
    font-size: 2em;
    font-weight: 300;
    text-transform: uppercase;
    color: #ff3d63;
}
.actu-text h4 a {
    color: #ff3d63;
}


.sommaire .actu-text h4{
  font-size:1em;
}

.actu-text {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.actus  .actu-text p {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    text-align: left;
    text-transform: uppercase;
    color: #000;
}
.tous-actualites {
    position: relative;
    display: table;
    top: 40px;
    clear: both;
    max-width: 285px;
    margin: 0 auto;
    padding: 20px;
    background: #6E92C4;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

.tous-actualites:hover, .tous-evenements:hover {
    background: #434a54;
}

/** agenda **/
.agenda-holder {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0px;
}
.agenda-holder h3 {
    width: 100%;
    margin: 40px 0px;
    text-align: center;
}
.agenda-title {
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    float: left;
    width: 20%;
    height: 100%;
    padding: 35px;
    background: #ff3d63;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase;
    color: #fff;
}

.agenda-title h4 {
    padding-top: 150px;
    background-image: url('../img/agenda-icon.png');
    background-repeat: no-repeat;
    background-position: left 80px;
    background-size: initial;
    font-family: "GothamRoundedBook";
    font-weight: 300;
}

.agenda-widget {
    float: left;
    width: 25%;
    padding: 0px 7px;
}

.agenda-inner {
    position: relative;
    float: left;
    width: 100%;
}

.agenda-inner .agenda-overal-small {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 40px;
    padding-left: 20.7%;
}

.agenda-inner:after {
    content: "";
    position: absolute;
    top: 224px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #d2d2d2;
}

.agenda-widget-image {
    float: left;
    overflow: hidden;
    width: 100%;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
}

.agenda-widget:hover {
    /*filter: invert(100%) grayscale(50%);*/
    opacity: .7;
}

.agenda-widget span {
    display: block;
    clear: both;
    width: 40px;
    margin: 0 auto;
    text-align: center;
}

.agenda-widget span:before {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    margin: 0 auto;
    background: #d2d2d2;
}

.agenda-widget span:after {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin: 0 auto;
    border:1px solid #d2d2d2;
    border-radius:50%;
}

/*
.agenda-widget-image img {
    float: left;
    width: auto;
    min-height: 195px;
    min-width: 100%;
}*/

.agenda-widget-image img {
    left: 50%;
    /* float: left; */
    /* width: auto; */
    max-width: none;
    min-height: 195px;
    transform: translateX(-50%);
    /* min-width: 100%; */
    text-align: center;

}

.agenda-widget-text {
    float: left;
    width: 100%;
    margin: 15px 0px 0;

}

.agenda-widget-text p {
    margin: 0;
    font-size: 1.2em;
    text-align: center;
    color: #000;
}

.agenda-widget-text h4 {
    display: block;
    width: 90%;
    max-width: 200px;
    margin: 0 auto 5px;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #ff3d63;

}
.tous-evenements {
    position: relative;
    display: block;
    top: 40px;
    clear: both;
    max-width: 285px;
    margin: 10px auto 40px;
    padding: 20px;
    background: #ff3d63;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

.gallery-inner {
    /*padding: 2px;*/
    position: relative;
    display: block;
    float: left;
    overflow: hidden;
    width: 25%;
    height: 320px;
}
.gallery-holder {
    float: left;
    width: 100%;
    padding: 40px 0px 43px 0px;
}

.black-social {
    display: inline-block;
    margin: 0px 15px;
}

.black-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-image: url('../img/social-black.png');
    background-repeat: no-repeat;
    background-position: center;
    background-position: 0 center;
    background-size: 170px;
}
.black-social a.fb-icon {
    background-position: 5px 15px;
}

.black-social a.tw-icon {
    background-position: -59px 12px;
}

.black-social a.yt-icon {
    background-position: -120px 12px;
}

.black-social a.fa {
    background:none;
    font-size: 48px;
    color:#434953;

}
.gallery-holder-inner {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    float: left;
    width: 100%;
    height: 100%;
    padding: 25% 20px;
    background: rgba(255, 61, 99, 0.78);
    background-repeat: no-repeat;
    background-position: center 16%;
    font-weight: 100;
    text-align: justify;
    opacity: 0;
    color: #fff;
}
.gallery-holder-inner p {
    display: block;
    float: none;
    overflow: hidden;
    width: 90%;
    max-width: 250px;
    height: 100%;
    margin: 20px auto;
    font-size: 17px;
    text-align: justify;
}
.gallery-inner.active .gallery-holder-inner,
.gallery-inner:hover .gallery-holder-inner {
    opacity: 1;
    color: #fff;
    border: 2px;
}
.gallery-inner.active .gallery-holder-inner {
  position: relative;
  padding: 20px;
}
.gallery-inner .gallery-holder-inner {
  position: absolute;
  padding: 20px;
}
.gallery-inner .gallery-holder-inner i {
  display: block;
  font-size: 3em;
  text-align: center;
}

.socialint .gallery-inner {
  overflow: hidden;
  height: 230px;
}
.socialint .gallery-holder-inner p {
  font-size: 14px;
}
.socialint .gallery-holder-inner img {
  width: 100%;
}

.social-sort {
  font-size: 3em;
}
.social-sort a:hover {
  text-decoration: none;
  color: #d52246;
}
.social-sort .voir_tout {
  font-size: .5em;
    vertical-align: top;
}

.actu-image {
    position: absolute;
    z-index: 99;
    top: 0px;
    right: 40px;
    overflow: hidden;
    width: 105px;
    height: 120px;
    padding: 95px 0px 20px 0px;
    background-color: rgba(110, 146, 196, 0.78);
    background-image: url('../img/actus-icon.png');
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 65px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
img.actu1 {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}
.actu-image span:after {
    content: "";
    display: block;
    height: 9px;
    margin: 0 auto;
    background-image: url(../img/border-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 54px;
}

.actus .lien-img {
    float: left;
    width: 100%;
    font-size: 16px;
    text-align: center;
    text-decoration: underline;
}

.actus p {
    margin-top: 15px;
    padding: 0 15px;
    font-family: "GothamRoundedBook";
    font-size: .6em;
    font-weight: 100;
    text-align: center;
}

/** home 2 **/
.nos-sites.langues {
    margin-top: 8px;
    padding: 13px 18px;
    padding-right: 20px;
    background-position: 95% center;
    border-left: 1px solid #fff;
}

.nos-sites.langues ul {
    top: 17px;
}

.titre_page {
  font-family: "GothamRoundedBook";
  font-size: 3em;
  text-align: center;
  text-transform: uppercase;
  color: #fc4066;
}
.titre_page h1 {
  font-family: "GothamRoundedBook";
  font-size: 1em;
  letter-spacing: 3px;
  text-shadow: 0 0 6px #888;
}
.titre_page i {
  display: block;
    font-size: 2em;
  color: #1b7cb3;
}
.home-2 .titre_page {
  color: #1b7cb3;
}
.home-2 .titre_page i {
    font-size: 1.6em;
    line-height: 2rem;
  color: #fc4066;
}
.home-2 .titre_page h1{
    font-size: 2.8rem;
    letter-spacing: normal;
    text-shadow: none;
}
.rootline_share {

}
.rootline {
  float: left;
  padding: 1em 0;
  font-family: "GothamRoundedBook";
  font-size: 1.4em;
  color: #fc4066;
}
.rootline a {
  color: #fc4066;
}
.rootline a:hover {
  text-decoration: underline;
}
.share {
  float: right;
}
.share ul li {
  display: inline-block;
}
.share a {
  font-size: 1.6em;
}
.share a:hover {
  text-decoration: none;
}

.home-2 .rootline {
  color: #1b7cb3;
}
.home-2 .rootline a {
  color: #1b7cb3;
}

.home-2 .nav-menu ul li {
    padding-left: 25px;
}
.reserver-votre-sejour {
    float: left;
    width: 100%;
    padding: 20px 20px 15px 15px;
    background: #76dccf !important;
    border-radius: 2px 0px 0px 2px;
}

.menu-right-header-inner.brochures-enligne {
    padding-left: 80px;
    background-image: url(../img/brochure-icon.png);
}
.block-inner.theatre-galli {
    background-image: url('../img/teatregali-icon.png');
}
.perle .slider-item span {
    background-image: url(../img/perle-icon.png);
}
.perle:after {
    background-image: url(../img/border-image.png);
}

.escales-holder {
    position: relative;
    z-index: 100;
    float: left;
    width: 100%;
    margin-top: -30px;
    text-align: center;
}
.escales-item {
    display: inline-block;
    width: 22.5%;
    margin: 0px 0.25%;
    padding: 20px;
    background: #1B7CB3;
    font-size: 16px;
    text-align: center;
    color: #fff;
}

.escales-item:after {
    content: "";
    display: block;
    width: 120px;
    height: 7px;
    margin: 10px auto 0px;
    background-image: url(../img/border-image.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.escales-item:hover {
    background-color:#76dccf;
    color:#1B7CB3;
}
.escales-item:hover h3 {
    color:#1B7CB3;
}
.escales-item h3 span {
    display: block;
    font-family: 'GothamRoundedBook', sans-serif;
    font-weight: 700;
}

.escales-item h3 {
    margin: 0;
    font-family: 'HelveticaNeue';
    font-size: 33px;
    color: #fff;
}


.reserver-votre-sejour h3 {
    float: left;
    width: 60px;
    margin: 0;
    padding: 0;
    font-size: 7px;
    font-weight: 300;
    color: #1b7cb3;
}
.reserver-votre-sejour h3 i {
  display: block;
  font-size: 6em;
}

.reserver-votre-sejour form{
  float: left;
    width: 49%;
}

.reserver-votre-sejour input[type="submit"] {
    float: left;
    width: 100%;
    margin-top: 5px;
    background: none;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #1b7cb3;
    border: none;
}

.reserver-votre-sejour select {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 30px 10px 10px;
    background-image: url(../img/fleche-icon-blue.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 10px;
    font-size: 11px;
    text-align: left;
    text-transform: uppercase;
    color: #1b7cb3;
    border: 1px solid #ebfaf6;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.reserver-votre-sejour input[type="text"] {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    padding: 10px;
    background-image: url(../img/agenda-icon-blue.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    background-size: 23px;
    font-size: 11px;
    text-transform: uppercase;
    color: #1b7cb3;
    border: 1px solid #ebfaf6;
    -webkit-appearance: none;
}
.home-2 .menu-right-header-home h4 {
    font-size: 15px;
    color: #1d98d2;
}

.home-2 .menu-right-header-inner {
    padding-left: 90px;
}

.menu-right-header-inner-image {
    padding-left: 90px;
    background-position: 9px center;
}

.home-2 .menu-right-header-inner.fond-rouge {
    background-color:#de152c;
    background-position: 4px center;
    background-size: 60px;
    color:white;

}

.home-2 .menu-right-header-inner.fond-rouge h4 {
    color:white;
}

.home-2 .menu-right-header-inner.fond-bleu {
    background-color:#01a7e6;
    background-position: 7px center;
    background-size: inherit;
    color:white;
}

.home-2 .menu-right-header-inner.fond-bleu h4 {
    color:white;
}

.home-2 .menu-right-header-inner.fond-vert {
    background-color:#01d070;
    background-position: -10px center;
    background-size: inherit;
    color:white;
}

.home-2 .menu-right-header-inner.fond-orange {
    background-color:#f87333;
    background-position: -10px center;
    background-size: inherit;
    color:white;
}


.home-2 .menu-right-header-inner.fond-vert h4 {
    color:white;
}

.home-2 .padding-15 .menu-right-header-inner {
  padding-left: 18px;
}

.home-2 .menu-right-header-inner i {
  color: #1d98d2;
}

.home-2 .agenda-title {
    background: #76dccf;
    color: #1b7cb3;
}

.home-2 .agenda-title h4 {
    background-image: url(../img/agenda-icon-blue.png);
    font-family: "GothamRoundedBook";
}
.home-2 .agenda-widget-text h4 {
    color: #1b7cb3;
}


.home-2 .tous-evenements {
    margin-bottom: 80px;
    background: #76dccf;
}

.home-2 .tous-actualites {
    background: #76dccf;
}

.home-2 .actu-image {
    background-color: #1868b1;
}

.home-2 .actu-image:after {
    background-image: url(../img/border-image.png);
}
.home-2 .sanary-home {
    /*background-image: url(../img/home2-image.jpg);*/
}

.home-2 .actu-text h4 {
    color: #1b7cb3;
}
.home-2 .actu-text h4 a {
    color: #1b7cb3;
}
.home-2 .gallery-holder-inner {
    background-color: rgba(118, 220, 207, 0.82);
}
.actus.icon-eyes .actu-image {
    background-image: url(../img/icon-eyes.png);
}
.actus.icon-broche .actu-image {
    background-image: url(../img/icon-broche.png);
}
.actus.icon-plume .actu-image {
    background-image: url(../img/icon-broche.png);
}
.actus.icon-station .actu-image {
    background-image: url(../img/icon-station.png);
}
.portail-choix-holder.portail-inner {
    margin: 70px 0px 0px;
}

.portail-choix-holder.portail-inner .overal-small {
    /* position: relative; */
}
.portail-inner{
  display:none;
}
.home-2 .portail-inner{
  display: block;
}
.portail-inner .portail-choix {
    position: relative;
    float: left;
    width: 100%;
    padding: 70px 45px;
    background-image: url(../img/home2-image.jpg);
    background-position: center;
    background-size: cover;

}

.portail-inner .portail-choix:after {
    content: "";
    position: absolute;
    display: block;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.52);
}

.portail-inner h3 {
    position: relative;
    z-index: 99;
    margin: 0;
    font-size: 35px;
    color: #fff;
}
.portail-inner .portail-choix a {
    position: relative;
    z-index: 99;
    background-position: center 40px;
    background-size: 70px;
}
.portail-inner .portail-choix a:after {
    display:none;
}
.portail-choix-lieux {
    background-image: url('../img/icon-lieux.png');
}
.portail-choix-restauration {
    background-image: url('../img/icon-restauration.png');
}
.portail-choix-marches {
    background-image: url('../img/icon-marches.png');
}
.portail-choix-loisir {
    background-image: url('../img/icon-loisir.png');
}
.home-2 .footer button[type="submit"] {
    margin-top: 15px;
    color: #1b7cb3; /*#76dccf;*/
}

.home-2 a.telecharger {
    color: #76dccf;
}

.home-2 .nous-suivez a:after {
    background-image: url(../img/border-image.png);
}

.footer h3.newsletter-icon {
    float: left;
    width: 100%;
    margin: 20px 0px 10px;
    padding-left: 30px;
    background-image: url(../img/newsletter-icon.png);
    background-repeat: no-repeat;
    background-position: center left;
    font-size: 22px;
}

.real_koredge a {
    display: block;
    text-align: center;
    color: #434A54;
}

/** Theatre **/
.theatre .maincontent h2 {
    font-size: 1.5em;
}

.theatre .maincontent h3 {
    font-size: 1.4em;
}

/* ANTONY */
.theatre a.demarche-en-ligne.billeterie-en-ligne {
    background-color: #ED3415;
}

.theatre .demarche-en-ligne {
    float: left;
    padding: 20px 16px;
    background-color: #ED3415;
    background-repeat: no-repeat;
    background-position: 30px 10px;
    background-size: 55px;
    color: #fff;
}

.theatre .menu-right-header-inner {
    position: relative;
    left: 0;
    float: left;
    width: 50%;
    padding: 20px 0px;
    padding-left: 16px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 12px center;
    background-size: 45px;
}

.theatre .menu-right-header-inner.casino {
    background-position: 9px center;
}

.theatre .menu-right-header-inner i {
  color: #ED3415;
}
.theatre .menu-right-header-hidden-part input[type="email"] {
      border: 1px solid #ED3415;
}
.theatre .menu-right-header-hidden-part input[type="submit"] {
    width: auto;
  background: #ED3415;
  border: 1px solid #ED3415;
}
.theatre .menu-right-header-hidden-part {
    float: left;
    width: 50%;
    padding: 22px 10px;
}

.sanary-int .menu-right-header {
    /*top: 150%;*/
}

.theatre.home .header {
  min-height: 60vw !important;
    max-height: 920px !important;
}
@media only screen and (min-width: 1280px) {
  .theatre.home .header {
    min-height: 920px !important;
    max-height: 920px !important;
  }
}
@media only screen and (max-width: 768px) {
  .theatre.home .header {
    min-height: 80vw !important;
  }
}
@media only screen and (max-width: 600px) {
  .theatre.home .header {
    min-height: 240px !important;
  }
}
@media only screen and (max-width: 380px) {
  .theatre.home .header {
    min-height: 280px !important;
  }
}
.theatre.home .home-slider-holder {
    /*position: relative;
    margin-top: 20px;
    width: 100%;*/
    top: 15%;
  height: 46vw !important;
    max-height:760px !important;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.36);
}
@media only screen and (max-width: 768px) {
  .theatre.home .home-slider-holder {
    top: 200px !important;
  }
}

.theatre header.header.sanary-home::after{
  background:#FFF;
}

.theatre .menu-right-header {
  position: absolute;
}
.theatre .nav-menu .niveau2 {
  top:100%;
}

.theatre .en-ce-moment-slider img{
  width:100%;
}

.theatre .bodytext {
  font-size:1.2em;
}

.en-ce-moment-holder {
    position: relative;
    float: left;
    width: 100%;
}

.en-ce-moment-slider {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.en-ce-moment-holder h2 {
    float: left;
    width: 100%;
    margin: 30px 0px 0px;
    padding: 15px 10px;
    background: #fe0000;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.en-ce-moment-holder h2:after, .en-ce-moment-holder h2:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 30px;
    margin: 0px 15px;
    margin-bottom: -5px;
    background-image: url('../img/en-ce-moment-fleche.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
}


.theatre .agenda-representation{
  display:flex;
  flex-wrap: wrap;
}
.theatre .actus .actu-text p{
  font-size:1.7em;
}
.theatre .header.sanary-int {
  height: 100px;
  min-height: 100px;
  background:none;
}

.theatre .header-contenu {
    padding: 10px 20px 0px;
    background: #FFF;
}

.theatre .menu-icons a {
    border-color: #c5332c;
}

.theatre a.icon-compte {
    background-image: url(../img/nossites-icon4-red.png);
}
.theatre a.icon-msg {
    background-image: url(../img/nossites-icon5-red.png);
}
.theatre a.icon-recherche {
    background-image: url(../img/nossites-icon7-red.png);
}

.theatre .nos-sites {
    margin-top: 12px;
    background-image: url(../img/petit-fleche-red.png);
    color: #c5332c;
}

.theatre .nav-menu ul li a {
    color: #c5332c;
}

.theatre .nav-menu ul li .niveau2 a {
    color: #FFF;
}

.theatre .nav-menu ul li a:after {
    background: #fe0000;
}

.theatre .home-slider-holder:after {
    display: none;
}

.theatre .home-logo {
    width: 250px;
    margin-top: 25px;
}

.theatre .header-right {
    width: calc(100% - 270px);
    margin-right: 15px;
}
a.demarche-en-ligne.billeterie-en-ligne {
    background-color: #fe0000;
}

a.demarche-en-ligne.billeterie-en-ligne:hover {
    background-color: #da2a0b;
}

.theatre .menu-right-header-home h4 {
    color: #fe0000;
}
.theatre .demarche-en-ligne h4 {
  color: #fff;
}

.theatre .demarche-en-ligne i {
  margin-right: .5em;
  font-size: 3em;
    vertical-align: middle;
}

.theatre .menu-right-header-home h5 {
    color: #434A54;
}

.theatre .flash-info h3 {
    color: #fe0000;
}

.theatre .flash-info p {
    color: #434A54;
}

.theatre .en-ce-moment-slider .owl-dot span,
.theatre .flash-info-slider .owl-dot span {
    border-color: #fe0000;
}

.theatre .flash-info-slider .owl-dot.active span,
.theatre .en-ce-moment-slider .owl-dot.active span {
    background: #fe0000;
}

.en-ce-moment-slider a {
    position: absolute;
    z-index: 99;
    right: 0;
    bottom: 60px;
    padding: 15px 20px 15px 70px;
    background: #fe0000;
    background-image: url(../img/border-image-w.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 54px;
    text-transform: uppercase;
    color: #fff;
}

.en-ce-moment-slider a:hover {
    background-color:#000;
}
.en-ce-moment-slider .owl-dots {
    position: absolute;z-index: 99;right: 25px;bottom: 15px;
}

.actus .actu-inner {
  position: relative;
}
.actus .actu-image {
    float: none;
    width: 105px;
    font-size: 24px;
    text-decoration: none;
}
.theatre .actu-image {
    float: none;
    width: 105px;
    background-color: rgba(254, 0, 0, 0.85);
    font-size: 24px;
    text-decoration: none;
}

.theatre .menu-right-header-home {
    box-shadow: 1px 4px 5px rgba(0, 0, 0, 0.18);
}
.theatre .menu-right-header-inner.newslettre {
    background-image: url(../img/newslettre-icon-red.png);
}
.theatre .actu-image span:after {
    background-image: url(../img/border-image-r.png);
}
.actus .actu-image .btn-reserver:after {
  display: none;
}

.theatre .actu-image {
    background-image: url(../img/agenda-icon.png);
}

.theatre .actu-text h4, .theatre a.telecharger, .theatre .footer button[type="submit"] {
    color:#fe0000;
}

.theatre .actu-text h4 {
    font-size: 14px;
}
.theatre .tous-actualites {
  top: 0;
  background:#fe0000;
}
.theatre .tous-actualites:hover {
    background-color:#c5332c;
}
.theatre .nous-suivez a {
    margin-right: 15px;
    margin-left: 0px;
}

.theatre a.face {
    float: left;
    background-image: url(../img/social-black-fb-red.png);
}
.theatre a.youtube {
    float: left;
    background-image: url(../img/social-black-yt-red.png);
}
.theatre .nous-suivez a:after {
    background-image: url(../img/border-image-r.png);
}

.theatre .menu-icons a.face,
.theatre .menu-icons a.youtube {
  display: none;
  float: none;
}

.theatre .actus-photos .actus:nth-child(5) {
 margin-right:0.5%;
}
.theatre .actus-photos .actus:nth-child(4n) {
 /*margin-right:0%;   */
}
.theatre .maincontent {
    max-width: 100%;
    box-shadow: 0px -5px 5px rgba(0, 0, 0, 0.18);
}
.theatre .rootline{
  width: 100%;
  margin-top: 40px;
  padding: 20px 0;
  font-weight: bold;
  color: #c5332c;
}
.theatre .rootline a{
  color: #c5332c;
}
.theatre .rootline a:hover{
  text-decoration: none;
  color: #000;
}

.theatre .titre_page{
  max-width:100%;
  margin: 20px 0;
  padding:40px 0;
  background: #f4f1f1;
  font-size: 40px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #434A54;
}
.theatre .titre_page i {
  color:#C02F1F;
}

.theatre .pagination{
  padding:20px;
}
.theatre .pagination a {
    display: inline-block;
    margin-right: 1%;
    margin-bottom: 5px;
    padding: 7px 14px;
    background-repeat: no-repeat;
    background-position: 16px center;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #444444;
    border: 1px solid #f92223;
}

.theatre .pagination a.act,
.theatre .pagination a:hover {
    background: #f92223;
    color: #fff;
}


.representation-liste p{
  font-size:0.5em;
}

.representation-liste .actu-image{
    width: 59px;
    height: 43px;
    padding: 47px 0px 20px 0px;
    background-size:40px;
}

.theatre .representation-liste.actus .actu-text p {
    padding:0;
    font-size: 0.9em;
}

.representation-liste .actu-image span::after {
    background-size: 40px;
}
.representation-liste .actu-image a {
  color:#000;
}


.representation-liste:hover .actu-image {
    top: 5%;
    right: 10%;
    width: 80%;
    height: 90%;
    padding-top: 52px;
    background-position: center 14px;
}

/* Fiche theatre */
.theatre-fiche .widget-left h4 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fe0000;
}

.theatre-fiche .widget-left h2.titre {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #fe0000;
}

.theatre-fiche .widget-left .contenu-fiche {
    font-size: 12.5px;
    text-align: justify;
}
.theatre-fiche .widget-left .contenu-fiche h3 {
    font-size:1em;
    text-transform: unset;
}
img.spectacle-right {
    float: right;
    width: 30%;
}

.widget-left {
    float: left;
    width: 67%;
    margin-right: 2%;
}

.widget-left-holder {
    float: left;
    width: 100%;
    margin: 20px 0;
    padding: 20px 30px;
    background: #f4f1f1;
}

.widget-left-holder h5 {
    /*float: left;*/
    width: 100%;
    padding: 18px 5px;
    background-image: url('../img/fleche-gray-icon.png');
    background-repeat: no-repeat;
    background-position: right;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    color: #afaeae;
    border-bottom: 1px solid #bbb;
}

.tarif-reserve {
    margin: 10px 0;
}

.theatre .resrve-button {
    float: left;
    width: 33%;
}

.theatre .resrve-button span {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    font-size: 15px;
    color: #444444;
    /*min-height: 34px;*/
}

.theatre .tarif-reserve a.reserver {
    display: inline-block;
    padding: 10px 20px;
    background: #fe0000;
}

.tarif-reserve a.reserver:hover {
    background: #f9f9f9;
    color: #fe0000;
}

.accordion-item {
    margin-top: 10px;
    /*display: none;*/
    padding: 10px;
}

/* Autres représentations */

.link-all-spec{
  color:#444;
}
.theatre-liste .actu-image {
    width: 59px;
    height: 43px;
    padding: 47px 0px 20px 0px;
}

.theatre-liste .actu-image {
    background-size: 40px;
}

.theatre-liste .actu-image span::after {
    background-size: 40px;
}

.theatre-liste .actus p {
    font-size: 10px;
    font-weight: 500;
}

.theatre-liste .actus a {
    font-weight: 500;
    color: #fff;
}

.theatre-liste .actus .actu-text p {
    font-size: 12px;
    font-weight: 500;
    color: #444444;
}

.theatre-liste .actus:hover .actu-image {
    padding-top: 77px;
    background-position: center 20px;
}

.theatre-liste  .actus:hover .actu-image{
  top: 5%;
  padding-top: 60px;
  background-position: center 20px;
}

/* Apidae - listing */
.apidae-listing .content-inner {
	/*display: flex;
    flex-direction: row;
    flex-wrap: wrap;*/
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    /* grid-auto-rows: minmax(100px, auto); */
}
.apidae-listing .sitraAddFavoris {
	position: relative;
}
.apidae-listing .hotel > img {
	width: 100%;
}
.hotel {
    /*float: left;
    width: 25%;
    margin-right: 0;
    margin-bottom: 40px;
    position: relative;
    padding: 5px;*/
    box-sizing: border-box;
    border: 1px solid #DFDFDF;
    -webkit-box-shadow: 1px 1px 5px 0px rgba(223,223,223,1);
    -moz-box-shadow: 1px 1px 5px 0px rgba(223,223,223,1);
    box-shadow: 1px 1px 5px 0px rgba(223,223,223,1);
}

.hotel .hotel-text{
    padding: 15px;
}
.webcams-box {
    margin-top: 5px;
}

/*Favoris dans la fiche*/
.sitra-fiche {
    float: right;
    margin-bottom: 6px;
}

.sitra-fiche a {
    margin-right: 3px;
    padding: 14px 10px;
    background-color: #1d98d2;
    color: white;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.sitra-fiche a::before {
  content: "\2605";
  font-size: 2em;
}

.sitra-fiche .nb_favoris {
    position: relative;
    right: 0;
    background: none;
    font-size: 1.2em;
}


.hotel .addToSelection{
    /*display: none;  */
    position: absolute;
    display: inline-block;
    z-index: 5;
    /*font-size: 1em;*/
    /*padding: 5px 0 10px 10px;*/
    /*width:100%;*/
    /*background-color: rgba(0,0,0,0.5);*/
    /*overflow: hidden;*/
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    background-color: white;
    border: 0;
    border-radius: 50%;
}

.hotel .addToSelection::before {
    /*content: "\2605";*/
    /*opacity: 0.6;*/
    /*font-size: 2em;*/
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url(../img/icon-heart.svg) no-repeat center;
    background-size: 26px 26px;
}
.hotel .addToSelection:hover::before, .addToSelection.added::before {
    /*color: #fffd5b;*/
    /*opacity: 1;*/
    background: url(../img/icon-heart-full.svg) no-repeat center;
    background-size: 26px 26px;
}

.hotel .addToSelection.added{
  /*display: block;*/
  /*  background: url(../img/icon-heart-full.svg) no-repeat center;*/
  /*  background-size: 26px 26px;*/
}
#c1093 {
    clear: both;
}
.tab_sommaire_item.hotel .addToSelection {
    width: 97%;
}
.hotel:hover .addToSelection{
  display: block;
  opacity: 1;
}

/*.icon-favoris{
  color: white;
  background-color: #1d98d2;
  float: right;
  font-family: 'GothamRounded', sans-serif !important;
}*/
/*.icon-favoris::before{
  content: "\2605";
  color: white;
  font-size: 2em;
}*/
.sitra-fiche .addToSelection.added {
    /*text-align: center;*/
    /*padding: 15px;*/
    /*background: #8de4d9;*/
    /*display: block;
    text-transform: uppercase;
    font-size: 1em;
    margin-top: 10px;*/
}
.nb_favoris {
    position: absolute;
    right: 8px;
    bottom: 0;
    width: 20px;
    height: 20px;
    padding: 1px 6px 0 5px;
    background: #1B7CB3;
    font-size: 0.7em;
    border-radius: 50%;
}


.forgotpasswordlink {
    display:none;
}


.alert-box.alert {
    margin:10px 0;
    color: #fc4066;
}

.alert-box.success {
    margin:10px 0;
    color: #2c9c42;
}

@media only screen and (max-width: 850px) {
    .apidae-listing .content-inner{
        grid-template-columns : repeat(2,1fr);
    }
    .apidae-listing .hotel {
        /*float: left;*/
        /*width: 50%;*/
        /*margin-right: 0;*/
        /*margin-bottom: 40px;*/
    }

    .apidae-listing .hotel > img {
        /*width:100%;*/
    }
}

@media only screen and (max-width: 450px) {
    .apidae-listing .content-inner{
        grid-template-columns : repeat(1,1fr);
    }
    .apidae-listing .hotel {
        /*float: left;*/
        /*width: 100%;*/
    }
}

.hotel-holder h4 {
    font-size: 1.375rem;
    font-weight: 500;
    color: #324e82;
}


.apidae-listing{
/*    display: flex;
    flex-wrap: wrap;*/
}

.accordion-item{
  white-space: pre-line;
}






/* Evenement flat design */
@font-face {
  font-family: 'valmorel-icon';
  font-weight: normal;
  font-style: normal;
  src:url('../fonts/valmorel-icon.eot');
  src:url('../fonts/valmorel-icon.eot') format('embedded-opentype'),
    url('../fonts/valmorel-icon.ttf') format('truetype'),
    url('../fonts/valmorel-icon.woff') format('woff'),
    url('../fonts/valmorel-icon.svg#valmorel-icon') format('svg');
}


/*.actu-intro {
    border-top: 1px solid #8aabda;
    border-left: 1px solid #8aabda;
    border-right: 1px solid #8aabda;
}*/

.actu-visuel {
    float: left;
    width: 70%;
}

.actu-details {
    float: left;
    width: 30%;
}

.actu-presentation {
    background-color: #6e92c4;
    color: white;
}

.actu-presentation h3, .actu-titre{
  padding-top: 10px;
  font-family: "GothamRoundedBook";
  font-size:1.4em;
  text-align:center;
  color:white;
}

.actu-presentation .bodytext, .actu-presentation h2{
  color:white;
}

.actu-description {
    padding: 10px 30px 30px 30px;
}

.actu-tarifs {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 120px;
    padding: 5px 15px 25px 15px;
    background-color: #4874b2;
    text-align: center;
    color: white;

}

.actu-ouverture {
    float: left;
    overflow: hidden;
    width: 50%;
    height: 120px;
    padding: 5px 15px 25px 15px;
    background-color: #8aabda;
    text-align: center;
    color: white;

}

/* Evenement map */
#map{
  float: left;
  width:70%;
  height: 300px;
}

.actu-reservation {
    float: left;
    width: 30%;
    height: 300px;
    background-color: #434a54;
    text-align: center;
    color: white;
}

/* Pastilles */
[class^="vm-"], [class*=" vm-"] {
    vertical-align: text-bottom;
}
[class^="vm-"], [class*=" vm-"] {
    font-family: 'valmorel-icon';
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-transform: none;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.vm-horloge::before {
    content: "\e633";
}

.vm-famille-2::before {
    content: "\e62f";
}
.vm-calameo-2::before {
    content: "\e618";
}


.item{
  padding: 30px;
  text-align: center;
  color: #2c79bd;
}
.pastille {
    width: 100px;
    height: 100px;
    margin: auto;
  margin-bottom: 15px;
    background-color: #4874b2;
    font-size: 65px;
    line-height: 83px;
    text-align: center;
    color: white;
    border-radius: 50%;
}
.hide{
  /*display: none;*/
  visibility: hidden;
  height: 0;
}
.calameo-handler{
  cursor: pointer;
}


/** footer **/

.footer-widget {
    float: left;
    width: 24.25%;
    margin-right: 1%;
    padding: 30px;
}

.footer-widget p, .footer-widget p a {
    float:left;
    width:100%;
    margin: 0;
    font-size: 15px;
    font-weight: 100;
    text-align:left;
    color:#434A54 !important;
}

.footer-widget:first-child {
    margin-right: 0;
    padding-left: 0;
}
.footer-widget:last-child {
    padding-right: 0;
}
.sanary-sur-mer h5 {
    font-weight: 500;
    color: #434A54;
}
a.nouveau-sanaryen {
    position: relative;
    display: block;
    top: 10px;
    clear: both;
    max-width: 285px;
    margin: 10px 0;
    padding: 20px;
    background: #ff3d63;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

a.footer-alerte-sms,
a.footer-nous-contacter {
    position: relative;
    display: block;
    top: 10px;
    clear: both;
    max-width: 285px;
    margin: 10px 0;
    padding: 20px;
    font-size: 14px;
    font-weight: 100;
    text-align: center;
}

.footer {
    float: left;
    width: 100%;
    padding: 20px 0px 0px;
}

.footer h3 {
    font-size: 2em;
    letter-spacing: initial;
}

footer .overal-small:before {
    content: "";
    float: left;
    width: 100%;
    height: 1px;
    background: #434a54;
}
input,
input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"] {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding: 10px 20px;
    color: #434A54;
    border: 1px solid #ccc;
}
input[type="checkbox"] {
    display: inline;
    float: none;
    width: 5%;
}
.footer button[type="submit"] {
    float: left;
    width: 100%;
    margin-top: 25px;
    padding: 0;
    background: none;
    font-size: 19px;
    cursor: pointer;
    text-align: left;
    text-transform: uppercase;
    color: #FF3D63;
    border: none;
}
.tx-dklikinscriptionnewsletter-pi1 .footer button[type="submit"]:hover {
    color: #000!important;
}

.tx-dklikinscriptionnewsletter-pi1 label {
    display: block;
}
a.telecharger {
    float: left;
    clear: both;
    margin-top: 20px;
    font-size: 14px;
    color: #FF3D63;
    border-bottom: 1px solid;
}

a.telecharger:hover {
    opacity: 0.7;
}
textarea.adress {
    float: left;
    width: 100%;
    min-height: 90px;
    padding: 10px 20px;
    padding-bottom: 66px;
    color: #434A54;
}
.nos-suivez {
    float: left;
    width: 25%;
}
.logos {

}
a.face {
    float: left;
    background-image: url(../img/suivezfb-icon.png);
}
a.twiter {
    float: left;
    background-image: url(../img/suiveztwiter-icon.png);
}
a.youtube {
    float: left;
    background-image: url(../img/suivezyoutube-icon.png);
}
a.insta {
    float: left;
    background-image: url(../img/suivezinsta-icon.png);
}
.nous-suivez a {
    width: 25%;
    margin-top: 20px;
    margin-right: 15px;
    margin-left: -15px;
    padding: 43px 0px 20px;
    background-repeat: no-repeat;
    background-position: center 0px;
}

.nous-suivez a.nous-suivez-icon {
     padding:0;
     background-image:none;
     text-align: center;
    color:#6d92c5;
 }

.nous-suivez a.nous-suivez-icon i {
    font-size: 42px;
}
.nous-suivez-holder a {float: left;width: 100%;margin: 0;margin-top: 5px;font-size: 15px;font-weight: 100;text-align: left;color: #434A54;}

.nous-suivez-holder, .nous-suivez {
    float: left;
    width: 100%;
}
.nous-suivez a:after {
    content: '';
    display: block;
    height: 5px;
    padding: 19px 35px 0px 0px;
    background-image: url('../img/border-image1.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 68px;
}

.footer-widget .nous-suivez a {
    margin:0;
}

img.logos-image {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.tab_sommaire_item {
  display: inline-block;
    float: left;
    box-sizing: border-box;
    width: 23%;
    margin: 0;
    margin-right:10px;
    margin-bottom: 2em;
    padding: 0px;
    vertical-align: top;
}

.tab_sommaire_item:nth-child(4n+1) {
    clear:both;

}

a.tab_sommaire_item:hover {
  opacity: .8;
}
.tab_sommaire_fond {
  text-align: center;
}
.tab_sommaire_item_titre {
    position: relative;
    min-height: 46px;
    margin-bottom: 0;
  font-family: "GothamRoundedBook";
  font-size: 1.6em;
    text-transform: uppercase;
  color: #fc4066;
}

.tab_sommaire_fond img {
    width:100%;
}

.tab_sommaire_item_titre i {
  position: absolute;
    bottom: -40px;
    font-size: 3.5em;
  color: #1b7cb3;
}

.home-2 .tab_sommaire_item_titre {
  color: #1b7cb3;
}
.home-2 .tab_sommaire_item_titre i {
  color: #fc4066;
}

.sommaire {
  display: flex;
  flex-wrap: wrap;
}

.brochure-item-lien {
  font-family: "GothamRoundedBook";
  font-size: 1em;
    font-weight: 300;
  text-transform: uppercase;
  color: #6f90bf;


}
.home-2 .brochure-item-lien {
  /*color: #fc4066;*/
}

.tab_sommaire_item_titre.brochure-item-titre {
    margin-top:5px;
    font-size: 1.4em;
}

.rootline_share,
.titre_page,
.maincontent-inner {
  max-width: 1200px;
  margin: 1em auto;
}

.home-2 .rootline_share,
.home-2 .titre_page,
.home-2 .maincontent-inner {
    max-width: 1400px;
    margin: 1em auto;
}
.maincontent-inner .powermail_frontend dl{
    display:block;
}
.maincontent-inner .powermail_frontend dl dt{
    display:inline-block;
    box-sizing:border-box;
    width:49%;
    margin:0;
    padding:8px;
    font-size:14px;
    text-align:right;
    vertical-align:top;
    color:#6E92C4;
    border-bottom:1px solid #F0F0F0;
}
.maincontent-inner .powermail_frontend dl dd{
    display:inline-block;
    box-sizing:border-box;
    width:49%;
    margin:0;
    padding:8px;
    font-size:14px;
    text-align:left;
    vertical-align:top;
  border-bottom:1px solid #F0F0F0;
}

.tx_youtube_playlist .yt_pl .yt_pl_main .yt_pl_video_player_container .yt_pl_player_wrapper .yt_pl_video_player {
    width: 100%;
    height: 488px;
}

.tx_youtube_playlist .yt_pl .yt_pl_main {
    overflow: hidden;
    width: 100%;
    height: 597px;
    margin: 0 auto;
    background-color: #2D2D29;
    color: #DFECE6;
    border-top: 1px solid #1D1D1D;
    border-bottom: 1px solid #1D1D1D;
    border-left: 1px solid #1D1D1D;
}

.brochure-moteur .tags {
    margin-bottom: 20px;
}

.fond-gris {
  position: relative;
    margin: 3em 0;
  background: #F4F4F4;
}
.fond-gris:after,.fond-gris:before {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F4F4F4;
}
.fond-gris:before {
  right: 100%;
}
.fond-gris:after {
  left: 100%;
}
.fond-gris img {
    width: 100%;
    height: auto;
  border-radius: 4px;
}
.fond-gris .fond-gris-col {
    display: inline-block;
  float: left;
    box-sizing: border-box;
    padding: 3em 1em;
}
.fond-gris .fond-gris-col {
  width: 75%;
}
.fond-gris .fond-gris-col:first-child {
  width: 25%;
}
.fond-gris .fond-gris-titre {
    margin-bottom: 1em;
  font-family: "GothamRoundedBook";
  font-size: 1.6em;
    text-transform: uppercase;
  color: #fc4066;
}
.fond-gris .fond-gris-accroche {
  font-family: "GothamRoundedBook";
  font-size: 1.2em;
}
.home-2 .fond-gris .fond-gris-titre {
  color: #1b7cb3;
}

.tx-powermail{
text-align:center;
}

.tx-powermail ul {
  margin: 0 0 1em 0;
  padding: 0;
  list-style: none;
}
.tx-powermail .parsley-errors-list li {
  color: red;
}
.tx-powermail .powermail_fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.tx-powermail .powermail_legend {
    width: 100%;
    margin: 0;
    margin-bottom: .5em;
    padding: 0;
    font-family: "GothamRoundedBook";
    font-size: 1.4em;
    text-transform: uppercase;
  color: #fe0000;
}
.tx-powermail .layout1 .powermail_legend {
  display: none;
}
.home-2 .tx-powermail .powermail_legend {
  color: #1b7cb3;
}
.tx-powermail .powermail_fieldwrap {
  margin-bottom: 1em;
}
.tx-powermail .powermail_label {
    display:block;
    margin-bottom: .2em;
  font-family: "GothamRoundedBook";
    font-size: 1.2em;
    text-transform: uppercase;
}
.tx-powermail .powermail_label .mandatory {
  display: inline-block;
  margin-left: .2em;
}
.tx-powermail .powermail_input {
  float: none;
    width:40%;
    background:#ededed;
  font-family: "GothamRoundedBook";
  font-size: 1.2em;
    border:none;
}
.tx-powermail .powermail_textarea {
  float: none;
  width: 40%;
  height: 90px;
    margin-bottom: 5px;
    padding: 10px 20px;
    background:#ededed;
  font-family: "GothamRoundedBook";
  font-size: 1.2em;
    color: #434A54;
    border:none;
}
.tx-powermail .powermail_select {
  float: none;
  width: 40%;
  height: 42px;
  margin-bottom: 5px;
  font-family: "GothamRoundedBook";
  font-size: 1.2em;
}
.tx-powermail .powermail_fieldwrap_check fieldset,
.tx-powermail .powermail_fieldwrap_radio fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
.tx-powermail .powermail_fieldwrap_check fieldset legend,
.tx-powermail .powermail_fieldwrap_radio fieldset legend {
    padding-right: 0;
  padding-left: 0;
}
.tx-powermail .powermail_fieldwrap_check .powermail_check_outer,
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer {
  font-family: "GothamRoundedBook";
  font-size: 1.2em;
}
.tx-powermail .powermail_fieldwrap_check .powermail_check_outer .powermail_check_inner label,
.tx-powermail .powermail_fieldwrap_radio .powermail_radio_outer .powermail_radio_inner label {
  font-family: "GothamRoundedBook";
}

.powermail_radio {
    float:none;
    width:auto;
    margin-top:10px;
}

.powermail_submit{
    margin: 0;
    margin-top:75px;
    padding: 0;
    background: none;
    font-size: 1.8em;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;

  color: #ff3d63;
    border: none;
}
.tx-powermail .powermail_submit:hover {
  color: #000 !important;
}
.home-2 .tx-powermail .powermail_submit{
  color: #1b7cb3;
}
.tx-powermail input[type="date"] {
    display:block;
    float:none;
  width:40%;
    margin: 0 auto;
}

.brochure-moteur .tags a {
    display: inline-block;
    padding: .25em .5em;
  color: #fc4066;
    border: 2px solid #fc4066;
}
.brochure-moteur .tags a.acqtive {
  background: #fc4066;
  color: #fff;
    border: 2px solid #fc4066;
}

.tx-felogin-pi1 {
    text-align:center;
}

.tx-felogin-pi1 h3 {
    margin:0 0 10px 0;
    font-size: 1.8em;
    letter-spacing: 0;
    text-transform: none;
}

.tx-felogin-pi1 p.inscription {
    margin:0;
}

.inscription-titre {
    margin-bottom: 15px;
    font-size: 1.2em;
}

.liens-inscription {
    display:block;
    float: none;
    width: 45%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.liens-inscription li {
    position: relative;
    display:block;
    float:left;
    width:50%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


.liens-inscription li {
    border-left: 1px solid #343434;
}

.liens-inscription li a {
    color: #434A54;
}

.liens-inscription li:first-child {
    border-left: none;
}

.tx-felogin-pi1 label {
    margin-top: 15px;
    font-size: 1.2em;
}

.tx-felogin-pi1 input, input[type="text"],
.tx-felogin-pi1 input[type="email"],
.tx-felogin-pi1 input[type="date"],
.tx-felogin-pi1 input[type="password"] {
     display: block;
     float: none;
     width:40%;
     margin: 10px auto;

     background-color: #ededed;
     border: medium none;


}


.g-recaptcha {
    margin:10px auto;
    text-align:center;
}

.g-recaptcha >div {
    margin:10px auto;
}

.tx-felogin-pi1 fieldset {
    margin: 30px 0;
    padding: 0;
    border:0;
}

.tx-felogin-pi1>form>fieldset>div {
    margin-top:8px;
}

.tx-felogin-pi1 fieldset legend {
    display:none;
}

.tx-felogin-pi1 input[type="submit"],
.kg-btn {
    position: relative;
    display: block;
    clear: both;
    max-width: 285px;
    margin: 20px auto;
    padding: 10px;
    background: #6E92C4;
    font-size: 14px;
    font-weight: 100;
    cursor: pointer;
    text-align: center;
    color:white;
    border:0;
}

.tx-felogin-pi1 p a {
    color: #6E92C4;
}

.kg-btn:hover {
    background: #434a54;
}

/* Rich text editor */
.align-center {
    font-family: "GothamRoundedBook";
    text-align: center;
}



.for-mobile {
  display: none;
}


.show-for-small {
    display: none;
}



#infos.accordion-item div:first-of-type {
    margin-top: -40px;
}

.alert-box.alert,
.alert-box.success {
    font-size: 18px;
}


.home-socialnetwork .gallery-inner {
    width: 16.2%;
    height: 260px;
    margin: 0.2%;
}

.home-socialnetwork .gallery-holder-inner p {
    font-family: "GothamRoundedBook";
    font-size: 16px;
    text-align: left;
}

table.contenttable {
    overflow-x: auto;
    width: 100%;
    margin-bottom: 2em;
    border-collapse: collapse;
    border: 1px solid #E2E0EB;
}
table.contenttable tr th,
table.contenttable tr td {
    padding: 10px 15px;
    line-height: 1.2em;
    border: 1px solid #E2E0EB;
}
table.contenttable tr th {
    background-color: #fc4066;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

table.contenttable caption {
    margin: 0.83em 0;
    padding-top: 20px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #D04E58;
}

table.contenttable tbody tr:nth-child(even) {
    background: #c2cee1;
}

@media only screen and (max-width: 1550px) {
    .home-socialnetwork .gallery-inner {
        width: 24.4%;
        height: 260px;
        margin: 0.2%;
    }
    .owl-controls{
    display:none;
    }
}


@media only screen and (max-width: 1000px) {
    .home-socialnetwork .gallery-inner {
        width: 32%;
        height: 260px;
        margin: 0.2%;
    }
}

    @media only screen and (max-width: 649px) {
        .home-socialnetwork .gallery-inner {
            width: 49.4%;
            height: 260px;
            margin: 0.2%;
        }
    }

/** responsive **/
@media only screen and (max-width: 1630px) {
  .nav-menu {
      margin-top: 15px;
      font-size: 1.4em;
  }
}

@media only screen and (max-width: 1500px) {
  .nav-menu {
      margin-top: 15px;
      font-size: 1.4em;
  }
  .nav-menu ul {
    display: flex;
  }
  .nav-menu ul li {
      padding-left: 15px;
      line-height: 1em;
    text-align: center;
  }

  .header-right {
      width: calc(100% - 175px);
  }

  .header-contenu {
      padding: 20px 0px;
  }

  .home-logo {
      width: 159px;
  }

  .home-logo span,
  .home-logo h1 {
      font-size: 8.5px;
  }

  .agenda-title h4 {
      font-size: 22px;
  }

  .actus:hover .actu-image {
      top: 5%;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding-top: 10px;
      background-image: none;
  }

}

@media only screen and (max-width: 1100px) {
    /* ////////////////////////// Menu burger ////////////////////////// */

    .theatre .menu-icons a.face,
  .theatre .menu-icons a.youtube {
    display: inline-block;
  }

  .suivez-nous-inner {
    display: none;
  }
    .footer-2 .suivez-nous-inner {
        display: block;
    }

    .footer-widget:last-child {
      padding-right: 30px;
    }
    .nous-suivez-holder {
      text-align: center;
    }
    .nous-suivez-holder a {
      float: none;
      width: auto;
    margin-right: 10px;
      margin-left: 10px;
    }

    #btn_menu {
        position: absolute;
        display: block;
        z-index: 1000;
        top: 0;
        right: 5px;
        width: 50px;
        height: 13px;
        padding: 19px 7px 22px;
        background: transparent;
        border-radius: 4px;
    }

  .header-right {
      margin-top: 30px;
  }
    #btn_menu span::after,
    #btn_menu span::before {
        content: "";
        position: absolute;
        top: -9px;
        left: 0;
    }
    #btn_menu span::after {
        top: 9px;
    }
    #btn_menu span {
        position: relative;
        display: block;
    }
    #btn_menu span,
    #btn_menu span::after,
    #btn_menu span::before {
        width: 100%;
        height: 5px;
        background-color: #fff;
        transition: all 0.3s ease 0s;
        border-radius: 2px;
        backface-visibility: hidden;
    }

  .theatre #btn_menu span, .theatre #btn_menu span::after, .theatre #btn_menu span::before {
      background: #c5332c;
  }
    #btn_menu.on span {
        background-color: transparent;
    }
    #btn_menu.on span::before {
        transform: rotate(45deg) translate(5px, 5px);
    }
    #btn_menu.on span::after {
        transform: rotate(-45deg) translate(7px, -8px);
    }
    #btn_menu.on + #deroulant {
        display: block;
    }
    #deroulant li {
        float: none;
        width: 100%;
        padding: 2px 0px;
        border-bottom: 1px solid #f2f2f2;
    }
    .nav ul li:after {
        display: none;
    }
    #deroulant {
        position: absolute;
        display: none;
        display: none;
        z-index: 999;
        top: 0px;
        left: 0px;
        width: 100%;
        margin: 0px;
        padding: 5px 0% 0px;
        background: rgba(0, 0, 0, 0.85);
        transition: opacity 0.4s ease 0s;
        text-align: center;
    }
    #deroulant ul {
        display: block;
        width: 100%;
        margin: 0px;
        padding: 0px;
    }
    #deroulant::after {
        display: block;
    }
    .nav ul li a:hover {} .active-link {
        padding-top: 10px!important;
        background: none;
    }
    li a {
        padding: 5px;
        transition: all 0.2s ease 0s;
        text-decoration: none;
        color: #888;
    }
    #deroulant ul span.display {
        display: block;
    }
    #deroulant li a {
        display: block;
        float: none;
        margin: 0 auto;
        margin-bottom: 7px;
        padding: 15px;
        font-size: 15px;
        font-weight: 300;
        text-align: left;
        color: #fff;
        border: none;
    }
    #deroulant.nav-menu .niveau2 {
      position: relative;
      display: none;
      top: 0;
    }
    #deroulant.nav-menu .niveau2 a {
      display: block;
      display: block;
      float: left;
      width: 14.25%;
      padding: .3em;
      font-size: 1em;
      text-align: center;
      text-transform: none;
    }
    /* ////////////////////////// Menu burger ////////////////////////// */

}

@media (min-width: 1101px) {
  .header-contenu .overal {
    display: flex;
    align-items: center;
  }

  .header-right {
    flex-wrap: wrap;
  }

  .header-right .nos-sites {
    flex: 0 0 auto;
    order: 1;
  }

  .header-right .nav-menu {
    margin-top: 40px;
    padding: 0;
    order: 99;
  }
}

.powermail_frontend_back,
.powermail_frontend_list a {
    padding: 6px 5px;
    background: #6E92C4;
}

table.powermail_frontend_list {
    width: 100%;
    margin-bottom: 2em;
    border-collapse: collapse;
    border: 1px solid #E2E0EB;
}
table.powermail_frontend_list tr th,
table.powermail_frontend_list tr td {
    padding: 10px 15px;
    line-height: 1.2em;
    border: 1px solid #E2E0EB;
}
table.powermail_frontend_list tr th {
    background-color: #6E92C4;
    color: #fff;
}

table.powermail_frontend_list caption {
    margin: 0.83em 0;
    padding-top: 20px;
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
    color: #6E92C4;
}


.theatre ul li {
  font-size: 1.2em;
}

.theatre ul li li {
  font-size: 1em;
}

.lienfluxrss {
  font-size: 2em;
}




@media only screen and (max-width: 1023px) {

  .nav-menu ul {
    display: block;
  }
  .nav-menu ul li {
      padding-left: 15px;
      line-height: 1em;
    text-align: left;
  }

  .portail-logo {
    padding-bottom: 0;
  }
  .portail-choix a {
   /* padding: 0px 0px 20px 0px;*/
  }

  .actus:nth-child(5) {
      display: none;
  }

  .actus {
      width: 33%;
      margin-right: 0.33%;
  }

  .actu-image {
      height: 80px;
      padding-top: 80px;
      background-size: 50px;
  }

  .actus:hover .actu-image {
      top: 5%;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      padding-top: 10px;
      background-image: none;
  }

  .agenda-widget:nth-child(4) {
      display: none;
  }

  .agenda-widget {
      width: 33.33%;
  }

  .agenda-title {
      position: initial;
      width: 100%;
      margin-bottom: 20px;
      padding: 10px;
  }

  .agenda-title h4 {
      padding: 0px 0px;
      text-align: center;
  }

  .agenda-inner .agenda-overal-small {
      padding: 0;
  }

  .agenda-inner:after {
      top: 298px;
  }

  .footer-widget {
      width: 49%;
      margin-right: 1%;
  }

  .maincontent {
    padding: .5em;
  }


}

@media only screen and (max-width: 900px) {
    .liens-inscription {
        display:block;
        width: 100%;
    }
    .maincontent-inner .powermail_frontend dl dt{
        display:block;
        width:100%;
        text-align:left;
        border:none;
    }
    .maincontent-inner .powermail_frontend dl dd{
        display:block;
        width:100%;
        font-size:17px;
        text-align:left;
        border:none;
    }
}

@media only screen and (max-width: 768px) {

  .maincontent {
    padding: .5em 2.5em;
  }

  a.home-logo {
      float: none;
      margin: 0px auto 0;
  }

  .en-ce-moment-slider a {
      position: inherit;
      float: left;
      width: 100%;
      text-align: center;
  }

  .en-ce-moment-slider .owl-dots {
      position: initial;
      margin-top: 10px;
      text-align: center;
  }

  .footer h3.newsletter-icon {
      font-size: 19px;
  }
  .header-right {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
  }

  .theatre .header-right {
      width: 100%;
      margin-top: 2px;
      margin-right: 0;
  }

  .header-right {}

  .menu-icons a {
      float: none;
      margin: 0;
      padding: 15px 17px;
  }

    #google_translate_element .goog-te-gadget .goog-te-combo {
        margin: -5px 0;
    }

  .menu-icons {
      float: left;
      margin-top: 0;
      text-align: center;
  }

  .nos-sites {
    float: right;
    padding-right: 25px;
  }

  .nav-menu ul li a:hover:after {
    display: none;
  }
  .nav-menu ul.niveau2 {
    position: relative;
    top: 0;
  }
  #deroulant.nav-menu ul.niveau2 li:last-child {
    border-bottom: 0;
  }
  #deroulant ul.niveau2 li a {
    padding: 10px 10px 15px 10px;
    text-align: left;
  }
  .menu-right-header {
      position: relative;
     display:none;
      top: 0;
      width: 100%;
      margin: 0;
  }

    .menu-right-header .reserver-votre-sejour form {
        float: left;
        width: 80%;
    }

  .menu-right-header-home {
    border-radius: 0;
  }
  .menu-right-header-home.menu-right-header-avec-img img {
    width: 100%;
  }
  .menu-right-header-home:hover {
    left: 0;
  }
  .menu-right-header-inner {
    padding: 2em;
    border-radius: 0;
  }
  .menu-right-header-hidden-part {
    float: none;
    padding: 0;
  }

  .theatre .menu-right-header {
      margin: 0px;
  }

  .demarche-en-ligne {
      width: 100%;
  }

  .home-slider-holder.theatre-banner {
      position: initial;
  }

  /*.home-slider-holder span {
      width: 40px;
      height: 60px;
      margin: 5px auto;
  }*/

  .home-slider-holder h2, .home-slider-holder h3 {
      font-size: 15px !important;
      text-align: center;
      margin:0 !important;
  }

    .home-slider-holder h2 *, .home-slider-holder h3 * {
        font-size: 15px !important;
        text-align: center;
        margin:0 !important;
    }

    .tous-actualites {
        top:0;
    }

  header.header.sanary-home:after {
      background: rgba(0, 0, 0, 0.72);
  }

  .owl-dot span {
      width: 7px;
      height: 7px;
      margin: 0 10px;
  }

  .home-slider-holder:after {
      margin-top: -70px;
  }

  .menu-right-header-home {
      margin: 0;
  }

  .menu-right-header-home.hover-effect {
      left: 0!important;
      width: 100%;
      border: 0;
  }

  .menu-right-header-inner.newslettre {
      width: 100%;
  }

  .menu-right-header-hidden-part {
      width: 100%;
      background: rgba(210, 210, 210, 0.44);
  }

  .en-ce-moment-holder h2 {
      font-size: 15px;
  }

  .actus {
      width: 50%;
      margin: 0;
  }
  .actus img {
    width: 100%;
  }

  /*.agenda-widget {
      width: 100%;
      margin-bottom: 30px;
  }*/
  .agenda-inner .agenda-overal-small{
    margin-bottom: 0;
  }
  .agenda-inner:after {
      display: none;
  }

  .gallery-inner {
      width: 33%;
  }

  .footer-widget {
      width: 100%;
  }

  .footer-widget:first-child {
      padding: 30px;
  }
  .portail-choix a {
      width: 50%;
  }
  .tab_sommaire_item {
    width: 47%;
  }
  .tab_sommaire_item .tab_sommaire_fond img {
    width: 100%;
  }
  .fond-gris:after, .fond-gris:before {
    display: none;
  }

  header.header.sanary-home:after {
  display: none;
  }

  .theatre .home-slider-holder {
    top: 22.25%;
  }
  .theatre .demarche-en-ligne {
    display: block;
    padding: 20px 30px 20px 90px;
    background-position: 20px 10px;
  }
  .theatre .demarche-en-ligne h4 {
    font-size: 1.8em;
  }

  .theatre .header.sanary-int {
    height: 204px;
  }

  .theatre .rootline {
    margin-top: 0;
  }

  img.spectacle-right {
    width: 100%;
  }

  .widget-left {
    width: 100%;
  }

  .widget-right {
      width: 100%;
  }
  .escales-item h3{
    font-size: 1.3em;
  }
    .home-mairie .title-bg h3,
  .home-2 .title-bg h3{
    padding: 5px 16%;
  }

    .home-mairie .title-bg,
  .home-2 .title-bg{
    margin:20px 0;
  }
  .flash-info{
    padding:40px 0 0;
  }
  .gallery-holder{
    padding: 0 0 43px 0;
  }
  .footer-widget{
    margin:-20px 0 20px 0;
    padding: 0;
      text-align: center;
  }

    .footer-widget:last-child {
        padding: 0;
    }

    .footer-widget.sanary-sur-mer,
    .footer-widget.sanary-sur-mer p,
    .footer-widget.sanary-sur-mer a {
        float:none;
        text-align: center;
    }

    .footer-widget.nous-contacter a {
        margin: 0 auto;
    }

    .footer-widget.nous-contacter a.nouveau-sanaryen {
        margin: 10px auto;
    }

  .header-contenu h1 {
    text-align: center;
  }
  .csc-textpic .csc-textpic-imagewrap img{
  height: inherit;
}
    .home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item .slider-item-inner{
    display:none;
    }

    .footer-widget.logos {
        margin:20px 0 20px 0;
        padding: 0;
    }

    .footer-widget img.logos-image {
        float: none;
         width:auto;
        margin-top: 20px;
    }

    .footer-2 .footer-widget-wrapper{
        flex-direction: column;
    }
    .home-2 .footer-2 button[type="submit"]{
        text-align: center;
    }

    .home-2 .footer-2 .nous-suivez-holder,
    .home-2 .footer-2 .nous-suivez {
        display: flex;
        justify-content: center;
    }
}

@media only screen and (max-width: 600px) {

  .home-2 .titre_page h1{
    font-size: 9vw;
  }

  .fce-3-col .fce-3-col-colonne {
    width: 100%;
  }
  .fce-2-col .fce-2-col-colonne {
        float: none;
    width: 100%;
        padding:0;
  }

  .hide-for-small {
    display: none;
  }
  .show-for-small {
    display: inline-block;
  }

  .overal {
    width: 100%;
  }

  .flash-info {
    padding: 0;
  }

  .theatre .header {
    min-height: 210px;
  }

  .theatre .home-slider-holder {
    height: 100%;
  }

    .portail-fond-mobile {
        display:block;
    }

    .headerfullheight .header-wrapper:before {
        display: none;
        padding:0;
    }

    .headerfullheight .header-wrapper > header.sanary-home {
        position:relative;
    }

  .headerfullheight .header-wrapper {
    height: 100vh;
  }

  .header-contenu {
    height: 50%;
  }

  .sanary-home .portail-fond-mobile {
    display: none;
  }

  .sanary-home .header-contenu {
    background: transparent;
  }

  .home-slider-holder .home-slider.owl-carousel .owl-stage-outer .owl-stage .owl-item .slider-item .slider-item-inner {
    display: block;
  }

  .escales-holder {
      display:none;
      margin-top: 20px;
  }

  .en-ce-moment-slider {
    margin-bottom: 10px;
  }

  .portail-choix a {
      width: 100%;
  }

  .theatre-liste  .actus:hover .actu-image {
    top: 0;
  }

  .actus .actu-mobile {
    padding-bottom: 3px;
  border-bottom: 1px solid #444;
  }
  .actus .actu-mobile:hover {
  background: #efefef;
  }
  .actus .actu-mobile img {
    float: left;
    width: 30%;
  }
  .actus .actu-mobile .actu-text {
    width: 70%;
    padding-left: 20px;
  }
  .theatre .actus .actu-mobile .actu-text h4 {
    text-align: left;
  }
  .theatre .actus .actu-mobile .actu-text p {
    padding: 0;
    font-size: 1.2em;
  }

  .theatre .titre_page h1 {
      font-size: 7.0vw;
  }
    .tx-powermail input, .tx-powermail textarea{
        width:100% !important;
    }
}

@media screen and (max-width:450px){

    .flash-info p {
        font-size: 1.4em;
        font-weight: 300;
        text-align: center;
        color: #6E93C5;
    }

    #google_translate_element .goog-te-gadget .goog-te-combo {
        margin: -5px 0;
    }


  .home-mairie .title-bg,
  .home-2 .title-bg{
    margin:60px 0 10px;
  }
  .agenda-holder .title-bg {
    margin: 0px 0 10px;
  }
    .home-mairie .title-bg h3,
  .home-2 .title-bg h3{
    padding: 5px 2.5%;
  }
  #intro .owl-controls{
    margin-top:20px;
  }
  .agenda-inner .agenda-overal-small{
    margin-bottom: -40px;
  }
  .home-2 .tous-evenements{
    margin-bottom: 40px;
  }
  .actu-text{
    width: 70%;
  }
  .actus{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #DDD;
  }
  .actus img{
    width:100%;
  }
  .actus.icon-plume .actu-image{
    background: none;
  }
  .actus.icon-plume .actu-image span, .actus.icon-plume .actu-image p{
    display: none;
  }
  .portail-choix-holder.portail-inner{
    margin:10px 0 0;
  }
  .portail-inner .portail-choix{
    padding:40px 30px;
  }
  .portail-inner h3{
    font-size: 25px;
  }
  .portail-inner .portail-choix a{
      margin: 0;
      padding: 70px 0 20px 0;
      background-position: top;
  }
  .portail-inner .portail-choix a:first-of-type{
    margin-top:20px;
  }
  .portail-inner .portail-choix a:before{
    margin:0 auto;
    padding: 10px 20px 0 20px;
  }
  .gallery-holder{
    padding: 0;
  }
  .gallery-inner{
    display: none;
  }
  .footer-widget.nous-contacter{
    margin-top:-40px;
    padding:0;
  }
  .actu-visuel, .actu-details, #map, .actu-reservation, .actus, .agenda-widget{
    width:100%;
  }
  .item{
    float: left;
    width:50%;
  }
  .actu-reservation{
    height: 230px;
  }
  .apidae-listing .hotel> img{
    /*width:40%;*/
    /*margin-right:10px;*/
    /*float: left;*/
  }
  .agenda-widget-text{
    width:50%;
  }
  .agenda-widget span{
    display: none;
  }
  .agenda-widget-image img{
    min-height: inherit;
  }
  .agenda-widget-image{
    float: left;
    width:50%;
  }
  .agenda-widget{
    margin-bottom: 20px;
  }
  .sitra-fiche{
    text-align: center;
  }
  .sitra-fiche a{
    display: inline-block;
    margin: auto auto 10px;
    padding: 0 10px 10px;
  }
  .sitra-fiche a:first-of-type {
      margin-top: 10px;
  }
  .fce-2-col-colonne{
    width:100%!important;
  }
  .header.sanary-int{
    min-height: 240px;
  }
  .share {
    margin-top:-40px;
  }
  .titre_page{
    margin:auto;
  }
    .tab_sommaire_item {
    width: 100%;
  }
}

@media (max-width: 600px) {

    .header-right {
      flex-wrap: wrap;
        margin:0;
    }

    .home-slider-holder .slider-item .slider-item-inner {
        top: 46%;
        padding: 10px 0;
    }

    .header-right .menu-icons {
        float: none;
        width: 100%;
        margin: 0 auto 10px;
        align-items: center;
        justify-content: center;
        order: -1;
    }

    .header-right .menu-icons a {
        float: none;
        margin: 0;
        padding: 15px 14px;
        font-size: 2rem;
        border:0;
    }

    .header-right .menu-icons a .icon-favoris {
      display: flex;
      width: 2rem;
      height: 2rem;
      align-items: center;
      justify-content: start;
    }

    .header-right .menu-icons a .icon-favoris::before {
      width: 100%;
      height: 100%;
      background-size: contain;
    }

    #translation-select {
      position: absolute;
      top: 36px;
      right: 10px;
    }

    #translation-select .goog-te-combo {
      background-size: 14px;
    }

    .home-slider-holder .home-slider {
      display: block;
    }

    .home-slider .owl-dots {
      display: none !important;
    }
}

.tx-felogin-pi1 input:-webkit-autofill,
.tx-felogin-pi1 textarea:-webkit-autofill,
.tx-felogin-pi1 select:-webkit-autofill {
    background-color: transparent;
    background-image: none;
    color: black;
}

.powermail_confirmation {
    font-size: 1.4em;
}

dl.table-display
{
    width: 41.1em;
    margin: 2em auto;
    padding: 0;
    font-family: georgia, times, serif;
}

.table-display dt
{
    float: left;
    width: 15em;
    margin: 0 0 0 0;
    padding: .5em;
    font-weight: bold;
    border-top: 1px solid #999;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */

.table-display dd
{
    float: left;
    width: 24em;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
}

dl.powermail_all
{
    width: 90%;
    margin: 2em auto;
    padding: 0;
    font-family: georgia, times, serif;
}

.powermail_all dt
{
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: .5em;
    font-weight: bold;
    border-top: 1px solid #999;
}

/* hack de commentaire avec un antislash pour ie5 mac \*/
dt { clear: both; }
/* end hack */

.powermail_all dd
{
    float: left;
    width: 50%;
    margin: 0 0 0 0;
    padding: .5em;
    border-top: 1px solid #999;
}

.powermail_confirmation_submit,
.powermail_confirmation_form {
    float:left;
    width: 50%;
    margin: 2% auto;
    background: #6E92C4;
    cursor: pointer; color:white;
}

.powermail_confirmation_submit {
    float:right;
}

@media print{
  *{margin:0 !important; padding:0 !important; padding-bottom:0.2px !important; font-family: 'robotoregular', sans-serif !important; font-size: 12px !important; font-weight:normal !important; -webkit-print-color-adjust: exact;}
  .menu-icons,.nos-sites, #deroulant ,.forms-apidae, .rootline_share, .icon-mer1, #c1084, .sitraAddFavoris {display: none !important;}
  .footer-widget.nous-contacter, .footer-widget.logos, .footer-widget.suivez-nous, .real_koredge, .menu-right-header  {display: none !important;}
  .newsletter-icon, .formNewsletter {display: none !important;}

  header{ display: none !important;}
  .home-logo{ background-color:rgba(0,0,0,0.5); -webkit-print-color-adjust: exact;}
  .logoprint{display: block !important;}
  .hotel{display: block !important; margin-right: 1%;}
  .hotel-holder{display: block !important;}
  .hotel-holder h4{display: block !important;}
}

/********ANIMATION*************/

@-webkit-keyframes apparition {
  0%   {top:-50px; opacity: 0; }
  100% {top:0px; opacity: 1; }
}
@-moz-keyframes apparition {
  0%   {top:-50px; opacity: 0; }
  100% {top:0px; opacity: 1; }
}
@-o-keyframes apparition {
  0%   {top:-50px; opacity: 0; }
  100% {top:0px; opacity: 1; }
}
@keyframes apparition {
  0%   {top:-50px; opacity: 0; }
  100% {top:0px; opacity: 1; }
}

@-webkit-keyframes bg_apparition {
  0%   { background:rgba(0,0,0,0);}
  100% { background:rgba(0,0,0,0.4);}
}
@-moz-keyframes bg_apparition {
  0%   { background:rgba(0,0,0,0);}
  100% { background:rgba(0,0,0,0.4);}
}
@-o-keyframes bg_apparition {
  0%   { background:rgba(0,0,0,0);}
  100% { background:rgba(0,0,0,0.4);}
}
@keyframes bg_apparition {
  0%   { background:rgba(0,0,0,0);}
  100% { background:rgba(0,0,0,0.4);}
}

@-webkit-keyframes apparition2 {
  0%   {top:0px; opacity: 0; }
  100% {top:35px; opacity: 1; }
}
@-moz-keyframes apparition2 {
  0%   {top:0px; opacity: 0; }
  100% {top:35px; opacity: 1; }
}
@-o-keyframes apparition2 {
  0%   {top:0px; opacity: 0; }
  100% {top:35px; opacity: 1; }
}
@keyframes apparition2 {
  0%   {top:0px; opacity: 0; }
  100% {top:35px; opacity: 1; }
}


@media print {

  .nous-suivez a:after {
    display:none;
  }

  .footer-widget:first-child {
    display:none;
  }

  .nous-suivez-holder {
    display:none;
  }

}


.yt_pl_masonry {
    position:relative;
    width:100%;
    margin:40px -20px;
}
.yt_pl_masonry .grid-sizer,
.yt_pl_masonry .videoItem {
    width: 33.333%;
}

.yt_pl_masonry .videoItem {
    float:left;
    margin-bottom: 20px;
    padding: 0 20px;
}

.yt_pl_masonry .videoenavant:nth-child(3n+1) {
    clear:both;
}

.entry-thumb {
    position: relative;
    overflow: hidden;
}

.entry-thumb, .yt_pl_masonry .entry-text {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.05);
}

.entry-thumb .thumb-link img {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    vertical-align: bottom;
}

.entry-thumb .thumb-link::before {
    content: "";
    position: absolute;
    display: block;
    z-index: 1;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}

.entry-thumb .thumb-link span {
    position: absolute;
    display: block;
    z-index: 1;
    top: 50%;
    left: 50%;
    visibility: hidden;
    width: 140px;
    height: 90px;
    margin-top: -35px;
    margin-left: -69px;
    font-size: 22px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
    text-align: center;
    opacity: 0;
    color: #FFFFFF;
    color: #FFFFFF;
}

.entry-thumb:hover .thumb-link::before {
    visibility: visible;
    opacity: 1;
}

.entry-thumb:hover .thumb-link span {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.entry-thumb:hover .thumb-link img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.entry-text {
    padding: 1.8rem 2.0rem 3rem;
    background-color: #f9f9f9;
}

.entry-text-modal {
    width:417px;
}

.yt_pl_video_titlena,
.yt_pl_video_title a {
    display: block;
    width: 90%;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    color: #ff3d63;
}

.yt_pl_video_description {
    margin-top: 20px;
    font-family: "GothamRoundedBook";
    font-size: 15px;
    line-height: 1.3em;
    color: #999999;
}


.yt_pl_masonry .grid-sizer-elus,
.yt_pl_masonry .videoItemelus {
    width: 25%;
}

.hover80.actif {
    padding:5px 10px;
    background-color:#ff3d63;
    color:white;
}

@media only screen and (max-width: 1130px) {
    .yt_pl_masonry .grid-sizer-elus,
    .yt_pl_masonry .videoItemelus {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1000px) {
    .yt_pl_masonry .grid-sizer, .yt_pl_masonry .videoenavant {
        width: 50%;
    }
    .yt_pl_masonry .videoenavant:nth-child(3n+1) {
        clear:none;
    }
    .yt_pl_masonry .videoenavant:nth-child(2n+1) {
        clear:both;
    }
}

@media only screen and (max-width: 900px) {
    .yt_pl_masonry .grid-sizer-elus,
    .yt_pl_masonry .videoItemelus {
        width: 50%;
    }
}

@media only screen and (max-width: 586px) {
    .yt_pl_masonry .grid-sizer, .yt_pl_masonry .videoenavant {
        width: 100%;
    }

    .yt_pl_masonry .videoenavant:nth-child(2n+1) {
        clear:none;
    }
}

@media only screen and (max-width: 550px) {
    .yt_pl_masonry .grid-sizer-elus,
    .yt_pl_masonry .videoItemelus {
        width: 100%;
    }
}
.yt_pl_masonry .videoenavant:nth-child(1) .entry-text,
.yt_pl_masonry .videoenavant:nth-child(2) .entry-text,
.yt_pl_masonry .videoenavant:nth-child(3) .entry-text {
    background-color: #ff3d63;
}

.yt_pl_masonry .videoenavant:nth-child(1) .yt_pl_video_title a,
.yt_pl_masonry .videoenavant:nth-child(2) .yt_pl_video_title a,
.yt_pl_masonry .videoenavant:nth-child(3) .yt_pl_video_title a {
    color: white;
}

.yt_pl_masonry .videoenavant:nth-child(1) .yt_pl_video_description,
.yt_pl_masonry .videoenavant:nth-child(2) .yt_pl_video_description,
.yt_pl_masonry .videoenavant:nth-child(3) .yt_pl_video_description {
    color: white;
}

#back-to-top {
    position: fixed;
    z-index: 9999;
    right: 40px;
    bottom: 40px;
    width: 40px;
    height: 40px;
    background: url(../img/BackToTop.png) no-repeat #76dccf center center;
    line-height: 30px;
    cursor: pointer;
    transition: opacity 0.2s ease-out;
    text-align: center;
    text-decoration: none;
    /*transform: rotate(180deg);*/
    opacity: 0;
    color: #FFF;
    border: 0;
    border-radius: 2px;
}
#back-to-top:hover {
    /*background: #76dccf;*/
}
#back-to-top.show {
    opacity: 1;
}
.footer-2 .footer-widget-background{
    background-color: #c8f0fa;
}
.footer-2 .footer-widget-wrapper {
    display: flex;
    /* justify-items: center; */
    justify-content: space-between;
    flex-wrap: wrap;
}
footer.footer-2 .overal-small:before {
    display: none;
}

.footer-2 h3 span{
    white-space: nowrap;
}
.footer-2 .partenaire-background{
    background-color: #64c2de;
}
.footer-2 .logo-partenaires{
    display: flex;
    justify-content: center;
    /*border-top: 1px solid #434A54;*/
    /*border-bottom: 1px solid #434A54;*/
}
.footer-2 .logo-partenaires a {
    padding:  20px 10px;
}
.footer-2 .logo-partenaires img {
    max-height: 100px;
}
.footer-2 .partenaire-small-background{
    background-color: #054c8c;
}
.footer-2 .logo-partenaires-small {
    display: flex;
    padding: 15px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-2 .logo-partenaires-small img {
    max-height: 45px;
    margin: 5px;
}
.footer-2 .links-wrapper {
    background-color: #023a6b;/*#6d92c6;*/
}
.footer-2 .links {
    display: flex;
    padding: 20px 0;
    justify-content: center;
    flex-wrap: wrap;
}
.footer-2 .links a{
    padding: 5px 15px;
}
.footer-2 .real_koredge{
    padding: 10px;
    background: #022f56;/*#434A54;*/
}
.footer-2 .real_koredge a{
    color: #fff;
}

/* refonte  actus pour tourisme */
.home-2 .actus-photos{
    padding: 40px 0 0;
}

.home-2 .actus-photos .overal-small {
    /*display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);*/

    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.home-2 .actus-photos .actus{
    float: none;
    width: calc(98% / 4);
    margin-right: 0.5%;
}
@media only screen and (max-width: 1023px) {
    .home-2 .actus-photos .overal-small {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
    .home-2 .actus-photos .overal-small .actus{
        width: auto;
    }
    .home-2 .actus-photos .actus:nth-child(5) {
        display: block;
    }
}
@media screen and (max-width: 450px) {
    .home-2 .actus-photos .overal-small {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

.footer-alert-panel {
    position: fixed;
    z-index: 10000;
    right:0;
    bottom:0;
    left:0;
    box-sizing: content-box;
    margin: auto;
    /*padding: 10px;*/
    padding:0px 30px 0px 10px;
    background: #023A6B;
    color: #fff;
}

.footer-alert-panel h2,
.footer-alert-panel h3 {
    margin: 5px 0 0 0;
    font-size: 20px;
        color:white;
}

.btn-close-footer-alert-panel {
    /*float: right;*/
    background: none;
    font-size: 22px;
    cursor: pointer;
    border: none;
    position:absolute;
    bottom:11px;
    right:0;
}

.powered-by {
  display:none;
}
