/*
Theme Name: Soutien Zemmour
Description: Le thème du site de soutien à Eric Zemmour
Version: 1.0
Text Domain: zsoutien
*/


/*
*****
Fonts
*****
*/

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


/*
*****
Styles de base
*****
*/

html
{
	height: 100%;
}

body
{
	padding: 0;
	margin: 0;
   	font-family: 'Lato', sans-serif;
   	background: white;
   	/*padding-top: 100px;*/
   	color: #383838;
}

a
{
	color: inherit;
	text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

iframe
{
	max-width: 100%;
}


/*
*****
Class courantes
*****
*/

.clear
{
	clear: both;
}

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

img.alignleft
{
	float: left;
	margin: 0 20px 20px 0;
}

img.alignright
{
	float: right;
	margin: 0 0 20px 20px;
}

a[rel="tag"], a[rel="tag"]:hover
{
	cursor: default!important;
	text-decoration: none!important;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Oswald;
}

h1, h2
{
	text-transform: uppercase;
}

.page_size
{
	width: 1050px;
	margin: auto;
	max-width: 100%;
	padding: 0 15px;
	box-sizing: border-box;
}

.page h1
{
	color: black;
	text-align: center;
	margin: 30px auto 50px auto;
}

.page
{
	min-height: 50vh;
}

.page p
{
	text-align: justify;
}

.page .center p
{
	text-align: center;
}

p,
ul,
li
{
	line-height: 27px;
    font-size: 18px;
}

.little_text
{
	font-size: 13px;
	line-height: 20px;
}

.more,
input[type="submit"],
button[type="submit"]
{
	display: inline-block;
	padding: 5px 10px 5px 30px;
	color: white;
	background: #831812;
	transition: 0.3s;
	font-family: Oswald;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	border: 2px solid #831812;
}

.more:hover,
input[type="submit"]:hover,
button[type="submit"]:hover
{
	background: white;
	color: #831812;
}

button[type="submit"].loading
{
	cursor: wait;
	position: relative;
}

button[type="submit"].loading::before
{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
    left: -30px;
    width: 25px;
    height: 25px;
	background: url('img/icon/loader.svg') center no-repeat;
	background-size: cover;
}

.big_more
{
	padding: 10px 20px 10px 50px;
	background: white;
	color: #383838;
	font-size: 22px;
	line-height: 26px;
	border: 2px solid #383838;
	border-radius: 30px;
}

.big_more:hover
{
	background: #9F221B;
	color: white;
}

.big_more:before
{
    width: 40px;
    height: 40px;
    left: 10px;
	background: url('img/icon/right_red.svg') center no-repeat;
	background-size: cover;
}

.big_more:hover::before
{
	background: url('img/icon/right.svg') center no-repeat;
	background-size: cover;
}

.more_cont
{
	text-align: center;
	margin: 20px auto;
}

input[type="text"], input[type="email"], textarea, select, option
{
	border-radius: 5px;
	border: 1px solid #ccc;
	padding: 10px 10px 10px 10px;
	font-family: inherit;
	min-width: 80%;
	position: relative;
	font-size: 16px;
	font-family: Lato;
}

.before_input_email
{
	display: block;
	width: 20px;
	height: 20px;
	background: url('img/icon/email.svg') center no-repeat;
	background-size: cover;
	position: relative;
    transform: translateY(50%) translateX(150%);
    z-index: 50;
}

select, option
{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
}

input[type="checkbox"]
{
	display: inline-block;
    width: 25px;
    height: 25px;
    background: white;
    vertical-align: middle;
	border-radius: 5px;
	border: 1px solid #16a085;
	cursor: pointer;
}

.input_groupe input
{
	width: 47%;
	max-width: 47%;
	min-width: 47%;
	display: inline-block;
	box-sizing: border-box;
}

.input_groupe input:first-child
{
	margin-right: 6%;
}

label.for_check
{
	cursor: pointer;
}

form .error_message
{
	min-height: 30px;
}

.wp-block-image img
{
	height: auto!important;
}

form .legende
{
	font-size: 14px;
	color: #16a085;
	margin-top: 0;
	margin-bottom: 30px;
	line-height: 18px;
}

form .error_message
{
	margin-top: 0;
}


/*
*****
Header
*****
*/

#header
{
	padding: 0 20px;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 990;
	background: white;
	transition: 0.3s;
	display: flex;
	position: relative;
	border-bottom: 1px solid #707070;
	/*position: fixed;*/
}

#header #site_title
{
	flex-basis: auto;
	display: inline-block;
	border: 2px solid white;
	text-align: center;
}

#header #site_title a
{
	display: block;
}

#header #logo
{
	width: 300px;
	max-width: 90%;
}

#header .menu-menu-du-header-container
{
	flex: 1;
}

#header h1
{
	color: white;
	font-weight: normal;
	font-size: 22px;
	vertical-align: top;
	display: inline-block;
	margin: 0 30px 0 30px;
	text-transform: uppercase;
}

#header #site_title span
{
	display: inline-block;
	margin: 0 30px 0 30px;
	color: white;
	font-family: Oswald;
	text-transform: uppercase;
}

#header_mobile
{
	display: none;
}

#burger
{
	display: none;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 30px;
}

#close
{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 30px;
}

#header ul
{
	padding: 0 15px;
	text-align: right;
	display: flex;
	justify-content: space-around;
}

#header ul li
{
	display: inline-block;
}

#header ul li a
{
	text-transform: uppercase;
	font-weight: lighter;
	border-bottom: 2px solid white;
	padding: 5px;
	color: white;
	font-size: 14px;
	transition: .3s;
}

#header ul li a:hover
{
	background: white;
	color: #18233C;
	border-bottom: 2px solid #18233C;;
}


/*
*****
Full section
*****
*/

.begin_full
{
	min-height: 100vh;
	display: grid;
    grid-template-rows: 0fr;
    box-sizing: border-box;
}

.full_section
{
	background-position: center;
	background-size: cover;
	color: white;
	text-align: center;
  	position: relative;
}

.full_section.full_over::before
{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.4);
}

