@font-face {
    font-family: 'wolesbroone';
    font-display: swap;
    font-weight: normal;
    font-style: normal;
    src: url('../fonts/WolesbroOne.eot');
    src: url('../fonts/WolesbroOne.eot?#iefix') format('embedded-opentype'), url('../fonts/WolesbroOne.woff2') format('woff2'), url('../fonts/WolesbroOne.woff') format('woff'), url('../fonts/WolesbroOne.ttf') format('truetype');
}

#main #accueil {
    margin-bottom: 40px;
}
#main h2 {
   color: #000;
   font-size: 6.5rem;
   margin: 20px 0;
}

#main h2 span {
    font-family: 'routenregular';
    text-transform: lowercase;
    font-size: 9.5rem;
    font-weight: bold;
    text-decoration: #59c9bf underline;
}

/* header */
#dropdownMenuButton {
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

.titre_blog_bouton {
    font-family: "asap_bold";
}

#blog-header {
    text-align: center;
}

#blog-header img {
    width: 100%;
}

/* menu */
nav.main-navigation {
    border-bottom: 1px solid #ddd;
}

.menu-menu-fleurs-operation-container {
    text-align: center;
}

.main-navigation .primary-menu {
    display: inline-block;
}

.main-navigation .primary-menu > li > a {
    font-family: 'asap';
    font-size: 14px;
    font-weight: normal;
    margin-left:37px;
    text-transform: uppercase;
}

.main-navigation li:hover > a, .main-navigation li.focus > a {
    color: #59c9bf;
    text-decoration: none;
}

.site-header-menu {
    padding-bottom: 0;
}

/* home page */
.home {
    margin-top: 20px;
}

.edito {
    background: url('../images/goutte.jpg') no-repeat top right;
    font-family: 'wolesbroone';
    font-size: 50px;
    line-height: 1.5em;
    padding-right: 30px;
    padding-top: 10px;
}

/* Bloc a la une */
.a_la_une,
.archive {
    height: 400px;
}

#main .a_la_une h1 {
    color: #000;
    font-family: 'asapmedium';
    font-size: 6.5rem;
    margin-top: 30px;
}

#main .a_la_une h1 span {
    border-bottom:  4px solid #59c9bf;
    display: inline-block;
    font-family: 'wolesbroone';
    font-size: 9rem;
    margin-top: 15px;
    text-transform: lowercase;
}

/* bloc article */
.liste_article {
    margin-top: -230px;
}

.liste article.sticky {
    background: none;
    height: auto;
}

.liste article > div {
    border: 1px solid #ddd;
    font-family: 'asap';
    margin-bottom: 10px;
    min-height: 475px;
    position: relative;
    text-align: center;   
}

.liste article div.contenu-bloc {
    margin: 10px 40px 45px;
}

.liste article .dossier {   
    display: block;
    margin-top: -16px;
}

#content {
    margin-top: 0;
}

#content .liste article .btn-primary {
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-bottom: 0;
    transform:translateX(-50%);
}

#content .btn-primary.turquoise {
    border: 2px solid #59c9bf;
    color: #59c9bf;
    margin: 0 auto;
    transition: all 0.5s ease;
}

#content .btn-primary.turquoise.effet:hover,
#content p .btn-primary.turquoise.effet:hover {
    background: #59c9bf;
    color: #fff;
}

.liste article > div .dossier a {
    background-color: #fff;
    border-top: 2px solid #59c9bf;
    font-size: 12px;
    padding: 10px 20px;
    text-transform: uppercase;
}

.liste article > div a {
    color:#000;
}

#main .liste  article > div h3 {
    margin: 20px 0 10px;
    text-transform: uppercase;
}

.liste .post-thumbnail img {
    height: 287px;
    width: 100%;   
}

.page .content-area {
    float: none;
}

a.post-thumbnail:hover + .dossier {
    opacity: 0.99;
}

/* Bloc Instagram */
#instagram {
    margin-top:60px;
    margin-bottom:60px;
}

#instagram h2 em {
    border-bottom: 4px solid #59c9bf;
    display: inline-block;
    font-family: 'wolesbroone';
    margin-top: 10px;
    padding-bottom: 10px;
}

#instagram h2 em svg {
    fill: #000;
}

#instagram .wall {
    margin-top: 30px;
}

#instagram .wall a {
    margin-left: 10px;
}

#instagram .wall a:first-child {
    margin-left: 0;
}
.bouton_reseaux span {
    background: #000;
    color: #fff;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    text-transform: uppercase;
    vertical-align: middle;
}

