/*
Theme Name: Craftyourskills
Text Domain: lhb
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Author: Agence ELEMENT
Author URI: https://agenceelement.com/
License: © 2023 - Agence ELEMENT
// License URI: http://www.gnu.org/licenses/gpl-2.0.html

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned
with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup   
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menu Modal
	6. 	Search Modal
	7. 	Page Templates
		a. 	Template: Cover Template
		c. 	Template: Full Width
	8.  Post: Archive
	9.  Post: Single
	10. Blocks
	11. Entry Content
	12. Comments
	13. Site Pagination
	14. Error 404
	15. Widgets
	16. Site Footer
	17. Media Queries

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

/* @import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;700&family=Roboto:wght@300;400;500;700&display=swap'); */

 

html,
body {
	border: none;
	margin: 0;
	padding: 0;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}

ul {
    list-style: outside none none;
    padding: 0;
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

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

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

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

a img.alignnone {
    margin: 5px 20px 20px 0;
}

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

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

* {
	box-sizing: border-box; outline:0; -webkit-tap-highlight-color: transparent;

}


/* @font-face {font-family: "Futura Light"; src: url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.eot"); src: url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.woff") format("woff"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/2167e76f00e569cc11b3665679996380.svg#Futura Light") format("svg"); } */




/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
	
}

/* Firefox */
input[type=number] {
  -moz-appearance:textfield;
}

button {
	cursor: pointer;
	background-color: transparent;
	cursor: pointer;
}






* {
    box-sizing: border-box;
    outline: 0 none;
}
 

.only_smart {
    display: none;
}

body {
    color: #1d1d1b;
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
	overflow-x: hidden;
	font-weight: 400;
    font-size: 14px;
    background-color: #FFF;
 
}

 
figure {
    margin: 0;
    padding: 0;
}
 
 
h1 {
    font-size: 32px;
    margin-bottom: 20px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: -1px;

}

h2 {
    font-size: 30px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 20px;
}
 
h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}




p, ul {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
    letter-spacing: inherit;
}
 

input[type="text"], input[type="email"], input[type="tel"], input[type="submit"], input[type="date"], select {
   background-color: transparent;
    border: none;
    border: 1px solid #3D362C;
    border-radius: 6px;
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0px 0 0px;
    padding: 0px;
    width: calc(100% - 10px);
    color: #3D362C;
    padding-bottom: 7px;
    padding-top: 7px;
    padding-left: 7px;
    padding-right: 7px;
}

textarea {
    background-color: transparent;
    border: 1px solid #3D362C;
    display: inline-block;
    font-family: 'Roboto', sans-serif;    font-size: 16px;
    margin: 10px 0 20px;
    padding: 7px;
    resize: none;
    width: 100%;
    color: #3D362C;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="date"]:focus, textarea:focus, input[type="submit"]:hover {
    background-color: rgba(255,255,255,0.18);
}

input[type="submit"] {
	background-color: transparent;
    border: 1px solid;
    width: auto;
    cursor: pointer;
    padding: 10px 20px;
    margin: auto;
}

.open_menu {
    overflow: hidden;
}

.wrap {
    margin: auto;
    max-width: 1800px;
    padding: 0 50px;
    position: relative;
    width: 100%;
    
}

footer .wrap, header .wrap {
     padding: 0 50px;
    
}

.flex {
	display: flex;
	
}

.big {
	font-size: 20px;
}

a {
	text-decoration: none;
	color: #3d362b;
}

ol {
    list-style-position: inside;
}


.upp {
	text-transform: uppercase;
}

 

strong {
	font-weight: bold;
}


img {
    max-width: 100%;
    height: auto;
}


.btn a {
    padding: 16px 20px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: inherit;
    display: inline-block;
    font-weight: 300;
    text-transform: uppercase;
    text-align: left;
    text-decoration: none;
    border-radius: 6px;
    
    align-items: center;
    justify-content: flex-start;
}
.btn.left_icon a, .btn.right_icon a {
display: flex;

}
.btn.left_icon a [class^="icon-"], .btn.left_icon a [class*=" icon-"] {
    font-size: 52px;
    margin-right: 8px;
}
.btn.right_icon a [class^="icon-"], .btn.right_icon a [class*=" icon-"] {
    font-size: 52px;
    margin-left: 8px;
}

/* COULEURS */


.violet, .violet a {
    color: #d768a5;
}

.bg_violet {
    background-color: #d768a5;
}


.green, .green a {
    color: #015c3b;
}
.bg_green {
    color: #015c3b;
}

