/*

Theme Name: SITE MÉDIÉVALES PROVINS
Theme URI: https://agencemcrea.fr/
Author: Agence M-Créa
Author URI: https://agencemcrea.fr/
Description : Thème site Médiévales de Provins
Version: 1.0

*/



/* ============================================================================================

    CHAPITRES - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */



/*

CHAPITRE 1 - 
CHAPITRE 2 - 
CHAPITRE 3 - 
CHAPITRE 4 - 
CHAPITRE 5 - 
CHAPITRE 6 - 
CHAPITRE 7 - 
CHAPITRE 8 - 
CHAPITRE 9 - 
CHAPITRE 10 - 
CHAPITRE 11 - 
CHAPITRE 12 - 
CHAPITRE 13 - 
CHAPITRE 14 - 
CHAPITRE 15 - 
CHAPITRE 16 - 
CHAPITRE 17 - 
CHAPITRE 18 - 
CHAPITRE 19 -  

*/



/* ============================================================================================

    A TRIER - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */








/* ============================================================================================

    XXXXXX - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Volkhov:400,700');


/* ============================================================================================

    CONSTRUCTION - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


*, *:before, *:after {
margin: 0px; 
padding: 0px; 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

body, html {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: #666666;
height: 100%;
background-color: #fff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

a:focus {outline: none;}
a:hover {text-decoration: none;}

h1,h2,h3,h4,h5,h6{
margin: 0px;
}

p {
margin: 0px;
}

a {
color: #F8B900;
}

ul, li {
margin: 0px;
list-style-type: none;
}

input, textarea, label {
display: block;
outline: none;
border: none;
}

button {
outline: none;
border: none;
background: transparent;
cursor: pointer;
}

button:focus {
outline: none;
}

iframe {
border: none;
}

.wrapper {
width: 100%;
height: auto;
overflow: hidden;
}

.bg-main {
background-color: #2e356d;
}

.grecaptcha-badge {
display: none;
}


/* ============================================================================================

    BACK TO TOP - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


.btn-back-to-top {
display: none;
position: fixed;
width: 40px;
height: 40px;
bottom: 40px;
right: 15px;
background-color: black;
opacity: 0.5;
justify-content: center;
align-items: center;
z-index: 999;
border-radius: 4px;
transition: all 0.4s;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
}

.symbol-btn-back-to-top {
font-size: 22px;
color: white;
line-height: 1em;
}

.btn-back-to-top:hover {
opacity: 1;
cursor: pointer;
}

@media (max-width: 576px) {

    .btn-back-to-top {
    bottom: 15px;
    right: 15px;
    }

}


@media (max-width: 991px) {

    .uniqdesk {
    display: none !important;
    }

}


@media (min-width: 991px) {

    .uniqmob {
    display: none !important;
    }

}


/* ============================================================================================

    NAVIGATION - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


.container-menu-desktop {
height: 146px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}


/* ===========

TOP BAR

============== */


.top-bar {
height: 45px;
}

.content-topbar {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
height: 45px;
justify-content: space-between;
align-items: center;
}

.left-top-bar a {
font-size: 13px;
color: #FFF;
vertical-align: middle;
padding-left: 13px;
padding-right: 15px;
border-right: 1px solid #FFF;
}

.left-top-bar a:first-child {
padding-left: 5px;
}

.left-top-bar a:hover {
text-decoration: underline;
}

.left-top-bar a:last-child {
border: none;
}

.right-top-bar .wpml-ls-legacy-list-horizontal,
.right-top-bar .wpml-ls-legacy-list-horizontal a {
padding: 0;
}

.right-top-bar .wpml-ls-legacy-list-horizontal>ul {
line-height: 1;
}

.right-top-bar .wpml-ls-native {
font-size: 13px;
text-transform: uppercase;
color: #FFF;
}


/* ===========

MENU

============== */


.wrap-menu-desktop {
position: absolute;
z-index: 999;
background-color: #5257a3;
width: 100%;
height: 101px;
top: 45px;
left: 0; 
-webkit-transition: height 0.3s;
-o-transition: height 0.3s;
-moz-transition: height 0.3s;
transition: height 0.3s;
}

.limiter-menu-desktop {
padding: 0 15px;
height: 100%;
margin: 0 auto;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
background-color: transparent;
align-items: center;
}


/* ===========

LOGO

============== */


.logo {
display: block;
position: relative;
height: 69%;
flex-grow: 1;
}

.logo img {
width: 165px;
max-height: 100%;
position:absolute;
top: 0; 
left: 0; 
bottom: 0;
margin: auto;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}


/* ===========

LIENS

============== */


.menu-desktop {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
height: 100%;
}

.main-menu {
list-style-type: none;
margin: 0;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
}

.main-menu > li {
display: block;
position: relative;
}

.main-menu > li:last-child {
padding-right: 0px;
}

.main-menu > li > a {
font-weight:700;
font-size: 17px;
padding-left: 13px;
padding-right: 13px;
text-transform: uppercase;
color: #fff;
}

.main-menu li:last-child a {
padding-right: 0px;
}

.main-menu > li:hover > a,
.main-menu > li.active a {
color: #F8B900;
text-decoration: none;
}

.main-menu > li::before {
content: "";
display: block;
position: absolute;
height: 3px;
border-radius: 1px;
left: 50%;
transform: translateX(-50%);
bottom: -2px;
width: 0;
background-color: #F8B900;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.main-menu > li:hover:before,
.main-menu > li.active:before {
width: calc(100% - 36px);
}


/* ===========

MENU FIXE

============== */


.fix-menu-desktop {
height: 110px;
}

.fix-menu-desktop .wrap-menu-desktop {
top: 0;
height: 65px;
position: fixed;
box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 5px 0px rgba(0,0,0,0.2);
}

.fix-menu-desktop .wrap-menu-desktop img {
width: 105px;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}


/* ============================================================================================

    NAVIGATION MOBILE - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


.wrap-header-mobile {
position: fixed;
width: 100%;
z-index: 999;
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
justify-content: space-between;
height: 70px;
background-color: #5257a3;
border-bottom: 2px solid #F8B900;
padding: 15px;
display: none;
box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
-moz-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
-webkit-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
-o-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3);
-ms-box-shadow: 0 0px 4px 0px rgba(153,153,153,0.3); 
}


@media (min-width: 992px){

    .menu-mobile {
    display: none;
    }

}

@media (max-width: 992px){

    .wrapper {
    padding-top: 70px;
    }

}


/* ===========

LOGO

============== */


.logo-mobile {
display: block;
padding-right: 25px;
}

.logo-mobile img {
width: 100px;
}


/* ===========

HAMBURGER

============== */


.hamburger {
display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
align-items: center;
padding: 0;
-webkit-transform: scale(0.7);
-moz-transform: scale(0.7);
-ms-transform: scale(0.7);
-o-transform: scale(0.7);
transform: scale(0.7);
}

.hamburger:hover {
opacity: 1;
}


@media (max-width: 992px){
  
    .wrap-header-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    }

    .container-menu-desktop {
    display: none;
    }

}



/* ===========

TOP BAR

============== */


.topbar-mobile {
text-align: center;
padding: 15px;
background: #e6ab00 !important;
}

.menu-mobile .right-top-bar {
margin-bottom: 10px;
}

.topbar-mobile .left-top-bar a {
font-weight: 500;
font-size: 17px;
color: #fff;
vertical-align: middle;
padding: 0 15px;
border-color: #fff;
}

.topbar-mobile .wpml-ls-native {
font-size: 15px;
text-transform: uppercase;
color: #fff;
}


/* ===========

LIENS

============== */


