/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


/*@font-face {
    font-family: Montserrat;  
    src: url(font/Montserrat-Regular.ttf);  
    font-weight: normal;  
}

@font-face {
    font-family: Montserratbold;  
    src: url(font/Montserrat-Bold.ttf);  
    font-weight: normal;  
}
.titre-page-article h1{
	font-size:32px;
}
.titre-page-article h2{
	font-size:18px;
}

.portfolio h2{
	font-size:18px;
}
.home h1{
	margin-bottom:50px;
	padding-left:50px;
	padding-right:50px;
	font-size:36px;
	font-family: "Montserratbold", arial;
}

h1, h2, h3, h4, h5, h6, a{
	font-family: Montserrat;
}

p a{
	font-family: inherit;
	font-weight: bold;
}
.colonnes{
	border-left: 3px solid #46B8AF;
}
.colonnes p{
	margin-left: 20px;
}

ul{
	margin-left:22px;
}

.bouton-dark-bck a:hover{
	background-color: #ffffff;
	color: #f94a46;
}
ul{
	list-style-image:url(svg/puce-liste-julie-landais-creation-web.svg);
}
.blog article, .archive article{
	padding-left:20px;
	padding-right:20px;
}
.archive .taxonomy-description{
	margin-bottom:30px;
}
.single-post article{
	padding: 10px 20px 10px 20px;
}
.inside-article h2, .inside-article h4{
	font-weight: 700;
}
.single-post article h3{
	text-decoration: underline;
}
#right-sidebar a{
	font-size:15px;
}

.blog article.category-eco-conception-web-communication-visuelle-responsable div.inside-article, .archive article.category-eco-conception-web-communication-visuelle-responsable div.inside-article{
	border-top:5px solid #00d084;
}

.blog article.category-communication-et-identite-visuelle div.inside-article, .archive article.category-communication-et-identite-visuelle div.inside-article{
	border-top:5px solid #F94A46;
}
.blog article div.inside-article h2, .archive article div.inside-article h2{
	margin-top:10px;
	font-size:20px;
}
time{
	font-style:italic;
	font-weight: light;
	font-size:12px;
}
footer.entry-meta{
	margin-top:20px;
}
footer.entry-meta a{
	font-size: 16px;
}
.home-projects {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px,1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin: auto;
    list-style: none;
    padding: 0;
	width: 100%;
}
.border-top{
	Border-top: 5px solid #F94A46;
	Border-left: 5px solid #F94A46;
	Border-right: 5px solid #F94A46;
}
.border-bottom{
	Border-bottom: 5px solid #F94A46;
	Border-left: 5px solid #F94A46;
	Border-right: 5px solid #F94A46;
}
.border-eco{
	border: 5px solid #00D084;
}
.shadow{
	box-shadow: 0px 12px 18px -6px rgb(0 0 0 / 30%)
}
.wp-block-button a,.wp-block-button a:hover{
	border: solid 2px #F94A46;
	font-weight:bold;
}
.is-style-outline a{
	background-color: #F94A46;
	color: #ffffff !important;
	border-radius:50px;
	border: solid 1px #ffffff;
}
.is-style-outline:hover{
	background-color: #F94A46;
	color: #ffffff;
	border-radius:50px;
	border: solid 1px #ffffff;
}
.is-style-outline a:hover{
	border: none;
}

/********* Superposition simple de texte sur une image *******/

/* Conteneur principal 
.overlay-image {
 position: relative;
 width: 100%;
}

/* Image originale 
.overlay-image .image {
 display: block;
 width: 100%;
 height: auto;
}

/* Texte original 
.overlay-image .text {
 color: #fff;
 font-size: 16px;
 text-transform: uppercase;
 font-family: "Montserratbold";
 line-height: 1.5em;
 text-align: center;
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 75%;
}

/********* Hover image et texte *******/

/* Overlay 
.overlay-image .hover {
 position: absolute;
 top: 0;
 height: 96%;
 width: 100%;
 opacity: 0;
 transition: .5s ease;
}

/* Apparition overlay sur passage souris 
.overlay-image:hover .hover {
 opacity: 1;
}
overlay-image .normal {
 transition: .3s ease;
}
.overlay-image:hover .normal {
 opacity: 0;
}
.overlay-image .hover {
 background-color: rgba(249,74,70,1);
}

blockquote{
	font-size:16px;
	border-left:5px solid rgba(171,184,195,0.5);
}
p.sub-footer{
	font-size:14px;
}
/* mise en forme Contact Form 7
#responsive-form{
	max-width:auto ;
	margin:0 auto;
        width:100%;
		float:left;
}
.form-row{
	width: 100%;
}
.column-half, .column-full{
	float: left;
	position: relative;
	padding: 0.65rem;
	width:100%;
	-webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

/**---------------- Media query ----------------*
@media only screen and (min-width: 48em) { 
	.column-half{
		width: 50%;
	}
}

.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
	width: 100%;
	padding: 8px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box
}
.wpcf7 input[type="text"]:focus{
	background: #eee;
}
.wpcf7-submit{
	float: right;
	background: #CA0002;
	color: #eee;
	text-transform: uppercase;
	border: none;
	padding: 8px 20px;
	cursor: pointer;
	border-radius:50px;
}
.wpcf7-submit:hover{
	background: #ff0000;
	border: 2px solid  #F94A46;
	border-radius:50px;
}
span.wpcf7-not-valid-tip{
	text-shadow: none;
	font-size: 12px;
	color: #fff;
	background: #ff0000;
	padding: 5px;
}
div.wpcf7-validation-errors { 
	text-shadow: none;
	border: transparent;
	background: #f9cd00;
	padding: 5px;
	color: #9C6533;
	text-align: center;
	margin: 0;
	font-size: 12px;
}
div.wpcf7-mail-sent-ok{
	text-align: center;
	text-shadow: none;
	padding: 5px;
	font-size: 12px;
	background: #59a80f;
	border-color: #59a80f;
	color: #fff;
	margin: 0;
}
*/
