/**
* Theme Name: bouskela
* Theme URI: 
* Description: Theme for Mireille BOUSKELA
* Template: customizr
* Version: 1.0.1
* Author: Jean-Yves BURGAUD
* Author URI: http://rezonable.fr/
* Tags: 
* Text Domain: 
* Copyright: (c) 2016-07-05 Jean-Yves BURGAUD, Nantes, France
* License: GNU General Public License v2.0 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* background-color : blanc */
body {
    background-color: #fff;
    word-spacing: 0.2em;
}

.tc-header, .dropdown-menu, blockquote {
    background-color: #fff;
}

/* images rondes */
.round-div {
    border: 104px solid #fff !important;
}

/* titre */
@media only screen and (min-width: 980px) {
    .tc-header .brand {
        width: 32%;
    }
    .tc-header .navbar-wrapper {
        width: 65%;
    }
}

/* titre */
.tc-header .brand h1 a.site-title {
    margin: 20px 0 0 0;
    font-size: 80% !important;
    font-family: 'EB Garamond',Helvetica,Arial,sans-serif;
    text-shadow: 2px 2px #fff;
    letter-spacing: 0.3em;
    font-style: normal;
}

/* social-block */
.tc-header .social-block {
    /*width: 300px;*/
}

/* logo left - psy */
.sticky-disabled header h1 a.site-title {
    margin-left: 10px;
    padding-left: 65px;
    background: url("../../uploads/2016/07/logo-63.png") no-repeat left center;
    min-height: 63px;
}
.sticky-enabled header h1 a.site-title {
    margin-left: 10px;
    padding-left: 35px;
    background: url("../../uploads/2016/07/logo-32.png") no-repeat left center;
    min-height: 32px;
}
@media only screen and (max-width: 1500px) {
    .sticky-disabled header h1 a.site-title {
        font-size: 70% !important;
    }
}

@media only screen and (max-width: 980px) {
    .sticky-disabled header h1 a.site-title {
        margin-left: 15px;
        padding-left: 30px;
        background: url("../../uploads/2016/07/logo-42.png") no-repeat left center;
        min-height: 32px;
    }
}

/* sous-titre : site description */
.row-fluid .span7 {
    width: inherit;
}

header h2.site-description {
    margin: 0;
    font-size: 140%;
    font-family: 'EB Garamond';
    letter-spacing: 0.15em;
}

.sticky-disabled header h2.site-description {
    /*margin: 10px 0 0 0;
    padding-right: 100px !important;
    background: url("../../uploads/2015/09/logo_ab-42.png") no-repeat right center;
    min-height: 42px;*/
}

.sticky-enabled header h2.site-description {
    display: none;
}

/* sticky background */
.sticky-enabled .tc-header {
    background-color: rgba(255,255,255,0.7); /* #grey */
}

/* slider : vignette */
img#carousel_thumbnail {
    float: right;
    position: absolute;
    right: 60px;
    top: 15px;
    z-index: 90;
}
@media only screen and (max-width: 1200px) {
    img#carousel_thumbnail { height: 160px; }
}
@media only screen and (max-width: 768px) {
    img#carousel_thumbnail { height: 105px; }
}
@media only screen and (max-width: 480px) {
    img#carousel_thumbnail { display: none; }
}

/*  slider : frame for title and subtitle */
.czr-item .carousel-caption {
    margin-top: 10px;
    margin-left: 6%;
    background-color: inherit;
}

/* slider : title */
.czr-item .carousel-caption h1 {
    text-shadow: 3px 3px 8px #000000;
    font-size: 200%;
    font-style: normal;
    letter-spacing: 0.1em;
}
@media only screen and (max-width: 480px) {
    .carousel-caption h1 {
        font-size: 150% !important;
    }
}


/* slider : subtitle */
.carousel-caption p.lead {
}

/* menu principal */
#menu-menu-principal-2 > li {
    border-right: 1px rgba(90,90,90,0.2) solid;
}
#menu-menu-principal-2 > li:last-child {
    border-right: 0px;
}
#menu-menu-principal-2  li a {
    font-size: 110%;
    padding: 5px 5px;
    word-spacing: 0em;
}
#menu-menu-principal-2  li a:hover {
    text-shadow: 3px 3px 8px #888;
}

/* menu Actualité : bold */
ul#menu-menu-principal-2 > li:nth-child(4) > a {
    font-weight: bold;
}

/* menu Contact : bold+red */
ul#menu-menu-principal-2 > li:nth-child(8) > a {
    font-weight: bold;
    color: #900;
    font-style: italic;
}