.menu-mobile {
position: fixed;
z-index: 99;
max-height: calc(100vh - 50px);
overflow-y: auto;
overflow: scroll;
padding-top: 70px;
box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
width: 100%;
background-color: #F8B900;
display: none;
}

.main-menu-m > li > a {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 18px;
color: white;
display: block;
padding: 15px;
text-align: center;
text-transform: uppercase; 
}

.main-menu-m > li {
color: white;
position: relative;
}

.arrow-main-menu-m {
font-size: 14px;
color: #fff;

display: -webkit-box;
display: -webkit-flex;
display: -moz-box;
display: -ms-flexbox;
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 10px;
top: 2px;
padding: 10px;
cursor: pointer;
}

.arrow-main-menu-m i {
transform-origin: center;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}

.turn-arrow-main-menu-m i {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
}


/* ============================================================================================

    ZONES COMMUNES - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


/* ===========

BOUTONS

============== */


a.btn,
input.mailpoet_submit,
.wpcf7-submit {
background: #F8B900;
padding: 16px;
border-radius: .25rem;
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 20px;
line-height: 1.2;
color: #fff !important;
}

input.mailpoet_submit {
background: #fff;
color: #5257a3 !important;
}

a.btn:hover,
a.btn:focus,
a.btn:link:hover,
a.btn:link:focus,
a.btn:visited:hover,
a.btn:visited:focus,
input.mailpoet_submit:hover,
input.mailpoet_submit:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
color: #fff;
transition-timing-function: cubic-bezier(0.6, 4, 0.3, 0.8);
-webkit-animation: gelatine 0.5s 1;
animation: gelatine 0.5s 1;
text-decoration: none !important;
}

@-webkit-keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
  }
}
@keyframes gelatine {
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
  from,to {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  25% {
    -webkit-transform: scale(0.9, 1.1);
    transform: scale(0.9, 1.1);
  }
  50% {
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9);
  }
  75% {
    -webkit-transform: scale(0.95, 1.05);
    transform: scale(0.95, 1.05);
  }
}


@media only screen and (max-width: 991px) {

    a.btn {
    padding: 15px 10px;
    font-size: 18px;
    }

}



/* ===========

PLAN DES ANIMATIONS

============== */


.plan-anim {
display: none;
position: fixed;
bottom: 20em;
right: 15px;
text-decoration: none;
background-color: #F8B900;
margin: 0;
border-radius: 4px;
padding: 20px;
z-index: 95;
}

.plan-anim i {
font-size: 50px;
color: #fff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}

.plan-anim:hover i {
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transform: rotate(15deg);
-moz-transform: rotate(15deg);
-o-transform: rotate(15deg);
-ms-transform: rotate(15deg);
transform: rotate(15deg);
}

#plananim img {
width: 100%;
}

#plananim .modal-body,
#plananim .modal-dialog {
max-width: 100%;
width: 1500px;
}

#plananim .btn {
margin-top: 35px;
}


/* ===========

ZONE DE TEXTE

============== */


.z-txt {

}

.z-txt h1{
font-family: 'Volkhov', serif;
font-weight: 700;
padding-bottom: 10px;
font-size: 30px;
line-height: 1.2;
color: #333333;
text-align: center;
text-transform: uppercase;
}

.z-txt h1:after {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 5px;
width: 50px;
margin: 10px auto 30px;
display: block;
}

.z-txt hr {
width: 20%;
margin: 50px auto;
border-top: 1px solid #f2f2f2;
}

.z-txt h2 {
color: #35373e;
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 25px;
margin: 30px 0 10px;
}

.z-txt h3 {
font-family: 'Source Sans Pro', sans-serif;
margin: 30px 0;
font-weight: 700;
color: #333333;
font-size: 20px;
line-height: 1.5;
}

.z-txt h4{
font-family: 'Source Sans Pro', sans-serif;
font-weight: 700;
color: #333333;
font-size: 18px;
margin: 20px 0;
}

.z-txt b,
.z-txt strong {
color: #333333;
}

.z-txt p{
margin-bottom: 10px;
}

.z-txt p:last-child{
margin-bottom: 0;
}

.z-txt ul{
list-style: none;
margin-bottom: 25px;
}

.z-txt li:before{
content: "\f111";
font-family: FontAwesome;
color: #F8B900;
padding-right: 10px;
font-size: 8px;
line-height: 1;
position: relative;
top: -2px;
}

.z-txt blockquote{
background: #F8B900;
color: #fff;
padding: 30px;
margin: 30px 0;
}

.z-txt a {
color: #F8B900;
font-family: 'Volkhov', serif;
font-weight: 400;
}

.z-txt a:hover{
text-decoration: underline;
}


/* ============================================================================================

    INDEX - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


/* ===========

AFFICHE

============== */

#index-z1 {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
z-index: 1;
}

#index-z1::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgb(255 255 255 / 55%);
}

.home-affiche,
.home-intro {
width:100%;
min-height: 670px;  
}

.home-affiche {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: contain !important;
}

.home-intro {
padding: 60px 30px;
display: flex;
justify-content: center;
align-items: center;
}

.home-intro div {
width: 800px;
}

.home-intro h1 {
font-family: 'Volkhov', serif;
font-size: 34px;
line-height: 1.2;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 10px;
}

.home-intro h2 {
font-weight: 300;
margin-bottom: 20px;
}

.home-intro h4 {
font-size: 23px;
margin-bottom: 10px;
}

.home-intro p{
margin-bottom: 10px;
}

@media only screen and (max-width: 991px) {

    .home-affiche {
    min-height: 500px;  
    }

    .home-intro {
    min-height: 500px;
    padding: 40px 15px;
    display: block;
    }

    .home-intro div {
    width: auto;
    }

    .home-intro a.btn {
    margin: 10px 0px;
    }

}


/* ===========

COMPTEUR

============== */


#home-compteur {
background: url(https://provins-medieval.com/wp-content/themes/provins/images/provins-texture1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
padding: 20px 0px;
display: flex;
justify-content: center;
align-items: center;
}

#home-compteur::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(254, 198, 17, 0.5);
/* background-color: rgba(171, 171, 171, 0.5); */
}

/* Timer */

#home-compteur .timer {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
    -ms-flex-pack: justify;
        justify-content: space-between;
-webkit-box-align: center;
    -ms-flex-align: center;
        align-items: center;
margin-top: 30px;
margin-bottom: 30px;
}

#home-compteur .timer > div {
width: 130px;
}

#home-compteur .timer .inside_timer > div,
#home-compteur .timer .sep {
font-size: 80px;
color: #FFF;
line-height: 1;
font-family: 'Volkhov', serif;
}

#home-compteur .timer .inside_timer span {
color: #FFF;
}

/* ===========

VIDÉO

============== */


#home-video {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
padding:70px 0;
position: relative;
z-index: 1;
}

#home-video::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(24, 18, 44, 0.85);
}

#home-video .col-md-12:nth-child(1) {
height: 300px;
border-radius: .25rem;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

#home-video .col-md-12:nth-child(2) {
display: flex;
justify-content: center;
align-items: center;
}

.video-play-button {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: block;
width: 32px;
height: 44px;
/* background: #F8B900; */
border-radius: 50%;
padding: 18px 20px 18px 28px;
}

.video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 120px;
height: 120px;
background: #F8B900;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 120px;
height: 120px;
background: #F8B900;
border-radius: 50%;
transition: all 200ms;
}

.video-play-button:hover:after {
background-color: darken(#F8B900, 10%);
}

.video-play-button span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 32px solid #fff;
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

#home-video h2 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 30px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-bottom: 10px;
}

#home-video h2:after {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 5px;
width: 50px;
margin: 10px auto 30px;
display: block;
}

