/*
Theme Name:   Twenty Twenty-Four Child
Theme URI:    https://example.com/twenty-twentyfour-child
Description:  Thème enfant de Twenty Twenty-Four
Author:       Votre Nom
Author URI:   https://example.com
Template:     twentytwentyfour
Version:      1.0.0
Text Domain:  twentytwentyfour-child
*/

:root {
    --wp--style--global--content-size: 64%;
}

:root :where(.is-layout-flow) > * {
    margin-block-start: 0;
}
:root :where(.wp-block-list){
    padding-left:0;
}

a:focus {
    outline: 0;
    border: 0;
}


.preheader {
    display: flex;
    font-size: 16px;
    justify-content: center;
}

.preheader .bl1{
	font-weight: 600;
    font-style: italic;
    font-size: 14px;
    white-space: nowrap;
    padding: .75rem;
    text-transform: uppercase;
    margin-right: 1rem;
}
.preheader .bl1 span{
	margin: 0 1rem;
}

.preheader .btn-skewe {
    display: inline-block;
    background: #232323;
    padding: 12px 12px;
    text-decoration: none;
    transform: skewX(-8deg);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    font-size: 13px;
}

.preheader .btn-skewe span {
    display: inline-block;
    color: #ff8800;
    /* font-weight: bold; */
    transform: skewX(-3deg);
    /* font-family: sans-serif; */
    text-transform: uppercase;
    /* letter-spacing: 1px; */
    white-space: nowrap;
}

.preheader .lang {
    list-style: none;
    margin: .65rem 1rem 0px 1.25rem;
}
.preheader .lang li:not(.current-lang) {
  display: none;
}



.logo_header {
    text-align: center;
}
.menu_header{
	color: #fff;
	 text-transform: uppercase;
}

.menu_header .wp-block-navigation .wp-block-navigation-item {
    align-items: center;
    background-color: inherit;
    display: flex;
    margin: 0 .5rem;
    font-size: 18px;
}

.menu_header a.wp-block-button__link.has-background.wp-element-button {
    padding: .25rem .75rem;
    font-size: 18px;
}


/* HOME */
.home h1{
	text-align: center;
    font-weight: 800;
    font-size: 40px;
    color: #464646;
    padding: 2rem;
}
.home h1 span{
	color: #ffcf2c;
	font-style: italic;
	font-weight: 400;
}
.home .txt{
    color: #464646;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
        max-width: 890px;
}

.home .CTA a{
	    background: #ff6816;
    border-radius: 60px;
    color: #fff;
    font-style: italic;
    /* line-height: 21px; */
    padding: .5rem 2rem .75rem 3rem;
    font-size: 20px;
    font-weight: 400;
    position: relative;
    box-shadow: 0px 10px 20px rgb(255 112 0 / 50%);
    -ms-transform: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.home .CTA a:hover{
	transform: translateY(-2px);
	box-shadow: 0px 12px 30px rgb(255 112 0 / 50%);
}
.home .CTA a:hover::before {
    left: 28px;
}
.home .CTA a::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 12px;
  -ms-transform: all 0.1s linear 0s;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  /* on injecte un SVG inline */
  background: no-repeat center/contain
    url("data:image/svg+xml;charset=UTF-8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 12'>\
<path d='M0 0 L6 6 L0 12' stroke='%23fff' stroke-width='2' fill='none'/>\
</svg>");
}

.home .home_section{
	margin-top: 2rem;
}
.home .home_section > div > div{
	max-width: 80%;
	margin: 0 auto;
	margin-top: 1rem;
	margin-bottom: 1rem;
}

.home .home_section a{
    -ms-transform: all 0.1s linear 0s;
    -webkit-transition: all 0.1s linear 0s;
    -moz-transition: all 0.1s linear 0s;
    transition: all 0.1s linear 0s;
}
.home .home_section a:hover{
		transform: translateY(-4px);
}

.home .title3{
	text-align: center;
	margin: 4rem 0;
}
.home .title3 span {
  display: inline-block;
  /*margin: 0 .25em;  espace horizontal entre les mots */
}

/* 1er mot : italique, poids normal */
.home .title3 span:nth-child(1) {
  font-style: italic;
  font-weight: 400;
  font-size: 3rem;
  color: #232323;
}

/* 2e mot : orange, gras */
.home .title3 span:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 3rem;
  color: #ff6816;
}

/* 3e mot : passe en block pour sauter une ligne, en gras */
.home .title3 span:nth-child(3) {
  display: block;
  font-weight: 700;
  font-size: 3rem;
  color: #232323;
}



