/*
Theme Name: Jenny-Personal-Coach
Theme URI: 
Author: josuao
Author URI: https://dev-mota.fr
Description: Thème pour une coach personnel
Requires at least: 6
Tested up to: 6.0
Requires PHP: 5.3
Version: 0.1
*/
:root {
    --maxw: 1400px;
    --blanc: #F1F1F1;
    --gris: #EEEEEE;
    --black: #010101;
    --light_black: #0A0A0A;
    --primary: #DCC588;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    width: 100%;
    overflow-x: hidden;
    background: var(--gris);
    font-size:15px;
}

header {
  background: var(--light_black);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  border-bottom: 1px solid var(--primary);
}

.text_primary {
    color: var(--primary);
}

.text_white {
  color: var(--blanc);
}

.bloc_header {
  padding: 20px 0;
}

.bloc_header .text_primary {
  font-size: 1.5rem;
}
.bloc_header .text_white {
  font-size: 1.2rem;
}

.logo {
    position: relative;
    z-index: 99;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: left;
}

.logo img {
    max-height: 90px;
}

.rsheader{
    height: 40px
}

.insta {
  margin-left: 20px;
  height: 20px;
  width: 20px;
}

.insta svg {
  fill: var(--primary);
  
}


.menu {
    list-style: none;
    display: flex;
    align-items: center;
    margin-left: 20px;

}

.menu a {
    text-decoration: none;

}
.navmobile {
    display: none;
    top: 0;
    position: fixed;
    background: #000;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #fff;
    z-index: 999;
    box-shadow: 0 3px 6px #000;
  }
  .navmobile svg{
    fill: var(--gris);
    width: 30px;
    height: 30px;
  }
  .navmobile svg:hover{
    fill: #fff;
  }
  .navmobile .dropdown-menu {
    position: absolute;
    margin: 0px;
    transform: translate(0px, 66px) !important;
    width: 100vw;
    border: none;
    border-radius: 0;
  }
  .navmobile .menu-item{
    width: 100%;
    /* padding: 25px 25px !important; */
    margin: 0;
    border-bottom: 1px solid #2c2c2c;
    color: #fff;
    margin: 0;
    padding: 0;
  }
  .navmobile .menu-item a{
    
    width: 100%;
    padding: 25px 25px !important;
    display: block;
  }
  .navmobile .menu-item:hover a{
    color: var(--bleu);
    background-color: #e9ecef;
  }
  .dropdown-menu {
    background: var(--bleu);
    box-shadow: 0 3px 6px #060606;
    border-bottom: 1px solid #000;
  }
  .navmobile .menu{
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }

/* Accueil */
.titre_page {
    margin: 100px 0;
    font-family: 'Quicksand', sans-serif;
    font-weight: 300;
}

.text_intro {
    background: #fff;
    padding: 50px;
    margin-bottom: 100px;
}

.titre_text_intro {
  font-size: 1.4rem;
  margin-bottom: 30px;
}

.tophome {
    background: url(./img/bgacc.webp) no-repeat top right;
    background-size: cover;
    color: #fff;
    min-height: 700px;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--red);
    margin-top: 2px;
    position: relative;
}

.top_intro {
  background: url(./img/header_jenny3.jpg) no-repeat top right #000;
  background-size: auto 100%; 
  margin-top: 130px;
}
.fd_photo {
  background: #fff;
  padding: 100px 0px;
}

.part_text_top {
  padding: 130px 0;
  font-size: 2rem;
  background-color: #000;
  width: 100%;
}

.fd_photo1 {
  background: url(./img/fd_bande.jpg) repeat-x center left;
  margin-bottom: 100px;
}

.programme {
  padding: 100px 0;
}


.wp-container-3 > div:nth-child(1){
    width: 100%;
}
.alerte_accueil {
    background-color: var(--red);
    color: var(--blanc);
    width: 100%;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    margin: 0;
}

.texttopacc {
    border-left: 1px solid var(--red2);
    padding-left: 50px;
    position: relative;
}

.tophome .sous-titre {
    color: var(--gris);
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 25px;
}