@media only screen and (max-width: 1199px) {

    #home-video .col-md-12:nth-child(1) {
    display: none;
    }

}


/* ===========

MODALE VIDÉO

============== */


.modal-backdrop {
background-color: #18122c;
}

.modal {
text-align: center;
padding: 0!important;
}

.modal:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
margin-right: -4px;
}

.modal-dialog {
display: inline-block;
vertical-align: middle;
}

.modal-body,
.modal-dialog {
max-width: 900px;
width: 900px;
}

.modal-header {
border: none;
display: block;
}

.modal-content {
-webkit-box-shadow: none;
box-shadow: none;
background:transparent;
border:none;
outline:none;
}

.modal-content iframe {
border:none;
padding:0;
margin:0;
}

.modal-header .close,
.modal-header .close:hover {
background: #F8B900;
color: #fff;
padding: 10px 15px;
margin: 0;
opacity: 1 !important;
}


@media only screen and (max-width: 920px) {
  
    .modal-body,
    .modal-dialog {
    max-width: 100%;
    width: 100%;
    padding: 10px 0px;
    margin: 0;
    }

    .modal-header {
    padding: 0;
    }

    .modal {
    top: 40px;
    width: 100%;
    height: auto;
    left: 50%;
    width: 90%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    }

    .modal-content iframe {
    height: 300px;
    }

}

/* ===========

GRANDES HEURES

============== */


.gdheures-txt {
width:100%;
min-height: 400px;  
}

.gdheures-img {
width:100%;
height: 400px;  
}

.gdheures-img {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

#grandes-heures /* Fix */ {
padding: 0;
}

#grandes-heures .row /* Fix */ {
margin: 0;
}

#grandes-heures .grille {
padding: 0;
overflow: hidden;
}

#grandes-heures .grille:nth-child(even) {
background:#f2f2f2;
}

#grandes-heures .grille:nth-child(odd) {
background:white;
}

#grandes-heures .grille:nth-child(even) .gdheures-txt:before {
border-top: 30px solid #F8B900;
top: 0;
}

#grandes-heures .grille:nth-child(odd) .gdheures-txt:before {
border-bottom: 30px solid #F8B900;
bottom: 0;
}

#grandes-heures .grille .gdheures-txt:before {
content: '';
z-index: 1;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

.gdheures-txt {
display: flex;
justify-content: center;
align-items: center;
text-align: center;
}

.gdheures-txt h1 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 30px;
line-height: 1;
text-transform: uppercase;
color: #18122c;
letter-spacing: 2px;
margin-bottom: 30px;
}

.gdheures-txt h3 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 18px;
color: #18122c;
}

.gdheures-txt p:last-of-type{
margin-bottom: 30px;
}

.gdheures-txt li {
margin-top: 10px;
}

.gdheures-txt li span {
color: #F8B900;
font-weight: 600;
font-size: 18px;
margin-right: 10px;
}


@media only screen and (min-width: 1200px) {

    #grandes-heures .grille:nth-child(2) .gdheures-txt {
    order: 2;
    }

}

@media only screen and (max-width: 1199px) {
  
    .gdheures-txt {
    min-height: 300px;
    padding: 80px 20px;
    }
}

@media only screen and (min-width: 1300px) {
  
    .gdheures-txt h1 br {
    display: none;
    }

}

/* ===========

CHIFFRES

============== */


#homebtn,
#homechiffres{
height: 500px;
display: flex;
justify-content: center;
align-items: center;
}

/* BOUTONS */

#homebtn {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important; 
padding:50px;
}

#homebtn .casebtn .block {
width: 100%;
height: 160px;
background: #F8B900;
padding: 10%;
margin: 15px 0;
position: relative;
display: flex;
justify-content: center;
align-items: center;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

#homebtn .casebtn .block h2{
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 27px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
text-align: center;
}


@media only screen and (max-width: 1199px) {

    #homebtn {
    height: auto;
    }

    #homebtn .casebtn .block {
    height: auto;
    padding: 25px 20px;
    }

    #homebtn .casebtn .block h2 {
    font-size: 20px;
    }

    #homechiffres,
    #home-compteur {
    display: none;
    }

}


/* CHIFFRES */

#homechiffres {
background: url(https://provins-medieval.com/wp-content/themes/provins/images/provins-texture1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
position: relative;
z-index: 1;
}

#homechiffres::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(254, 198, 17, 0.5);
}

#homechiffres .counter {
display: inline-block;
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 65px;
width: 300px;
line-height: 1.1;
color: #fff;
text-transform: uppercase;
}

#homechiffres .fix{
margin-bottom: 60px;
}

#homechiffres h3 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 20px;
line-height: 1.4;
margin: 0;
color: #fff;
}


/* ===========

EN LIVE

============== */


#home-live {
padding-top: 100px;
background:rgb(242, 242, 242);
}

#home-live .col-lg-12 {
padding: 0;
}

.live-mob {
background: rgb(242, 242, 242);
padding-bottom: 60px;
}

@media (max-width: 991px) {

    #home-live {
    padding-top: 60px;
    }

}


/* ============================================================================================

    PROGRAMME - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


/* ===========

FILTRES

============== */


#prog-filtres {
text-align: center;
padding: 60px 0 0;
}

#prog-filtres .col-md-12.z-txt h1{
font-family: 'Volkhov', serif;
font-weight: 700;
padding-bottom: 10px;
font-size: 30px;
line-height: 1.2;
color: #333333;
text-transform: uppercase;
}

#prog-filtres .col-md-12.z-txt h1:after {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 5px;
width: 50px;
margin: 10px auto 30px;
display: block;
}

#prog-filtres .filter-btn {
margin: 10px;
padding: 16px;
border-radius: .25rem;
border: 2px solid;
border-color: #18122c;
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 18px;
line-height: 1.2;
color: #18122c !important;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
}

#prog-filtres .filter-btn:hover,
#prog-filtres button.filter-btn.active {
background: #F8B900;
border-color: #F8B900;
color: #fff !important;
}

#prog-filtres button.filter-btn.filter-tous {
background: #18122c !important;
color: #fff !important;
border-color: #18122c !important;
text-transform: uppercase;
}


@media (max-width: 991px) {

    #prog-filtres {
    padding: 30px 0 0;
    }

    #prog-filtres .col-md-12.z-txt h1:after {
    margin: 10px auto 20px;
    }

    #prog-filtres .col-md-12.boutons {
    padding: 0;
    }

    #prog-filtres .filter-btn {
    margin: 5px;
    padding: 5px;
    font-size: 12px;
    }

}



/* ===========

LEGENDES

============== */


.legendes {
margin-top: 30px;
display: inline-block;
}

.legendes .bloc-legende{
display: inline-block;
margin: 5px;
font-size: 15px;
}

.legendes .bloc-legende div {
position: relative;
top: 2px;
margin-right: 10px;
height: 15px;
width: 25px;
display: inline-block;
}

.legendes .bloc-legende:nth-child(1)  {
font-weight: 700;
color: #333333;
}

.legendes .bloc-legende:nth-child(2) div {
background: #642B73;
}

.legendes .bloc-legende:nth-child(3) div {
background: #FF8008;
}

.legendes .bloc-legende:nth-child(4) div {
background: #cb2d3e;
}

.legendes .bloc-legende:nth-child(5) div {
background: #2F80ED;
}

.legendes .bloc-legende:nth-child(6) div {
background: #56ab2f;
}



@media (max-width: 991px) {

    .legendes {
    display: none;
    }

    .legendes .bloc-legende {
    margin: 0px;
    }

}


/* ===========

MENTIONS

============== */


.prog-ment p {
margin-top: 20px;
color: #333333;
font-size: 15px;
}



