/*
Theme Name: ouiaupapier
Author: Agence POSSIBLE.
Author URL : https://agence-possible.fr
Version: 1.0
Description: Template de thème personnalisé pour l'association Culture Papier.
*/

:root {
    --color-green: #012B18;      
    --color-white: #F1F0EC;   
    --color-brown: #39221C;          
    --color-orange: #E46937;     
    --color-purple: #C4B0E9;          
    --color-black: #000702;          
}

*{
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'DM_SANS';
    src: url('fonts/DMSans-VariableFont_opsz,wght.woff2') format('woff2');
    font-weight: 100 900;
  	font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'DM_SANS_ITALIC';
    src: url('fonts/DMSans-Italic-VariableFont_opsz,wght.woff2') format('woff2');
    font-weight: 100 900;
  	font-display: swap;
    font-style: normal;
}

/* body prend toute la hauteur et flex column */
html, body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* s'assure que le body occupe tout l'écran */
    background-color: var(--color-green);
}

/* main prend tout l'espace restant */
.site-content {
    flex: 1;
}

html{
    scroll-behavior: smooth;
}



h1{
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 64px;
}



h2{
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 48px;
}


h3{
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 36px;
}

h4{
    font-family: "rockwell", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
}

p{
    font-family: 'DM_SANS';
    font-size: 16px;
}

@media (max-width: 1279px) {
    h1 {
        font-size: 56px;
    }

    h2 {
        font-size: 40px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 32px;
    }
}

body{
    background-color: var(--color-green);
    font-family: 'DM_SANS', sans-serif;
}


::selection {
  background-color: var(--color-white);
  color: var(--color-green);
}


/* Section du haut page d'attente */


.section_haut_page_attente{
    padding: 64px 60px 64px 60px;
    display: flex;
    /*border-bottom: 1px solid var(--color-white);*/
    justify-content: center;
    text-align: left;
}

.group_title{
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: center;
}

.image_title{
    height: 160px;
    width: auto;
}

.image_title img{
    width: auto;
    height: 100%;
}


.titre_page_attente{
    color: var(--color-white);
    font-weight: 400;
    line-height: 64px;
}

.ouiaupapier{
    font-weight: 700;
    font-size: 80px;
}

#countdown{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.tag{
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 32px;

}

.value{
    font-family: 'rockwell', sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: var(--color-white);
}

.label{
    font-family: 'DM_SANS', sans-serif;
    font-weight: 300;
    font-size: 24px;
    color: var(--color-purple);
}

.countdown-fini{
    font-family: 'rockwell', 'sans-serfi';
    font-weight: 700;
    font-size: 48px;
    color: var(--color-green);
    text-align: center;
    align-items: center;
}

@media (max-width: 1279px){
    .section_haut_page_attente{
        flex-direction: column;
        padding: 64px 60px 64px 60px;
    }
    .titre_page_attente{
    text-align: center;
    line-height: 64px;
	}

    #countdown{
        padding-top: 64px;
    }
	
	.group_title{
        flex-direction: column;
    }

}

@media (max-width: 786px){
    .titre_page_attente{
    line-height: 56px !important;
	}

    .ouiaupapier{
        font-size: 48px;
    }

    .section_haut_page_attente{
        padding: 64px 20px 64px 20px;
        flex-direction: column;
    }
	
	.group_title{
    gap: 32px;
}

    .tag{
    padding: 24px;
	}

	.value{
		font-size: 96px;
	}

	.label{
	   font-size: 24px;
	}
	
	.image_title{
    height: 104px;
    width: auto;
	}

#countdown{
    flex-direction: column;
    padding-top: 64px;
}

}

@media (max-width: 480px){
  .tag{
    padding: 16px;
}


}

/* Section du bas avec formulaire page d'attente */

.section_bas_page_attente{
    padding: 64px 60px 64px 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.section_bas_page_attente > p {
    color: var(--color-white);
    text-align: center;
}

.titre_formulaire_page_attente{
    font-size: 24px;
    color: var(--color-white);
    margin-bottom: 20px;
    text-align: center;
}

@media (max-width: 768px){
    .section_bas_page_attente{
        padding: 64px 20px 64px 20px ;
    }
}

/* Footer page d'attente */

footer{
    background-color: var(--color-green);
}

.footer_page_attente{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 60px 20px 60px;
}

.footer_page_attente > a > img{
width: 124px;
}

.footer_page_attente_droit{
    display: flex;
    align-items: center;
    gap: 60px;
}

.footer_page_attente_droit > a{
text-decoration: none;
color: var(--color-white);
}

.footer_page_attente_droit #wcb {
  display: flex;
  align-items: center;
}


/* Responsive footer page d'attente */
@media (max-width: 1024px) {
    .footer_page_attente {
        flex-direction: column; 
        align-items: center;    
        margin: 20px 20px;      
        gap: 20px;             
    }

    .footer_page_attente > a > img {
        width: 124px; 
    }

    .footer_page_attente_droit {
        flex-direction: column; 
        gap: 20px;              
        align-items: center;   
    }

    .footer_page_attente_droit #wcb {
        justify-content: center;
    }
}


section {
  scroll-margin-top: 120px; 
}

@media (max-width: 1024px){
section {
  scroll-margin-top: 120px; 
}
}



header{
    padding: 0
}



.form{
    padding-top: 64px;
}


@media (max-width: 1200px){
    header{
        padding: 40px 40px;
    }
}

@media (max-width: 786px){
    .section_haut_page_attente{
        padding: 64px 20px 20px 20px;
    }

    .form{
    padding-top: 32px;
}
}


/* PAGE MENTIONS LEGALES*/
.mentions-legal-container {
  padding: 80px 72px 48px 72px;
  display: flex;
  flex-direction: column;
  gap: 48px; 
}

/* Chaque section avec ses contenus */
.mentions-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Liste à puces standard */
.mentions-section ul {
  list-style-type: disc;
  padding-left: 24px;
}

@media screen and (max-width: 1024px){
    .mentions-legal-container{
    padding: 32px 20px 48px 20px ;
}
}


/* Page de cookies*/



#cmplz-document{
	max-width: 100%;
	margin-top: 64px;
	margin-bottom: 96px;
    padding : 0px 120px 0px 120px;
}

@media (max-width: 1200px){
    #cmplz-document{
	max-width: 100%;
	margin-top: 48px;
	margin-bottom: 64px;
    padding : 0px 40px 0px 40px
}
}



/* Bannière de cookies */

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn{
    height: 48px !important;
}
