/*
Theme Name: Reiki
Description: Theme enfant
Author: Nina Roethinger
Author URI:
Template: twentyseventeen
Version: 0.1.0
*/

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

* {
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
}

h1, h2, h3, h4 {
    text-align: center;
}


h2 {
    font-family: "Abril Fatface";
    font-size: 50px;
    font-weight: 200;
    color:#bc3737;
}

h3 {
    font-size: 1.17em;
}

h4 {
    font-size: 1.17em;
}


hr {
    margin: 20px auto;
    border: none;
    background: #bc3737;
    width: 200px;
    height: 1px;
}


p {
    color: rgb(32, 32, 32);
    font-weight: 300;
}

body {
 /*   background: url(./Assets/poppiesD.png) center/cover; */
      background-attachment: fixed;
      font-family: "Lato";
      font-size: 1.2rem;

}

.hero {
    background-image: url("http://xn--veilles-tes-sens-9pb.fr/wp-content/uploads/2022/01/poppiesD.png");
    height: 850px;
    background-size: cover;
}

.comments-wrapper {
    margin: 50px auto;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
    padding: 20px;
}

.comment-form-comment textarea {
     padding: 10px;
}

.form-submit {
    margin: 20px auto;
    width: 215px;
}

.form-submit input {
    padding: 10px;
    border: none;
    border-radius: 5px;
    background: #BC3737 !important;
    color: #fff;
}

.nf-form-content label {
	font-family: "Lato";
}

#nf-field-9-container {
	margin: 20px auto;
  width: 100px;
	font-family: "lato";
}

#nf-field-9-container input {
	border-radius: 5px;
	width: 100px
}

.nf-element::placeholder {
	font-family: "lato";
}

a.skip-link, a.screen-reader-text, a.post-edit, a.meta-wrapper {
display: none !important;
}

a:hover {
    text-decoration: none;
}

button {
    background: transparent !important;
}

.btn {
    display: block;
    margin: 20px auto;
    height: 30px;
    padding: 10px;
    line-height: 0;
    background: #b95454 !important;
    border-radius: 5px;
    border: 1px solid #bc3737;;
    color: #fff;;
    transition: 0.5s ease-in-out;
}

.btn a {
    color: #fff;
    transition: 0.3s ease-in;
}

.btn:hover a {
    color: #000;
}

.btn:hover {

    background: #fff;
    border: 1px solid black;
}
nav {
    padding: 20px;
    height: 100px;
    margin: 0 auto;
    background:  linear-gradient(180deg, rgba(31,29,29,1) 0%, rgba(31,29,29,0.9252743333661589) 32%, rgba(31,29,29,0.6899802157191002) 62%, rgba(31,29,29,0) 100%);
}

nav .container {
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
    min-width: 300px;
    max-width: 600px;
    width: auto;
}

nav ul {
    display: flex;
    margin: auto;
    gap: 24px;
    list-style-type: none;
    align-items: center;
}

nav ul li {
    font-family: "Abril Fatface";
}


nav ul li a {
    color: #f0d0b8;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    display: inline-block;
}
nav ul li a:hover {
    transform: translateY(10px);
    color:#ff5959;
}

nav img {
    max-width: 50px;
}

.title {
    position: absolute;
    margin: 0 auto;
    width: 100%;
    z-index: 0;
    transition: 1s ease-in-out;
}

.title h1 {
    text-align: center;
    color: #f0d0b8;
    margin-top: 200px;
    font-size: 100px;
    text-shadow: 0px 11px 7px rgb(38 16 10 / 66%);
    font-weight: 500;
    font-family: "Abril Fatface";
    transition: 1s ease-in-out;
}

.custom-shape-divider-bottom-1696251236 {
    position: absolute;
    top: 112%;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-bottom-1696251236 svg {
    position: relative;
    display: block;
    width: calc(100% + 1.3px);
    height: 135px;
    margin-top: 193px;
}

.custom-shape-divider-bottom-1696251236 .shape-fill {
    fill: #FFFFFF;
}

#bloc {
    position: relative;
    background: rgba(255, 255, 255, 0.651);
    margin: 50px auto 0;
    padding: 80px 80px 80px 80px;
    width: 1088px;
    z-index: 1;
    transition: 1s ease-in-out;
}

#bloc .quote {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px;
    transform: translateX(-200px);
    transition: 2s ease-in-out;

}

#bloc h3 {
    font-family: 'Playfair Display';
    text-align: left;
}

