/*
 * Theme Name: Le Studio
 * Description: 
 * Author: Le Studio
 * Version: 0.0.1
 * Tags: 
 */


@font-face {
    font-family: 'tuffy';
    src: url('/fonts/tuffy.otf') format('opentype'),
    url('/fonts/tuffy.woff') format('woff'),
    url('/fonts/tuffy.svg#abcd') format('svg'),
    url('/fonts/tuffy.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body{
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    color: black;
    position: relative;
    overflow-x: hidden;
    margin: 0;
}

h1 { 
    font-family: 'Lobster', cursive;
    font-size: 2em; 
    margin: 0 auto;
    max-width: 650px;
}

h2 { 
    font-family: 'Lobster', cursive;
    font-size: 2.5em; 
    margin: 0;
    padding: 25px 0;
    position: relative;
    /*z-index: 9;*/
}

h2:before {
    content: "";
    width: 250px;
    height: 150px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    background-image: url(/wp-content/uploads/2019/08/trace_titre_h2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    transform: translate(-50%, -50%);
}

h3 { 
    font-family: 'Lobster', cursive;
    font-size: 1.6em; 
    font-weight: 400;
    margin: 0;
    padding: 15px 0px 15px 0;
}

h4 { 
    font-size: 1.3em;
    margin: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
}

h5 { font-size: .83em; margin: 0;}
h6 { font-size: .75em; margin: 0;}

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

body, section, article, div, ul, li, p, img, textarea, input, a {
    box-sizing: border-box;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    padding-bottom: 10px;
    line-height: 1.3em;
    white-space: normal;
    font-family: 'Roboto', sans-serif;
}

p {
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.3em;
}

a {
    color: black;
    font-family: 'Roboto', sans-serif;
}

strong {
    font-weight: 900;
}

hr {
    width: 150px;
    border: none;
    height: 2px;
    background-color: gray;
}


/* *** DIAPORAMA *** */
/*
.diaporama{
    display: flex;
    align-items: center;
    justify-content: space-around;
    display: -ms-flexbox;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    width: 100%;
    height: 50vw;
    position: relative;
}
.diapositives{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #444;
}
.diapo{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    opacity: 0;
    z-index: -1;
}
.diapo.active{ 
    opacity: 1;    
    z-index: 1;
}
.next-slide, .prev-slide{
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: red;
    position: absolute;
    z-index: 9;
    top: 50%;
    transform: translateY(-50%);
}
.next-slide{
    right: 0;
}
.prev-slide{
    left: 0;
}
*/

/* *** PHOTOS BACKGROUND *** */

[background-photo] {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  height: 100%;
}
[background-photo] img {
  display: none;
}


/* *** COULEURS *** */

/*
noir : #000000;
blanc : #ffffff;
*/



/* *** EFFETS *** */

@keyframes traceLine {
    0%{
        opacity: 0;
        transform: translateY(-20px);
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }
    50%{
        opacity: 1;
        transform: translateY(0px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);
        stroke-dashoffset: 0;
    }
}

@-wedkit-keyframes traceLine {
    0%{
        opacity: 0;
        transform: translateY(-20px);
        stroke-dasharray: 1000;
        stroke-dashoffset: 1000;
    }
    50%{
        opacity: 1;
        transform: translateY(0px);
    }
    100%{
        opacity: 1;
        transform: translateY(0px);        
        stroke-dashoffset: 0;
    }
}




.groupe-element {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    transform: translateY(-20px);
}

.groupe-element.active {
    animation-name: traceLine;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    animation-delay: 0.15s;
}




/* ************************ GLOBALE ************************ */

.contenu {
    padding: 25px 15px;
}

.contenu_dessus {
    position: relative;
    z-index: 10;
}

.lien_secondaire {
    font-style: italic;
    padding: 10px 0;
}

video {
    object-fit: cover;
}

/* *** BOUTONS *** */

.contener_bouton {
    display: flex;
}

.contener_bouton_rebord a {
    border: solid 1px black;
    color: black !important;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.contener_bouton_plein a {
    text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #fcc500;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
}

.contener_bouton a span {
    padding: 0 10px;
}

.contener_picto_bouton {
    background-color: black;
    padding: 3px 29px 3px 15px;
    clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 70% 0%, 100% 100%, 0% 100%);
    width: 63px;
    display: flex;
}

.contener_picto_bouton svg {
    max-height: 25px;
    padding: 2px;
}




/* ************************ HEADER ************************ */

.flash_info {
    background-color: white;
    width: 100%;
    padding: 10px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    position: relative;
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.flash_info p {
    padding: 0;
}

.flash_info strong {
    text-transform: uppercase;
    padding: 0 5px;
    color: #3e949d;
}

#header_pages {
    background-color: #e4e3e3;
    text-align: center;
    padding: 25px 15px 5px 15px;
}

.fil_ariane {
    padding-top: 30px;
    color: grey;
    font-weight: 100;
    font-style: italic;
}

.fil_ariane a {
    font-weight: 100;
    color: grey;
}

/* ************************ NAVIGATION ************************ */

nav {
    background-color: #252525;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 99;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
}

nav .mega-menu-wrap > ul > li {
    border-right: solid 1px grey !important;
}

nav .mega-menu-wrap > ul > li:last-child {
    background-color: #3b929c !important;
    border-right: none !important;
}

nav .mega-menu-wrap > ul > li:nth-child(5) {
    border-right: none !important;
}

nav .mega-menu-wrap > ul > li:last-child a:hover {
    background-color: #26656c !important;
}

.outils_menu {
    display: flex;
    align-items: center;
}

.facebook {
    padding: 0 15px;
    border-left: solid 1px grey;
}

.facebook img {
    width: 9px;
}

.logo_menu {
    width: 75px;
    padding: 0 10px;
}

.mega-sub-menu {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3) !important;
}

.mega-sub-menu .mega-menu-link {
    line-height: 1em !important;
    padding: 10px !important;
}



#responsive-menu-title-image {
    width: 250px !important;
}

button#responsive-menu-button {
    left: 0px !important;
    top: 0px !important;
}