/* ===========

GRILLE

============== */

@media (max-width: 1500px) {

    .item.col-prog {
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    }

}

@media (max-width: 1200px) {

    .item.col-prog {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    }

}

@media (max-width: 840px) {

    .item.col-prog {
    max-width: 100%;
    flex: 100%;
    }

}

/**/


.programme{
padding: 30px 5%;
}


@media (max-width: 991px) {

    .programme{
    padding: 20px 0%;
    }

}


/**/


.item {
padding: 15px;
}

.item .post-module {
position: relative;
z-index: 1;
display: block;
background: #FFFFFF;
-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}

.item .post-module:hover {
-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}


/* Infobulle */

.post-module .thumbnail .prog-infobulle {
display: none;
position: absolute;
top: 20px;
right: 20px;
z-index: 1;
width: 70px;
height: 70px;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 3px solid #fff;
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
}

.post-module:hover .thumbnail .prog-infobulle {
transition: 0.3s;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
-webkit-transform: rotate(-30deg);
-moz-transform: rotate(-30deg);
-o-transform: rotate(-30deg);
-ms-transform: rotate(-30deg);
transform: rotate(-30deg);
}

.post-module .thumbnail .prog-infobulle:hover p{
display:block;
transform-origin: 100% 0%;
-webkit-animation: fadebulle 0.3s ease-in-out;
animation: fadebulle 0.3s ease-in-out;
-webkit-transform: rotate(30deg);
-moz-transform: rotate(30deg);
-o-transform: rotate(30deg);
-ms-transform: rotate(30deg);
transform: rotate(30deg);
}

.post-module .thumbnail .prog-infobulle p{
display: none;
text-align: left;
font-weight: 600;
padding: 10px;
width: 135px;
position: absolute;
border-radius: 5px;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
top: 80px;
right: 40px;
color: #FFF;
font-size: 14px;
line-height: 1.4;
}

.post-module .thumbnail .prog-infobulle p:before{
position: absolute;
content: '';
width:0;
height: 0;
border:6px solid transparent;
right:10px;
top:-12px;
}

.post-module .thumbnail .prog-infobulle p:after{
width:100%;
height:40px;
content:'';
position: absolute;
top:-40px;
left:0;
}

/* Enfants */

.post-module .thumbnail .p-enfant {
display: block;
background: #ff1e1e url(https://provins-medieval.com/wp-content/themes/provins/images/icone-enfant.svg);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
padding: 7px 9px 11px 10px;
}

.post-module .thumbnail .p-enfant p{
width: 135px;
background-color:#ff1e1e;
}

.post-module .thumbnail .p-enfant p:before{
border-bottom-color:#ff1e1e;
}

/* Payant */

.post-module .thumbnail .p-payant {
display: block;
background: #56ab2f url(https://provins-medieval.com/wp-content/themes/provins/images/icone-payant.svg);
background-position: center center;
background-size: contain;
background-repeat: no-repeat;
background-origin: content-box;
padding: 12px;
}

.post-module .thumbnail .p-payant p{
width: 145px;
background-color: #56ab2f;
}

.post-module .thumbnail .p-payant p:before{
border-bottom-color:#56ab2f;
}

/* Thumbnail*/

.post-module .thumbnail {
overflow: hidden;
}

.post-module .thumbnail img {
display: block;
width: 100%;
height: 300px;
object-fit: cover;
-webkit-transition: all 0.3s linear 0s;
-moz-transition: all 0.3s linear 0s;
-ms-transition: all 0.3s linear 0s;
-o-transition: all 0.3s linear 0s;
transition: all 0.3s linear 0s;
}

.post-module:hover .thumbnail img {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
transform: scale(1.1);
opacity: 0.6;
}

/* Content */

.post-module .post-content {
bottom: 0;
background: #FFFFFF;
width: 100%;
padding: 0 30px 40px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.post-module .txt-filtre {
position: relative;
margin-top: -6%;
width: -webkit-fit-content;
width: -moz-fit-content;
width: fit-content;
padding: 10px 15px;
color: #FFFFFF;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
}

.post-module .post-content h2 {
text-align: left;
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 25px;
margin: 25px 0;
color: #35373e;
}

.post-module .post-content h3 {
margin: 0;
padding: 0 0 20px;
color: #F8B900;
font-size: 20px;
font-weight: 400;
}

/* Localisation */

.post-module .localisation {
padding: 40px 30px;
color: #666666;
}

.post-module .localisation h3 {
color: #fff;
font-weight: 600;
font-size: 20px;
text-transform: uppercase;
letter-spacing: 2px;
margin: 0px 0 15px;
}

.post-module .localisation i {
color: #fff;
margin-bottom: 15px;
margin-right: 10px;
}

.post-module .localisation * {
color: #fff;
}

.post-module .localisation a {
text-decoration: underline;
font-weight: 600;
}

.post-module .localisation a:hover {
text-decoration: none;
}

/* Couleurs */

.post-module.famille1 .localisation {
background: #642B73;
background: -webkit-linear-gradient(to right, #C6426E, #642B73);
background: linear-gradient(to right, #C6426E, #642B73);
}
.post-module.famille1 .txt-filtre {
background: #642B73;
}


.post-module.famille2 .localisation {
background: #FF8008;
background: -webkit-linear-gradient(to right, #FFC837, #FF8008);
background: linear-gradient(to right, #FFC837, #FF8008); 
}
.post-module.famille2 .txt-filtre {
background: #FF8008;
}


.post-module.famille3 .localisation {
background: #cb2d3e;
background: -webkit-linear-gradient(to right, #ef473a, #cb2d3e);
background: linear-gradient(to right, #ef473a, #cb2d3e);
}
.post-module.famille3 .txt-filtre {
background: #cb2d3e;
}


.post-module.famille4 .localisation {
background: #2F80ED;
background: -webkit-linear-gradient(to right, #2F80ED, #56CCF2);
background: linear-gradient(to right, #2F80ED, #56CCF2);
}
.post-module.famille4 .txt-filtre {
background: #2F80ED;
}



.post-module.famille5 .localisation {
background: #56ab2f;
background: -webkit-linear-gradient(to right, #a8e063, #56ab2f);
background: linear-gradient(to right, #a8e063, #56ab2f);
}
.post-module.famille5 .txt-filtre {
background: #56ab2f;
}




/* ============================================================================================

    EN IMAGES - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


/* ===========

INTRO

============== */


#enimg-vid {
padding: 60px 0;
}

#enimg-vid iframe{
margin: 0 auto;
}

@media only screen and (max-width: 991px) {

    #enimg-vid iframe{
    width: 100%;
    }

}

/* ===========

GALERIE

============== */


#galerie {
background: #f2f2f2;
padding: 100px 0;
}


@media only screen and (max-width: 991px) {

    #galerie {
    padding: 30px 0;
    }

}


/* Filtres */

.filter-tope-group {
padding-bottom: 40px;
text-align: center;
}

.filter-tope-group button:first-child{
font-size: 25px;	
}

.filter-tope-group button{
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 18px;
line-height: 1.4;
color: #999999;
text-transform: uppercase;
padding-right: 35px;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.filter-tope-group button:last-child{
padding-right: 0px;
}

.filter-tope-group button.actived-1,
.filter-tope-group button:hover{
color: #F8B900;
}

#filter-theme {
margin-bottom: 40px;
}

#filter-theme h3 {
text-align: center;
font-family: 'Volkhov', serif;
font-size: 20px;
color: #333333;
}

#filter-theme h3:before {
content: "\f054";
font-family: FontAwesome;
color: #333333;
font-size: 18px;
margin-right: 15px;
}

/* Grille */

.isotope-grid a {
position: relative;
cursor: pointer;
display: block;
}

.isotope-grid a:after {
content: "";
display: block;
position: absolute;
width: 0%;
height: 100%;
bottom: 0;
left: 0;
opacity: 0.7;
background-color: #F8B900;
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.isotope-grid a:hover:after {
width: 100%;
}

.isotope-grid a:before {
content: "\f00e";
font-family: FontAwesome;
font-size: 65px;
color: #fff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
opacity: 0;
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all 0.4s;
-o-transition: all 0.4s;
-moz-transition: all 0.4s;
transition: all 0.4s;
}

.isotope-grid a:hover:before {
opacity: 1;
}

.isotope-grid a img {
width: 100%;
height: 260px;
object-fit: cover;
}

li.col-sm-6.col-md-4.col-lg-3.isotope-item {
margin-bottom: 30px;
}

#galerie a.btn {
margin-top: 70px;
}

.isotope-grid a.btn.isotope-item {

}

.isotope-grid a.btn.isotope-item:before,
.isotope-grid a.btn.isotope-item:after {
display: none;
}


/* ============================================================================================

    INFOS PRATIQUES - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */



/* ===========

ACCÈS

============== */


#ip-acces {
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
z-index: 1;
border-bottom: 5px solid #F8B900;
}

#ip-acces::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(24, 18, 44, 0.30);
}

/* Intro */

.ip-acces-intro {
padding-top: 60px;
text-align: center;
}

.ip-acces-intro h1 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 30px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
text-align: center;
margin-bottom: 10px;
}

.ip-acces-intro h1:after {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 5px;
width: 50px;
margin: 10px auto 30px;
display: block;
}

.ip-acces-intro p {
text-align: center;
margin-left: auto;
margin-right: auto;
width: 900px;
color: #fff;
}

/* Boutons */

.ip-acces-tab ul.nav.nav-tabs {
width: 100%;
padding: 45px 0;
background-repeat: no-repeat !important;
background-size: cover !important;
background-position: center center !important;
display: flex;
justify-content: center;
align-items: center;
border: none;
}

.ip-acces-tab .nav-tabs li {
border: none;
border-bottom: none;
border-radius: 0;
margin-bottom: 0;
display: inline-block;
float: none;
margin: 0;
}

.ip-acces-tab .nav-tabs li a {
display: flex;
justify-content: center;
align-items: center;
width: 170px;
height: 160px;
text-align: center;
background-color: #fff;
color: #333333;
border: none;
margin: 15px !important;
padding: 0 0 10px;
transition: all 0.3s;
}

.ip-acces-tab .nav-tabs h3 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 18px;
line-height: 1.2;
transition: all 0.3s;
}

