@charset "UTF-8";

/* ----------------------------- */
/* ==reset */
/* ----------------------------- */

/* base font-size corresponds to 10px and is adapted to rem unit */
html {
    font-size: 62.5%;
    height: 100%;
}
body {
	background-color: #fff;
	color: #000;
    font-family: 'Carrois Gothic', Helvetica, Arial, sans-serif;
	font-weight: 400;
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.5;
	position: absolute;
	top: 0;
	left: 0;
    min-height: 100%;
	width: 100%;
}

/* soft reset */
html,
body {
	margin: 0;
    padding: 0;
}
ul {
	padding-left: 0;
	list-style: none;
}
p:first-child,
ul:first-child {
    margin-top: 0;
}
div {
	word-wrap: normal;
	-webkit-hyphens: none;
	-moz-hyphens: none;
	-ms-hyphens: none;
	-o-hyphens: none;
	hyphens: none;
}
img {
	height: auto;
	vertical-align: middle;
    max-width: 100%;
}
a {
    text-decoration: none;
}
a img {
    border: 0;
    margin: 0 1em;
}

.contenu.carte a img {
    margin: 0;
}

/* switching box model for all elements */
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* orientation iOS font-size fix */
@media (orientation: landscape) and (max-device-width: 768px) {
	
	html,
	body {
		-webkit-text-size-adjust: 100%;
	}
}

/* ----------------------------- */
/* GENERALITES */
/* ----------------------------- */

/* -------- TITRES -------- */
h2.titre,
h1.titre {
    margin-bottom: 0.29em;
    margin-top: 0.2em;
}
h3.photo,
h2.photo {
    font-weight: 600;
    font-size: 4rem;
    font-size: 40px;
    color: #fff;
	text-align: right;
    margin-bottom: 1em;
	margin-top: 0;
}
.contenu h3 {
    margin-top: 0.25em;
}

/* -------- TEXTES -------- */
.txt08 {
    font-size: 1.5rem;
    font-size: 15px;
}
.bourton { 
	font-family: 'BourtonHandBase';
}
/* --- mentionso6 */
#page-mentionso6 .justif p, 
#page-mentionso6 .justif ul li {
    text-align: justify;
}

/* -------- LIENS -------- */
a:link,
a:visited {
	color: #e9a690;
}
a:hover,
a:active {
    color: #ffc5b2;
}
/* --- footer */
#bas a {
    color: #fff;
}
#bas a:hover,
#bas a:active {
    text-decoration: underline;
}
/* --- footer */
#bas a {
    color: #fff;
}
#bas a:hover,
#bas a:active {
    text-decoration: underline;
}
/* --- Lien > suivant */
.next {
    font-size: 4rem;
    font-size: 40px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* --- Button */
a.btn {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
a.btn {
	background-color: #e9a690;
	border: 0;
	box-shadow: none;
	color: #000;
	cursor: pointer;
    display: inline-block;
	font-size: 25px;
	font-size: 2.5rem;
	letter-spacing: 2px;
    margin: 16px;
	padding: 16px 24px;
    text-transform: uppercase;
	white-space:nowrap;
	width: auto;
}
a.btn:focus,
a.btn:hover {
	background-color: #000;
	box-shadow: none;
	color: #ffc5b2;
}
a.btn.pani {
    background-color: #d7b169;
}
a.btn.pani:focus,
a.btn.pani:hover {
	background-color: #000;
	box-shadow: none;
    color: #d7b169;
}

/* ----------------------------- */
/* NAVIGATION */
/* ----------------------------- */

header#top {
	background-color: #000;
    display: block;
	left: 0;
    padding: 0 20%;
	position: fixed;
	right: 0;
    z-index: 10;
}
.hamburger {
    display: none;
}
ul#nav  {
    display: block;
    height: 60px;
}
ul#nav li, .logo-nav {
	float: left;
    height: 52px;
	list-style: none;
    margin: 0 1.17em 0 0;
}
.logo-nav,
ul#nav li:last-child {
    margin-right: 0;
}
ul#nav li a {
    display: block;
    height: 52px;
    letter-spacing: 0.05em;
    padding: 1.47em 0 0;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
.logo-nav a {
    display: block;
    height: 52px;
    padding: 0;
}
#top nav a {
    color: #fff;
}
#top nav a:hover, 
#top nav a:active {
    color: #ffc5b2;
}
#top #nav a.active {
    color: #e9a690;
}
#top nav a.sub:hover, 
#top nav a.sub:active {
    color: #ffdd00;
}
#top nav a.pani:hover, 
#top nav a.pani:active {
    color: #d7b169;
}