/* *** OUTIL DE RECHERCHE **** */

.bouton_recherche {
    background-color: #fcc500;
    padding: 17px;
    cursor: pointer;
}

.outil_recherche {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: rgba(62,148,157,0.95);
    position: fixed;
    top: 0;
    left: 0;
    z-index: -5;
}

.outil_recherche.active {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.bouton_fermer {
    position: absolute;
    top: 25px;
    right: 25px;
    color: white;
    font-weight: 900;
    font-size: 2.5em;
    cursor: pointer;
}

.search-results main {
    background-color: white;
}

.search-results main article {
    max-width: 1024px;
    margin: 0 auto;
    padding: 25px;
}

.searchandfilter {
    width: 100%;
}

.searchandfilter > div > ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.searchandfilter > div > ul li {
    width: 100%;
    text-align: center;
    padding: 10px 25px;
}

.outil_recherche h3 {
    font-family: 'Lobster', cursive;
    font-size: 3em;
}

.searchandfilter input[type=text] {
    border: none;
    border-radius: 600px;
    font-size: 1.2em;
    width: 100%;
    max-width: 590px;
    padding: 8px 15px;
    box-shadow: 2px 2px 10px rgba(0,0,0,0.4);
}

.searchandfilter input[type=submit] {
    border: none;
    background-color: black;
    color: white;
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: 500;
    padding: 10px 15px;
    cursor: pointer;
}

ul.resultats-recherche li {
    list-style: none;
}

/* ************************ PAGE ACCUEIL ************************ */

/* *** HEADER *** */

#header_home {
    min-height: 800px;
    position: relative;
    z-index: 8;
    overflow: hidden;
    display: flex;
    /*justify-content: space-around;*/
    align-items: center;
    flex-wrap: wrap;
    clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 0% 100%);
    bottom: -1px;
}

#header_home h1 {
    color: white;
    font-size: 4em;
    padding: 25px;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translate(-50%, -50%);
    margin-left: 740px;
}

#video_header {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
}

.filtre_noir {
    background-color: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#wrapper_logo {
    position: relative;
    z-index: 8;
    width: 390px;
    filter: drop-shadow(8px 8px 4px rgba(0,0,0,0.5));
    padding: 25px;
    margin-left: 10vw;
    height: 100%;
}

#wrapper_logo a {
    display: block;
}

.trame_grise {
    background-image: url(/wp-content/uploads/2019/07/trame_grise_01.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.trame_grise_droite {
    background-image: url(/wp-content/uploads/2019/08/trame_grise_droite_01.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: top right;
}

.trame_bleu {
    background-image: url(/wp-content/uploads/2019/08/triangle_vert_01.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
}

#header_home .trame_grise {
    background-position: -50px bottom;
    background-size: contain; 
    top: 0;
    left: 0;
    width: 580px;
    height: 100%;
    z-index: 0;
}

#wrapper_decouvrir_video {
    background: linear-gradient(-2deg, #3b929c, #0e2224);
    text-transform: uppercase;
    margin-top: -122px;
    padding: 85px 25px 25px 55vw;
    display: flex;
    justify-content: flex-end;
    position: relative;
}

#wrapper_decouvrir_video a {
    color: white;
    text-decoration: none;
    max-width: 380px;
    display: flex;
    align-items: center;
}

#wrapper_decouvrir_video a span {
    color: black;
    text-decoration: underline;
}

#wrapper_decouvrir_video a img {
    width: 50px;
    float: left;
    margin: 0 15px;
    transition: all 0.3s ease;
}

#wrapper_decouvrir_video a:hover img {
    width: 60px;
    filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.5));
}

#wrapper_decouvrir_video a p {
    padding: 0;
}

.bouton_descendre {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);  
    animation-name: down;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.lien_video {
    position: relative;
    z-index: 8;
}

#wrapper_decouvrir_video .trame_grise {
    top: 0;
    right: 0;
    left: inherit;
    transform: rotate(180deg);
    width: 580px;
    height: 100%;
    background-size: cover;
}

.typed-cursor {
    display: none;
}





/* *** MEA CORONAVIRUS *** */

#mea_coronavirus {
    padding: 45px 25px;
    background-color: #fbfbfb;
}

#mea_coronavirus .contenu_mea_coronavirus {
    max-width: 600px;
    margin: 0 auto;
}

#mea_coronavirus img {
    margin: 0 auto;
    display: block;
    width: 200px;
}

#mea_coronavirus h2 {
    text-align: center;
    color: #3b929c;
}

#mea_coronavirus .contener_bouton {
    justify-content: center;
}


/* *** MEA DANS MA VILLE *** */

#dans_ma_ville {
    display: flex;
    position: relative;
    background-color: #efefef;
}

#wrapper_mea_dans_ma_ville {
    width: 60%;
    padding: 25px 70px 25px 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    z-index: 2;
}

#wrapper_mea_aussi_dans_ma_ville {
    width: 40%;
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 25px;
    background-color: white;
}

.bloc_article_image {
    position: relative;
    object-fit: cover;
    width: 50%;
}

.bloc_article_contenu {
    width: 50%;
}

#wrapper_mea_dans_ma_ville .bloc_article_image:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2019/08/coin_gauche_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

#wrapper_mea_dans_ma_ville .bloc_article_contenu:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2019/08/coin_gauche_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

#wrapper_mea_dans_ma_ville h2,
#wrapper_mea_aussi_dans_ma_ville h3 {
    text-align: center;
    color: #3d939c;
}

#wrapper_mea_aussi_dans_ma_ville .contener_bouton {
    margin-top: 25px;
}


#dans_ma_ville .categorie_article,
.blog .categorie_article,
#wrapper_mea_dans_mon_agglo .categorie_article {
    text-align: left !important;
}

#wrapper_mea_mon_depart .categorie_article {
    text-align: right !important;
}

.article {
    display: flex;
    justify-content: center;
    width: 100%;
}

.article > div {
    width: 50%;
}

#wrapper_mea_dans_ma_ville .article .bloc_article_image img {
    width: 100%;
    height: 380px;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