.bouton_reseaux a {
    background: #000;
    height: 43px;
    line-height: 43px;
    margin: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 43px;
    z-index: 1;
 }
 
 .bouton_reseaux a svg {
    fill: #fff;
    height: 25px;
    left: 9px;
    top: 10px;
    z-index: 3;
 }
 
 .bouton_reseaux a.facebook:hover {
    background: #3b5998;
 }
 
 .bouton_reseaux a.facebook svg {
    left: 15px;
 }

 .bouton_reseaux a.instagram::after {
    background-image: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    z-index: 1;
 }
 
 .bouton_reseaux a.instagram:hover::after {
    opacity: 1;
 }
 
 .bouton_reseaux a.youtube:hover {
    background: #c4302b;
 }

 /* Fil d'ariane */
 .fildariane a {
    color: #000;
    text-decoration: underline;
 }
 
 /* Page archive */

 #main h1.titre_archive,
 #main .blog_article h1 {
    border-bottom: 4px solid #59c9bf;
    color: #000;
    display: inline-block;
    font-family: 'wolesbroone';
    font-size: 6.5rem;
    padding-bottom: 10px;
    margin: 20px 0;
    text-transform: initial;
}

/* Navigation page archive */
.wp-pagenavi {
    margin-top: 20px;
}

.wp-pagenavi a {
    border: 2px solid #59c9bf;
    color: #59c9bf;
    font-family: "asap-bold";
    padding: 5px 8px;
    transition: all 0.5s ease;
}

.wp-pagenavi a:hover {
    text-decoration: none;
    background-color: #59c9bf;
    border: 2px solid #59c9bf;
    color: #fff;
}

.wp-pagenavi span.current {
    background-color: #59c9bf;
    border: 2px solid #59c9bf;
    color: #fff;
    font-family: "asap-bold";
    padding: 5px 8px;
}

/*** Page article ***/
.blog_article {
    height: 200px;
}

#content .blog_article .dossier {
    background-color: #fff;
    border-top: 2px solid #59c9bf;
    bottom: 0;
    font-size: 12px;
    left: 50%;
    margin-bottom: 0;
    padding: 10px;
    position: absolute;
    transform:translateX(-50%);
}

#content .blog_article .dossier a {
    color: #000;
    text-transform: uppercase;
}

#content .contenu_blog img {
    height: auto;
}

#content .contenu_blog strong {
    font-size: initial;
    font-weight: normal;
}

#content .contenu_blog .chapeau {
    font-weight: bold;
}

#content .contenu_blog ul,
#content .contenu_blog ol {
    margin-bottom: 1em;
}

#content .contenu_blog ul li {
    font-size: initial;
    list-style: none;
    margin-bottom: 0px;
}

#content .contenu_blog ul li::before {
    content: "– ";
}

#content .contenu_blog h3 {
    color: #00c1b1;
    font-family: "asap",sans-serif;
    font-size: 1.1em;
    font-weight: normal;
    margin: 0.3em 0;
}

#content .contenu_blog h2,
#content .contenu_blog .stitle,
#content .contenu_blog .soustitre {
    font-family: "asap",sans-serif;
    font-size: 1.2em;
    padding: 0 0;
}

#content .contenu_blog a:not(.button) {
    color: #000;
    font-family: "asap_bold";
    text-decoration: underline;
}

#content .contenu_blog .supsystic-social-sharing a:not(.button) {
    color: #fff;
}

/*** Page 404 ***/
#main .error_404 h1 {
    color: #00cdd1;
}

#main .error_404 {
    margin: 50px auto;
}

.fa-facebook::before {
    content: "\f09a"!important;
}

 /*** RETINA ***/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
(min-resolution: 120dpi),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
    .edito {
        background: url('../images/goutte@2x.jpg') no-repeat top right;
        background-size: 10%;
    }
}



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

    #site-navigation {
        display: none;
    }

    .main-navigation .primary-menu {
        width: 100%;
    }

    .no-gutters-lg {
        padding-right: 0;
        padding-left: 0;
    }

    nav.main-navigation {
        border-bottom: 0;
    }
    

    #dropdownMenuButton {
        display: block;
        color: #fff;
        height: 100%;
        width: 100%;
    }

    #dropdownMenuButton .fa {
        font-size: 23px;
        vertical-align: -2px;
    }
    .main-navigation .primary-menu > li {
        border-color: #fff;
    }

    .main-navigation .primary-menu > li > a {
        color: #fff;
        margin-left: 0;
    }

    .site-header-menu {
        background: #06C2B3;
        color: #fff;
        padding: 10px;
    }

    #main .liste article > div h3 {
        font-size: 3.4rem;
    }

    .liste .post-thumbnail img {
        height: auto;
    }

    .a_la_une,
    .archive,
    .blog_article {
        height: auto;
        padding-bottom: 30px;
    }

    .liste_article {
        margin-top: 20px;
    }

    .liste article > div {
        min-height: 350px;
    }

    .liste article > div .dossier,
    #content .blog_article .dossier {
        display: none;
    }

    .bouton_reseaux span {
        display: block;
        margin-bottom: 10px;
    }

    #instagram {
        margin: 10px 0;
    }

    #content .contenu_blog img {
        max-width: 100%;
    }

}