.ip-acces-tab .nav-tabs i {
display: block;
font-size: 75px;
color: #F8B900;
margin-bottom: 10px;
transition: all 0.3s;
}

.ip-acces-tab .nav-tabs li a.active,
.ip-acces-tab .nav-tabs li a:hover {
background: #F8B900;
transition: all 0.3s;
}

.ip-acces-tab .nav-tabs > li a.active h3,
.ip-acces-tab .nav-tabs > li a.active i,
.ip-acces-tab .nav-tabs > li a:hover h3,
.ip-acces-tab .nav-tabs > li a:hover i {
color: #fff;
transition: all 0.3s;
}


@media only screen and (max-width: 991px) {

    .ip-acces-intro {
    padding-top: 30px;
    }

    .ip-acces-tab ul.nav.nav-tabs {
    padding: 0px 0 30px;
    }

    .ip-acces-tab .nav-tabs li a {
    width: auto;
    height: auto;
    margin: 8px !important;
    padding: 2px;
    }

    .ip-acces-tab .nav-tabs i {
    font-size: 45px;
    padding: 0px;
    margin-bottom: 0px;
    }

    .ip-acces-tab .nav-tabs h3 {
    display: none;
    }

}


/* Tab inside */

#ip-acces-2 .tab-pane:before {
content: '';
z-index: 1;
bottom: 100%;
border-bottom: 30px solid #F8B900;
border-right: 30px solid transparent;
border-left: 30px solid transparent;
position: absolute;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}

#ip-acces-2 .tab-content {
background: #F8B900;
}

#ip-acces-2 .tab-pane {
padding: 70px 0;
}

#ip-acces-2 .z-txt * {
color: #333333;
}

#ip-acces-2 .z-txt h2:nth-child(1) {
margin-top: 0;
}

#ip-acces-2 a:hover {
text-decoration: underline;
}


@media only screen and (max-width: 991px) {

    #ip-acces-2 .tab-pane {
    padding: 50px 15px;
    }

}


/* ===========

TARIFS

============== */


#tarifs {
padding: 60px 0;

}


@media only screen and (max-width: 991px) {

    #tarifs {
    padding: 30px 15px;
    }

}


/* Tableau */

#tarifs .row:nth-child(2) {
margin: 20px 0;
border: #f2f2f2 1px solid;
-moz-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
-webkit-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
}

#tarifs .bloc {
padding: 0;
text-align: center;
position: relative;
border: #ececec 1px solid;
background-color: transparent;
z-index: 1;
}

#tarifs .bloc ul li:first-child {
height: 150px;
padding: 35px;
display: flex;
justify-content: center;
align-items: center;
}

#tarifs .bloc ul li:first-child:after {
content: "";
position: absolute;
bottom: -7px;
background: #f2f2f2;
left: 50%;
margin-left: -10px;
right: 0;
width: 15px;
height: 15px;
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#tarifs .bloc ul li:first-child,
#tarifs .bloc ul li:first-child:after {
background: #f2f2f2;
}

#tarifs .bloc ul li {
border-bottom: #f2f2f2 1px solid;
position: relative;
width: 100%;
padding: 15px 0;
}

#tarifs .bloc ul li.gratuit {
height: 111px;
display: flex;
justify-content: center;
align-items: center;
}

#tarifs .bloc ul li:first-child,
#tarifs .bloc ul li:last-child {
border-bottom: none;
}

#tarifs .bloc h2 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 20px;
text-align: center;
margin: 0;
}

#tarifs .bloc h3 {
font-family: 'Source Sans Pro', sans-serif;
font-size: 15px;
margin-top: 5px;
letter-spacing: 1px;
text-align: center;
}

#tarifs .bloc h2,
#tarifs .bloc h3 {
color: #35373e;
}


@media only screen and (max-width: 991px) {

    #tarifs .row:nth-child(2) {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    #tarifs .bloc {
    -moz-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
    -webkit-box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
    box-shadow: 0px 0px 10px 1px rgba(240, 240, 240, 0.5);
    }

    #tarifs .bloc:last-child {
    margin-bottom: 0;
    }

    #tarifs a.btn:nth-child(2) {
    margin-top: 15px;
    }


}


@media only screen and (max-width: 767px) {

    #tarifs .bloc ul li:first-child {
    height: 115px;
    }

}


.fanion {
background: url(images/provins-fanion.png);
background-position: center;
background-repeat: no-repeat;
background-size: contain;
position: absolute;
width: 340px;
height: 190px;
}

@media only screen and (max-width: 991px) {

    .fanion {
    width: 150px;
    height: 85px;
   }

}


/* ===========

CASES

============== */


.ipcases-col{
display: flex;
align-items: center;
justify-content: center;
height: 600px;
padding: 0 40px;
}

.ipcases-col div {
width: 600px;
}

#ip-cases .ipcases-col:nth-child(1) {
background: #f9f9f9;
}

#ip-cases .ipcases-col:nth-child(2) {
background: #f2f2f2;
}

.ipcases-col i {
display: inline;
font-size: 25px;
color: #333333;
margin-right: 10px;
}