/* ----------------------------- */
/* LAYOUT */
/* ----------------------------- */

/* --- hr */
hr {
    margin-top: 35px;
}

/* -------- Backgrounds -------- */
#so6,
#carte,
#commande {
    height: 650px;
    width: 100%;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#accueilso6,
#commande {
   min-height: 100%;
}
#accueilso6 {
	background: url(https://www.so6lasaucissonnerie.com/images/fond-accueil-so6.png) 50% 0 no-repeat fixed;
    width: 100%;
}
#so6 {
	background: url(https://www.so6lasaucissonnerie.com/images/fond-SO6.jpg) 50% 0 no-repeat fixed;
}
#carte {
	background: url(https://www.so6lasaucissonnerie.com/images/fond-carte.jpg) 50% 0 no-repeat fixed;
}
#commande {
	background: url(https://www.so6lasaucissonnerie.com/images/fond-NS.jpg) 50% 0 no-repeat fixed;
}
#page404 {
	background: url(https://www.so6lasaucissonnerie.com/images/fond-accueil-so6.png) 50% 0 no-repeat fixed;
	height: 80vh;
	padding-top: 8.82em;
}

/* -------- SLIDES -------- */
.slide_inside {
    margin: 0 auto;
    padding: 20em 20% 0;
}
#accueilso6 .slide_inside {
    padding-top: 6em;
    padding-bottom: 2.5em;
}
#accueilso6 .slide_inside p {
    font-size: 4rem;
    font-size: 40px;
    text-align: center;
}
/* --- Mentions */
#page-mentionso6 #mentionso6 .slide_inside {
    padding-bottom: 5em;
    padding-top: 5.5em;
    text-align: center;
}
/* --- 403 404 */
#page404 .slide_inside {
    padding: 2.94em;
}

/* -------- CONTENU -------- */
.contenu {
    font-size: 2.5rem;
    font-size: 25px;
    margin: 0 auto;
    padding: 5em 20%;
}
.contenu p {
    text-align: justify;
}
.contenu p.txt08 {
    margin-top: 4.61em;
}
/* --- infos */
.contenu.infoso6,
.contenu.infoso6 p {
    text-align: center;
}
#infoso6 + .contenu {
    padding-bottom: 2.5em;
}
#page-infos > div:nth-child(5) {
    padding-top: 2.5em;
}

/* -------- IFRAME GOOGLE MAP -------- */
iframe {
    margin: 0;
    margin-bottom: -6px;
    padding: 0;
    border: none;
    height: 350px;
    width: 100%;
}

/* -------- TARTEAUCITRON -------- */
body #tarteaucitronRoot div#tarteaucitronAlertBig {
    box-shadow: unset!important;
}

/* -------- R. SOCIAUX et LOGOS -------- */
.social {
    margin-top:auto;
    padding: 0.5em;
}
.social a {
    display: inline-block;
    width: 39px;
    height: 39px;
    margin: 0;
}
.social .facebook,
.social .insta {
    height: 31px;
    margin-right: 0.25em;
    width: 31px;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out;
    transition: all .4s ease-out;
}
#bas .social .facebook,
#bas .social .insta {
    margin-right: 1em;
}
.social .facebook {
    background: url(https://www.so6lasaucissonnerie.com/images/icone_fb_siteso6.png) no-repeat center top; 
}
.social .insta {
    background: url(https://www.so6lasaucissonnerie.com/images/icone_insta_siteso6.png) no-repeat center top; 
}
.social .facebook:hover,
.social .facebook:active,
#bas .social .facebook {
    background: url(https://www.so6lasaucissonnerie.com/images/icone_fb_siteso6.png) no-repeat center bottom;
}
.social .insta:hover,
.social .insta:active,
#bas .social .insta {
    background: url(https://www.so6lasaucissonnerie.com/images/icone_insta_siteso6.png) no-repeat center bottom;
}
.logos {
    margin-top: 2em;
}

/* ----------------------------- */
/* GALERIE */
/* ----------------------------- */

.wrapper {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}
.masonry {
    margin: 5em 1.5em 0;
    padding: 0;
    text-align: center;
    -moz-column-gap: 1.76em;
    -webkit-column-gap: 1.76em;
    column-gap: 1.76em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}
.masonry-so6 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}
.item {
    display: inline-block;
    margin: 0 0 1.5em;
    width: 100%;
}
.item.textborderrose {
    border: 1px #e9a690 solid;
    padding: 10%;
}

/* ----------------------------- */
/* FOOTER */
/* ----------------------------- */

footer#bas {
    background-color: #000;
    clear:both;
    color: #fff;
    display: block;
    text-align: center;
}
footer#bas:after,
#bas .wrap:after {
    clear: both;
    content: " ";
    display: table;
}
#bas .wrap {
    padding-top: 2em;
    margin: 0 auto;
    max-width: 1200px;
}
.col-foot {
    float:left;
    margin-right: 60px;
    width: 26.66%;
}
.col-foot:last-of-type {
    float:right;
    width: 26.66%;
}
footer#bas .wrap.txt08 {
    clear: both;
}
#bas p {
    padding: 1em;
    margin: 0;
}
#bas .col-foot:first-of-type,
#bas .col-foot p:first-of-type,
#bas .col-foot nav {
    margin-top: 2em;
}
#bas .col-foot nav {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em;
}
#bas .col-foot nav a {
    display: block;
    padding-top: 0.4em;
}
footer#bas hr {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 1em;
}
/* ------------ */
/* ==Responsive */
/* ------------ */

