/*///////////////////////////////////////*/
/* ///// STYLE GLOBAL ///////////////// */
/*/////////////////////////////////////*/

/*--- POPUP RE-OUVERTURE ---*/
#popup-reouverture {
    display: none; 
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}

#popup-reouverture .outer-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#popup-reouverture .content {
    width: 95%;
    max-width: 650px;
    background: #f2f2f2;
    padding: 40px;
    border-radius: 20px;
    position: relative;
}

#popup-reouverture .content h2 {
    font-size: 28px;
    line-height: 36px;
    color: #168c8b;
    font-weight: 700;
}

#popup-reouverture .content .close {
    position: absolute;
    right: 18px;
    top: 15px;
    font-size: 24px;
    cursor: pointer;
}

#popup-reouverture .content a {
    color: #fff;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 3px;
    margin-right: 15px;
    background: #054F89;
    display: inline-block;
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Source Sans Pro', sans-serif;
*/

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

main {
    clear: both;
    padding-top: 75px;
}

.wrapper-large {
    width: 95%;
    max-width: 1470px;
    margin: 0 auto;
}

.rnd-btn {
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    border: none;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
    padding: 5px 45px;
    display: inline-block;
    text-align: center;
}

.rnd-btn.bold {
    font-weight: 700;
}

.rnd-btn.green {
    background: #168c8b;
}

.rnd-btn.yellow {
    background: #168c8b;
}

.layout-content {
    z-index: 10;
    position: relative;
margin-top: 1%;}

/*///////////////////////////////////////*/
/* ///// HEADER /////////////////////// */
/*/////////////////////////////////////*/
header {
    background: #000000;
    height: 75px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

header .region-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 30px;
}

/*LOGO*/
#block-just-evenements-theme-logoheader {
    position: absolute;
    left: 23px;
    top: 6px;
}

#block-just-evenements-theme-logoheader a {
    display: inline-block;
    width: 168px;
    height: 62px;
    background: url('../images/svg/logo-just-evenements-header.svg') no-repeat center;
    background-size: contain;
}

/*LIENS HAUT*/
#block-lienshaut {
    display: flex;
    align-items: center;
    margin-top: 4px;
}

#block-lienshaut .small {
    color: #fff;
    font-size: 14px;
    margin: 0 25px;
    font-weight: 300;
    text-decoration: none;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#block-lienshaut .small:hover {
    text-decoration: underline;
}

#block-lienshaut .phone {
    color: #fff;
    font-size: 18px;
    margin: 0 25px;
    font-weight: 700;
    text-decoration: none;
    line-height: 28px;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#block-lienshaut .social {
    line-height: 28px;
    height: 28px;
    margin-left: 12px;
}

/*MENU*/
#block-just-evenements-theme-navigationprincipale {
    width: auto;
    margin-top: 5px;
    position: relative;
}

#superfish-main > li {
    display: inline-block;
    float: none;
}

#superfish-main > li > a {
    padding: 11px 15px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

#superfish-main > li > a.special-mobile {
    display: none;
}

#superfish-main > li > a:hover {
    color: #168c8b;
}

#superfish-main > li > a.reserver-en-ligne {
    color: #fff;
    background: #168c8b;
    padding: 0 25px;
    border-radius: 15px;
    height: 31px;
    line-height: 32px;
}

#superfish-main > li#main-menu-link-content4e4a9a95-4d45-421c-b5d5-3ffa2f59e628 > a {
    color: #fff;
    background: #FF6A00;
    padding: 0 25px;
    border-radius: 15px;
    height: 31px;
    line-height: 32px;
    margin-right: 15px;
}

/*///////////////////////////////////////*/
/* ///// RECHERCHE ACCUEIL //////////// */
/*/////////////////////////////////////*/
.form-logo {
    display: flex; 
margin: 1%;width: 95%;justify-content: center;}
.logo-parc{
    max-width : 70px;
}

.recherche-rapide-form .logo-full-home img {
    width : 450px;
}
.recherche-rapide-form {
    height: 850px;
    background: url('../images/interface/bg-recherche-home.jpg') no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 45px;
    position: relative;
    z-index: 5;
}

.recherche-rapide-form:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    min-height: 67px;
    background: url('../images/svg/vague-recherche-accueil.svg') no-repeat bottom center;
    background-size: 100%;
    z-index: -1;
}

.recherche-rapide-form .infos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}

.recherche-rapide-form .infos .bloc-titres {
    /*margin-right: 24px;*/
}

.recherche-rapide-form .infos .bloc-titres .titre {
    font-size: 35px;
    line-height: 47px;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}

.recherche-rapide-form .infos .bloc-titres .sous-titre {
    font-size: 32px;
    line-height: 36px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    text-align: center;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .7);
    font-family: 'Open Sans', sans-serif;
}

.recherche-rapide-form .infos .bloc-logos img {
    margin-right: 8px;
}

.recherche-rapide-form form,
.recherche-page-form form {
    width: 95%;
    /* max-width: 685px; */
    max-width: 460px;
    margin-left: 5%;
}

.recherche-rapide-form .bloc-recherche-accueil,
.recherche-page-form .bloc-recherche-accueil {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 35px;
}

