/*
Theme Name: My theme
Theme URI: http://www.maylisbesset.com/
Description: Theme pour le site Maylis Besset
Author: Maylis BESSET
Text Domain : mytheme
Version: 1.0
License: Copyright © 2022 - Maylis BESSET - Tous droits réservéss
*/
@charset "utf-8";
/* --- BOOTSTRAP --- */
/*
 - bootstrap est chargé avant le style et s'occupe des resets et autres généralités
 - Ne mettre ici que votre code perso
*/
:root{
    --dark-blue:#282E68 ;
    --green: #2EC4B6;
    --light:#FEF8F4 ;
    --pink:#F7D4ED ;
    --blue:#3121F5 ;
    --red: #FF4D43;
    --wheat: #FEE7D7;
    --body-font: 'Montserrat',sans-serif;
    --body-color: #282E68;
    --body-font-size: 18px;
}

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,700;1,400;1,700&family=Rammetto+One&display=swap');

body{
    color:var(--body-color) ;
    font-size: var(--body-font-size);
    font-family: var(--body-font);
}

h1,.h1{
        font-size: 42px;
        font-weight: 400;
        font-family: "Rammetto One",cursive;
        color: var(--dark-blue);
    }
    h2,.h2{
        font-size: 32px;
        font-weight: 400;
        font-family: "Rammetto One",cursive;
        color: var(--dark-blue);
    }
    h3,.h3{
        font-size: 25px;
         font-weight: 400;
        font-family: "Rammetto One",cursive;
    }
.bg-blue{
    background-color:var(--dark-blue) ;
}
.bg-green{
    background-color:var(--green) ;
}
.bg-light{
    background-color: var(--light)!important
}
.c-white{
    color: white;
}
.color-red{
    color: var(--red)!important
}
.color-blue{
    color: var(--blue)!important
}
.color-green{
    color: var(--green)!important
}
.c-dark-blue{
	color:var(--dark-blue);
}
.color-light{
    color: var(--light)!important
}
.color-wheat{
    color: var(--wheat)!important;
}
.btn{
    border-radius: 5px!important;
    padding: 10px 15px!important;
    font-size: 20px;
    font-weight: bold;
    border: none;
}
.btn-primary{
    background-color: var(--blue) !important;
    color: white!important
}
.btn-primary:hover{
    background-color:var(--green) ;
}
.btn-green{
    background-color: var(--green) !important;
    color: white!important;
}
/* NAVIGATION */
.menu-fixe{
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
}
.main-menu{
    width: 100%;
}
#main-menu{
    position: absolute;
    display: none;
    z-index: 2;
    width: 100%
}
#main-menu li{
    list-style: none;
    max-height: 149px;
    padding: 25px;
    margin: 0;
    border-bottom: 1px solid var(--grey-medium);
    cursor: pointer;
}

#main-menu li a{
    font-size: 18px;
    color: var(--dark-blue);
    text-decoration:none;
}
#show-menu{
    display: none
}
.show-menu {
    display: block;
    cursor: pointer;
    margin: 10px 15px;
    color: white;
}
input[type="checkbox"]:checked#show-menu~#main-menu {
    display: block;
    left: 0;
    background-color: var(--grey-light);
    top: 84px;
    height: 100vh;
    background-color: white;
    margin: 0;
}
/* FOOTER */
.menu-social{
    list-style: none;
    display: flex;
}
.menu-social li a{
    color: white;
    padding: 0 10px;
}
#menu-footer{
    justify-content: center;
	display:flex;
list-style-type:none;
    padding-top: 10px;
    margin: 0;
    padding: 10px 0;
	
}
#menu-footer li{
    padding: 0 10px;
}
#menu-footer li a{
    color: white;
    font-weight: bold;
    font-size: 15px;
}

/* Page services */
.bg-service-left,
.bg-service-right{
    position: relative;
    z-index: -1;
}
.bg-service-left::before{
    content: '';
    position: absolute;
    background-color: var(--light);
    width: 100%;
    height: 100%;
    left: 0;
}
.bg-service-right::before{
    content: '';
    position: absolute;
    background-color: var(--light);
    width: 100%;
    height: 100%;
    right: 0;
}
.list-jobs {
    list-style: none;
    margin: 0;
    padding: 15px 0;
}
.list-jobs li {
    font-weight: bold;
    font-size: 18px;
    margin: 10px 0;
    padding: 0;
}

/* Page CONTACT */
.form-contact .wpforms-form input[type=text],
.form-contact .wpforms-form input[type=email],
.form-contact .wpforms-form input[type=tel]{
    height: 55px!important;
}
.form-contact .wpforms-form input,
.form-contact .wpforms-form textarea{
    border: 1px solid var(--dark-blue)!important;
    border-radius: 3px !important;
    opacity: 1;
}
.form-contact .wpforms-field-container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}
.form-contact .wpforms-form .wpforms-field {
    padding-right: 15px!important;
    padding-left: 15px!important;
}

/* PAGE REALISATIONS */
.btn-filter{
    background-color: var(--light);
    padding: 10px 12px;
    border-radius: 20px;    
    color: var(--dark-blue);
    font-weight: bold;
    line-height: 2.8;
    text-decoration:none
}
.btn-filter:hover{
    background-color: var(--green);
    text-decoration: none;    
    color: white;
    font-weight: bold;
}
.border-rounded{
    border-radius: 10px;
}
.width-button{
    width: 100%;
}
.bg-landing{
    background: url(images/landing/bg-landing.svg) no-repeat top center;
    padding-top: 20px;
    padding-bottom: 0;
    background-size: contain;
    position: absolute;
    height: 100vh;
    width: 100%;
}
.title-rs{
    position: relative;
    width: 100%;
    margin: auto;
}
.title-rs::before{
    content: none;
    position: absolute;
    height: 2px;
    width: 48px;
    background-color: var(--dark-blue);
    top: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
.title-rs::after{
    content: none;
    position: absolute;
    background-color: var(--dark-blue);
    height: 2px;
    width: 48px;
    top: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.main{
    padding-top: 100px;
}

#isotope-list {
    position: relative;
}

.effect-lexi {
    aspect-ratio: 3 / 3; /* ou le ratio de tes visuels */
    overflow: hidden;
}
.effect-lexi img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

