 /*  
Theme Name: Notaire Joassin
Theme URI: http://.com/
Description: Notaire Joassin 2020
Version: 1.0
Author: Matthieu Laporte
Author URI: http://matthieulaporte.com/
*/

/* typo couleurs general */
html {
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;


}
body {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    height: 100%;
    max-height: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    float: left;
}
strong, b {
font-weight: 900;
letter-spacing: 0.4px;
color: #020047;
}
h4 {
    color: #020047;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 2px;
    margin: 0;
    padding: 40px 40px 0px 40px;
font-family: 'Montserrat', sans-serif;
}
h3 {
    color: #020047;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding-left: 40px;
	padding-right: 40px;
font-family: 'Montserrat', sans-serif;
}
h3 strong {
   
}

h3 a {
    
    text-decoration: none;
	    font-weight: 100;
}

h2 {
    border-top: 0 dashed #cccccc;
    color: #121212;
    font-size: 18px;
    font-variant: small-caps;
    font-weight: 100;
    letter-spacing: 3px;
    line-height: 32px;
    margin-bottom: 15px;
    padding: 0;
}
h1 {
    color: #121212;
    float: left;
    font-size: 1.1rem;
    height: auto;
    letter-spacing: 1px;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
    text-transform: uppercase;
    margin-top: 45px;
    font-weight: 400;
    line-height: 1.52;
}
h1 a {
    border-bottom: 0px solid #000;
}
p {
    font-size: 18px;
    margin-top: 0;
    color: #373737;
    line-height: 29px;
	font-weight: 400;
    letter-spacing: 0.5px;
}
p a {
border-bottom: 1px solid #eee;
color: #373737;
text-decoration: none;
}
a {
	zoom:1;
	cursor:pointer;
}
li {
    display: list-item;
    font-size: 18px;
    line-height: 29px;
    color: #373737;
		font-weight: 400;
    letter-spacing: 0.5px;
}
ul {
margin-bottom: 30px;
padding-left: 80px;
padding-right: 80px;
width: 100%;
}
blockquote {
	margin:0;
    padding:0; 
	padding-left:50px;
	min-height:30px;
    color:#fff;  
	background: #fff url(img/blockquote-bg.jpg) top left no-repeat;  
    font-style:italic; 
	width:85%;   
}
hr {
    height: 2px;
    width: 5%;
    margin-top: 40px;
    margin-left: 40px;
    margin-bottom: 0px;
    background-color: #020047;
    border: 0;
}
a {
    border: none;
    color: #373737;
    text-decoration: none;

}
a img {
	border:0px;
}