/*CHAMPS TYPE*/
.recherche-rapide-form .bloc-recherche-accueil .form-item-type-activite,
.recherche-page-form .bloc-recherche-accueil .form-item-type-activite {
    width: 100%;
    max-width: 358px;
    margin: 5px 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    background: url(../images/svg/arrow-select.svg) no-repeat 95% center #fff;
}

.recherche-rapide-form .bloc-recherche-accueil .form-item-type-activite:before,
.recherche-page-form .bloc-recherche-accueil .form-item-type-activite:before {
    content: '';
    width: 27px;
    height: 27px;
    position: absolute;
    top: 9px; 
    left: 10px;
    background: url(../images/svg/bg-select-type.svg) no-repeat center;
    background-size: contain;
}

.recherche-rapide-form .bloc-recherche-accueil .form-item-type-activite select,
.recherche-page-form .bloc-recherche-accueil .form-item-type-activite select {
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
    height: 46px;
    padding: 0 47px 3px;
    position: relative;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    border: solid 1px #C1C1C1;
}

/*CHAMPS DATE*/
.recherche-rapide-form .bloc-recherche-accueil .form-item-date,
.recherche-page-form .bloc-recherche-accueil .form-item-date {
    width: 100%;
    max-width: 205px;
    margin: 5px 0;
}

.recherche-rapide-form .bloc-recherche-accueil .form-item-date input,
.recherche-page-form .bloc-recherche-accueil .form-item-date input {
    border-radius: 5px;
    height: 46px;
    padding-left: 47px;
    width: 100%;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    border: solid 1px #C1C1C1;
    background: url(../images/svg/bg-select-date.svg) no-repeat 10px center #fff;
}

/*BOUTON VALIDATION*/
.recherche-rapide-form .bloc-recherche-accueil .form-actions,
.recherche-page-form .bloc-recherche-accueil .form-actions {
    width: 100%;
    max-width: 81px;
    margin: 5px 0;
    display: flex;
}

.recherche-rapide-form .bloc-recherche-accueil .form-actions .form-submit,
.recherche-page-form .bloc-recherche-accueil .form-actions .form-submit {
    width: 100%;
    height: 46px;
    border-radius: 5px;
    border: none;
    background: url(../images/svg/bg-search-white.svg) no-repeat center #168c8b;
}

.recherche-page-form {
    display: flex;
    justify-content: center;
}

.recherche-page-form .bloc-recherche-accueil {
    margin-top: 0;
}

/*Date picker*/
#ui-datepicker-div {
    z-index: 50 !important;
}
/*
.ui-widget.ui-widget-content {
    border: 1px solid #6fb014 !important;
    z-index: 1000 !important;
}

.ui-datepicker .ui-datepicker-header {
    border: 1px solid #6fb014 !important;
    background: rgba(111, 176, 20, 0.3) !important;
}

.ui-state-highlight, 
.ui-widget-content .ui-state-highlight, 
.ui-widget-header .ui-state-highlight {
    border: 1px solid #6fb014 !important;
    background: rgba(111, 176, 20, 0.3) !important;
    color: #333;
}

.ui-state-active, .ui-widget-content .ui-state-active, 
.ui-widget-header .ui-state-active, a.ui-button:active, 
.ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #000 !important;
    background: #000 !important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #000 !important;
    background: #000 !important;
    color: #fff !important;
}*/

.ui-datepicker .ui-datepicker-next.ui-state-hover.ui-datepicker-next-hover {
    right: 2px !important;
    top: 2px !important;
    /*background: rgba(111, 176, 20, 0.3) !important;*/
}

.ui-datepicker .ui-datepicker-prev.ui-state-hover.ui-datepicker-prev-hover {
    left: 2px !important;
    top: 2px !important;
    /*background: rgba(111, 176, 20, 0.3) !important;*/
}

/*///////////////////////////////////////*/
/* ///// CONTENU ACCUEIL ////////////// */
/*/////////////////////////////////////*/
#block-contenuaccueil {
    margin-top: -180px;
    position: relative;
}

#block-contenuaccueil:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
/*    background: url(../images/svg/bg-contenu-accueil.svg) no-repeat center 140px;
    background-size: cover;*/
    z-index: -1;
}

#block-contenuaccueil .flex-center {
    width: 100%;
    display: flex;
    justify-content: center;
}

#block-contenuaccueil .titre-ateliers-home {
    font-size: 30px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

#block-contenuaccueil .swiper-slide {
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

#block-contenuaccueil .bloc-presentation {
    margin-top: 50px;
}

#block-contenuaccueil .bloc-presentation .left {
    width: 100%;
}

#block-contenuaccueil .bloc-presentation .left .texte-presentation {
    background: #fff;
    padding: 50px;
    text-align: left;
}

#block-contenuaccueil .bloc-presentation .left .texte-presentation .titre {
    font-size: 27px;
    line-height: 37px;
    font-weight: 700;
    margin-bottom: 50px;
	text-align: center;
}

#block-contenuaccueil .bloc-presentation .left .texte-presentation .texte p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300;
    color: #434343;
    margin-bottom: 7px;
}