.ipcases-col h1 {
text-align: left;
}

.ipcases-col h1:after {
margin: 10px 0 0;
}

#ip-cases .ipcases-col:nth-child(1) h1:before,
#log-cases .ipcases-col h1:before {
content: '\f236';
font-family: "FontAwesome";
font-size: 27px;
line-height: 1.2;
color: #333333;
margin-right: 15px;
}

#ip-cases .ipcases-col:nth-child(2) h1:before {
content: '\f0f5';
font-family: "FontAwesome";
font-size: 27px;
line-height: 1.2;
color: #333333;
margin-right: 15px;
}


@media only screen and (max-width: 991px) {

    .ipcases-col {
    height: auto;
    padding: 30px 15px;
    }

    .ipcases-col h2:after {
    margin: 10px auto 30px;
    }


}


/*

@media (min-width: 768px) {

    #ip-cases.container-fluid {
    max-width: 720px;
    }

}

*/




/* ===========

FAQ

============== */


#ip-faq {
padding-top: 60px;
padding-bottom: 60px;
}

/* Collapse */

.ipfaq-faq {
margin-top: 20px; 
}

.panel-heading {
background: #f9f9f9;
margin-bottom: 15px;
}

.panel-heading:hover,
.panel-heading:focus {
background: #f2f2f2;
}

.panel-heading button {
text-align: left;
width: 100%;
padding: 20px;
font-family: 'Volkhov', serif;
font-weight: 700;
color: #909090;
}

.panel-heading button i{
margin-right: 10px;
}

.panel-heading button:hover,
.panel-heading button:focus {
color: #909090;
text-decoration: none;
}

.panel-heading button:not(.collapsed) {
background: #F8B900;
border-radius: 0;
color: #fff;
}

.panel-body {
padding: 20px 0 40px;
}

#ip-faq a.btn {
margin-top: 40px;
}


/**/


@media only screen and (max-width: 991px) {

    .ipfaq-intro p {
    width: 100%;
    }

    .panel-heading button {
    text-align: center;
    }

}


/* ===========

ASTUCES

============== */


#ip-astuces {
background: url(https://provins-medieval.com/wp-content/themes/provins/images/provins-texture1.jpg);
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
position: relative;
z-index: 1;
padding: 100px 30px;
}

#ip-astuces:before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(254, 198, 17, 0.5);
}

#ip-astuces .bloc {
text-align: center;
max-width: 400px;
margin: 0 auto;
}

#ip-astuces .z-txt * {
color: #fff;
}

#ip-astuces .z-txt h1:after{
background-color: #fff;
}

#ip-astuces img {
width: 130px;
margin: 0 auto 30px;
text-align: center;
display: block;
}

@media only screen and (max-width: 991px) {

    #ip-astuces .z-txt div{
    width: 100%;
    padding: 0;
    }

    #ip-astuces img {
    width: 110px;
    margin: 20px auto 20px;
    }

    #ip-astuces .z-txt h1:after {
    margin: 10px auto 0px;
    }

}


/* ===========

TELECHARGEMENT

============== */


#ip-ddl {
background: #f2f2f2;
padding: 100px 0;
text-align: center;
}

/* Box */ 

.box-services {
height: 200px;
background: #fff;
margin-bottom:30px;
padding: 25px 35px;
transition: all 0.4s ease 0s;
display: flex;
align-items: center;
justify-content: center;
}

.box-services i{
font-size: 50px;
color: #F8B900;
margin-bottom: 10px;
transition: all 0.4s ease 0s;
}

.box-services h3 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 20px;
line-height: 1.2;
color: #333333;
margin-top: 5px;
transition: all 0.4s ease 0s;
}

.box-services h4 {
font-size: 15px;
line-height: 1.2;
color: #333333;
margin-top: 10px;
transition: all 0.4s ease 0s;
}

.box-services:hover {
background: #F8B900;
}

.box-services:hover h3,
.box-services:hover h4,
.box-services:hover i {
color: #ffff !important ;
transition: all 0.4s ease 0s;
}


.box-services.box-info {
background: #F8B900;
}

.box-services.box-info h3 {
color: #fff;
font-size: 30px;
margin-top: 0;
}

.box-services.box-info h4 {
color: #fff;
font-size: 18px;
}


@media only screen and (max-width: 991px) {

    #ip-ddl {
    padding: 50px 0;
    }

    #ip-ddl .box-services i {
    display: none;
    }

    #ip-ddl .box-services {
    height: auto;
    }

    #ip-ddl .col-md-4:last-child .box-services{
    margin-bottom: 0;
    }

    .box-services h4 {
    margin-top: 0;
    }

}


/* ============================================================================================

    SE LOGER - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */



/* ===========

ENCART

============== */



.logcases-col{
display: flex;
align-items: center;
justify-content: center;
height: 600px;
padding: 0 40px;
}

.logcases-col div {
text-align: left;
width: 550px;
}

#log-cases .logcases-col:nth-child(1) {
background: #f9f9f9;
}

#log-cases .col-md-6:nth-child(2) {
background-position: center center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
}

@media only screen and (max-width: 767px) {

    #log-cases .col-md-6:nth-child(2) {
    height: 500px;
    }

}


/* ============================================================================================

    CONTACT - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


#contact {
padding-top: 60px;
padding-bottom: 60px;
}

#contact h1 {
margin-top: 0;
text-align: left;
}

#contact h1:after {
margin: 10px 0 30px;
}

div#contact .intro .z-txt p:last-child {
margin-bottom: 40px;
}


/* ===========

FORMULAIRE

============== */


#contact .wpcf7 {
width: 90%;
}

.wpcf7-form-control-wrap input,
.wpcf7-form-control-wrap textarea,
.wpcf7-form-control-wrap select {
font-family: 'Source Sans Pro', sans-serif;
text-align: left;
width: 100%;
padding: 6px 10px;
border: 0;
margin: 10px 0 0;
border-radius: 0px;
color: #666666;
background: #f1f1f1;
}

.wpcf7-form-control-wrap input::-webkit-input-placeholder {
color: rgba(103, 103, 103, 0.41);
}

.wpcf7-form-control-wrap input::-moz-placeholder { /* Firefox 19+ */
color: rgba(103, 103, 103, 0.41);
}

.wpcf7-form-control-wrap input:-ms-input-placeholder { /* IE 10+ */
color: rgba(103, 103, 103, 0.41);
}

.wpcf7-form-control-wrap input:-moz-placeholder { /* Firefox 18- */
color: rgba(103, 103, 103, 0.41);
}

.wpcf7-form-control-wrap textarea {
min-height: 150px;
height: 150px;
width: 100% !important;
}

#contact label {
font-family: 'Volkhov', serif;
margin-top: 15px;
font-weight: 500;
color: #333333;
}

.wpcf7-submit {
margin-top: 20px;
}

div.wpcf7-validation-errors,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border: none !important;
background: #e20613 !important;
padding: 15px !important;
color: white !important;
margin: -5px 0px 20px !important;
text-align: center;
font-weight: 600;
}

div.wpcf7-mail-sent-ok,
.wpcf7 form.sent .wpcf7-response-output {
border: none !important;
background: #11c100 !important;
padding: 15px !important;
color: white !important;
margin: 40px 0px 20px !important;
text-align: center;
font-weight: 600;
}

span.wpcf7-not-valid-tip {
font-size: 13px;
background: #e20613;
color: #fff !important;
font-weight: 500 !important;
padding-left: 10px;
}

span#mtn-form span {
font-size: 14px;
line-height: 1.8;
margin: 0;
color: #5a5a5a;
}

span#mtn-form label {
margin-top: 0;
}