.marron, .marron  a {
    color: #3d362b;
}
.bg_marron {
    background-color: #3d362b;
}

.bg_gradient_violet {
    background: linear-gradient(90deg, rgba(180,109,153,1) 0%, rgba(36,95,68,1) 100%);
    background-color: #b6709a;
}
  
 

p a {
    text-decoration: underline;
    font-weight: 400;
}
 


.fullscreen {
   width: calc(100vw);
    min-height: calc(100dvh);
    padding-top: 0;
    padding-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 91px;
    background-size: cover;
    background-position: center;
}

.defaut_content {
    padding-top: 170px;
}
 
 
input[type="submit"], button[type="submit"] {
    background-color: transparent;
    border: none;
    width: auto;
    cursor: pointer;
    padding: 10px 20px;
    margin: auto;
    color: #FFF;
    border-radius: 6px;
}




/* HEADER */

header .inner.flex {
    justify-content: space-between;
}

#site-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #ffed00;
    padding: 26px 0;
    height: 94px;
     
}


section {
    position: relative;
}

.logo {
    width: inherit;
    margin-right: 20px;
    height: 31px;
    display: flex;
    align-items: center;
    padding-left: 0px;
    margin-left: 0;
    padding-left: 0;
}
 

.logo img {
    width: 200px;
}

#site-header nav {
    max-width: 100%;
    width: 100%;
    min-width: 480px;
    border-top: 1px solid #1d1d1b;
   
}


span.slogan {
    border-left: 2px solid;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 36px;
}

#site-header .left.flex {
    align-items: center;
}
 
#site-header ul.primary-menu {
    display: flex;
    align-items: flex-start;
    height: 40px;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    width: 100%;
    padding-top: 7px;
    padding-bottom: 10px;
    position: relative;
}
ul.primary-menu li a {
    color: #1d1d1b;
    text-transform: uppercase;
    font-weight: 400;
    margin: 0;
    font-size: 12px;
    margin-right: 20px;
    letter-spacing: 0;
    position: relative;
    padding-left: 0px;
}
 
ul.primary-menu li a:hover {
    /* font-weight: bold; */
}
body:not(.home) ul.primary-menu li.current_page_item a, .single-conseils .menu-item-49 a, ul.primary-menu li.current-page-ancestor a, .tax-public .menu-item-49 a, ul.primary-menu li.current-menu-parent a  {
    font-weight: bold;
}
body:not(.home) ul.primary-menu li.current_page_item a:after, ul.primary-menu li a:hover:after, ul.primary-menu li.current-menu-parent a:after   {
    content: '';
    position: absolute;
    bottom: -14px;
    left: 0;
    background-color: #1d1d1b;
    display: block;
    width: 100%;
    border-radius: 0;
    height: 2px;
    transform: 0;
}
 ul.primary-menu li a:hover:after {
     opacity: 0.4;
}
 
ul.primary-menu li.social_link a {
    margin: 0;
    padding: 0;
    margin-left: 10px;
}

ul.primary-menu li.social_link a span {
    font-size: 18px;
    line-height: 24px;
}

ul.primary-menu div {
    display: flex;
}



/* ACCUEIL */


#nos-offres .flex.inner {
    display: flex;
    align-items: flex-start;
}   

#nos-offres .flex.inner .left, #nos-offres .flex.inner .right {
    width: 50vw;
}

 

#nos-offres .right {
    padding-left: 40px;
}
#nos-offres .right .inner {
    margin: auto;
    max-width: 500px;
}

#nos-offres hr {
    margin-bottom: 20px;
    margin-top: 20px;
}


section#nos-offres:before {
    content: "";
    background-color: #7e837c;
    width: 50vw;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

section#nos-offres h2 {
    color: #ffed00;
    font-size: 80px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 72px;
}

#nos-offres .left {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 94px;
    position: sticky;
    height: calc(100vh - 90px);
}

#nos-offres .inner.flex {
    align-items: flex-start;
}

#nos-offres h3 {
    margin-bottom: 0;
}


#accueil-3 .inner {
    max-width: 400px;
    margin: auto;
    text-align: justify;
    color: #7e837c;
}

#accueil-3 .inner ul {
    text-align: center;
    font-weight: 900;
}



section#contact {
    text-align: center;
    color: #7e837c;
}

section#contact .flex {
    justify-content: center;
    align-items: flex-start;
}

section#contact span {
    font-size: 62px;
    background-color: #EFEFEF;
    border-radius: 50px;
    padding: 20px;
    display: inline-block;
    margin-bottom: 20px;
    color: #7e837c;
}

section#contact  .col {
    margin: 0 30px;
}