#block-contenuaccueil .bloc-presentation .left .texte-presentation .rnd-btn {
    margin-top: 15px;
}

#block-contenuaccueil .bloc-presentation .left .infos-contact {
    padding: 30px;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
    margin: 60px auto 0;
    max-width: 675px;
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}

#block-contenuaccueil .bloc-presentation .left .infos-contact img {
    
width: 133px;}

#block-contenuaccueil .bloc-presentation .left .infos-contact .texte {
    width: 100%;
    max-width: 265px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

#block-contenuaccueil .bloc-presentation .left .infos-contact .texte a {
    text-decoration: none;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
}

#block-contenuaccueil .bloc-presentation .left .infos-contact .bloc-btns {
    max-width: 186px;
}

#block-contenuaccueil .bloc-presentation .left .infos-contact .bloc-btns .rnd-btn {
    padding: 2px 0;
    width: 100%;
    margin: 8px 0;
}

#block-contenuaccueil .bloc-presentation .galerie-home {
    width: 100%;
    margin-top: 70px;
    display: -webkit-flex;
    display: -webkit-flexbox;
    flex: 1 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

#block-contenuaccueil .bloc-presentation .galerie-home a {
    margin-bottom: 7px;
    text-decoration: none;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: block;
    flex: 1 0 auto;
    width: 48%;
    max-width: 300px;
    margin: 1%;
}

#block-contenuaccueil .bloc-presentation .block-video {
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: block;
    flex: 1 0 auto;
    margin: 1%;
    width: 48%;
    max-width: 350px;
}

video:focus {
    outline: none;
}

/*BLOC ATELIERS*/
.bloc-ateliers {
    background: url(../images/svg/bg-ateliers-accueil-new.svg) no-repeat top center;
    background-size: cover;
    margin-top: -270px;
    padding-top: 360px;
    text-align: center;
    padding-bottom: 60px;
}

.bloc-ateliers .bloc-texte-ateliers {
    max-width: 985px;
    margin: 0 auto;
}

.bloc-ateliers .bloc-texte-ateliers .titre {
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.bloc-ateliers .bloc-texte-ateliers .texte p {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 10px;
}

.categories-accueil {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 55px;
}

/*///////////////////////////////////////*/
/* ///// GALERIE ACCUEIL ////////////// */
/*/////////////////////////////////////*/
#block-galerieaccueil {
    border-top: solid 50px #000;
    border-bottom: solid 50px #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #000;
}

#block-galerieaccueil a {
    display: flex;
    display: block;
    width: 20%;
}

#block-galerieaccueil a img {
    display: block;
    width: 100%;
}

/*///////////////////////////////////////*/
/* ///// NODE ACTIVITE //////////////// */
/*/////////////////////////////////////*/
.node--type-activite .node__content {
    display: flex;
    width: 95%;
    max-width: 1100px;
    margin: 0 auto 100px;
}

.node--type-activite h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #168c8b;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite .activite-content {
    width: 100%;
}

/*Bredcrumbs*/
.node--type-activite .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.node--type-activite .breadcrumbs ol li,
.node--type-activite .breadcrumbs ol li a {
    color: #434343;
    font-size: 14px;
    position: relative;
}

.node--type-activite .breadcrumbs ol li a:hover {
    color: #dfacd0;
}

.node--type-activite .breadcrumbs ol li {
    padding-right: 15px;
    margin-right: 5px;
}

.node--type-activite .breadcrumbs ol li:after {
/*    content: '\f054';*/
    content : ">";
    font-weight: 700;
    position: absolute;
    right: 1px;
    top: 1px;
    font-size: 10px;
    font-family: 'Font Awesome 5 Free';
}

.node--type-activite .breadcrumbs ol li:last-of-type:after {
    display: none;
}

/*Description*/
.node--type-activite .description .visuel {
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    max-width: 350px;
}

.node--type-activite .description .texte-description p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #434343;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite ul li {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}
.node--type-activite ul {
    margin-bottom: 15px;
}

