@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

body {
    max-width: 1900px;
    margin: auto;
    padding: 0;
    text-align: center;
    font-family: 'Poppins', helvetica, sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0.5px;
    color : #252323;
}


header {
    clear: both;
}


.topbar {
    font-size: 14px;
    max-width: 1400px;
    margin: auto;
}

.topbar__content {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}

.topbar__content img {
	margin: 0.5em;
}

.topbar__content__compte {
	display: flex;
	background: #7aafdf38 ;
	padding: 0.5em 1.5em;
    border-radius: 0 0 0.5em 0.5em;
}

.separateur {
	border-right: 1px solid #ccc;
    margin-right: 2em;
}

.snipcart-checkout {
	padding: 0 1em;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

/********************************
			MENU
********************************/

.nav {
    max-width: 1400px;
    height: 150px;
    margin: auto ;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1em;
}

/*a.nav-link, a.nav-logo{
    text-decoration: none ;
    text-transform: uppercase ;
}*/

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #252323;
}

.nav__menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav__menu > li {
    margin-left: 3em;
    list-style: none;
}

.nav__link, .nav-link-qcd {
    font-size: 1em;
    font-weight: 300;
    cursor: pointer;
}

.nav__link, .nav-link-qcd a {
    color: #252323;
    text-decoration: none;
}

.nav__link:hover, .nav-link-qcd:hover{
    color: #7aafdf;
}

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

.nav__logo span {
    font-size: 1.8em;
    font-weight: 500;
    color: #7aafdf;
}

.nav__logo img {
    padding: 0 0.5em 0 0;
    max-width: 170px;
}

.nav__logo a {
    text-decoration: none ;
}


/*FIN MENU*/

.bleu {
    color: #7aafdf;
}

.containerh1{
    position: relative;
}

.containerh1 img {
    padding: 0;
    width: 100%;
    max-height: 400px;
    min-height: 170px;
}

.containerh1 h1 {
    font-size: 3em;
    font-weight: 300;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #7aafdf;
    width: 80%;
}

/***** FIN HEADER ************/

div#contenu {
    max-width:1400px ;
    margin: 1em auto;
    padding: 0.5em;
    background: #fff ;
    display: flex;
}

#main {
    max-width: 80% ;
    margin: 0 auto ;
    margin-bottom:2em;
    text-align: left ;
    background: #fff ;
    order: 1;
}

#aside {
    width: 20% ;
    background: #f5f5f5;
    padding: 1em;
    height: fit-content;
    position: -webkit-sticky;
    position: sticky;
    top: 0.5em;
    order: 2;
}

#aside p{
    font-weight: bold;
}

#aside ul{
    margin: unset;
    list-style-position: unset;
    list-style: none;
}

#aside li{
    text-align: left;
    padding: 1em 0;
    margin: 0;
    border-bottom: 1px solid #a6afbf;
}

#aside a{
    text-decoration: none!important;
}

#aside a:hover{
    text-decoration: none!important;
}

.breadcrumb{
    display: flex;
    max-width: 1400px;
    margin: 1em auto;
    padding: 0 0.5em;
}

.breadcrumb > ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.breadcrumb >ul > li {
    display: inline;
    font-size: 0.8em;
    margin: 0;
}

.ariane-qcd {
    color: #7aafdf;
    text-decoration: underline;
    cursor: pointer;
}

.ariane-qcd:hover {
    color: #895d35;
}

h2 {
    font-size: 2.5em ;
    padding: 1em 0 0 0;
    text-align: center;
    color: #7aafdf;
}

h2.chapo {
    font-size: 1.75em ;
    text-align: center;
    padding: 0 0 2em 0;
    color: #252323;
}

h2+h3 {
    padding-top : 0.5em;
}

h2+p {
    padding-top : 1em;
}

h3 {
    font-size: 1.4em ;
    padding: 2em 0 1em 0 ;
}

h3+h4 {
    padding-top : 0.5em;
}
h4 {
    font-size: 1.25em ;
    padding: 2em 0 1em 0 ;
}

strong {
    font-weight: 600;
}

.astuce{
    background: #f8c99e;
    text-align: center;
    padding: 0.8em;
    margin: 2em 7em;
    border-left: 0.5em solid #4c4848;
}

figcaption{
    text-align: center;
    font-style: oblique;
    font-size: smaller;
    margin: 1em;
}

ul {
    list-style-position: outside;
    margin: 1em 0 1em 2em;
}

ol {
    list-style: decimal;
    margin: 1em 0 1em 2em;
}

ul > li, ol > li {
    margin: 0.5em;
}

p {
    margin-bottom: 1em ;
    color: #4c4848 ;
}

a {
    color: #7aafdf ;
    text-decoration: underline;
}

a:hover {
    color: #7aafdf;
}