span#mtn-form input {
display: inline;
width: 25px;
}

.wpcf7-not-valid#mtn-form span {
color: #e20613;
font-weight: 400;
border-bottom: 0 !important;
}

.wpcf7-not-valid#mtn-form {
border-bottom: none !important;
}

.form-oblg p {
font-family: 'Volkhov', serif;
font-size: 14px;
line-height: 1.8;
margin-top: 10px;
color: #5a5a5a;
}

/**/

.wpcf7-mailpoetsignup input[type="checkbox"] {
width: auto;
margin: 10px 10px 0 6px;
position: relative;
top: -5px;
}

span.wpcf7-form-control.wpcf7-mailpoetsignup label {
display: inline-flex;
font-size: 14px;
line-height: 1.8;
margin: 0;
color: #5a5a5a !important;
}

input#mailpoetsignup-20 {
display: inline;
width: 30px;
position: relative;
top: -2px;
}


/* ===========

COORDONNÉES

============== */


.ct-coord ul {
margin-top: 15px;
}

.ct-coord li {
margin-bottom: 25px;
font-family: 'Volkhov', serif;
font-weight: 700;
color: #333333;
}

.ct-coord li:last-child {
margin-bottom: 0;
}

.ct-coord li i {
color: #F8B900;
font-size: 30px;
margin-right: 15px;
position: relative;
top: 3px;
}


/* ===========

BOX

============== */


#ct-cases {
background: url(https://provins-medieval.com/wp-content/themes/provins/images/provins-texture1.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
z-index: 1;
padding: 100px 0;
text-align: center;
}

#ct-cases::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(254, 198, 17, 0.5);
}


/* Box */ 

.ct-box {
height: 200px;
background: #fff;
padding: 25px 35px;
transition: all 0.4s ease 0s;
display: flex;
align-items: center;
justify-content: center;
}

.ct-box i{
font-size: 50px;
color: #F8B900;
margin-bottom: 10px;
transition: all 0.4s ease 0s;
}

.ct-box h3 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 20px;
line-height: 1.2;
color: #333333;
margin-top: 5px;
transition: all 0.4s ease 0s;
}

.ct-box h4 {
font-size: 15px;
line-height: 1.2;
color: #333333;
margin-top: 10px;
transition: all 0.4s ease 0s;
}

.ct-box:hover {
background: #F8B900;
}

.ct-box:hover h3,
.ct-box:hover h4,
.ct-box:hover i {
color: #ffff !important ;
transition: all 0.4s ease 0s;
}

.ct-box.box-info {
background: #F8B900;
}

.ct-box.box-info h3 {
color: #fff;
font-size: 30px;
margin-top: 0;
}

.ct-box.box-info h4 {
color: #fff;
font-size: 18px;
}


@media only screen and (max-width: 1199px) {

    .wpcf7 {
    width: 100%;
    }

}

@media only screen and (max-width: 991px) {

    #ct-cases {
    padding: 50px 0;
    }

    #ct-cases .ct-box {
    height: auto;
    }

    #ct-cases .col-md-4:last-child .ct-box{
    margin-bottom: 0;
    }

    .ct-box h4 {
    margin-top: 0;
    }

}



/* ============================================================================================

    MODELE DE PAGE - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */


#mdp-page {
padding: 60px 15px;
}

/* Modele ddl */

.modele-ddl a:hover {
text-decoration: none;
}

.modele-ddl .box-services {
margin-top: 20px;
background: #f2f2f2;
margin-bottom: 20px;
text-align: center;
}

.modele-ddl .box-services:hover {
background: #F8B900;
}

.modele-ddl .box-services h3,
.modele-ddl .box-services h4 {
margin-bottom: 0;
}

.modele-ddl .box-services h4 {
font-weight: 500;
}


/* Modele btn */


a.btn.modele-btn {
margin: 40px 0;
}


/* Plan du site */

div#wp-realtime-sitemap-pages h3 {
display: none;
}

div#wp-realtime-sitemap-pages {
margin-bottom: 40px;
}

div#wp-realtime-sitemap-pages a {
font-weight: 700;
font-size: 20px;
line-height: 2.5;
}

div#wp-realtime-sitemap-pages a:hover {
text-decoration: underline;
}


/* ============================================================================================

    FOOTER - LES MÉDIÉVALES DE PROVINS

=============================================================================================== */



/* ===========

BANDEAU

============== */


#encartbdp {
background-attachment: fixed !important;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: cover !important;
padding:100px 0;
position: relative;
z-index: 1;
}

#encartbdp::before {
content: "";
display: block;
position: absolute;
z-index: -1;
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: rgba(24, 18, 44, 0.85);
}

#encartbdp h1{
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 35px;
line-height: 1.3;
color: #fff;
text-align: left;
margin-bottom: 10px;
}

@media only screen and (min-width: 991px) {
    
    .flex-sb-m,
    .flex-col-c {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    }

    .flex-sb-m {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
    }

}

@media only screen and (max-width: 991px) {

    #homebtn {
    height: auto;
    }

    #homechiffres {
    display: none;
    }

    #encartbdp,
    #encartbdp h1 {
    text-align: center;
    }

    #encartbdp {
    padding: 50px 0;
    }

    #encartbdp h1 {
    margin-bottom: 30px;
    font-size: 25px;
    }

    #encartbdp h1 br {
    display: none;
    }

}



/* ===========

PARTENAIRES

============== */


#ft-partenaires {
background: #f2f2f2;
padding: 100px 0;
}

#ft-partenaires h2 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 30px;
line-height: 1.2;
color: #18122c;
text-transform: uppercase;
text-align: center;
margin-bottom: 10px;
}

#ft-partenaires h2:after {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 5px;
width: 50px;
margin: 10px auto 30px;
display: block;
}

.diaporama-part {
margin-top: 50px;
}

.diaporama-part .part-img {
height: 200px;
margin: 0 auto;
background-position: center !important;
background-repeat: no-repeat !important;
background-size: 70% !important;
background-origin: content-box !important;
}

span.part-prev.slick-arrow,
span.part-next.slick-arrow {
position: absolute;
z-index: 1;
background: #fff;
color: #F8B900;
font-size: 30px;
padding: 15px;
cursor: pointer;
}

span.part-prev.slick-arrow {
top: 50%;
left: 0;
transform: translateY(-50%);
}

span.part-next.slick-arrow {
top: 50%;
right: 0;
transform: translateY(-50%);
}

@media only screen and (max-width: 991px) {

    #ft-partenaires {
    display: none;
    }

}


/* ===========

BILLETS / NEWS

============== */


#ft-btn .btn-ligne .row {
height: 50%;
}

#ft-btn .links-billets {
background: #F8B900;
}

#ft-btn .links-contact {
background: #2e356d;  
}

.links-billets a ,
.links-contact a {
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;  
}

.links-billets a h2 ,
.links-contact a h2 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 25px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
text-align: center;
margin: 0;
}


/* Newsletters */


.ft-newsletter {
padding: 50px 30px;
text-align: center;
color: #ffffff;
background: #5257a3;
display: flex;
align-items: center;
justify-content: center;
}

.ft-newsletter h3 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 25px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
text-align: center;
margin: 0 0 30px;
}

.ft-newsletter h3 i{
margin-right: 15px;
}

input.mailpoet_text{
text-align: center;
border: 0 !important;
background-color: transparent!important;
padding: 5px;
width: 300px !important;
color: #fff !important;
border-bottom: 2px solid #fff !important;
margin-bottom: 0 !important;
display: inline !important;
}

input.mailpoet_text::placeholder {
color: rgba(255, 255, 255, 0.44);
}