#wrapper_mea_dans_ma_ville .article .bloc_article_contenu {
    padding: 45px;
    margin-top: 60px;
    margin-left: -50px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: white;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    position: relative;
    z-index: 3;
}

.bloc_article_contenu {
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.date-article {
    padding-top: 15px;
    padding-bottom: 15px;
    color: grey;
    font-style: italic;
    font-weight: 100;
}


#wrapper_mea_aussi_dans_ma_ville .article img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

#wrapper_mea_aussi_dans_ma_ville .article {
    padding: 25px 0;
    border-bottom: solid 1px #3e949d;
}

#wrapper_mea_aussi_dans_ma_ville .triangle_blanc {
    position: absolute;
    top: 0;
    right: 99.9%;
    height: 100%;
}

.extrait-article{
    padding-bottom: 15px;
}


/* *** INSCRIPTION NEWSLETTER *** */

#newsletter {
    padding: 45px;
    background-image: url(/wp-content/uploads/2019/08/fond_horaires_01.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
}

.contener_newsletter {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1280px;
    margin: 0 auto;
    background-color: white;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.3);
    padding: 25px;
    text-align: center;
    font-weight: 300;
}

.contener_newsletter strong {
    text-transform: uppercase;
    font-size: 2em;
    letter-spacing: 10px;
    font-weight: 300;
    padding-bottom: 15px;
}

.contener_newsletter span {
    font-weight: 900;
}

#mailpoet_form_2 {
    width: 100%;
    max-width: 600px;
}

#mailpoet_form_2 .mailpoet_text, 
#mailpoet_form_2 .mailpoet_textarea {
    width: 100% !important;
    border-radius: 600px !important;
    border: solid 1px #ddd;
    padding: 5px 20px;
    font-style: italic;
    font-size: 0.9em;
}

.mailpoet_submit {
    border: none;
    font-family: 'Lobster', cursive;
    font-size: 1.6em;
    color: #fbc500;
    text-decoration: underline;
    background-color: transparent;
    cursor: pointer;
}





/* *** MEA DANS AGGLO + DANS MON DEPARTEMENT *** */

#dans_agglo_depart {
    display: flex;
    position: relative;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    z-index: 4;
}

#dans_agglo_depart > div {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

#dans_agglo_depart .article {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
    margin: 25px 0;
    width: 45vw;
}

.bloc_article_image {
    position: relative;
}

#dans_agglo_depart > div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

#dans_agglo_depart .bloc_article_contenu {
    padding: 45px;
    min-height: 380px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#wrapper_mea_dans_mon_agglo {
    background-color: #3e949d;
}

#wrapper_mea_dans_mon_agglo .bloc_article_contenu {
    background-color: white;
}

#wrapper_mea_mon_depart .bloc_article_contenu {
    background-color: #3e949d;
    color: white;
}

#wrapper_mea_mon_depart .bloc_article_image {
    order: 2;
}

#wrapper_mea_mon_depart .bloc_article_contenu {
    order: 1;
    text-align: right;
}

#dans_agglo_depart h2 {
    text-align: center;
}

#wrapper_mea_mon_depart h2:before {
    background-image: url(/wp-content/uploads/2019/08/trace_titre_grise_h2.svg);
}

#wrapper_mea_mon_depart .contener_bouton {
    justify-content: flex-end;
}

#wrapper_mea_mon_depart .categorie_article,
#wrapper_mea_mon_depart .date-article {
    color: black;
}


/* *** MEA MAGAZINE *** */

#mea_magazine {
    display: flex;
    min-height: 400px;
    background: linear-gradient(-105deg, #3b929c, #0e2224);
}

#contener_mea_mag_photo {
    width: 60%;
    position: relative;
    clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
}

#contener_mea_mag_description {
    width: 40%;
    max-width: 560px;
    position: relative;
    padding-left: 120px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

img.couverture_magazine {
    position: absolute;
    top: 50%;
    left: -40%;
    transform: translate(0%, -50%) rotate(0deg);
    width: 250px;
    height: 353px;
    object-fit: cover;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    transition: all 0.3s ease;
}

img.couverture_magazine:hover {
    top: 48%;
    transform: translate(0%, -50%) rotate(5deg);
}

#contener_mea_mag_description p {
    color: white;
}

#contener_mea_mag_description .numero_magazine {
    color: #fbc500;
    padding-bottom: 15px;
    font-style: italic;
}


/* *** VILLE DE PLOUMAGOAR *** */

#ville_ploumagoar {
    position: relative;
}

#ville_ploumagoar .contener_titre_ville_ploum {
    background-image: url(/wp-content/uploads/2019/08/fond_horaires_01.jpg);
    background-repeat: repeat;
    background-size: contain;
    background-position: center;
    clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%);
    padding: 65px;
    box-shadow: -1px 2px 40px 4px rgba(0, 0, 0, 0.6) inset;
}

#ville_ploumagoar .contener_titre_ville_ploum h2 {
    color: black;
    display: inline-block;
}

#ville_ploumagoar .contener_titre_ville_ploum h2::before {
    filter: drop-shadow(5px 5px 2px rgba(0,0,0,0.3));
}

#wrapper_ville_ploumagoar {
    display: flex;
    justify-content: center;
}

#wrapper_ville_ploumagoar > div {
    width: 50%;
}

#carte_ploumagoar svg text {
    font-family: 'Lobster', cursive;
}

#carte_ploumagoar svg.la_carte {
    width: 100%;
    height: 100%;
    padding-bottom: 25px;
    max-width: 680px;
}

#carte_ploumagoar svg #carte {
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.5));
}

#descriptif_ploumagoar p {
    max-width: 550px;
}

#carte_ploumagoar {
    padding: 45px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.fond_ploumagoar {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 20% 100%);
}


#trait_gauche.active,
#trait_droite.active,
#trace_ploumagoar.active,
#ploumagoar.active,
#rennes.active,
#vannes.active,
#guingamp.active,
#brest.active {
    animation-name: traceLine;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