.btn {
    line-height: 1.5;
    cursor: pointer;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    margin: auto;
    padding: 0.5em 0;
    display: block;

}

.textCenter {
    text-align: center !important;
}

.container-flex {
    max-width: 1400px;
    display: flex;
    margin: auto;
    padding: 1.5em;
    justify-content: space-between;
    column-gap: 1em;
    align-items: inherit;
}

.container-flex > div {
    margin: 0;
    flex: 1 1 0;
}

.container-flex__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #CCC;
}

.container-flex__item a {
    display: flex;
    flex-wrap:wrap;
    text-decoration: none!important;
    text-align: center;
    align-items: center;
    justify-content: space-around;
    font-size: 1.2em;
    padding-bottom: 1em;
}

.container-flex__item:hover {
    opacity: 0.5;
}

.container-flex__item img {
    margin-bottom: 1em;
    width: 100%;
    padding: 0;
}

.article-more {
    background: url("/image/article-more.jpg") no-repeat;
    background-size: cover;
    height: 200px;
    width: 100%;
    justify-content: center;
    padding: 1em;
}

.col2 {
    column-gap: 6em;
    justify-content: space-around;
}

.col2 > div {
    max-width: 300px;
}

/************** page index blog ***************/
.container-flex-blog, .container-flex-shop {
    flex-wrap: wrap;
    gap: 2em;
    align-items: inherit;
}

.container-flex-blog > div{
    max-width: 300px;
    flex: 30% 1 1;
    border: 1px solid #7aafdf;
}

.container-flex-blog a,
.index-qcd {
    font-size: 1em;
    text-align: center;
    cursor: pointer;
}

.container-flex-blog p {
    padding: 0 0.3em 0 0.3em;
}

.title {
    font-size: 1.3em;
    color: #7aafdf;
}

.lien-more {
    text-decoration: underline;
}


/************** page index Shop ***************/
.page-produit {
    max-width: 1100px;
    margin: auto;
}

.page-produit-title h2{
    padding: 0;
}

.shop__index-title {
    font-size: 1.5em;
    text-align: center;
    color: #7aafdF;
}

.shop__index-prix {
    font-size: 1.5em;
    text-align: center;
    color: #4c4848;
}

.shop__index-desc {
    font-size: 16px;
}

.container-flex-shop {
    justify-content: space-around;
}

.container-flex-shop > div{
    max-width: 330px;
    flex: 30% 1 1;
    border: none;
}

.btn-more {
    border: 1px solid #ccc;
    padding: 1em 2em;
    margin-bottom: 1em;
    font-size: 18px;
}

.slide-container {
    max-width: 800px;
    position: relative;
    margin: auto;
}

.container-page-produit {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
    text-align: left;
    padding-top: 0;
}

.slide-dot {
    text-align: center;
}

.dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 0 2px;
    background-color: #EEEEEE;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active, .dot:hover {
    background-color: #7aafdf;
}

.btn-bleu {
    display: flex !important;
    align-items: center;
    justify-content: center !important;
    text-align: center !important;
    background-color: #7aafdf;
    width: 330px !important;
    max-width: 100%;
    height: 60px !important;
    color: #FFFFFF;
    border-radius: 14px;
}

.btn-bleu:hover {
    background-color: #7aafdf9e;
}

.container_prod {
    display: flex;
	padding: 10px;
}

.container_prod img {
    padding: 0 40px 0 0;
    margin: 0;
}

.title_prix {
    font-size: 30px;
    font-weight: 700 ;
}

.page-produit-contenu-colis {
    text-align: left;
    display: flex;
    gap: 8em;
    margin: 1em;
}

.page-produit-contenu-colis div:first-child{
    width: 10%;
}

.reassurance {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3em;
    justify-content: center;
    background: #7aafdf38;
    padding: 3em;
	border-radius: 28px;
}

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

#footer {
    width : 100%;
    background: #353535;
    clear: both;
    color: #f5f5f5;
    padding: 3em 1em 1em 1em;
    margin-top: 3em;
}

#footer p {
    margin: 0 ;
    padding-right: 10px ;
    margin-bottom: 0.5em;
    text-align: left;
    font-weight: 300;
    color: #fff;
}

.footer__title {
    margin-bottom: 1.5em!important;
    font-size: 1.25em;
}

.footer__last {
    padding: 1em;
    font-size: small;
    border-top: 1px solid rgba(256, 256, 256, .1);
    text-align: left;
    margin: auto;
    max-width: 1400px;
}

