 /*  
Theme Name: Tiphaine letort
Text Domain: Tiphaine letort
Theme URI: http://matthieulaporte.com/
Description: Le thème de Tiphaine letort 2024
Author: Matthieu Laporte
Author URI: http://matthieulaporte.com/
*/

/* typo couleurs general */

@font-face {
    font-family: "Agatha";
    src:   url(font/Agatha-VF.woff2) format("truetype");
   } 

body {
    padding: 0px;
    position: relative;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 0;

    -webkit-animation: fadein 0.5s; /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 0.5s; /* Firefox < 16 */
    -ms-animation: fadein 0.5s; /* Internet Explorer */
    -o-animation: fadein 0.5s; /* Opera < 12.1 */
    animation: fadein 0.5s;

    font-family: 'Avenir', sans-serif;
    scroll-behavior: smooth; /* Ajoute un défilement fluide */
}

@keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from { opacity: 0; }
 to   { opacity: 1; }
}

html {
    padding: 0;
    margin: 0;
    background: #e5ac8e;
    scroll-behavior: smooth; /* Ajoute un défilement fluide */
}
p {
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 0.5px;
    font-weight: 100;
    line-height: 28px;
}

ul {
    font-size: 20px;
}
li {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 28px;
    color: #fff;
}
h3 {
    font-family: "Agatha";
    font-size: 40px;
    line-height: 48px;
    font-weight: 300;
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

h1 {
    font-size: 50px;
    font-weight: 500;
    margin-bottom: 40px;
}
h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 40px;
}
a {
    color: #ffffff;
    text-decoration: none;
    border: 0px;
}   
main {
    width: 980px;
    margin-left: auto;
    margin-right: auto;
}    

        
span {
    font-weight: 600;
}
strong, b {
font-weight: 600;
}
blockquote {
    padding: 40px 40px 5px 40px;
    margin-top: 0px;
    margin-bottom: 40px;
    margin-inline-start: 160px;
    margin-inline-end: 160px;
}
blockquote p {
    letter-spacing: 1px;
    text-align: center!important;
    width: 100%;
    font-size: 30px;
    line-height: 40px;
}

hr {
    background-color: #EEEEEE;
    border: 0 none;
    float: left;
    height: 1px;
    margin: 1%;
    width: 98%;
}
p a {
    color: #ffffff;
    text-decoration: none;
    border: none;
    border-bottom: 1px solid #ffffff;
}

.titre-bloc {
    text-align: center;
}

.titre-bloc h3 {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.titre-bloc-2  {
    text-align: center;
}
.titre-bloc-2 h2 {
    padding-top: 80px;
    padding-bottom: 80px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}
.separator {
    width: 100%;
    height: 160px;
    background-image: url('img/separator.svg');
    background-repeat: no-repeat;
    background-position: center;
}
.separator-80 {
    width: 100%;
    height: 80px;
}
.post-edit-link {
    background-color: #fffabc;
    padding: 5px 10px 5px 10px;
    font-size: 15px;
}
.post-edit-link a {
    border-bottom: 0px;
}

#naturopathie{
    transition: all .5s cubic-bezier(.19,1,.22,1);
}
.mobile{
    display: none;
}

