@charset "UTF-8";
/*
Theme Name: focale 3
Theme URI: 
Description: focale
Version: 3.0
Author: supero.ch
 
*/


/*TYPO*/
@font-face {
	font-family: 'BrownLight';
	src: url('fonts/lineto-brown-light.eot');
	src: url('fonts/lineto-brown-light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/lineto-brown-light.woff') format('woff'),
		 url('fonts/lineto-brown-light.ttf') format('truetype'),
		 url('fonts/lineto-brown-light.svg#BrownLight') format('svg');
	font-weight: normal;
	font-style: normal;
}




body {
	font-family: 'BrownLight';
	font-size: 18px;
	line-height: 1.2em;
}

nav li{
    font-size: 1em;
    margin-left: 20px;
    line-height: 1.2em;
    text-transform: lowercase;
}


h2{
	font-size: 1.5em;
    line-height: 1.2em;
}

h3{
	margin-bottom:3px;
    font-size: 1em;
}

h4{
	margin-bottom:15px;
    font-size: 1em;
}
h6{
	font-size: 11px;
	line-height:17px;
}


b,strong{
		text-transform: uppercase;
}

em{
}

a:hover{
    color:#000;
    text-decoration: none;
}


.ombre{ 
  -webkit-box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
}

.photographe{
	text-transform: none;
}

.index h4{
	margin-top:3px;
	margin-bottom:0px;
	text-transform: uppercase;

}

.photos_serie h4{
		text-transform: uppercase;
		margin-bottom:3px;

}

/*MENU!!!!!!!!!!!!!!!!!!!*/

.navbar{
        background-color: #fff;
    }

/* décalage de la navbar fixe sous la barre d'admin WordPress */
body.admin-bar .navbar.fixed-top{
    top: 32px;
}
@media screen and (max-width: 782px) {
    body.admin-bar .navbar.fixed-top{
        top: 46px;
    }
}

.navbar-brand {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 2px;
}
.navbar a:focus{
outline: none;
    }

.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-menu{
    background-color: #000;
}
.dropdown-menu a{
    color: #fff;
    line-height: 1.2em;
}

.dropdown-menu {
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    border: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 22px;
     -webkit-box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
box-shadow: 0px 0px 24px -3px rgba(0,0,0,0.5);
}

.dropdown-menu li{
        margin-left: 0;
        padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dropdown-menu li:hover{
  background-color: #fff;
    color: #000;
}
.dropdown-menu li:hover a{
    color: #000;
    text-decoration: none;
}



/*MENU HAMBURGER UNIQUEMENT*/
@media (max-width: 991px) {
    
    
    .navbar-brand{
        margin-bottom: 6px;
        margin-top: 5px;
    }
    .navbar-brand img{
        width: 200px;
    }
    .navbar{
        margin-bottom: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-top: 0;

    }
    .navbar-collapse {
  max-height: calc(100vh - 75px);
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch;
        
  
}
    
    .navbar-collapse{
        background-color: #000;
        margin-left: -16px;
        margin-right: -16px;
        margin-top: 0px;
                        border-top: 1px solid #000;

    }
    .navbar-collapse li{
        text-align: center;
        margin-left: 0px;
    }
    
    .navbar-collapse a{
        font-size: 2em;
        line-height: 2.5em;
        color: #fff;
    }
     .navbar-collapse li:hover{
        background-color: #fff;
        color: #000;
    }
    .navbar-collapse li:hover a{
        color: #000;
        text-decoration: none;
    }
    .dropdown-menu{
        padding-top: 0;
        padding-bottom: 0;
        border: 0;
        border-radius: 0;
        border-top: 1px solid #000;
    }
    .dropdown-menu li {
        background-color: #fff;
    }
    .dropdown-menu li a{
        color: #000;
    }
    .dropdown-menu li:hover {
        background-color: #000;
        color: #fff;
        
    }
    .dropdown-menu li:hover a{
        color: #fff;
    }
   
}

.menu a:hover, .current-cat a, .current_page_item a, .selected{
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;	*/
}

/* soulignement de l'élément de menu actif */
.navbar-nav > li.current-menu-item > a,
.navbar-nav > li.current-menu-parent > a,
.navbar-nav > li.current-menu-ancestor > a,
.navbar-nav > li.current_page_item > a,
.dropdown-menu li.current-menu-item > a,
.dropdown-menu li.current_page_item > a{
	border-bottom: 1px solid currentColor;
}


/*HAMBURGER*/
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 40px;
    height: 1px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 0;
    background-color: #000;
}