::-moz-selection { background: #fff02a; color: #000; text-shadow: none; }
::selection { background: #fff02a; color: #000; text-shadow: none; }

*, *:before, *:after {
    box-sizing: border-box;
}

#overall-fade {
    height: 100%;
    width: 100%;
	z-index:999;

}


#overall-fade {
    animation: fadein 0.5s;
    -moz-animation: fadein 0.5s; /* Firefox */
    -webkit-animation: fadein 0.5s; /* Safari and Chrome */
    -o-animation: fadein 0.5s; /* Opera */
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-moz-keyframes fadein { /* Firefox */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
@-o-keyframes fadein { /* Opera */
    from {
        opacity:0;
    }
    to {
        opacity: 1;
    }
}

/* container */




.grid-100 {
    margin: 0;
    padding: 0;
    width: 100%;
}
.grid-100-white {
 width: 100%;

}
.grid-100-item {
    width: 100%;
    float: left;
}
.grid-100-white-title {
    background-color: #ffffff;
    float: left;
    padding-bottom: 20px;
    width: 100%;
    text-align: center;
}
.grid-100-white-title h3 {
    padding: 0;
    margin-top: 45px;
}
.grid-100-white-title-top {
    float: left;
    padding-bottom: 0px;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 9;
    padding-right: 20px;
    padding-left: 20px;
}
.grid-100-white-title-top h3 {
    padding: 0;
    margin: 45px 45px 0px 45px;
}

.grid-100-white-description {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
}
.grid-100-white-tag {
    background-color: #ffffff;
    float: left;
    padding-bottom: 5px;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #F4F4EB;
}
.grid-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 40px;
    grid-row-gap: 1em;
    width: 100%;
}
.grid-wrapper p {
padding-left: 40px;
padding-right: 40px;
}
.grid-wrapper-box-title {
    background-color: #EFEFEF;
    padding: 20px 40px 20px 40px;
}
.grid-wrapper-box-title p {
color: #020047;
padding: 0px!important;
margin: 0px!important;
text-transform: uppercase;
font-weight: 600;
letter-spacing: 0.6px;
font-family: 'Montserrat', sans-serif;
}
.grid-wrapper-box{
    background-color: #fafafa;

}
.grid-wrapper-box-rss {
float: left;
margin-right: 10px;
margin-top: 28px;
}
.grid-wrapper-box-rss img{
width: 20px;
    height: auto;
}




.grid-100-white-content {
    justify-content: center;
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1140px;
    margin-right: auto;
    margin-left: auto;
    vertical-align: middle;
    width: 100%;
}

.grid-100-white-content img{
    max-width: 100%;
	height: auto;
}

.grid-100-white-content ul {
    float: left;
}
.grid-100-fixed {
    height: 60px;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    background-color: #020047;
}
.grid-100-center {
text-align: center;
float: left;
position: relative;
width: 100%;
margin-top: 40px;
margin-bottom: 40px;
}
.grid-100-center img {
width: auto;
max-height: 80px;
padding: 0px 20px 0px 20px;
}
.content {
    float: left;
    margin-top: 0px;
    width: 100%;
}

.content img {
    max-width: 100%;
}

.content-img-100 {
    float: left;
    margin-bottom: 30px;
    margin-top: 0px;
    width: 100%;
	-webkit-background-size: cover!important; 
    -moz-background-size: cover!important; 
    -o-background-size: cover!important; 
    background-size: cover!important;
    background: no-repeat ;
    background-position: center center!important;
}

.content-img-100 img, .content-img-50-1 img, .content-img-50-2 img {
    width: 100%;
	height:auto;
	float: left;
}
.content-video-container {
    float: left;
    position: relative;
    width: 100%;
    background-color: #000;
}
.content-video {
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 40px;
    background-color: #000;
}
.content-video iframe,  
.content-video object,  
.content-video embed {
	position:absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content-link {
width: 100%;
background-color: #020047;
color: #ffffff;
padding: 15px 20px 15px 20px;
margin-bottom: 20px;
float: left;
}
.content-link a {
color: #FCF7F2;
border: 0px;
}
.content-link p {
color: #FCF7F2;
	margin: 0px;
	text-transform: uppercase;
font-size: 15px;
letter-spacing: 1.2px;
}
.map-responsive {
    overflow: hidden;
    padding-bottom: 225.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
left:0;
top:0;
height:100%;
width:100%;
position:absolute;
}
.portrait-content {
    width: 100%;
    background-color: #fafafa;
    height: auto;
    float: left;
}
.portrait-img {
    width: 30%;
    float: left;
    height: 300px;
}
.portrait-img img{
	width: 100%;
	height: auto;
}
.portrait-txt{
	width: 70%;
	float: left;
}
.portrait-txt p {
padding-top: 40px;
padding-left: 40px;
padding-right: 40px;
}
.portrait-txt h3 {
    float: left;
    width: 100%;
}
.bt-link {
	font-family: 'Montserrat', sans-serif;
    text-align: center;
    margin-top: 20px;
    padding: 20px 30px 20px 30px;
    position: relative;
    margin-bottom: 20px;
    font-size: 1.1rem;
    font-weight: 400;
    float: left;
    width: 30%;
    margin-left: 35%;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 2px solid #020047;
    color: #020047;
		transition: all 0.2s ease-out!important;
-webkit-transition: all 0.2s ease-in!important;

}
.bt-link:hover {
	background-color: #020047;
    color: #FCF7F2;


}

/*.video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}*/
.margin-after-project {
    float: left;
    height: 40px;
    width: 100%;
}
.margin-top {
    float: left;
    height: 40px;
    width: 100%;
}
.margin-top-index {
    float: left;
    height: 60px;
    width: 100%;
}

div#i-scroll {
    width: 40%;
    margin: auto;
    position: relative;
}
.content-img-blog{
        margin-bottom: 40px;

}
.content-img-blog img {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}
.content-img-blog p {
    text-align: center;
    margin-top: 5px;
}
.title-post {
    position: absolute;
    height: 60px;
    z-index: 999;
    padding: 20px;
    border-bottom: 0px solid #fafafa;
}

.title-page {
    position: relative;
    height: 60px;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 20px;
}
.title-page p {
    font-weight: 400;
}
.title-post p {
    font-weight: 400;
}


#load-infinite {
    float: left;
    text-align: center;
    width: 100%;
}