/*Tarifs*/
.node--type-activite .tarif {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 4px;
    margin-bottom: 4px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.node--type-activite .tarif:last-of-type {
    border-bottom: none;
}

.node--type-activite .tarif .label {
    min-width: 240px;
}

/*Diaporama*/
.node--type-activite .galerie,
.node--type-sous-categorie-evenement .galerie {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
}

.node--type-activite .galerie .titre,
.node--type-activite .titre-tarifs,
.node--type-activite .titre-paiement,
.node--type-activite .titre-panif,
.node--type-sous-categorie-evenement .galerie .titre {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    width: 100%;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite .titre-paiement {
    margin-top: 40px;
}

.node--type-activite .panifs-activite {
    margin-bottom: 35px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.node--type-activite .panifs-activite .autre-date {
    background: url(../images/svg/calendar.svg) no-repeat center;
    background-size: contain;
    margin: 0 10px 10px 0;
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
}

.node--type-activite .lien-resa {
    width: 100%;
    margin: 20px 0;
    clear: both;
    display: flex;
    justify-content: center;
}

.node--type-activite .panifs-activite a:hover {
    color: #434343 !important;
}

.node--type-activite .galerie a,
.node--type-sous-categorie-evenement .galerie a {
    display: flex;
    text-decoration: none;
    margin: 0 5px 5px 0;
    justify-content: center;
    align-items: center;
}

.node--type-activite .galerie a img,
.node--type-sous-categorie-evenement .galerie a img {
    transition: all 200ms ease-in-out;
}

.node--type-activite .galerie a:hover img,
.node--type-sous-categorie-evenement .galerie a:hover img {
    transform: scale(0.95);
}

/*SIREBAR FORM*/
.node--type-activite .sidebar-form {
    width: 100%;
    max-width: 328px;
    margin-left: 25px;
    padding-left: 25px;
    border-left: solid 1Px rgba(0, 0, 0,  0.2);
}

.node--type-activite .sidebar-form .bloc-reservation-activite {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.node--type-activite .sidebar-form .titre {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite .sidebar-form .infos-resa {
    margin-bottom: 15px;
    font-size: 15px;
    line-height: 18px;
    color: #434343;
}

.node--type-activite .sidebar-form .titre-form {
    margin-top: 20px;
    font-weight: 700;
    color: #434343;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite .sidebar-form .nom-activite {
    font-weight: 700;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    padding: 5px 15px;
    color: #434343;
    font-size: 15px;
    background: #f2f2f2;
    width: 100%;
}

.node--type-activite .sidebar-form .form-required,
.node--type-activite .sidebar-form .js-form-item-activite {
    display: none;
}

.node--type-activite .sidebar-form .form-item-droit-photo .form-required {
    display: inline-block;
    font-size: 15px;
    color: #434343;
}


.node--type-activite .sidebar-form .form-item {
    margin-top: 7px;
    margin-bottom: 7px;
    width: 100%;
}

.node--type-activite .sidebar-form .form-item.form-item-code-postal,
.node--type-activite .sidebar-form .form-item.form-item-ville {
    width: 48%;
}

.node--type-activite .sidebar-form input[type="number"],
.node--type-activite .sidebar-form input[type="text"],
.node--type-activite .sidebar-form select {
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 300;
    color: #707070;
    font-family: 'Source Sans Pro', sans-serif;
}

.node--type-activite .sidebar-form select {
    padding: 0 15px 0 12px;
}

.node--type-activite .sidebar-form textarea {
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    color: #707070;
    font-family: 'Source Sans Pro', sans-serif;
}

.node--type-activite .sidebar-form .form-actions {
    text-align: center;
    margin-top: 15px;
}

.node--type-activite .sidebar-form .form-actions .form-submit {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    min-height: 21px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all 200ms ease-in-out;
    border: solid 2px #168c8b;
    background: #168c8b;
    padding: 5px 40px 8px;
    display: inline-block;
    width: 200px;
    font-family: 'Open Sans', sans-serif;
}

.node--type-activite .sidebar-form .form-actions .form-submit:hover {
    background: #fff;
    color: #168c8b;
}


/*///////////////////////////////////////*/
/* ///// PAGE DE CONTENU ////////////// */
/*/////////////////////////////////////*/
/*.page-node-type-contenu,
.page-node-type-activite {
    background: url(../images/svg/bg-top-left-page.svg) no-repeat -75px -38px;
}*/

.page-node-type-contenu .block-page-title-block,
.page-node-type-activite .block-page-title-block {
    width: 95%;
    max-width: 900px;
    margin: 85px auto 50px auto;
}

.page-node-type-contenu .block-page-title-block h1,
.page-node-type-activite .block-page-title-block h1 {
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}

.node--type-contenu,
.node--type-categorie-activite {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

.node--type-contenu a {
    color: #168c8b;
    font-weight: 700;
}

.node--type-contenu .para-item,
.node--type-categorie-activite .para-item,
.node--type-sous-categorie-evenement .para-item {
    margin-bottom: 40px;
}

.node--type-contenu p,
.node--type-categorie-activite p,
.node--type-sous-categorie-evenement p {
    font-size: 17px;
    line-height: 28px;
    font-weight: 300;
    color: #434343;
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
}

.node--type-contenu h2,
.node--type-categorie-activite h2,
.node--type-sous-categorie-evenement h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #168c8b;
    font-family: 'Open Sans', sans-serif;
}

.node--type-contenu h3,
.node--type-categorie-activite h3,
.node--type-sous-categorie-evenement h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #168c8b;
    font-family: 'Open Sans', sans-serif;
}

.node--type-contenu .para-photo-legende,
.node--type-categorie-activite .para-photo-legende,
.node--type-sous-categorie-evenement .para-photo-legende {
    font-size: 16px;
    color: #808080;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

blockquote {
    position: relative;
    padding: 25px 60px 15px;
    background: #000;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;

}

.node--type-contenu blockquote p,
.node--type-categorie-activite blockquote p,
.node--type-sous-categorie-evenement blockquote p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 700;
    font-style: italic;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

blockquote:before {
    content: '';
    width: 52px;
    height: 45px;
    position: absolute;
    left: 8px;
    top: 8px;
    background: url('../images/svg/quote-before.svg') no-repeat center;
}

blockquote:after {
    content: '';
    width: 52px;
    height: 45px;
    position: absolute;
    right: 8px;
    bottom: 8px;
    background: url('../images/svg/quote-after.svg') no-repeat center;
}

/*///////////////////////////////////////*/
/* ///// CATEGORIE ACTIVITE /////////// */
/*/////////////////////////////////////*/
/*.page-node-type-categorie-activite {
    background: url(../images/svg/bg-top-left-page.svg) no-repeat -75px -38px;
}*/

.node--type-categorie-activite {
    padding-bottom: 80px;
}

.page-node-type-categorie-activite .titre-page {
    width: 95%;
    max-width: 900px;
    margin: 85px auto;
    display: flex;
    justify-content: center;
}

.page-node-type-categorie-activite .titre-page h1 {
    display: inline-block;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    text-align: center;
    color: #434343;
    padding: 0 10px 5px;
    font-family: 'Open Sans', sans-serif;
}

.node--type-categorie-activite .titre-liste-activites {
    margin-top: 40px;
    margin-bottom: 25px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    color: #168c8b;
    font-family: 'Open Sans', sans-serif;
}

.node--type-categorie-activite .liste-sous-categories {
    display: flex;
    flex-wrap: wrap;
}

.node--type-categorie-activite .liste-sous-categories .sous-categorie {
    max-width: 345px;
    margin-right: 32px;
    margin-bottom: 32px;
}

.node--type-categorie-activite .liste-sous-categories .sous-categorie:nth-child(3n+0) {
    margin-right: 0;
}

/*///////////////////////////////////////*/
/* ///// PAGE CONTACT ///////////////// */
/*/////////////////////////////////////*/
#block-infospagecontact {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto 50px auto;
    display: flex;
}

#block-infospagecontact .infos-contact {
    width: 40%;
    background: #000;
    text-align: center;
    padding: 15px;
    /*display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;*/
	    margin: 0 auto;
}

#block-infospagecontact .infos-contact .titre {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    margin-top: 20px;
    font-family: 'Open Sans', sans-serif;
}

#block-infospagecontact .infos-contact .adresse {
    font-size: 15px;
    color: #fff;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

#block-infospagecontact .infos-contact a {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    line-height: 20px;
    margin-top: 10px;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
}

#block-infospagecontact #blockMap {
    width: 60%;
    min-height: 280px;
}

