 /*  
Theme Name:FAR-2022
Version: 1.0
Theme URI: http://matthieulaporte.com/
Description: Matthieu Laporte
Author: Matthieu Laporte
Author URI: http://matthieulaporte.com/
*/

/* typo couleurs general */

@font-face {
 font-family: "helvetica-compressed";
 src:   url(font/HelveCom.otf) format("truetype");
}

html {
    padding:0; 
    margin:0; 
    background: #F5F4EC; 
    font-family: 'Inter', sans-serif;
}

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

p, h3, h2 {
    color: #111111;
    font-size: 32px;
    line-height: 44px;
    margin: 40px 0px 40px 0px;
}

h3 {
text-transform: uppercase;
letter-spacing: 2px;
font-weight: 600;
}

h1 {
    font-family: "helvetica-compressed";
    font-size: 400px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    line-height: 335px;
    margin-left: -8px;
}
h2 {
    font-family: "helvetica-compressed";
    font-size: 400px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -1.5px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 1px;
    line-height: 335px;
    margin-left: -8px;
}
a {
    color: #111111;
    text-decoration: none;
    border: 0px;
}    
       
span {
	font-weight:bolder;
}
strong, b {
    font-weight: 700;
}
blockquote {
    padding: 0;
    margin-top: 0px;
    margin-bottom: px;
    margin-inline-start: 0px;
    margin-inline-end: 0;
}
blockquote p {
    letter-spacing: 1px!important;
    width: 100%;
    text-transform: uppercase;
    line-height: 45px;
    font-size: 30px;
    font-style: italic;
}
hr {
    border: 0 none;
    height: 100px;
    width: 95%;
}

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



/** MOBILE **/

@media (max-width:1280px) {
body {
padding-left: 0px;
padding-right: 0px;
margin: 0px;
width: 100%;
}
h1 {
    font-size: calc(.1*220vw + 75px);
    line-height: 0.7;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}
h2 {
    font-size: calc(.1*220vw + 75px);
    line-height: 0.7;
    margin-bottom: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
}

.list-projet h1 {
    padding-left: 20px;
}
.list-projet h2 {
    padding-left: 20px;
}
p {
font-size: 25px;
line-height: 35px;
}
blockquote {
margin-inline-start: 0px;
margin-inline-end: 0px;
padding: 40px 0px 5px 0px;
}	

	
	
}