.quote i {
    font-size: 30px;
    color: #686868;
    
}


.quote svg {
    fill: #18191b;
    font-size: 60px;
    margin-right: 20px;
}

#bloc h3::before {
    display: block;
    width: 1px;
    height: 50px;
    background-color: #686868;
}

.one {
    width: 455px ;
    opacity: 0;
}

.two {
    width: 404px ;
    opacity: 0;
}

.three {
    width: 550px ;
    opacity: 0;
}

/* VIVA L'ALGERIE */  

#presentation {
    margin: 100px 0;
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
    grid-row-gap: 30px;
}

#presentation .info-box {
    box-shadow: 1px 1px 60px 2px #c7a0a02b;
    background: #fff;
    padding: 20px;
}

#presentation #infoBoxOne, #infoBoxThree, #breussPic {
    border-radius:  0 5px 5px 0;
}

#presentation #reikiPic, #refPic, #infoBoxTwo {
    border-radius: 5px 0 0 5px;
}

#presentation img, .info-box {
    opacity: 0;
    transition: 2s ease-in-out;
    width: 100%;
    height: 100%;
}

.pic {
    transform: translateY(150px);
}

#infoBoxOne, #InfoBoxThree {
    opacity: 0;
    transform: translateX(150px);
    transition: 2s ease-in-out;
}

#infoBoxTwo {
    opacity: 0;
    transform: translateX(-150px);
    transition: 2s ease-in-out;
}

#presentation p {
    max-width: 360px;
    margin: 50px auto;
}


#a-propos {
    margin: 200px auto;
}

#a-propos img {
    display: block;
    margin: 80px auto;
    border-radius: 50%;
    width: 400px;
    opacity: 0;
    transition: 3s ease;
}

#a-propos p {
    max-width: 810px;
    margin: 0 auto;
}


#presta hr {
    margin-bottom: 70px;
}

#presta .box {
    display: grid;
    grid-template-columns: 50% 50%;
    margin: 50px auto;
    align-items: center;

}

#presta .box p {
    max-width: 540px;
    margin: auto;
}

#presta .image img{
    width: 350px;
    margin: 20px auto;
    display: block;
    filter: grayscale(1);
    transition: 0.5s ease-in-out;
}

#presta .box h3, .box p {
    opacity: 0.5;
    transition: 0.5s ease-in-out;
}

.refp {
    flex-direction: row;
}

#tarifs .items {
    margin: 100px auto 150px;
    width: 460px;
    height: 805px;
    background: rgb(179 244 255 / 10%);
    box-shadow: 0 25px 45px rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.2);
    border-bottom: 1px solid rgba(255,255,255,0.2);
    border-radius: 10px;
    padding: 20px;
    z-index: 10;
    position: relative;
} 

#tarifs .item {
    background: #4d4d4d4d;
    border-radius: 10px;
    color: #fff;
    padding: 10px;
    line-height: 25px;
    margin: 10px auto;
    transition: 0.8s ease-in-out;
}

#tarifs .item:hover {
    background: rgba(255, 255, 255, 0.258);
    color: rgb(20, 20, 20);
    transform: scale(1.1);
    cursor: pointer;
}

#tarifs .item:hover p {
    color: rgb(20, 20, 20);
}

#tarifs .item p {
    color: #fff;
    transition: 0.8s ease-in-out;
}

#tarifs .item h3 {
    color: #bc3737;
    font-weight: 600;
}
#tarifs .glassmorphismImg img {
    position: absolute;
    width: 865px;
    margin: -722px auto;
}

.comment-form-comment textarea {
    resize: none;
}

.comment-form-author label, .comment-form-email label, .comment-form-url label  {
    width: 80px;
}