#trace_ploumagoar,
#ploumagoar {
    animation-delay: 2.5s;
}

#rennes {
    animation-delay: 2s;
}

#vannes {
    animation-delay: 1.5s;
}

#guingamp {
    animation-delay: 1s;
}

#brest,
#trait_droite,
#trait_gauche {
    animation-delay: 0.5s;
}

.groupe-svg {
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    opacity: 0;
    transform: translateY(-20px);
}






/* *** MEA OFFICE DE TOURISME *** */

#mea_office_de_tourisme {
    text-align: center;
    color: white;
    background-color: #444343;
}

#mea_office_de_tourisme p {
    margin: 0 auto;
}

#mea_office_de_tourisme a {
    color: #fcc500;
}


/* ************************ AU QUOTIDIEN ************************ */

#au_quotidien {
    display: flex;
    box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
}

#au_quotidien > section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 250px;
    position: relative;
    z-index: 7;
}

.photo_au_quotidien {
    width: 400px;
    position: relative;
}

.liste_au_quotidien {
    width: calc(50% - 200px);
    position: relative;
    background-color: white;
}

.horaires_au_quotidien {
    width: calc(50% - 200px);
    flex-direction: column;
    background-image: url(/wp-content/uploads/2019/08/fond_horaires_01.jpg);
    padding: 15px;
}

.liste_au_quotidien .triangle_blanc {
    position: absolute;
    right: 99.9%;
    top: 0;
    height: 100%;
    filter: drop-shadow(-11px 10px 5px rgba(0,0,0,0.3));
}

.horaires_au_quotidien h3 {
    color: white;
}

.liste_au_quotidien ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 500px;
}

.liste_au_quotidien ul li {
    width: 50%;
    list-style: none;
    text-align: center;
    padding: 15px;
}

.liste_au_quotidien ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #3b929c;
}

.liste_au_quotidien ul li a svg {
    padding-bottom: 15px;
    width: 130px;
}

.filtre_blanc_quotidien {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}






/* ************************ PAGES RUBIQUES ************************ */

.pages_rubriques .contenu_principal {
    width: 100%;
}

.pages_rubriques .titre-sous-page {
    text-align: center;
}


/* ************************ PAGES DETAILS ************************ */

.page_detail_simple {
    display: flex;
    justify-content: center;
    max-width: 1280px;
    margin: 0 auto;
    padding-bottom: 25px;
}

.page_detail_simple ul, .contenu_article ul{
    padding-left: 20px !important;
}

.sidebare {
    width: 30%;
    margin: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contenu_principal {
    width: 70%;
    padding: 15px;
}

.fond_pages_details {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f0f0f0;
    clip-path: polygon(60% 0%, 100% 0%, 100% 100%, 20% 100%);
    -webkit-clip-path: polygon(40% 0%, 100% 0%, 100% 100%, 20% 100%);
}

.page_detail_simple .trame_grise {
    height: 100%;
    bottom: 0;
    right: 0;
    background-size: contain;
    width: 450px;
    z-index: -1;
}

.contenu_principal p,
.contenu_article p{
    padding-top: 10px;
}

.contenu_principal a,
.contenu_article a {
    color: #3e949d;
}

.contenu_principal .contener_bouton a,
.contenu_article .contener_bouton a {
    color: black !important;
}

.infos_suppl {
    padding: 15px;
    background-color: #fcc500;
    color: white;
    margin-top: 15px;
    margin-bottom: 30px;
    width: 100%;
}

.infos_suppl h2 {
    color: black;
}

.infos_suppl a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    padding-bottom: 5px;
}

.infos_suppl a img {
    margin-right: 6px;
}

.contener_photo_a_la_une {
    position: relative;
}

.photo_a_la_une {
    width: 100%;
    object-fit: cover;
    max-width: 380px;
    margin: 0 auto;
    display: block !important;
}

.sidebare .contener_bouton {
    margin-top: 25px;
    margin-bottom: 25px;
}

.filtre_photo_a_la_une {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.15));
}

.bloc {
    padding: 25px !important;
    background-color: #3e949d;
    color: white;
}

.bloc-liste {
    padding: 25px;
    margin-bottom: 25px;
    background-color: white;
    box-shadow: 0px 0px 11px rgba(0,0,0,0.35);
}

.wp-block-separator {
    padding: 0;
    margin: 0 auto;
    border-bottom: 0;
    border-top: solid 1px black;
}

.page_detail_simple h2 {
    font-size: 1.6em;
}

.page_detail_simple h3 {
    font-size: 1.1em;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 900;
    padding: 15px 0 5px 0;
}

.page_detail_simple h2:before {
    display: none;
}

.wp-block-gallery.is-cropped .blocks-gallery-image a, 
.wp-block-gallery.is-cropped .blocks-gallery-image img, 
.wp-block-gallery.is-cropped .blocks-gallery-item a, 
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 250px !important;
}

ul.wp-block-gallery {
    margin: 25px 0;
    padding-left: 0 !important;
}

blockquote {
    margin: 0 auto;
}

.tadv-background-color {
    padding: 5px;
    display: inline-block;
    color: white !important;
}

/* *** BLOCS VIDEOS *** */

.wp-block-video {
    display: flex;
    box-shadow: 5px 5px 25px rgba(0,0,0,0.5);
}

.wp-block-video video {
    width: 100%;
}


.page_detail_simple .contenu_principal h2 {
    color: #3e949d;
    padding-bottom: 11px;
    border-bottom: solid 1px #3e949d;
}

/* *** BLOCS IMAGES *** */

.wp-block-image {
    display: flex;
    justify-content: center;
}

.wp-block-image img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* *** BLOCS TABLEAUX *** */

.wp-block-table {
    width: 100%;
    margin: 10px 0;
}

.wp-block-table tr {
    display: flex;
}

.wp-block-table tr td {
    flex: 1;
    padding: 12px;
}



/* ************************ PAGES ACTUS RUB ************************ */

.blog {
    position: relative;
}

.blog .liste-articles-3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin-right: 400px;
    position: relative;
    z-index: 5;
}