.hamburger-inner {
    margin-top: 0px;
}

/*END HAMBURGER*/


ul ul li{
	margin-left: 10px;	
}

/*Menu liste retrait*/
li.cat-item,li.page-item-68,li.page-item-903,li.page-item-132,.content .texte li,li.page-item-986,li.page-item-991, .presse li{
	
}




.texte ul{
	margin-bottom:15px;
	
}

/*FIN MENU!!!!!!!!!!!!!!!!!!!*/



p{
	margin-bottom:15px;
	
}


a{
	text-decoration: none;
	color: #000;
	font-weight: 200;
}


/*FIN TYPO*/




.angle{
    position: fixed;
    bottom: 10px;
    right: 15px;
}

.footer{
    color:#fff;
}
.footer a{
    color:#fff;
}

.footer li{
    list-style: none;
}


.couleurs{
	float:right;
	margin-right:30px;
	
}


.photos_serie{
	margin-top:60px;
	margin-bottom:120px;
	
}


.index{
	margin-bottom: 60px;
	/*background-color: #999;*/
	margin-right:30px;
}

.partenaire{
	margin-top:50px;
	float:left;
	height:20px;
	
}

.menu{
	margin-top:0px;
	float:left;
	margin-right:30px;
	width:150px;
	
}

.sous_menu{
	margin-bottom:15px;
	
}



.sous-titre{
	margin-bottom:10px;
	margin-top:10px;
}

/* images en grille : inline-block pour cohabiter avec les blocs de texte du flux */
.image{
	display:inline-block;
	vertical-align:top;
	width:calc(33.333% - 22px);
	margin:0 15px 20px 0;
}

.image img{
	width:100%;
	height:auto;
	margin-bottom:5px;
}

/* 5px entre l'image et le texte qui la suit (légendes, titres de vignettes) */
.post_content img,
.photos_serie img,
.post.index img,
.image img{
	margin-bottom:5px;
}

.image img + h6,
.image img + .legende,
.post.index img + h4{
	margin-top:0;
}

@media (max-width: 1199px){
	.image{
		width:calc(50% - 20px);
	}
}

@media (max-width: 767px){
	.image{
		width:100%;
		margin-right:0;
	}
}

.video{
	margin-top:10px;
	margin-bottom:15px;
}

.texte {
	margin-top:15px;
	
}

.legende{
	max-width:100%;
	margin-top:5px;
}


/*FIN BOITES*/


/*FORMULAIRE*/

.wpcf7-list-item{
	display: block;	
}

/*WOOCOMMERCE*/


.woocommerce-tabs #tab-title-additional_information, .woocommerce-tabs .woocommerce-product-attributes{
    display: none;
}

.woocommerce .infos_right  table.shop_attributes{
    width: 48%;
    float: right;
}
@media (max-width: 768px) {
    .woocommerce .infos_right  table.shop_attributes{
    width: 100%;
    float: left;
}
}


.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
background-color: #ebe9eb;
color: #000;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
background-color: #000;
color: #fff;
}
.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
background-color: #000;
color: #fff;
}

.woocommerce-info {
border-top-color: #000;
}
.woocommerce-info::before {
color: #000;
}
.woocommerce .col-2, .woocommerce .col-1{
    max-width: 50% !important;
}
.woocommerce .sku_wrapper{
    display:none;
}
.woocommerce-Tabs-panel h2{
    display: none;
}
#payment_method_paypal{
    vertical-align: 30px;
}
.woocommerce-input-wrapper{
    width: 100%;
}
.woocommerce_home li{
    list-style: none;
}

.woocommerce_home h2{
    font-size: 18px;
	line-height: 1.2em;
     margin-top: 5px;
}
.woocommerce_home .price{
    display: none;
}
.woocommerce_home .add_to_cart_button{
    display: none;
}

@media (max-width: 991px) {
    .woocommerce .col-2, .woocommerce .col-1{
    max-width: 100% !important;
}
}

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


/*BOUTONS — style unique pour tout le site, WooCommerce compris*/