.comment-form-author input, .comment-form-email input, .comment-form-url input  {
    border: 1px solid #dcd7ca
}

  #contact h2 {
    margin: 0 auto;
    padding: 50px 0 20px 0px;
    width: 50%;
  }

  .logged-in-as {
    display: flex;
    justify-content: space-around;
  }

  .logged-in-as a {
    color: #2d2d2d;
  }

  .logged-in-as a:last-child {
    border: 1px solid #2d2d2d;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.3s ease-in;
  }

  .logged-in-as a:last-child:hover {
    transform: scale(1.1);
  }

  footer {
    background-color: #940000;
    height: 450px;
    max-width: 1930px;
    min-width: 320px;
    width: auto;
    padding: 20px 20px 40px;
  }

  footer ul {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 30%;
  }

  footer ul li {
    list-style: none;
    margin-top: 50px;
    font-family: "Lato";
    font-size: 120%;
  }

  footer ul li a {
    color: #fff;
    text-decoration: none;
    transition: all 0.2s ease-in 0s;
  }

  footer ul li a:hover {
    color: #000;
  }

  footer li svg {
        color: #fff;
        padding: 5px 10px;
        font-size: 1.5rem;
        text-shadow: 4px 7px 7px rgb(38 16 10 / 39%);
  }
  footer h2 {
    color: #fff;
    padding: 20px;
    border-bottom: 1px solid #fff;
    width: 200px;
    margin-left: 250px;
  }





@media only screen and (min-device-width: 320px) and (max-device-width: 480px) { 

    
    html {
        overflow-x: hidden;
    }

    h1 {
        font-size: 50px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    h4 {
        font-size: 15px;
    }

    p {
        font-size: 16px;
    }

    nav {
        background-image: none !important;
        background-color: #1d1b1b;
        top: -270px !important;
        min-height: 47vh;
        min-width: 62vh;
        max-width: 65vh;
        transition: 0.5s;
        position: fixed;
        padding: 20px 0;
        z-index: 100;
      }

      nav img {
        display: none;
    }

    nav .container {
        padding: 0;
        width: 57vh;
    }

    nav.active {
        top: 0px !important;
      }

      nav.active span:nth-child(2) {
        transform: rotate(45deg);
      }

      nav.active span:nth-child(1) {
        opacity: 0;
      }

      nav.active span:nth-child(3) {
        transform: rotate(-45deg);
      }

      nav.active .toggle-button {
        top: 40px;
      }

      nav.active .toggle-button span {
        margin-top: 0px;
      }

      nav ul {
        display: flex;
        text-align: center;
        flex-direction: column;
        list-style: none;
        margin: 25px auto;
        width: 200px;
      }

      .toggle-button {
        position: fixed;
        top: 5px;
        left: 350px;
        cursor: pointer;
        height: 50px;
        width: 50px;
      }
      .toggle-button span {
        width: 45px;
        height: 2px;
        border-radius: 2px;
        margin-top: 10px;
        background-color: #fff;
        display: block;
        transition: 0.5s ease;
      }

      .title {
        z-index: 50 !important;
      }

      .title h1 {
        text-align: center;
        color: #292626;
        margin: 50px 15px;
        font-size: 50px;
        text-shadow: 0px 11px 7px rgb(38 16 10 / 66%);
        font-weight: 500;
        font-family: "Playfair Display";

    }
    

    #bloc {
        background: rgb(255 255 255 / 88%);
        margin-top: 50px;
        font-size: 50px;
        min-width: 56vh;
        max-width: 59vh;
        padding: 160px 10px 10px 10px;
        transform: none;
        z-index: 0 !important;
    }

    #bloc .quote {
        transform: none;
        opacity: 1;
        padding: 3px;
        width: 55vh;
        }


    #presentation {
        grid-gap: 30px;
        display: grid;
        grid-template-columns: 100%;
    }

    .pic, #infoBoxOne, #infoBoxTwo, #infoBoxThree {
        opacity: 1 !important;
        transform: none;
    }

    #presentation #infoBoxTwo {
        grid-row: 4;
    }

    #a-propos {
        margin: 100px auto;
    }

    #a-propos img {
        opacity: 1 !important;
        width: 315px;
    }

    #a-propos .quote {
        padding: 20px;
    }

    #presta .box {
        display: flex;
        flex-direction: column;
    }

    #presta .box p, #presta .box h3 {
        opacity: 1;
    }

    #presta .box img {
        filter: none;
    }

    #tarifs .items {
        width: 378px;
    }

    #tarifs .glassmorphismImg img {
        width: 389px;
        margin: -670px auto;
    }

    .nf-form-fields-required {
        font-size: 16px;
    }


    footer h2 {
        margin: 0 auto;
    }

    footer ul {
        width: 100%;
    }



}

@media only screen and (min-device-width: 230px) and (max-device-width: 375px) { 

    html {
        overflow-x: hidden;
    }

    h1 {
        margin: 50px 0;
        width: 400px;
        font-size: 45px;
    }

    nav {
        min-height: 52vh;
    }

    #bloc {
        min-width: 59vh;
        max-width: 62vh;
    }
}