.home .rse figure{
	text-align: right;
}
.home .rse .CTA {
	margin-top: 2rem;
}
.home .rse .CTA a{
	background: #88d4be;
	box-shadow: 0px 10px 20px rgb(136 212 190 / 50%);
}

.home .rse .CTA a:hover{
	box-shadow: 0px 12px 30px rgb(136 212 190 / 50%);
}

.home .rse .rse_col_r{
	padding-left: 0;
}

.home .title4{
	text-align: center;
	margin: 4rem 0;
}
.home .title4 span {
  display: inline-block;
    font-weight: 800;
  /*margin: 0 .25em;  espace horizontal entre les mots */
}

/* 1er mot : italique, poids normal */
.home .title4 span:nth-child(1) {
   color: #ff6816;
   font-size: 4rem;
}

/* 2e mot : orange, gras */
.home .title4 span:nth-child(2) {
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
   color: #232323;
}

/* 3e mot : passe en block pour sauter une ligne, en gras */
.home .title4 span:nth-child(3) {
  display: block;
  font-weight:400;
    font-style: italic;
  font-size: 2rem;
  color: #232323;
}


.home .reassurance{
	  box-shadow:
    inset 0 0 20px rgba(0, 0, 0, 0.05),
    inset 0 30px 20px -20px rgba(0, 0, 0, 0.1),
    inset 0 -30px 20px -20px rgba(0, 0, 0, 0.1);
    padding-bottom: 4rem;
}
.home .reassurance > div > div{

	margin: 0 auto;
	display: flex;
    justify-content: space-around;
}
.home .reassurance hr{
	border-color: #ff6816;
    border-width: 0 0 2px 0;
    border-style: solid;
}

.home .reassurance .list{
	    margin: 3rem 0;
}
.home .reassurance .list .tt{
	text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    color: #232323;
    font-size: 1.25rem;
    letter-spacing: 0.075rem;
}
.home .reassurance .list figure{
	text-align: center;
}
.home .reassurance .list .txt{
	color: #232323;
    font-size: 17px;
    line-height: 22px;
}

/*  */

.catalogue .col_l figure{
	text-align: right;
}
.catalogue .col_r span:nth-child(1) { 
  font-weight: 700;
  font-size: 3rem;
   color: #fff;
}
.catalogue .col_r span:nth-child(2) { 
  font-weight: 700;
  font-size: 3rem;
   color: #b7bdb1;
   margin-left: 10px ;
}
.catalogue .col_r span:nth-child(3) { 
  font-weight: 700;
  font-size: 3rem;
   color: #b6e8b8;
   margin-left: 10px ;
}


.catalogue .col_r span:nth-child(4) { 
	display: block;
    margin-bottom: 1rem;
    margin-top: -.75rem;
    font-style: italic;
    font-weight: 400;
    font-size: 2.25rem;
    color: #b7bdb1;
}

.catalogue .col_r .wpforms-container{
	position: relative;
}

.catalogue .col_r .wpforms-form{
    position: absolute;
    width: 60%;
    top: 0;
}
.catalogue .col_r .wpforms-field-container{
	    position: absolute;
    width: 100%;
}
.catalogue .col_r .wpforms-submit-container{
    position: absolute;
    right: 0;
}
.catalogue .col_r > div input[type="email"] {
    border-radius: 50px;
    width: 100%;
    height: 60px;
    padding-left: 2rem;
    background: #e7e9e1;
    font-weight: 600;
    font-style: italic;
    font-size: 1.25rem;
}
.catalogue .col_r > div input[type="checkbox"] + label {
	    color: #595858;
}

.catalogue .col_r > div .wpforms-submit {
	background: #595858!important;
	border-radius: 50px;
	height: 60px;
}




/* Footer */

.footer_logo, .footer_txt{
    max-width: 80%;
    margin: 0 auto;
}
.footer_logo {
    margin-top: 2rem;
}
.footer_logo img{
    max-width: 80%;
}
.footer_txt {
    margin-bottom: 3rem;
}
.footer_txt ul {
    list-style-type: none;
}
.footer_txt ul li a{
    text-decoration: none;
}
.footer_txt ul li a:hover{
    text-decoration: underline;
}
.footer_txt .footer_linkedin {
    margin-top: 1rem;
}
.footer_txt .contact_footer {
    margin-top: 1rem;
}
.footer_txt .contact_footer a{
    background: #e7e9e1;
    border-radius: 50px;
    font-size: 1.25rem;
    font-style: italic;
    padding: .75rem 2rem;
}