/*///////////////////////////////////////*/
/* ///// FORMULAIRE DE CONTACT //////// */
/*/////////////////////////////////////*/
.contact-form {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto 80px;
}

.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contact-form form .form-item {
    margin-bottom: 5px;
}

.contact-form form input[type="text"],
.contact-form form input[type="email"],
.contact-form form select {
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    height: 46px;
    line-height: 44px;
    padding: 0 25px;
    font-size: 20px;
    font-weight: 300;
    color: #707070;
    font-family: 'Source Sans Pro', sans-serif;
}

.contact-form form select {
    padding: 0 50px 0 25px;
}

.contact-form form input[type="text"]:focus,
.contact-form form input[type="email"]:focus,
.contact-form form select:focus,
.contact-form form textarea:focus {
    outline: none;
}

.contact-form form .js-form-type-select {
    background: url(../images/interface/arrow-select.png) no-repeat right center;
}

.contact-form form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    cursor: pointer;
}

.contact-form form .field--type-string,
.contact-form form .field--type-email,
.contact-form form .field--type-list-string,
.contact-form form .field--type-entity-reference,
.contact-form form .form-item-field-ville-etab-contact-wrapper,
.contact-form form .form-item-field-etablissement-contact-wrapper {
    width: 32%;
}

.contact-form form #edit-field-ville-etab-contact-wrapper,
.contact-form form #edit-field-etablissement-contact-wrapper {
    width: 100%;
}

.contact-form form .field--type-list-string .form-radios {
    display: flex;
    align-items: center;
}

.contact-form form .field--type-list-string .form-radios .js-form-item:first-of-type {
    margin-right: 70px;
}

.contact-form form .field--type-list-string legend {
    display: none;
}

.contact-form form .field--type-boolean label {
    cursor: pointer;
    color: #4D4D4D;
    line-height: 20px;
    font-size: 14px;
}

.contact-form form .field--type-string-long,
.contact-form form .form-actions {
    width: 100%;
}

.contact-form form .form-actions {
    text-align: center;
}

.contact-form form .form-actions .form-submit {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
    min-height: 21px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    text-align: center;
    transition: all 200ms ease-in-out;
    border: solid 2px #168c8b;
    background: #168c8b;
    padding: 5px 40px 8px;
    display: inline-block;
    width: 230px;
    font-family: 'Open Sans', sans-serif;
}

.contact-form form .form-actions .form-submit:hover {
    background: #fff;
    color: #168c8b;
}

.contact-form form textarea {
    width: 100%;
    border: solid 1px #C1C1C1;
    border-radius: 5px;
    padding: 15px 25px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #707070;
    font-family: 'Source Sans Pro', sans-serif;
}