@media only screen and (max-width: 1180px) {
   
    header#top {
        padding: 0 15%;
    }
    #accueilso6,
    #so6,
    #carte,
    #commande {
        background-attachment: scroll;
        background-position: center !important;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    } 
}

@media only screen and (max-width: 1024px) {
    
    #accueilso6 .slide_inside p {
        font-size: 3.5rem;
        font-size: 35px;
    }
    #so6,
    #carte,
    #commande {
        height: 450px;
    }
    .slide_inside {
        padding: 15em 20% 0;
    }
    h3.photo {
        font-size: 30px;
        font-size: 3rem;
    }
    .contenu {
        padding: 5em 20%;
    }
    .masonry {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
    .masonry-so6 {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 950px) {
    header#top {
        padding: 0 10%;
    }
}

@media only screen and (max-width: 900px) {
   
    header#top {
        padding: 0 1%;
    }
    #bas .col-foot {
        float:none;
        margin: 0;
        width: 100%;
    }
}

@media only screen and (max-width: 768px) {
   
    #accueilso6 .slide_inside p {
        font-size: 3rem;
        font-size: 3Opx;
    }
    .slide_inside {
        padding: 15em 10% 0;
    }
    .contenu {
        padding: 5em 15%;
    }
    .masonry {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}

@media only screen and (max-width: 680px) {
    
    #top nav {
        font-size: 1.6rem;
        font-size: 16px;
    }
}

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

    #top nav {
        font-size: 1.5rem;
        font-size: 15px;
    }
    .slide_inside h3,
    h3.photo,
    h2.photo {
        font-size: 2.5rem;
        font-size: 25px;
    }
    .contenu {
        padding: 5em 10%;
    }
    #accueilso6 {
        background-image: none;
    }
}


@media only screen and (max-width: 600px) {
    
    header#top {
        height: 60px;
        line-height: 60px;
        padding: 0;
    }
    .logo-nav,
    .logo-nav a {
        height: 60px;
    }
    .hamburger {
        cursor: pointer;
        display: block;
        float: left;
        right: 0;
        top: 50%;
        width: 40px;
        z-index: 100;
    }
    #top a.nav-mobile {
        padding: 0;
    }
    a.nav-mobile {
        display: block;
        margin: 1.8em;
        right: 0;
    }
    a.nav-mobile, a.nav-mobile:before, a.nav-mobile:after {
        background-color: #fff;
        border-radius: 4px;
        height: 2px;
        position: absolute;
        width: 40px;
    }
    a.nav-mobile:before, a.nav-mobile:after {
        content:'';
        display: block;
    }
    a.nav-mobile:before {
        top: -10px;
    }
    a.nav-mobile:after {
        bottom: -10px;
    }
    ul#nav {
        background-color: #000;
        display: none;
        overflow: hidden;
        height: 100%;
        margin-top: 0;
        padding-top: 10px;
        width: 100%;
    }
    ul#nav li {
        float: none;
        width: 100%;
    }
    ul#nav li a {
        margin-left: 1em;
        padding: 0;
        -webkit-transition: none;
        -moz-transition: none;
        -o-transition: none;
        transition: none;
    }
    #accueilso6 .slide_inside {
    padding-top: 5rem;
}

@media only screen and (max-width: 480px) {
    
    .slide_inside {
        padding-top: 14.13em;
    }
    .contenu {
        padding-top: 3em;
        padding-bottom: 3em;
    }
    #accueilso6 .slide_inside p {
        font-size: 2rem;
        font-size: 20px;
    }
}