.toptext {
    max-width: 540px;
}

.tophome .btnclassique {
    margin-left: 400px;
    margin-top: 50px;
    position: relative;
}

.btnclassique a {
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 10px 15px;
    transition: 0.3s ease;
    display: inline-block;
}

.btnclassique a:hover {
    border-color: var(--red2);
    background: var(--blanc);
    color: var(--bleu);
    box-shadow: 1px 3px 6px rgb(0 0 0 / 30%);
}
.card_service {

}
.card_text {
    background: #e1e1e1;
    padding: 90px 50px 50px 50px;
    margin-top: -90px;
}

.card_text h3 {
   padding: 50px;
}

.prog_elt .wp-block-group__inner-container {
  display: grid;
  grid-template-columns: 20fr 80fr;
}

.titre_presta {
  background-color: var(--primary);
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  font-size: 1.4rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 25px 50px;
  text-align: right;
  margin-bottom: 0;
}

.text_presta {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  display: flex;
  align-items: center;
  padding: 25px 50px;
  margin-bottom: 0;
  border: 5px solid #dcc588;
}

.prog_elt {
  margin-bottom: 50px;
}

.cours_collectifs {
  background-color: #fff;
  padding: 100px 0;
}

.ttre_collect {
  font-family: 'Quicksand', sans-serif;
  font-weight: 300;
  margin-bottom: 50px;
}

.col_collect {
  margin-top: 100px;
}

.bloc_contact {
  background-color: var(--primary);
  padding: 100px 0;
}

.container_contact {
  background: var(--light_black);
  padding:100px;
}

.btn_contact, .wpcf7-submit  {
  border-radius: 25px;
  padding: 10px 25px;
  border: 1px solid var(--primary);
  color: var(--blanc);
  font-size: 1.1rem;
  text-decoration: none;
  background: transparent;
}

.col1_contact {
  background: url('http://jenny.dev-mota.fr.behk0030.odns.fr/wp-content/uploads/2023/10/logo-jenny-alpha2.png') no-repeat center;
  display: flex;
  align-items: center;
  border-right: 1px solid #fff;
  padding-right: 90px;
}

.ttr_contact {
  margin-bottom:50px;
}

.wpcf7-text, .wpcf7-textarea{
  padding: 10px;
  width: 100%;
  
}

.col2_contact {
  padding-left: 90px;
}

.flex_contact {
  display: flex;
  gap: 10px;
  max-width: 100%;
}

.elt_flex{
  max-width:50%;
}
.elt_flex input{
  max-width: 100%;
}

.basdepage {
  background-color: var(--black);
  padding: 10px 0;
}

.basdepage .container {
  display: flex;
  justify-content: flex-end;
}

.basdepage a {
  text-align: right;
  text-decoration: none;
  color: #fff;
}

.basdepage a:hover {
  color: var(--primary);
}

.mention {
  padding-top: 150px;
}

@media all and (max-width: 1200px){
    .tophome {
        min-height: 532px;
      }
}   

@media all and (max-width: 996px){
  .top_intro {
    background-position: top center;
  }
  .flex_contact{
    display: block;
  }
  .elt_flex{
    max-width: 100%;
  }

  .col1_contact {
    background-size: 100% auto;
    padding: 90px 10px;
  }

}
@media all and  (max-width: 768px){
  .top_intro {
    background: #000;
  }

  .prog_elt .wp-block-group__inner-container {
    display: block;
  }

  .titre_presta {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    text-align: center;
  }

  .text_presta {
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-right-radius: 20px;
  }

  .container_contact {
    padding: 10px;
  }
  .col1_contact {
    background-size: auto 100%;
    border-right: none;
    padding: 90px 20px;
  }

  .col2_contact{
    padding-left: 0;
  }
}

@media all and  (max-width: 500px){
  header {
    position: relative;
  }

  .contact_header, .logo {
    width: 100%;
  }

  .logo {
    margin-bottom: 20px;
  }

  .topmenu{
    justify-content: center!important;
  }
  
  .top_intro{
    margin-top: 0;
  }
}