/*CHECKBOX*/
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=radio]:checked,
input[type=radio]:disabled:checked {
    background-color: #168c8b;
}

input[type=checkbox]:hover,
input[type=checkbox]:focus,
input[type=radio]:hover,
input[type=radio]:focus {
    border: 2px solid #168c8b;
}

input[type=checkbox],
input[type=radio] {
    margin: 0 10px 0 0;
}

input[type=checkbox]:before,
input[type=radio]:before {
    font-family: 'Font Awesome 5 Free';
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -2px;
    font-weight: 700;
    border-radius: 0;
    padding-top: 1px;
    text-align: center;
    background: #fff;
    font-size: 14px;
    color: #168c8b;
    border: 2px solid #168c8b;
    cursor: pointer;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

input[type=radio]:before {
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

input[type=radio]:checked:before {
    color: #168c8b;
}

input[type=checkbox]:checked:before {
    content: "";
    background: #168c8b;
    outline: solid 2px #fff;
    outline-offset: -4px;
}

input[type=radio]:checked:before {
    content: "\f111";
}

/*CAPTCHA*/
.g-recaptcha {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*///////////////////////////////////////*/
/* ///// LISTE CATEGORIES ///////////// */
/*/////////////////////////////////////*/
.categorie {
    width: 100%;
    max-width: 260px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    min-height: 210px;
    position: relative;
    margin: 8px;
    padding-bottom: 50px;
    -moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    -o-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.16);
}

.categorie .titre {
    display: flex;
    justify-content: center;
    padding: 12px 10px 15px;
    min-height: 60px;
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-weight: 700;
    position: relative;
    font-family: 'Open Sans', sans-serif;
}

.categorie .titre:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 14px;
    background: url('../images/svg/round-img-light.svg') no-repeat center bottom;
}

.categorie .texte {
    font-size: 16px;
    line-height: 20px;
    color: #434343;
    font-weight: 300;
    padding: 10px 20px;
}

.categorie .color-arrow {
    position: absolute;
    right: 20px;
    bottom: 18px;
}

/*///////////////////////////////////////*/
/* ///// LISTE SOUS-CATEGORIES //////// */
/*/////////////////////////////////////*/
.sous-categorie {
    width: 100%;
    max-width: 398px;
    display: block;
    text-decoration: none;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    overflow: hidden;
    /*min-height: 385px;*/
    position: relative;
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.16);
}

.slider-categories .sous-categorie {
    min-height: 420px;
}

.sous-categorie:hover {
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.3);
}

.sous-categorie .image {
    position: relative;
    display: flex;
}

.sous-categorie .image:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 33px;
    transition: all 200ms ease-in-out;
    background: url('../images/svg/round-img.svg') no-repeat center;
    background-size: cover;
}

.sous-categorie .contenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 20px 65px;
    position: relative;
}

.sous-categorie .contenu .titre {
    font-size: 19px;
    line-height: 30px;
    font-weight: 700;
    color: #434343;
    margin: 10px 0 13px;
    font-family: 'Open Sans', sans-serif;
}

.sous-categorie .contenu .cat-parente {
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    padding: 1px 10px 2px;
    display: inline-block;
    border-radius: 10px;
    margin-bottom: 10px;
}

.sous-categorie .contenu .description {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #434343;
}

.sous-categorie .color-arrow {
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.sous-categorie .color-arrow svg {
    transition: all 200ms ease-in-out;
    height: auto;
}

.sous-categorie:hover .color-arrow svg {
    right: 40px;
    width: 80px;
}

/*///////////////////////////////////////*/
/* ///// NOSE SOUS CATEGORIE / //////// */
/*/////////////////////////////////////*/
.node--type-sous-categorie-evenement .titre-page {
    position: relative;
    min-height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
}

.node--type-sous-categorie-evenement .titre-page .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.65;
}

.node--type-sous-categorie-evenement .titre-page h1 {
    position: relative;
    z-index: 5;
    text-align: center;
    max-width: 900px;
    font-size: 36px;
    line-height: 42px;
    font-weight: 700;
    color: #434343;
    font-family: 'Open Sans', sans-serif;
}

.node--type-sous-categorie-evenement .node__content {
    width: 95%;
    max-width: 1100px;
    margin: 50px auto;
}

.node--type-sous-categorie-evenement .node__content .titre-activites {
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    margin-top: 35px;
    margin-bottom: 20px;
}

.node--type-sous-categorie-evenement .node__content .liste-activites {
    display: flex;
    flex-wrap: wrap;
}

.activite {
    width: 100%;
    max-width: 280px;
    margin: 0 25px 25px 0;
    text-decoration: none;
}

.activite:hover {
    border: solid 2px #000000 !important;
}

.activite .titre {
    text-align: center;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: #000000;
    font-family: 'Open Sans', sans-serif;
    padding: 5px 10px;
}

.activite .infos {
    font-size: 12px;
    line-height: 17px;
    font-weight: 700;
    color: #000000;
    padding: 15px 25px 0;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
}

.activite .color-arrow {
    padding: 0 15px 5px 15px;
    text-align: right;
}