.btn,
.btn-dark,
button,
input[type="submit"],
input[type="button"],
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt,
.woocommerce .widget_price_filter .price_slider_amount .button {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 8px 18px;
    line-height: 1.2em;
    text-transform: lowercase;
    font-weight: normal;
    box-shadow: none;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.btn:hover,
.btn-dark:hover,
button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.btn:focus,
.btn-dark:focus,
button:focus {
    outline: none;
    box-shadow: none;
}

/* le bouton hamburger garde son apparence d'icône */
.navbar-toggler,
.navbar-toggler:hover,
.navbar-toggler:focus {
    background-color: transparent;
    border: 0;
    padding: 0;
}

/*FIN BOUTONS*/


/*BANDEAU PARALLAX*/

.bandeau-parallax {
    height: 60vh;
    min-height: 320px;
    margin-bottom: 40px;
    padding: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

@media (max-width: 991px) {
    .bandeau-parallax {
        height: 45vh;
        min-height: 240px;
        /* background-attachment: fixed n'est pas supporté sur iOS */
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bandeau-parallax {
        background-attachment: scroll;
    }
}

/*FIN BANDEAU PARALLAX*/


/*FILTRES BOUTIQUE*/

.filtres-boutique {
    width: 100%;
    margin-bottom: 30px;
}

.filtres-groupe {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-bottom: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

/* barre de défilement discrète (WebKit) */
.filtres-groupe::-webkit-scrollbar {
    height: 3px;
}
.filtres-groupe::-webkit-scrollbar-thumb {
    background: #ddd;
}

.filtres-titre {
    display: none;
}

.filtre-item {
    flex: 0 0 auto;
    white-space: nowrap;
    margin: 0 5px 0 0;
    padding: 4px 12px;
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    line-height: 1.2em;
    text-transform: lowercase;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.filtre-item:hover,
.filtre-item.is-active {
    background-color: #000;
    color: #fff;
    text-decoration: none;
}

/*FIN FILTRES BOUTIQUE*/


/*PASTILLE PROMO*/
.woocommerce ul.products li.product,
.woocommerce div.product div.images,
.woocommerce_home {
    position: relative;
}

.woocommerce span.onsale,
.woocommerce ul.products li.product .onsale,
.woocommerce div.product span.onsale,
span.onsale {
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    z-index: 2;
    min-width: 0;
    min-height: 0;
    margin: 0;
    padding: 6px 14px;
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
    border-radius: 0;
    line-height: 1.2em;
    font-weight: normal;
    text-transform: lowercase;
}

/*FIN PASTILLE PROMO*/


/*LOADER INFINITE SCROLL*/#archives-sentinel {
    height: 60px;
}

#archives-sentinel.is-loading::after {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    margin: 18px auto;
    border: 2px solid #ddd;
    border-top-color: #000;
    border-radius: 50%;
    animation: focale-spin 0.7s linear infinite;
}

@keyframes focale-spin {
    to { transform: rotate(360deg); }
}

/*FIN LOADER*/


/*RESPONSIVE GLOBAL*/

/* neutralise les attributs width/height en dur des images et médias intégrés */
img,
video,
embed,
object,
iframe,
.wp-caption {
    max-width: 100%;
    height: auto;
}

img {
    height: auto;
}

/* Vimeo : ratio d'origine 690x505 conservé quelle que soit la largeur */
.video iframe,
iframe[src*="vimeo"],
iframe[src*="youtube"] {
    width: 100%;
    aspect-ratio: 690 / 505;
    height: auto;
}

/* évite tout débordement horizontal sur mobile */
html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

table {
    max-width: 100%;
}

/* .footer/.row hors container : annule les marges négatives de Bootstrap */
.footer .row {
    margin-left: 0;
    margin-right: 0;
}

.texte table,
.post_content table {
    display: block;
    overflow-x: auto;
}

@media (max-width: 767px) {
    .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }

    /* colonnes latérales devenues pleine largeur */
    .menu,
    .index {
        float: none;
        width: auto;
        max-width: 100%;
        margin-right: 0;
    }

    .partenaire {
        float: none;
        height: auto;
        margin-top: 25px;
    }

    .footer {
        text-align: left;
    }

    /* les h4 de dates ne doivent plus flotter côte à côte */
    .sous-titre h4 {
        float: none !important;
        display: inline;
    }
}

/*FIN RESPONSIVE GLOBAL*/