label.mailpoet_text_label {
color: white;
font-weight: 100 !important;
margin-bottom: -10px;
}

input.mailpoet_text {
margin: 0 10px;
}

.mailpoet_form .mailpoet_paragraph {
line-height: 20px;
display: inline;
}

.mailpoet_form p.mentions {
font-size: 15px;
margin: 30px 0;
}

.mailpoet_form p.mentions a:hover{
text-decoration: underline;
color:#F8B900;
}

input.mailpoet_text::placeholder {
color: rgba(255, 255, 255, 0.7);
}

input.mailpoet_submit {
margin: 0 auto;
}

.mailpoet_form .mailpoet_validate_success {
color: white !important;
display: inline-block;
background: #0fa700;
padding: 10px;
margin-top: 30px;
}

.parsley-required, .parsley-custom-error-message,
.mailpoet_form .mailpoet_validate_error {
color: #F8B900 !important;
display: table;
width: 100%;
padding: 0px;
margin-bottom: 15px;
}

a.mp-ment {
display: block;
margin: 20px 0;
color: #fff;
}

a.mp-ment:hover {
text-decoration: underline;
}


/**/


@media only screen and (max-width: 1410px) {

    input.mailpoet_text {
    width: 220px !important;
    }

}


@media only screen and (max-width: 1047px) {

    input[type="email"].mailpoet_text {
    margin:30px 0px 0  !important;
    }

    .mailpoet_form p.mentions {
    margin: 45px 0;
    }

    .ft-newsletter h3 {
    margin: 0 0 45px;
    }

}


@media only screen and (min-width: 523px) and (max-width: 767px) {

    .ft-newsletter h3 {
    margin: 0 0 10px;
    }

}


@media only screen and (max-width: 991px) {

    .links-billets a h2,
    .links-contact a h2 {
    font-size: 20px;
    }

}


@media only screen and (max-width: 767px) {

    .links-billets a, .links-contact a {
    height: 100px;
    }

}

@media only screen and (min-width: 991px) {
    
    .links-billets a h2 br,
    .links-contact a h2 br {
    display: none;
    }

}


/* ===========

FOOTER

============== */


footer {
background-color: #18122c;
}

footer .row /* Fix */ {
margin: 0;
}

footer .container {
padding: 80px 0 10px;
}

.footer-img img {
max-width: 300px;
}

.footer-contact h3 {
font-family: 'Volkhov', serif;
font-weight: 700;
font-size: 18px;
line-height: 1.2;
color: #fff;
text-transform: uppercase;
margin-bottom: 30px;
}

.footer-contact li {
font-family: 'Volkhov', serif;
font-weight: 400;
font-size: 18px;
line-height: 1.8;
color: #aaaaaa;
margin-bottom: 15px;
}

.footer-contact li a {
color: #aaaaaa;
}

.footer-contact li:last-child {
margin-bottom: 0px;
}

.footer-contact i {
margin-right: 10px;
}

.footer-mentions {
margin-top: 60px;
text-align: center;
}

.footer-mentions a {
margin:5px 10px;
font-weight: 400;
font-size: 14px;
line-height: 1.8;
color: #aaaaaa;
}

.footer-mentions a:last-child {
display: block;
}

.footer-mentions a:hover {
text-decoration: underline;
}

.footer-txt p {
font-family: 'Volkhov', serif;
font-weight: 400;
font-size: 15px;
line-height: 1.9;
color: #aaaaaa;
}

.footer-txt button {
margin-right: 10px;
margin-top: 15px;
padding: 10px;
font-family: 'Volkhov', serif;
font-weight: 400;
font-size: 15px;
line-height: 1.2;
color: #aaaaaa;
border: 1px solid #aaaaaa;
border-radius: .25rem;
}

.footer-txt button:hover {
background: #aaaaaa;
color: #171717;
border: 1px solid #aaaaaa;
transition: 0.5s all;
}



@media only screen and (max-width: 991px) {

    footer .container {
    text-align: center;
    }

    .footer-txt p {
    display: none;
    }

    .footer-img img {
    max-width: 250px;
    margin-bottom: 70px;
    }

}


/* ===========

MODALE PAGE

============== */


#modalcontact {

}

.modal-header .close,
.modal-header .close:hover {
top: 0;
right: 0;
}

#modalcontact .modal-header {
border-radius: 0;
text-align: left;
padding: 0px 60px 25px 18px;
}

#modalcontact .modal-header h5 {
font-size: 40px;
color: #F8B900;
font-weight: 700;
text-transform: uppercase;
text-align: left;
line-height: 1;
}

#modalcontact .modal-header h4 {
font-size: 25px;
font-weight: 300;
}

#modalcontact .modal-header h4:before {
content: '';
background-color: #F8B900;
border-radius: 3px;
height: 20px;
width: 2px;
margin: 0 10px;
display: inline-flex;
position: relative;
top: 2px;
}

#modalcontact .modal-body.content {
color: #FFF;
text-align: left;
padding: 0 1rem;
}

#modalcontact .modal-body.content p {
margin-bottom: 10px;
}

#modalcontact .modal-body.content h4 {
font-weight: 700;
font-size: 23px;
margin-top: 0;
margin-bottom: 10px;
}

#modalcontact .modal-body.content h5 {
font-weight: 700;
font-size: 23px;
margin-top: 20px;
margin-bottom: 50px;
}

#modalcontact .modal-body.content h3 {
margin-top: 30px;
margin-bottom: 20px;
font-size: 20px;
}

#modalcontact .modal-body.content h3 i {
font-size: 20px;
margin-right: 10px;
}

#modalcontact a:hover {
text-decoration: underline;
}

#modalcontact input.mailpoet_submit {
margin: 25px 0 0;
color: #FFF !important;
background: #F8B900;
}

.modal-backdrop.show {
opacity: .97;
}

#modalcontact a.mp-ment {
font-size: 15px;
margin: 0px 0 20px;
}

#modalcontact input.mailpoet_text {
text-align: left;
width: 100% !important;
margin: 0 0 20px !important;
border-bottom: 2px dotted #fff !important;
padding: 10px 0;
}

#modalcontact .parsley-required, .parsley-custom-error-message,
#modalcontact .mailpoet_form .mailpoet_validate_error {
margin: -15px 0 15px;
}

/* ===========

ACCRÉDITATION

============== */

#accreditation div[id^='bloc'] {
background: #FFF;
padding: 30px 15px;
margin-bottom: 30px;
}

#accreditation label {
font-family: 'Volkhov', serif;
margin-top: 5px;
font-weight: 500;
color: #333333;
}

#accreditation span.info {
font-size: 15px;
font-family: 'Source Sans Pro', sans-serif;
display: block;
line-height: 20px;
margin-bottom: 10px;
}

#accreditation input[type="checkbox"] {
width: auto;
display: inline;
margin-right: 10px;
}

#accreditation #bloc_2 span.wpcf7-list-item-label,
#accreditation #bloc_3 span.wpcf7-list-item-label,
#accreditation #bloc_4 span.wpcf7-list-item-label,
#accreditation #bloc_5 span.wpcf7-list-item-label,
#accreditation #bloc_6 span.wpcf7-list-item-label {
font-family: 'Source Sans Pro', sans-serif;
}

#accreditation .wpcf7-checkbox span.wpcf7-list-item.first {
margin-left: 0;
}

#accreditation .checkfix br,
#accreditation span[data-class="wpcf7cf_group"] br {
display: none;
}

#accreditation .col-12.checkfix {
margin-bottom: 15px;
}

#accreditation .col-12.checkfix label {
margin-bottom: 0;
}

#accreditation .wpcf7-spinner {
position: absolute;
top: 38px;
left: 120px;
}