/*///////////////////////////////////////*/
/* /// RESULTATS RECHERCHE //////////// */
/*/////////////////////////////////////*/
#block-resultatsrecherche {
    width: 95%;
    max-width: 1100px;
    margin: 0 auto;
}

#block-resultatsrecherche .liste-activites {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
}

/*///////////////////////////////////////*/
/* ///// CALENDRIER /////////////////// */
/*/////////////////////////////////////*/
#block-calendrieractivites {
    margin-bottom: 80px;
}

#just-evenements-planning-container {
    position: relative;
    margin-top: 30px;
    min-height: 740px;
}

#just-evenements-planning-container .dhx_cal_data {
    height: 630px !important;
    top: 98px !important;
}

#just-evenements-planning-container .dhx_expand_icon {
    display: none;
}

/*ENTETE CALENDRIER*/
#just-evenements-planning-container .dhx_cal_header {
    height: 35px !important;
}

#just-evenements-planning-container .dhx_cal_scale_placeholder {
    box-shadow: none;
}

.dhx_cal_header .dhx_scale_bar {
    background: #f2f2f2;
    line-height: 33px;
    height: 35px !important;
}

#just-evenements-planning-container .dhx_cal_navline {
    display: flex;
    justify-content: center;
}

#just-evenements-planning-container .dhx_cal_navline .dhx_cal_prev_button {
    position: relative;
    right: auto;
    margin-right: 10px;
    background: url('../images/svg/back.svg') no-repeat center;
    background-size: 20px;
}

#just-evenements-planning-container .dhx_cal_navline .dhx_cal_next_button {
    position: relative;
    right: auto;
    margin-left: 10px;
    background: url('../images/svg/next.svg') no-repeat center;
    background-size: 20px;
}

#just-evenements-planning-container .dhx_cal_navline .dhx_cal_date {
    position: relative;
    width: auto;
}

#just-evenements-planning-container .dhx_cal_qi_controls {
    display: none;
}

#just-evenements-planning-container .dhx_cal_qi_title {
    background:#f0cd23;
}

#just-evenements-planning-container .dhx_cal_quick_info .infos-btn {
    background: #f0cd23;
    color: #fff;
    text-decoration: none;
    padding: 4px 20px;
    border-radius: 15px;
    font-size: 14px;
    display: inline-block;
    margin-top: 15px;
}

/*.dhx_scale_holder_now.custom_color, .dhx_scale_holder.custom_color{
    background-image: url('../images/interface/bg-half-day.png');
    background-repeat: no-repeat;
    background-position: 0 154px;
}*/

.dhx_cal_tab {
    border: 1px solid #d1af82;
    color: #d1af82;
}

.dhx_cal_tab.active,
.dhx_cal_tab.active:hover {
    border: 1px solid #d1af82;
    background-color: #d1af82;
}

.dhx_cal_tab:hover {
    color: #fff;
    background-color: #d1af82;
}

/*Barre TOday*/
#just-evenements-planning-container .dhx_now_time {
    display: none;
}

/*Tuile ÃƒÆ’Ã‚Â©vÃƒÆ’Ã‚Â©nement*/
#just-evenements-planning-container .dhx_cal_event {
    cursor: pointer;
    overflow: hidden;
    min-height: 110px;
}

#just-evenements-planning-container .dhx_cal_event:hover {
    z-index: 100;
    cursor: pointer;
}

#just-evenements-planning-container .dhx_cal_event .title-event {
    font-weight: 700;
    color: #000;
    font-size: 12px;
    line-height: 13px;
    font-family: 'Open Sans', sans-serif;
}

.dhx_event_move.dhx_title {
    background: transparent !important;
    font-size: 12px;
    line-height: 17px;
    font-weight: 300;
    color: #000000;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}

.dhx_body {
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    height: auto !important;
}

#just-evenements-planning-container .dhx_cal_event .title-event .numero-stage {
    color: red;
}

#just-evenements-planning-container .dhx_cal_event .places-restantes {
    font-size: 12px;
    color: #000;
    padding: 5px 3px 4px 8px;
}

.dhx_cal_event:hover .dhx_event_resize.dhx_footer {
    display: block;
    background-color: transparent;
    margin-top: auto;
    position: absolute;
    bottom: 0;
    left: -1px;
    padding-top: 1px;
    height: 8px;
    width: 155px !important;
}

/*LEGENDE*/
.legende {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.legende .categorie-titre {
    display: flex;
    align-items: center;
    margin: 15px;
}

.legende .categorie-titre .titre {
    font-weight: 700;
    margin-left: 10px;
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}

.legende .categorie-titre .color {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 100%;
}

/*///////////////////////////////////////*/
/* ///// MAP FOOTER /////////////////// */
/*/////////////////////////////////////*/
#blockMap {
    min-height: 550px;
}

/*///////////////////////////////////////*/
/* ///// FOOTER /////////////////////// */
/*/////////////////////////////////////*/

footer {
    clear: both;
    color: #fff;
    background-color: #000000;
}

/*Contenu footer*/
#block-contenufooter {
    padding: 30px 0 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

#block-contenufooter a {
    color: #fff;
    text-decoration: none;
}