.IconAddress:before {
    content: url('/image/address.png');
    margin-right: 1em;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.IconTel:before {
    content: url('/image/tel.png');
    margin-right: 1em;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.IconMail:before {
    content: url('/image/mail.png');
    margin-right: 1em;
    vertical-align: middle;
    vertical-align: -webkit-baseline-middle;
}

.btn-link, .qcd {
    display: block;
    margin-bottom: 0;
    padding: 0;
    color: #f5f5f5;
    text-align: left;
    font-weight: 300;
    text-transform: capitalize;
    text-decoration: none;
    cursor: pointer;
}

.btn-link a {
    text-decoration: none;
}

.btn-link:hover, .qcd:hover {
    color: #7aafdf;
    letter-spacing: 1px;
    box-shadow: none;
}

.btn-link:before, .qcd:before {
    content: url('/image/arrow.png');
    margin-right: 0.5em;
    vertical-align: top;
    vertical-align: -webkit-baseline-middle;
    cursor: pointer;
}

.footer__social {
    display: flex;
}

.btn-social {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFFFFF;
    transition: .3s;
}
.btn-social > img {
    max-width: fit-content;
    padding: 0;
}

.btn-social:hover{
    background-color: #7aafdf;
}

/********************************
			CONTACT
********************************/
.formulaire_contact {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 10;
}

label {
    margin: 1em auto 0.5em auto;
    display: block;
}

input, textarea {
    appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
}

input[type="checkbox"] {
    appearance: checkbox;
    -moz-appearance: checkbox;
    -o-appearance: checkbox;
    -webkit-appearance: checkbox;
    -ms-appearance: checkbox;
}

.contact_ch_simple, .contact_ch_multi {
    background-color: #fff;
    width: 100%;
    padding: 0.5em;
    border: 1px solid #cccccc;
}

.contact_ch_simple:hover, .contact_ch_multi:hover {
    background: #E3E1E1;
    border: 1px solid #981b1f;
}

input[type="checkbox"].checkbox {
    background: #fff;
    border-radius: 2px;
    cursor: pointer;
    height: 15px;
    width: 15px;
    display: block;
    float: left;
    margin: 5px;
}

.contact_ch_multi {
    height: 300px;
}

input[type="submit"].contact_ch_bouton {
    border-radius: 5px;
    display: block;
    font-size: 1em;
    width: 100%;
    color: #fff;
    margin: 1em auto;
    cursor: pointer;
    border: none;
    letter-spacing: 1px;
    background-color: #7aafdf;
    text-align: center;
    padding: 1em;
}

input[type="submit"].contact_ch_bouton:hover {
    border-bottom: none;
}

.champs_obligatoires {
    font-size: 12px;
    margin: 20px 0;
    display: block;
}

.champs_obligatoires span {
    display: inline;
}

.formulaire_contact > p {
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}

label > span, .champs_obligatoires > span {
    color: #860101;
}

#texte_ok_contact {
    font-size: 2em;
    color: rgb(22, 103, 22);
    text-align: center;
    margin-top: 30px;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 100%;
    position: relative;
    height: 0;
}
.map-responsive > iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}


/************ JS Youtube ***************/
.youtube_wrapper {
    max-width: 640px;
    margin: 30px auto;
    padding: 0 20px;
}

.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.95;
    margin: 0;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: red;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 15px;
}
.youtube .play-button:hover {
    background-color: #FF0000;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

/************ FIN JS Youtube ***************/

@media ( max-width : 992px ) {


}



@media only screen and (max-width: 768px) {
    .nav__menu {
        position: fixed;
        left: -100%;
        top: 5em;
        flex-direction: column;
        background-color: #fff;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        margin: 0;
    }

    .nav__menu.active {
        left: 0;
        z-index: 1;
    }
    .nav__menu > li {
        margin: 1em 0;
    }

    .hamburger {
        display: block;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }

    #ContenuHome {
        max-width: 95%;
    }

    #aside {
        display: none;
    }

    #main {
        max-width: 100%;
    }

    .containerh1 h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.75em;
    }

    .astuce {
        margin: 2em 1em;
    }

    .btn.btn-link {
        margin-bottom: 0.5em;
    }
	
	.container-page-produit {
	    flex-wrap: nowrap;
	}

    #footer p {
        margin-bottom: 0.5em;
    }

    #footer > .container-flex{
        align-items: initial;
    }
}

@media only screen and ( max-width : 601px ){
    .nav {
        padding: 0.5em;
        max-height: 130px;
    }

    .display-block {
        display: block!important;
    }

    .nav__logo{
        margin: auto;
    }

    .containerh1 > h1 {
        font-size: 1.8em;
        width: 100%;
    }

    h2, h2.chapo {
        font-size: 2.5em;
        padding-bottom: 1em;
    }
	
	.page-produit {
		max-width: -webkit-fill-available;
	}

    .container-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 1em;
    }

    .container-flex > div {
        margin-bottom: 2em;
        padding: 0;
    }

    .container-flex__item {
        margin: 2em!important;
    }

    .article-more {
        flex: none!important;
        margin: 1em 0!important;
    }
}