.full_section.full_video
{
	box-shadow: none;
	position: absolute;
    top: 0;
    width: 100%;
    height: 100vh;
}

.full_section_caption
{
	position: relative;
	top: 50%;
  	transform: translateY(-50%);
	font-family: Lato;
}

.full_section_caption h2
{
	font-size: 40px;
	margin-bottom: 10px;
}

.full_section_caption p
{
	line-height: 30px;
	margin-top: 40px;
	font-size: 25px;
}

.full_video video
{
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(-50%) translateY(-50%);
  	transition: 1s opacity;
}

#big_cta
{
	position: absolute;
	top: 20%;
	right: 10%;
}


/*
*****
Sections textes
*****
*/

section.primary
{
	background: white;
}

section.secondary
{
	background: #18233C;
}

.classical form
{
	margin-bottom: 10px;
}

img.texte_illu
{
	max-width: 25%;
}

img.texte_illu_left
{
	float: left;
	margin-right: 20px;
}

img.texte_illu_right
{
	float: right;
	margin-left: 20px;
}

.section_texte
{
	text-align: justify;
	color: #2c3e50;
}

.section_texte blockquote,
.section_texte figcaption
{
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	margin: 0;
	text-align: center;
	color: #16a085;
}

.section_texte figcaption
{
	color: black;
}

.section_texte blockquote p
{
	margin: 0;
}

.section_texte figcaption p
{
	margin-top: 0;
	font-size: 16px;
}

.section_50
{
	display: inline-block;
	width: 45%;
	box-sizing: border-box;
	padding: 15px;
	vertical-align: top;	
}

.section_50_l
{
	margin-right: 5%;
}

.section_50_r
{
	margin-left: 5%;
}


/*
*****
Footer
*****
*/

#footer
{
	text-align: center;
	padding: 40px 0;
	border-top: 1px solid #9e9e9e;
}

#footer p
{
	margin: 0;
	padding: 5px;
	font-size: 15px;
	font-weight: lighter;
}

#footer p a
{
	display: inline-block;
	margin: 0 10px;
}

#footer p a:hover
{
	opacity: 0.8;
}


/*
*****
RS
*****
*/

.icons_rs
{
	border-top: 1px solid #9e9e9e;
	margin-top: 30px;
}

.icons_rs .page_size
{
	display: flex;
	justify-content: left;
	flex-wrap: wrap;
}

.icons_rs h2
{
	margin-right: 30px;
}

.icons_rs a
{
	padding: 15px 8px;
	align-self: center;
}

.icons_rs img
{
	width: 35px;
}


/*
*****
Pétition
*****
*/

.petition
{
	position: relative;
}

.petition h2
{
	text-align: center;
	font-size: 35px;
}

.petition h3
{
	font-size: 25px;
}

.petition .petition_texte,
.petition .petition_form
{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 15px;
	width: 60%;
}

.petition .petition_texte
{
	padding: 15px 40px 70px 40px;
}

.petition .petition_form
{
	position: fixed;
	width: 40%;
	padding-right: 30px;
}

.petition_image img
{
	width: 75%;
}

.petition_nbre
{
	margin-top: 0;
	margin-bottom: 0;
	font-weight: lighter;
	text-align: center;
}

.petition_objectif
{
	text-align: center;
}

.petition_objectif p
{
	margin-top: 0;
	display: inline-block;
	position: relative;
	margin-bottom: 10px;
}

.petition_objectif p::before
{
	content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    left: -30px;
	transform: translateY(-50%);
	background: url('img/icon/arrow.svg') no-repeat center;
	background-size: cover;
}

.objectif_bar
{
	height: 15px;
    background: #831812;
    margin-bottom: 20px;
    border-radius: 8px;
    position: relative;
    border: 2px solid #831812;
}

.progress_bar
{
	height: 15px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0 8px 8px 0;
    background-image: repeating-linear-gradient(-45deg, white 0 5px, #707070 5px 8px);
}

.legend_submit
{
	margin-top: 10px;
	text-align: center;
	font-family: Oswald;
	font-size: 14px;
}

.mobile_rs
{
	display: none;
}

#signe_lien
{
	padding: 10px 35px!important;
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 200;
    width: 100%;
    text-align: center;
    display: none;
}