#block-contenufooter .column {
    font-family: 'Open Sans', sans-serif;
}

#block-contenufooter .column.one {
    width: 100%;
    max-width: 135px;
}

#block-contenufooter .column.two a {
    margin-top: 15px;
}

#block-contenufooter .column p {
    font-weight: 300;
    margin-bottom: 15px;
}

#block-contenufooter .column p,
#block-contenufooter .column a {
    font-size: 16px;
    line-height: 22px;
    display: block;
}

#block-contenufooter .column.two {
    width: 100%;
    max-width: 330px;
}

#block-contenufooter .column.three {
    width: 100%;
    max-width: 240px;
}

#block-contenufooter .column.three a,
#block-contenufooter .column.four a {
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0;
}

#block-contenufooter .column.four {
    width: 100%;
    max-width: 210px;
}

#block-contenufooter .column.full {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

#block-contenufooter .column.full a {
    text-transform: uppercase;
    font-weight: 300;
    font-size: 18px;
    margin: 5px 25px;
}

#block-contenufooter .column.full a.rnd-btn {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    padding: 3px 20px;
}

/*Copyright*/
footer .gl-copy {
    max-width: 815px;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    border-top: 1px solid #ffffff;
}

footer .gl-copy img {
    margin-bottom: -5px;
}

footer .gl-copy a {
    color: #fff;
}

/*///////////////////////////////////////*/
/* ///// MASQUAGE ADMIN MENU ////////// */
/*/////////////////////////////////////*/

#toolbar-administration {
    display: none;
}

body.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
    margin-left: 0;
}

body,
.adminimal-admin-toolbar.toolbar-fixed.toolbar-vertical {
    padding: 0 !important;
}

/*///////////////////////////////////////*/
/* // MISE EN PAGE PARAGRAPHES //////// */
/*/////////////////////////////////////*/
.para-photo-img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.para-photo-legende {
    margin: 5px 0 15px 0;
    text-align: center;
    font-size: 12px;
}
/*photo ÃƒÆ’Ã‚Â  droite*/
.pos-photo-3 .para-photos {
    float: right;
    max-width: 40%;
    margin: 20px 0 20px 2%;
}
/*photo ÃƒÆ’Ã‚Â  gauche*/
.pos-photo-4 .para-photos {
    float: left;
    max-width: 40%;
    margin: 20px 2% 20px 0;
}
/*photo en haut et en bas*/
.pos-photo-1 .para-photos,
.pos-photo-2 .para-photos{
    clear: both;
    width: 100%;
    margin: 20px 0;
}
.pos-photo-1 .para-photos:after,
.pos-photo-2 .para-photos:after{
    content: '';
    clear: both;
}
.pos-photo-1.nb-photos-1 .para-photos .para-photo,
.pos-photo-2.nb-photos-1 .para-photos .para-photo {
    max-width: 50%;
    margin: 0 auto;
}
.pos-photo-1.nb-photos-2 .para-photos .para-photo,
.pos-photo-2.nb-photos-2 .para-photos .para-photo {
    float: left;
    width: 47%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-3 .para-photos .para-photo,
.pos-photo-2.nb-photos-3 .para-photos .para-photo {
    float: left;
    width: 30%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-4 .para-photos .para-photo,
.pos-photo-2.nb-photos-4 .para-photos .para-photo,
.pos-photo-1.nb-photos-more .para-photos .para-photo,
.pos-photo-2.nb-photos-more .para-photos .para-photo{
    float: left;
    width: 22%;
    margin: 0 1.5%;
}
.pos-photo-1.nb-photos-more .para-photos .para-photo:nth-child(4n+1),
.pos-photo-2.nb-photos-more .para-photos .para-photo:nth-child(4n+1) {
    clear: both;
}

img[data-align="center"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
img[data-align="right"] {
    float: right;
}
img[data-align="left"] {
    float: left;
}

.paragraphes table tr td {
    padding: 10px;
    border: 1px solid #eee;
}
.paragraphes table {
    margin-bottom: 30px;
}
.node--type-contenu ul,
.node--type-categorie-activite ul,
.node--type-sous-categorie-evenement ul,
.node--type-activite ul {
    width: 100%;
    clear: both;
}
.node--type-contenu ul li,
.node--type-categorie-activite ul li,
.node--type-sous-categorie-evenement ul li,
.node--type-activite ul li {
    padding-left: 15px;
}
.node--type-contenu ul li:before,
.node--type-categorie-activite ul li:before,
.node--type-sous-categorie-evenement ul li:before,
.node--type-activite ul li:before {
    content: 'ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¢ ';
    color: #333;
}

/* modif */

.page-node-type-sous-categorie-evenement a.activite img,
#block-resultatsrecherche img {
    height: 200px;
    width: 100%;
    object-fit: cover;
}

.page-node-type-sous-categorie-evenement a.activite div.titre,
#block-resultatsrecherche a.activite div.titre {
    height: 145px;
    display: flex;
    align-items: center;
}

.page-node-type-sous-categorie-evenement a.activite div.titre {
    height: 90px;
}

#para-just-evnements-arzon-56 .para-photos img {
    height: 200px;
    object-fit: cover;
}