.blog section.article {
    width: 50%;
    padding: 25px;
}

.blog .bloc_article_image {
    width: 50%;
    object-fit: cover;
}

.blog .trame_grise {
    width: 290px;
    height: 310px;
    top: 0;
    right: 0;
}



/* ************************ PAGES ACTUS DETAILS ************************ */

.post {
    max-width: 900px;
    margin: 0 auto;
}

.date_article {
    text-align: center;
    font-style: italic;
    color: grey;
    font-weight: 100;
}

.secteur_article {
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
}

.secteur_article ul li {
    list-style: none;
    padding: 0;
}

.secteur_article ul li a {
    color: grey;
    text-decoration: none;
    font-size: 1.2em;
    padding-bottom: 3px;
}

.categorie_article {
    text-align: center;
    padding-bottom: 3px;
}

.categorie_article span{
    position: relative;
    padding-right: 5px;
    margin-right: 5px;
}

.categorie_article span:after{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #3b929c;
}

.categorie_article span:last-child:after{
    display: none;
}

.categorie_article a,
.categorie_article {
    text-decoration: none;
    color: #3b929c;
    text-transform: lowercase;
}

.post .extrait_article {
    max-width: 650px;
    margin: 0 auto;
    padding: 15px 0;
    font-weight: bolder;
}

.post .photo_article {
    width: 100%;
    object-fit: contain;
    box-shadow: 5px 5px 21px rgba(0,0,0,0.3);
    position: relative;
}

.contener_photo_post {
    position: relative;
}

.contener_photo_post:before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2019/08/coin_gauche_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.contener_photo_post:after {
    content: "";
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 50px;
    height: 50px;
    background-image: url(/wp-content/uploads/2019/08/coin_gauche_01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}

.contenu_article {
    margin-top: 30px;
}

.post h2 {
    /*font-family: 'Roboto', sans-serif;
    text-transform: uppercase;*/
    font-size: 1.5em;
    color: #3c929c;
    padding: 10px 0;
}

img.photo_agrement_blog {
    width: 400px;
    height: 460px;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 30%);
    -webkit-clip-path: polygon(30% 0%, 100% 0%, 100% 100%, 0% 30%);
}

.triangle_bleu {
    position: absolute;
    top: 20%;
    right: 0;
    z-index: 5;
    width: 300px;
    height: 500px;
    background-color: #3b929c;
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
}

.suggestions_articles {
    background-color: #f0f0f0;
}

.suggestions_articles .liste-articles-3 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.suggestions_articles .liste-articles-3 section.article {
    width: 30%;
    padding: 25px;
}

.suggestions_articles .categorie_article {
    text-align: left !important;
}



/* ************************ PAGE PLOUMEXPO ************************ */

#ploum-expo ul.archives_videos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

#ploum-expo ul.archives_videos li {
    width: 23%;
    margin: 5px;
    list-style: none;
}

.contener_photo_archives_videos {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 190px;
}

.contener_photo_archives_videos svg {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    filter: drop-shadow(2px 2px 8px rgba(0,0,0,0.7));
    opacity: 0;
    transition: all 0.3s ease;
}

.contener_photo_archives_videos:hover svg {
    opacity: 1;
}

.contener_photo_archives_videos img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 5px 5px 12px rgba(0,0,0,0);
    transition: all 0.3s ease;
}

.contener_photo_archives_videos:hover img {
    box-shadow: 5px 5px 12px rgba(0,0,0,0.4);
}

.contener_photo_archives_videos .filtre_bleu {
    background-color: #3e949d;
    position: absolute;
    position: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s ease;
}

.contener_photo_archives_videos:hover .filtre_bleu {
    opacity: 0.6;
}

#ploum-expo .contener_bouton {
    justify-content: flex-end;
}

#ploum-expo blockquote {
    position: relative;
}

#ploum-expo blockquote:after {
    content: "";
    position: absolute;
    bottom: -30%;
    right: -40%;
    width: 50%;
    height: 270px;
    background-image: url(/wp-content/uploads/2019/08/picto_conversation_01.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: visible;
    transform: translate(-50%, 0%);
    z-index: -1;
    opacity: 0.1;
}


/* ************************ PAGE ASSOCIATIONS ************************ */

#lannuaire-des-associations .sidebare {
    min-height: initial;
}

.liste_categories_assos {
    background-color: #3e949d;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.liste_categories_assos label {
    margin-bottom: 0 !important;
    padding: 15px 25px;
}

.association {
    border-top: solid 1px black;
    padding: 25px 0;
}

.wrapper_association {
    display: flex;
    padding-bottom: 5px;
}

.image-association img,
.image-association-none {
    width: 210px;
    height: 210px;
    object-fit: cover;
}

.contener_asso_photo {
    width: 25%;
    min-width: 210px;
}

.contener_asso_description {
    width: 75%;
}

.image-association-none {
    background-color: #3e949d;
}

.contener_asso_description {
    padding-left: 15px;
}

.contener_asso_description h2 {
    padding: 0;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

.contener_asso_description h3 {
    color: #3e949d;
}

.contener_asso_description a {
    display: inline-block;
    padding-top: 5px;
}

.contener_asso_description span.categorie_asso {
    font-style: italic;
    font-weight: 100;
    color: #3e949d;
    display: inline-block;
    padding-top: 10px;
}

.blocs_contacts_asso {
    /*display: flex;*/
    line-height: 1.2em;
}

/*.blocs_contacts_asso > div {
    width: 50%;
}

.bloc_deuxieme_contact {
    padding-left: 20px;
}*/

.sous-pages-tabs input {
    display: none;
}

.sous-pages-tabs label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 25px;
    font-weight: 900;
    font-size: 1.1em;
}

.sous-pages-tabs label img {
    width: 75px;
    padding-right: 25px;
}

.sous-pages-tabs label p {
    padding-bottom: 0;
}

.sous-pages-tabs input:checked + label {
    background: rgba(255,255,255,0.3);
    display: flex;
    justify-content: center;
    padding: 15px;
}