/* RESPONSIVE */

@media screen and (max-width:10000px) {

.overall {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 1100px;
}
	
.overall-full {

    padding-left: 40px;
    padding-right: 40px;

    position: relative;
    width: 100%;
}
    .title-post {
    padding: 20px 40px 20px 40px;
}
        .title-page {
    padding: 20px 40px 20px 40px;
}


}



@media screen and (max-width:768px) {

p {
    padding: 0px 20px 0px 20px;
}
	ul {
    padding: 0px 20px 0px 60px;
}
.overall {
    position: relative;
    width: 100%;
}
.overall-full {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
        .title-post {
    padding: 20px 20px 20px 20px;
}
            .title-page {
    padding: 20px 20px 20px 20px;
}
.content {
    padding: 0px 0px 0px 0px;
}

.grid-wrapper {
    grid-template-columns: repeat(1, 1fr);

}
	

	
.grid-100-white-content {
    padding-left: 0px;
    padding-right: 0;
}
.portrait-content {

	  background: linear-gradient(180deg, #fafafa, #ffffff);

}
.portrait-img {
    width: 100%;
    float: left;
    height: 350px;
}
.portrait-txt {
    width: 100%;
}
.grid-wrapper-box {
    padding-bottom: 20px;
	    background-color: #ffffff;
}
.overall-full-grid {
    padding-right: 20px;
    padding-left: 20px;
}
   
.content-img-100 {
    margin-bottom: 30px;
}

    
 .grid-black-credit-col-1 {
    width: 100%;
} 



.content-img-100 {
    margin-top: 0px;

}
div#i-scroll {
    width: 100%;
    margin: auto;
    position: relative;
} 
    .margin-after-project {
    float: left;
    height: 0px;
    width: 100%;
}
.title-post {
    position: relative;
    height: 60px;
    z-index: 9;
    background-color: #fff;
    width: 100%;
    border-bottom: 1px solid #eee;
}
	
	.grid-100-white-description {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
}
	.bt-link {

    width: 80%;
    margin-left: 10%;

}

	.grid-100-black {
    padding: 0px 20px 0px 20px;
}
    

}

/* 


@media (prefers-color-scheme: dark) {
body {
    background-color: #00000e;
}
	p a {
    border-bottom: 0px solid #ffffff;
    color: #ffffff;
    text-decoration: none;
}
p {
    color: #ccc;
}
a {
    color: #ccc;
}
h3 {
    color: #ffffff;
}
h4 {
    color: #ffffff;
}	
hr {
    background-color: #ccc;
}
li {
    color: #ccc;
}
.portrait-content {
    background-color: #00000e;
}
.grid-wrapper-box-title {
    background-color: #00000e;
}
.grid-wrapper-box-title p {
    color: #ffffff;
}
.grid-wrapper-box {
    background-color: #00000e;
}
.grid-100-white-title {
 background-color: #020047;
}	
	.bt-link {
    border: 2px solid #ccc;
    color: #ccc;
}


}

*/