section#contact  h2 {
    font-size: 30px;
    font-weight: 900;
    line-height: 30px;
    margin-bottom: 40px;
    color: #7e837c;
}



.step-1 section#accueil-3, .step-1 section#video, .step-1 section#nos-offres, .step-1 section#contact {
    display: none;
}



.swiper-slide img, .swiper-slide h2 {
    width: 690px;
    margin: auto;
    position: absolute;
    bottom: 20vh;
    left: 50%;
    z-index: 1;
    transform: translateX(-50%);
    text-align: center;
    color: #FFF;
    font-weight: bold;
    font-size: 28px;
}


div#swiper-story-telling, div#swiper-story-telling .wrap {
    height: calc(100vh - 94px);
    width: 100%;
}


#more-box span {
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.more-box span {
    position: absolute;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

span#more-1 {
    left: 16vw;
    top: 77vh;
    font-size: 76px;
    color: #009fe3;
}

span#more-2 {
    left: 3vw;
    top: 63vh;
    font-size: 30px;
    color: #e6007e;
}

span#more-3 {
    left: 9vw;
    top: 50vh;
    font-size: 29px;
    color: #ffed00;
}

span#more-4 {
    left: 48vw;
    top: 47vh;
    font-size: 24px;
    color: #a76eac;
}

span#more-5 {
    left: 69vw;
    top: 43vh;
    font-size: 20px;
    color: #009fe3;
}

span#more-6 {
    left: 87vw;
    top: 53vh;
    font-size: 28px;
}

span#more-7 {left: 96vw;top: 57vh;font-size: 45px;color: #ffed00;}

span#more-8 {
    left: 30vw;
    top: 75vh;
    font-size: 43px;
}

span#more-9 {
    bottom: 2vh;
    left: 82vw;
    font-size: 48px;
    color: #e6007e;
}

span#more-10 {
    top: 67vh;
    left: 64vw;
    font-size: 38px;
    color: #70bb71;
}


div#swiper-story-telling .bg_layer_img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
div#swiper-story-telling[data-slide="2"] .bg_layer_img {
    opacity: 0;
}


.slide-last h2 {
    color: #1d1d1b;
}
.more-box span:after {
    transform: scale(0.1);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


.more-box span#more-4:after, .more-box span#more-5:after, .more-box span#more-10:after {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 0;
    border: 2px solid;
    position: absolute;
    left: -2px;
    top: -2px;
    border-radius: 50px;
    transform: scale(0.1) ;
    -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}



div#swiper-story-telling[data-slide="2"] .more-box span:after {
    transform: scale(1.8) rotate(45deg);
    opacity: 1;
}

div#swiper-story-telling[data-slide="2"] .more-box span:not(#more-4):not(#more-5):not(#more-10) {
    color: #e1e2e1;
}



a.play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    cursor: pointer;
    z-index: 2;
}



.step-2 #accueil {
    pointer-events: none;
}


@media all and (max-width: 1500px) {


header .inner.flex {
    justify-content: flex-start;
    flex-wrap: wrap;
}
#site-header {
    height: 104px;
}
    
    
}


@media all and (max-width: 900px) {


#site-header .right {
    display: none;
}
 #site-header {
    height: 94px;
}   
  
.swiper-slide img, .swiper-slide h2 {
    width: 80vw;
}
    
.fullscreen:not(#accueil) {
    width: calc(100vw);
    min-height: auto;
    padding-top: 50px;
    }
    
a.play_btn {

    width: 100px;
  
}
    #video {
        padding-top: 0px;
    }
    
#nos-offres .inner.flex {
    display: block;
}
 #nos-offres .flex.inner .left, #nos-offres .flex.inner .right {
    width: 100%;
             height: auto;
}
    #nos-offres .flex.inner .left {
        position: inherit;
    }    
#nos-offres .right {
    padding-left: 0;
}
    section#nos-offres:before {
        display: none;
    }
    
.wrap {
    padding: 0 20px;
    }
 
#nos-offres .left {
    display: block;
    align-items: center;
    justify-content: center;
}
    
section#nos-offres h2 {
    color: #ffed00;
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 40px;
    text-align: left;
    margin-bottom: 40px;
}
    
section#contact .flex {
    display: block;
}
    
section#contact .col {
        margin: 0;
        margin-bottom: 50px;
        display: block;
    }
    
div#swiper-story-telling .bg_layer_img {
    height: 100vh;
}
    
footer .wrap, header .wrap {
    padding: 0 20px;
}    
    
}



@media all and (max-width: 980px) {
    
    
 
 
    
}