.image-association-none {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.image-association-none img {
    width: 80px;
    position: relative;
    z-index: 2;
}

.image-association-none .trame_grise {
    width: 100%;
    background-size: 710px;
    z-index: 1;
}

.section_association {
    display: none;
}


.section_association.active {
    display: block;
}




/* ************************ PAGE COMPTES-RENDUS ************************ */

#comptes-rendus-municipaux .contenu_principal ul,
#comptes-rendus-municipaux .contenu_principal details {
    padding: 15px 0;
    cursor: pointer;
}

#comptes-rendus-municipaux .contenu_principal details summary {
    font-weight: 900;
}

#comptes-rendus-municipaux .contenu_principal ul li {
    list-style: none;
    padding: 0;
}

#comptes-rendus-municipaux .contenu_principal ul li svg {
    padding-right: 15px;
}

#comptes-rendus-municipaux .contenu_principal ul li svg path {
    fill: #3e949d;
}

#actes-reglementaires details {
    padding: 15px 0;
    cursor: pointer;
}

#actes-reglementaires details summary {
    font-weight: 900;
}

#actes-reglementaires ul li {
    list-style: none;
    padding: 0;
}

#actes-reglementaires ul li svg {
    padding-right: 15px;
}

#actes-reglementaires ul li svg path {
    fill: #3e949d;
}



/* ************************ PAGE MAGAZINES ************************ */

#les-magazines ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

#les-magazines ul li {
    list-style: none;
    padding: 25px;
    width: 250px;
    text-align: center;
}

#les-magazines ul li a {
    text-decoration: none;
    font-weight: 900;
}

#les-magazines ul li img {
    box-shadow: 5px 5px 15px rgba(0,0,0,0.4);
    margin-bottom: 5px;
    position: relative;
    top: 0;
    transform: rotate(0deg);
    transition: all 0.3s ease;
}

#les-magazines ul li:hover img {
    top: -5px;
    transform: rotate(2deg);
}

#les-magazines ul li svg {
    padding-right: 15px;
}

#les-magazines ul li svg path {
    fill: #3e949d;
}


/* ************************ PAGE EQUIPE MUNICIPALE ************************ */

#lequipe-municipale ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 0 !important;
}

#lequipe-municipale ul li {
    list-style: none;
    padding: 15px;
    text-align: center;
    max-width: 260px;
    margin: 0 auto;
}

#lequipe-municipale ul li img {
    border-radius: 600px;
    filter: drop-shadow(6px 10px 9px rgba(0,0,0,0.3));
}

#lequipe-municipale ul li h3 {
    padding: 10px 0 0 0;
}

#lequipe-municipale ul li p {
    padding: 5px 0 5px 0;
    color: #3b929c;
}

#lequipe-municipale ul li span {
    font-size: 0.9em;
    font-weight: 100;
    font-style: italic;
    color: grey;
}

#lequipe-municipale .contenu_principal ul:nth-child(4),
#lequipe-municipale .contenu_principal ul:nth-child(6) {
    flex-direction: column;
}




/* ************************ PAGE CONTACT ************************ */

.page_contact {
    display: flex;
}

.page_contact > section {
    width: 33.33%;
}

.wrapper_photo_contact {
    position: relative;
}

.wrapper_photo_contact img {
    max-width: inherit;
    padding-bottom: 0;
    height: 100%;
}

.filtre_blanc_contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrapper_contact .coordonnees_contact a {
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    color: #3c929c;
    text-decoration: none;
}

.coordonnees_contact svg {
    margin-right: 10px;
}

.coordonnees_contact svg path {
    fill: #3c929c;
}

.wrapper_contact {
    box-shadow: 0px 13px 25px rgba(0,0,0,0.4);
    position: relative;
    z-index: 2;
    padding: 25px;
}

.wrapper_contact input,
.wrapper_contact textarea {
    width: 100%;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 10px;
    font-size: 0.9em;
    font-style: italic;
    color: #3c929c;
    border-bottom: solid 1px #3c929c !important;
    border: none;
}

.wpcf7-submit {
    background-color: #3c929c;
    color: white !important;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 1.5em !important;
    width: inherit !important;
    font-style: normal !important;
    padding: 5px 15px;
    float: right;
    margin-top: 25px;
}

.politique_de_confidentialite input {
    width: inherit;
}

span.wpcf7-list-item {
    margin: 0 !important;
}






/* ************************ PAGES SIMPLES ************************ */

.page_simple {
    max-width: 900px;
    margin: 0 auto;
}



/* ************************ PAGES 404 ************************ */

.page_erreur {
    min-height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page_erreur p {
    font-size: 14em;
    font-weight: 100;
}

.page_erreur .contener_picto_bouton svg {
    transform: rotate(180deg);
}


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

#footer article#contener_footer {
    display: flex;
}


/* *** MEA RESEAUX SOCIAUX *** */

#mea_reseaux_sociaux {
    background-color: #252525;
    text-align: center;
    position: relative;
}

#mea_reseaux_sociaux a {
    display: flex;
    justify-content: center;
    color: white;
    text-align: center;
    text-decoration: none;
    font-family: 'Lobster', cursive;
    font-size: 1.6em;
}

#mea_reseaux_sociaux img {
    width: 45px;
    padding-left: 15px;
}


/* *** COORDONNEES FOOTER *** */

.coordonnes_footer {
    width: 620px;
    display: flex;
    flex-direction: column;
    padding-right: 63px;
    background-color: #3b929c;
}

.coordonnes_footer img.logo_footer {
    width: 250px;
    display: block;
    margin: 0 auto;
    padding: 25px 0;
}

.contener_coordonnees_footer {
    max-width: 250px;
    margin: 0 auto;
}

.adresse h3 {
    font-family: 'Lobster', cursive;
    font-size: 1.5em;
}

.contener_coordonnees_footer a {
    display: flex;
    align-items: center;
    color: white;
    text-decoration: none;
    font-weight: 800;
    padding-bottom: 12px;
}

.contener_coordonnees_footer img {
    width: 30px;
}

.contener_coordonnees_footer span {
    padding-left: 10px;
}






/* *** PLAN FOOTER *** */

