/* STYLE CMONSITE EDITOR */
a:where(.widget-texte-content a):hover{color:rgba(26,26,26,1);text-decoration:underline;}a:where(.widget-texte-content a):focus{color:rgba(26,26,26,1);text-decoration:underline;}.diaporama-container .swiper-button-prev,.diaporama-container .swiper-button-next{background-color:transparent;}.diaporama-container .swiper-button-prev:hover,.diaporama-container .swiper-button-next:hover{background-color:transparent;color:rgba(26,26,26,1);}.diaporama-container .swiper-button-prev:focus,.diaporama-container .swiper-button-next:focus{background-color:transparent;color:rgba(26,26,26,1);}@media (min-width:1024px){header .slogan{top:26px;left:524px;}}hr {    
  box-shadow: 0px 5px 8px 0px lightgrey;
}
/* le bandeau */
#bloc-fil-title h1 {
    margin: 0;
}

#bloc-fil-title, #bloc-fil-title::before {
    padding: 20px 0;
  	min-height:auto;
}
/* fin du bandeau */

#headercontent {
  height : 170px
}
  .logo img {
     max-height: none;
}

.cmonsite-index .wrapper-content {
  margin-top: -40px;
}

/* E-mail dans le header */
.slogan_p {
    background-color: #1E9CCD;
    padding: 7px;
    border-radius: 10px;
}
.slogan_live_edit .slogan_p {
 width: 231px;
}

/*diaporama page d'accueil*/
.wrapper.accueil_diaporama_template.accueil_diaporama_template_2.accueil_diaporama_full {
    margin-top: 40px;
}

/*.accueil_diaporama_template.accueil_diaporama_template_2 .slide>div .center-img-slider,
.accueil_diaporama_template.accueil_diaporama_template_2 .slide>div,
.accueil_diaporama_template.accueil_diaporama_template_2 .slide{
    height: 600px
}*/

.form {
  display: block;
  background: #fff;
  position: relative;
  padding: 30px 15px;
  overflow: hidden;
}
.form > * {position: relative; z-index: 2;}

.form:before {
  position: absolute;
  top: 8px; right: 8px; bottom: 8px; left: 8px;
  content: '';
  background-color: #fff;
   z-index: 1;
}

.form:after {
  position: absolute;
  top: -8px; right: -8px; bottom: -8px; left: -8px;
  content: '';
  background: repeating-linear-gradient(
    -45deg,
    #3399cc,
    #3399cc 15px,
    transparent 15px,
    transparent 30px,
    #ff3333 30px,
    #ff3333 45px,
    transparent 45px,
    transparent 60px
  );
  background-color: #fff;
  z-index: 0;
}

.template_contact_5 input[type="text"]:focus, .template_contact_5 textarea:focus {
    border: 1px solid #c4c4c4;
    padding: 5px;
    min-height: unset;
}


.accueil_diaporama_template_2 .center-img-slider {
  /* background-size: cover; */
  background-size: contain;
}



#video_accueil {
    width: 100%;
    overflow: hidden;
    position: relative;
    background-image: url(/uploaded/125413/big-ben-et-drapeauf-01-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

#video {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
}

#video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


#video_text {
  position: absolute;
  left: 0;
  right: 0;
  /* bottom: 20%; */
  top: 20%;
  text-align: center;
}


#video_text h1 {
    color: #fff !important;
    font-size: 50px;
    font-weight: 900;
    text-transform: uppercase;
    text-shadow: 0 0 14px #000;
}

#video_text p {
    font-size: 30px;
    font-weight: normal;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 14px #000;
}

@media (max-width: 1023px) {
  #video_text h1 {
  	font-size: 24px;
  }
  #video_text p {
  	font-size: 18px;
  }
}

#video::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAD0lEQVQIW2NgYGD4z4AMAA4EAQAMvbGxAAAAAElFTkSuQmCC');
  background-repeat: repeat;
}

#video_text h1 span {
    font-weight: normal;
}
