/*
Theme Name: laetitiamodine
Theme URI: https://www.laetitiamodine.com/
Author: Laetitia Modine
Author URI: https://www.laetitiamodine.com/
Description: Formatrice web et Photographe
Version: 3.0.0
Text Domain: laetitiamodine
Tags: website, sites web, front-end developer, visual creator, web design, wordpress
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html{
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body{
	margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary{
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]){
	display: none;
	height: 0;
}
[hidden],
template{
	display: none;
}
a:active,
a:hover{
	outline: 0;
}
abbr[title]{
	border-bottom: 1px dotted;
}
b,
strong{
	font-weight: bold;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
small{
	font-size: 80%;
}
img{
	border: 0;
}
svg:not(:root){
	overflow: hidden;
}
hr{
	box-sizing: content-box;
	height: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body{
	color: #000000;
	font-family: 'Poppins', Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;

}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}
body {
	background: beige;
	height: 100%;
}
img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a:focus{
	outline: thin dotted;
}
a:hover, 
a:active{
	outline: 0;
}
a{ 
	color:#fff;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text{
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus{
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus{
	outline: 0;
}

/*--------------------------------------------------------------
# My Code
--------------------------------------------------------------*/

body{
	background: rgb(142,180,209);
	background: linear-gradient(140deg, rgba(142,180,209,1) 0%, rgba(201,150,130,1) 100%);
	background-repeat: no-repeat;
	letter-spacing: 1px;
}
a{
    transition: transform .3s ease-in-out;
}
a:hover,
a:focus{
	font-style: italic;
}
.main{
	text-align: center;
}
.header,
.footer{
	background-color: #fff;
}
.wrapper{
	color: #fff;
	margin: 0 10px;
	height: 90vh;
}
.logo{
	margin: 30px;
}

.light{
	font-weight: 200;
}
hr{
	border-style: solid;
	width: 20px;
}
.section-logo{
	display: flex;
    justify-content: center;
	height: 15vh;
}

.section-comingsoon{
	display: flex;
	align-items: center;
    justify-content: center;
	height: 50vh;
}
.comingsoon{
	font-style: italic;
	margin-bottom: 30px;
}
.comingsoon a{
color: #fff;
}

a.lien-ig{ 
	color: #fff;
}

.footer{
	align-items: center;
	display: flex;
	font-weight: normal;
	height: 10vh;
	justify-content: center;
	letter-spacing: 1px;
	margin: 0;
	width: 100%;
}
.footer a{
	display: block;
	font-size: 0.8rem;
}
.contact,
.footer a{
	color: #c99682;
}


@media all and (min-width: 768px){
	body{
		height: 100vh;
	}
	p{
		font-size: 0.9rem;
	}
	.section-logo{
		height: 30vh;
	}
	.logo{
		margin: 0;
	}

	.contact{
		line-height: 50px;
		padding: inherit;
	}

	.section-comingsoon{
		height: 20vh;
	}
	.footer{
		bottom: 0;
		position: absolute;
	}
	.footer a{
		display: initial;
		font-size: 1rem;
	}
			
} /* end tablette */

@media all and (min-width: 1000px){

	p{
		font-size: 1rem;
	}
}
@media all and (min-width: 1200px){
	.wrapper{
		max-width: 1500px;
		margin: 0 auto;
	}
	
			
} /* end desktop */