.plan_footer {
    background-color: black;
    width: calc(100% - 620px);
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.triangle_noir {
    position: absolute;
    z-index: 7;
    right: 99.9%;
    top: -1px;
    filter: drop-shadow(-5px 12px 20px rgba(0,0,0,0.8));
    height: 100%;
}

.plan_footer ul li {
    list-style: none;
}

.plan_footer ul li a {
    display: inline-block;
}

.plan_footer ul.menu > li > a {
    color: #3e949d;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 900;
    padding-bottom: 10px;
}

.plan_footer ul.sub-menu a {
    color: white;
    text-decoration: none;
}

.plan_footer .menu-menuprincipal-container > ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.plan_footer .menu-menuprincipal-container > ul > li {
    width: 33%;
    padding: 25px;
}

.plan_footer #menu-item-71 > ul > li#menu-item-209 > a:first-child,
.plan_footer #menu-item-71 > ul > li#menu-item-210 > a:first-child {
    color: #515151;
    padding-bottom: 10px;
    font-weight: 900;
}






/* *** COPYRIGHT *** */

#copyright {
    text-align: center;
    padding: 50px 0;
    font-weight: 100;
}

/* *** LE STUDIO *** */

.lestudio {
    background-color: black;
}

.lestudio a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Tuffy";
    text-decoration: none;
    font-size: 0.9em;
}

.lestudio p {
    line-height: initial;
    padding: 0 !important;
}

.lestudio img {
    margin: 5px;
}

.lestudio span {
    font-size: 0.8em;
    font-weight: lighter;
}


/* *** TARTE AU CITRON *** */

#tarteaucitronAlertBig #tarteaucitronPersonalize {
    background-color: #3c929c !important;
}

#tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: white !important;
}






/* ************************ PAGE CORONAVIRUS ************************ */

.ufaq-faq-category {
    background-color: #e4e3e3 !important;
    padding: 25px !important;
}

#ufaq-faq-list .ufaq-faq-category-title h3 {
    color: #3b929c !important;
    text-align: center !important;
    font-size: 1.6em !important;
}

.ufaq-faq-title-text h4 {
    padding: 0 !important;
    text-transform: inherit !important;
}

.ewd-ufaq-author-date {
    padding-bottom: 25px;
    color: gray;
    font-weight: lighter;
}

.ewd-ufaq-date {
    font-weight: lighter;
}

.ewd-ufaq-review-explanation,
.ewd-faq-review-explanation {
    display: none !important;
}

.ewd-ufaq-question-update {
    font-size: 1em !important;
    line-height: 1.5em;
    text-align: center !important;
    max-width: 430px;
    margin: 25px auto;
}

.form-field {
    text-align: center;
}

.form-field input {
    width: 100%;
    margin: 5px auto;
    text-align: center;
    max-width: 640px;
}

.ewd-ufaq-question-form .submit {
    margin: 0 auto;
    text-align: center;
}

.ewd-ufaq-question-form .submit input {
    background-color: #3b929c !important;
    padding: 5px 15px;
    color: white;
    font-weight: bolder;
    text-transform: uppercase;
    border: none;
    font-size: 0.9em;
    cursor: pointer;
}

.ufaq-faq-div {
    margin-bottom: 10px;
}

.ufaq-faq-toggle {
    background-color: #fcc500 !important;
    padding: 5px;
}

.wp-block-file .wp-block-file__button {
    background-color: #3b929c !important;
}


/*** modifs mars 2025 ***/
section#agenda{
    position: relative;
    padding: 50px 25px;
}

section#agenda h2{
    text-align: center;
    color: #3d939c;
}

section#agenda .fond_ploumagoar{
    clip-path: polygon(0% 0%, 60% 0%, 80% 100%, 0% 100%);
    -webkit-clip-path: polygon(0% 0%, 60% 0%, 80% 100%, 0% 100%);
}

.contener_agenda > .contener_bouton{
    justify-content: flex-end;
}

.contener_agenda{
    margin-left: auto;
    margin-right: auto;
    max-width: 1400px;
    padding: 30px 15px;
}

#agenda-accueil{
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
    margin-bottom: 80px;
}

#agenda-accueil .bloc_article_image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.5);
}

#agenda-accueil .article-agenda{
    width: calc(33% - 20px);
}

#agenda-accueil .bloc_article_contenu,
#agenda-accueil .bloc_article_image{
    width: 100%;
}

#agenda-accueil .categorie_article{
    text-align: left;
    margin-bottom: 15px;
}


.date-event img{
    width: 20px;
    vertical-align: middle;
}
.date-event {
    font-size: 1.1em;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
}


.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list-nav{
    padding: 15px !important;
}

.tribe-events-nav-pagination{
    padding: 15px !important;
}

.tribe-events-nav-pagination li{
    padding-bottom: 0 !important;
}

.tribe-events-nav-pagination a{
    color: white !important;
}

.tribe-events-meta-group-details,
.tribe-events-meta-group-venue{
    flex: calc(50% - 10px) !important;
    margin-right: 10px !important;
}
.tribe-events-meta-group-gmap{
    flex: 100% !important;
    margin-right: 0px !important;
}

.tribe-events-single-section-title{
    font-family: 'Roboto', sans-serif !important;
}

.single-tribe_events .tribe-events-single .tribe-events-event-meta{
    width: 100%;
}
.tribe-events-venue-map>div, .tribe-events-venue-map>iframe{
    width: 100% !important;
    height: 400px !important;
    max-height: 400px !important;
}
.tribe-events-venue-map{
    width: 100% !important;
}

.tribe-events-pg-template{
    max-width: 900px !important;
}

.tribe-events-sub-nav{
    width: 100% !important;
}


/*** couleurs ***/
.has-bleu-color{
    color: #3e949d !important;
}
.has-bleu-background-color{
    background-color: #3e949d !important;
}

.has-noir-color{
    color: #000000 !important;
}
.has-noir-background-color{
    background-color: #000000 !important;
}

.has-gris-color{
    color: #bbbbba !important;
}
.has-gris-background-color{
    background-color: #bbbbba !important;
}

