 /*  
Theme Name: Annette Weiser
Version: 1.0
Text Domain: AWA
Theme URI: http://matthieulaporte.com/
Description: Le thème d'Annette Weisser sous le nom d'AWA
Author: Matthieu Laporte
Author URI: http://matthieulaporte.com/
*/

/* typo couleurs general */

@font-face {
    font-family: "dtl_fleischmannt_italic";
    src: url("/font/dtl_fleischmannt_italic.eot"), 
        url("/font/dtl_fleischmannt_italic.eot#iefix") format("embedded-opentype"), 
        url("/font/dtl_fleischmannt_italic.woff2") format("woff2"),
        url("/font/dtl_fleischmannt_italic.woff") format("woff"),
        url("/font/dtl_fleischmannt_italic.ttf") format("truetype"),
        url("/font/dtl_fleischmannt_italic.svg#dtl_fleischmannt_italic") format("svg");
        font-weight: normal;
        font-style: normal;

}

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;
}

@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: #fff; 
font-family: 'Inter', sans-serif;
}

p, h3, h2 {
    color: #111111;
    font-size: 20px;
    line-height: 30px;
    margin: 0px 0px 50px 0px;
    letter-spacing: 0.5px;
}

h3 {
    font-family: 'STIX Two Text', serif;
    font-weight: normal;
    font-size: 60px;
    line-height: 65px;
    font-style: italic;
}

h1:first-child {
margin-top: -8px;
}
h1:last-child {
margin-bottom: 0px;
}
h1 {
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    width: 100%;
}
h2 {
    font-size: 50px;
    font-weight: 600;
    }
a {
    color: #111111;
    text-decoration: none;
    border: 0px;
    }    

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

hr {
    background-color: #EEEEEE;
    border: 0 none;
    float: left;
    height: 1px;
    margin: 1%;
    width: 98%;
}

p a {
    color: #111111;
    text-decoration: none;
	border:none;
    border-bottom: 1px solid #ccc;
}
p a:hover {
    border-bottom: 1px solid #111111;
}

ul {
    margin: 0px 0px 40px 0px;

}
li {
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 30px;
}  

#newsletter form p {
    display: flex;
    justify-content: center;
    align-items: center;
}

#newsletter .wpcf7-form-control {
    border: 2px solid #111;
    border-radius: 50px;
}

#newsletter .wpcf7-submit {margin:0}

#newsletter .wpcf7-submit:hover { 
	background:#000000;
	color:#fff;
}

#newsletter .wpcf7-spinner{
    display: block;
    position: absolute;
    top: 100%;
}
@media (max-width:768px){
	#newsletter form p {
	flex-wrap: wrap;
	row-gap: 20px;
	}
	#newsletter .wpcf7-submit {
		width: 40%;
	}
	
}

#sb_instagram.sbi_col_4 #sbi_images .sbi_item {
  width: 100% !important;
}