@media only screen and (max-width: 1350px) {
    #menu-menu-principal-2  li a {
        font-size: 90%;
    }
}


/* général h2 */
#content h2 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 200%;
}

h2.animated {
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    padding: 0.5em 0;
    text-align: center;
}

/* général h3 h4 */
#content h3 {
    margin-top: 1.4em;
    margin-bottom: 0.3em;
    font-size: 170%;
}
#content h4 {
    margin-top: 1.3em;
    margin-bottom: 0.1em;
    font-size: 140%;
}

@media (max-width: 767px) {
    h2 {
        font-size: 150% !important;
        line-height: inherit;
    }
    h4 {
        font-size: 110% !important;
        line-height: inherit;
    }
}

/* général : p */
#content p {
    padding: 0.5em 0;
    font-size: 105%;
}

/* général : ul & li */
#content ul {
    padding: 0 0 0 2em;
    font-size: 105%;
}
#content li {
    padding: 0.2em 0;
}

/* général : img */
#content img, iframe.google_maps {
    border: 4px solid #fff;
    box-shadow: 1px 1px 6px #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* général : a */
#content a {
    text-decoration: none;
    border-bottom: 1px dashed;
}
#content a:hover {
    text-shadow: 3px 3px 8px #888;
    text-decoration: none;
    border-bottom: none;
}

/* général : a > img */
#content a > img {
    box-shadow: 1px 1px 6px #900;
}
#content a:hover > img {
    box-shadow: 1px 1px 10px #f00;
}

/* Problème de flèches */
span.meta-nav {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 120%;
    font-weight: bold;
}


/* page 404 */
article.error404 {
    display: none;
}

/* table qui_suis_je */
table#qui_suis_je {
    background-color: inherit;
    border-bottom: inherit;
    border: none;
    font-size: 105%;
}

table#qui_suis_je td {
    background-color: inherit;
    vertical-align: top;
    padding: 1em;
    border: none;
}

table#qui_suis_je td.left {
    width :20%;
}
table#qui_suis_je td.right {
    width :79%;
}
table#qui_suis_je td.right li {
    padding-bottom: 0.5em;
}

/* table accueil */
table#accueil {
    margin: 2em 0;
    background-color: inherit;
    border-bottom: inherit;
    border: none;
    font-size: 105%;
}

table#accueil td {
    background-color: inherit;
    vertical-align: top;
    border: none;
    text-align: center;
    font-weight: bold;
    padding: 0;
}

/* Actualité : liste des articles */
body.category-3 #content.article-container article.type-post {
    background-color: #f8f8f8;
    box-shadow: 1px 1px 6px #999;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 1em;
    padding: 1em;
}

body.category-3 #content.article-container article.type-post hr.featurette-divider {
    display: none;
}

body.category-3 #content.article-container article.type-post .round-div {
    border: 104px solid #f8f8f8 !important;
}

/* footer */
#footer {
    background: url("img/footer-background-1920x400.jpg") !important;
    background-size: 100% !important;
}

/* footer one */
#footer_one li {
    padding: 0.3em;
}
#footer a {
    font-size: 100% !important;
    border-bottom: 1px dashed #888;
}
#footer a:hover {
    text-decoration: none;
    border-bottom: none;
    text-shadow: 3px 3px 8px #fff;
    color: #000;
}
#footer div.adresse {
    text-align: center;
}
#footer div.adresse span.title {
    font-weight: bold;
    font-size: 180%;
    font-family: 'Dancing Script',Helvetica,Arial,sans-serif;
    padding-bottom: 2em !important;
}

@media only screen and (max-width: 980px) {
    #footer a {
        font-size: 80% !important;
    }
    #footer div.adresse span.title {
        font-size: 120%
    };

}

div.colophon {
    display: none;
}

/* formulaire de contact */
span.required {
    color: #f00;
    font-weight: bold;
    padding-left: 0.1em;
}

#contact p {
    margin: 0;
}
#contact input {
    background-color: #eee;
    margin: 0;
}
#contact input.wpcf7-quiz {
    width: 4em;
}
#contact span.wpcf7-quiz-label {
    font-size: 150%;
    font-weight: bold;
    padding-left: 3em;
}

#contact textarea {
    background-color: #eee;
}

/* 20200306-103953 - Jean-Yves BURGAUD */
.tc-btt-wrapper {
    right: 15px;
    bottom: 50px;
}

/* 20230107-170210 - Jean-Yves BURGAUD */
#nav-below {
    display: none;
}