.has-blanc-color{
    color: #ffffff !important;
}
.has-blanc-background-color{
    background-color: #ffffff !important;
}

.has-fcc500-color{
    color: #bbbbba !important;
}
.has-fcc500-background-color{
    background-color: #bbbbba !important;
}



/***** MEDIA QUERIES *****/
/*************************/

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

}




@media (min-width: 1024px) and (max-width: 1220px) {

    .plan_footer .menu-menuprincipal-container > ul > li {
        width: 50%;
    }

}



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

    #au_quotidien {
        flex-direction: column;
    }

    #au_quotidien > section {
        width: 100%;
    }

    #footer article#contener_footer {
        flex-direction: column;
    }

    #footer article#contener_footer > section {
        width: 100%;
    }

    .coordonnes_footer {
        padding: 25px;
    }

    .page_contact {
        flex-direction: column;
    }

    .page_contact > section {
        width: 100%;
    }

    .wrapper_contact {
        order: 1;
    }

    .wrapper_map {
        order: 2;
    }

    .wrapper_photo_contact {
        order: 3;
    }

    #map {
        min-height: 500px;
    }

    .blog .liste-articles-3 {
        flex-direction: column;
    }

    .blog section.article,
    .blog .bloc_article_image {
        width: 100%;
    }

    #mega-menu-wrap-Top {
        display: none;
    }

    .logo_menu {
        margin-left: 80px;
    }

    .flash_info {
        padding: 5px 5px 5px 65px;
    }

    .suggestions_articles .liste-articles-3 section.article {
        width: 50%;
    }

    #header_home {
        justify-content: center;
        text-align: center;
        align-items: inherit;
    }

    #header_home h1 {
        margin-left: 0;
        position: inherit;
        transform: inherit;
    }

    #ploum-expo ul.archives_videos li {
        width: 45%;
    }

    #agenda-accueil{
        flex-wrap: wrap;
    }

    #agenda-accueil .article-agenda{
        width: calc(50% - 10px);
        margin-bottom: 30px;
    }

}







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

    #wrapper_decouvrir_video {
        padding: 15px;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    #wrapper_decouvrir_video a {
        flex-direction: column;
    }

    .bouton_descendre {
        position: relative;
        z-index: 8;
        left: 0;
        transform: initial;
        order: 2;
    }

    .lien_video {
        order: 1;
    }

    #wrapper_decouvrir_video a img {
        margin: 5px;
    }

    #wrapper_ville_ploumagoar {
        flex-direction: column;
        padding: 0 15px;
    }

    #wrapper_ville_ploumagoar > div {
        width: 100%;
        padding: 15px 0;
    }

    .page_detail_simple {
        flex-direction: column;
    }

    .page_detail_simple > section {
        width: 100%;
        margin: 0;
    }

    .contenu_principal {
        order: 1;
    }

    .sidebare {
        order: 2;
    }

    .wrapper_association {
        flex-direction: column;
    }

    .wrapper_association > div {
        width: 100%;
    }

    #lannuaire-des-associations .sidebare {
        order: 1;
    }

    #lannuaire-des-associations .contenu_principal {
        order: 2;
    }

    #dans_ma_ville {
        flex-direction: column;
    }

    #dans_ma_ville > div {
        width: 100%;
    }

    #wrapper_mea_dans_ma_ville {
        padding: 25px;
    }

    #wrapper_mea_dans_ma_ville .article .bloc_article_contenu {
        margin: 0;
    }

    #dans_agglo_depart {
        flex-direction: column;
    }

    #dans_agglo_depart > div {
        width: 100%;
    }

    #dans_agglo_depart .article {
        width: 100vw;
    }

    #wrapper_mea_mon_depart .bloc_article_image {
        order: 1;
    }

    #wrapper_mea_mon_depart .bloc_article_contenu {
        order: 2;
        text-align: left;
    }

    #contener_mea_mag_photo {
        display: none;
    }

    #contener_mea_mag_description {
        width: 100%;
        max-width: inherit;
        padding: 25px;
    }

    img.couverture_magazine {
        position: initial;
        transform: initial;
    }

    img.couverture_magazine:hover {
        top: 0 !important;
        transform: none !important;
    }

    #ville_ploumagoar .contener_titre_ville_ploum {
        clip-path: inherit;
    }

    .blog .liste-articles-3 {
        margin: 0 auto;
    }

    .photo_agrement_blog,
    .triangle_bleu {
        display: none !important;
    }

    .suggestions_articles .liste-articles-3 section.article {
        width: 100%;
    }

    .sidebare {
        justify-content: center;
    }

    .sidebare .contener_bouton {
        order: 1;
    }

    .sidebare .infos_suppl {
        order: 2;
    }

    .sidebare .contener_photo_a_la_une {
        order: 3;
    }

    #agenda-accueil .article-agenda{
        width: 100%;
    }

}






@media only screen and (max-width: 480px) {
    .article {
        flex-direction: column;
    }

    .article > div {
        width: 100%;
    }

    #wrapper_mea_dans_ma_ville .article .bloc_article_contenu,
    #dans_agglo_depart .bloc_article_contenu {
        padding: 12px;
        min-height: inherit;
        min-height: 250px;
    }

    #wrapper_mea_dans_ma_ville .article .bloc_article_image img {
        height: 250px;
    }

    .contener_newsletter strong {
        font-size: 1em;
    }

    #mea_reseaux_sociaux a {
        flex-direction: column;
    }

    #mea_reseaux_sociaux img {
        margin: 0 auto;
        padding: 5px;
    }

    .flash_info svg {
        display: none;
    }

    .flash_info p {
        font-size: 0.9em;
        line-height: 1em;
    }

    .plan_footer .menu-menuprincipal-container > ul > li {
        width: 50%;
    }

    .page_erreur p {
        font-size: 5em;
    }

    .bloc_article_contenu {
        padding: 15px 0;
    }

    .contener_asso_description {
        padding: 15px 0;
    }

    #ploum-expo ul.archives_videos li {
        width: 100%;
    }

}