/* CSS Document */

body{
	background-color: #FCFCFC;
}

.container{
	max-width: 1170px;
}

p{
	font-family: "Segoe UI", "sans-serif";
	color: #303030;
}

h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 45px;
	font-weight: bold;
	color: #303030;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 5rem;
}

.retour{
	clear: both;
}

/*---------- Header - Nav ---------- */

header .row>*{
	padding: 0px;
}

header img{
	max-width: 135px;
	margin: 15px 40px;
}

header {
    z-index: 2;
	background-color: #FCFCFC;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	display: block;
}

nav {
	display: none;
	z-index: 2;
	height: 84px;
	background-color: #FCFCFC;
}

nav img{
	width: 29%;
}

.nav-item{
	margin: 0rem 1rem;
}

.nav-link{
	font-family: 'Quicksand', sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #4D4D4D;
	text-transform: uppercase;
	padding: 0px;
}

.nav-link:focus, .nav-link:hover{
	color: #848484;
}

.boutonBleu{
	background-color: #009EDD;
	border-radius: 20px;
}

.boutonBleu a{
	display: block;
	color: #FCFCFC;
	padding: 7px;
}

.boutonBleu:hover, .boutonBleu:focus{
	background-color: #9FD8F5;
}

.boutonBleu:hover a, .boutonBleu:focus a{
	color: #FCFCFC
}

/*---------- Accueil ---------- */

#accueil{
	background-image: url("images/bg_accueil.jpg");
	background-color: #FCFCFC;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 200px;
	padding-bottom: 9em;
	position: relative;
}

#accueil :is(h1, h2){
	font-family: 'Montserrat', sans-serif;
}

#accueil h1{
	font-size: 68px;
	margin-top: 57px;
}

#accueil h2{
	font-size: 55px;
}

#accueil p{
	font-size: 25px;
	line-height: 30px;
}
.titreBleu{
	font-weight: bold;
	color: #009EDD;
}

#pictoAcc{
	margin-top: 8rem;
}

#flecheBas{
	position: absolute;
	bottom: 3rem;
	left: 50%;
}

/*---------- Qui-sommes-nous ---------- */

#presentation{
	max-width: 96%; 
	border: 5px solid #009EDD;
	border-radius: 0px 53px 53px 53px;
	padding: 34px 60px;
	position: relative;
}

#guillemet{
	position: absolute;
	top: 8%;
	left: 1%;
}

#presentation p{
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	line-height: 32px;
	justify-content: space-around;
}

/*---------- Produit ---------- */

#produit{
	background-image: url("images/bg_produits.png");
	background-repeat: no-repeat;
	padding-top: 15rem;
}

.blocImage{
	min-height: 425px;
	max-width: inherit;	
}

.blocImage img{
	object-fit: none;
}

.blocTexte{
	min-height: 425px;
	background-color: #FCFCFC;
	padding: 25px;
}

.borderD{
	border-right: 3px solid #009EDD;
}

.borderG{
	border-left: 3px solid #009EDD;
}

#produit :is(.blocImage, .blocTexte){
	--bs-gutter-x: 0;
}

#produit h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	color: #009EDD;
	text-align: center;
}

#produit p{
	line-height: 32px;
	padding: 0px 15px;
}

#produit ul{
	list-style-type:disc;
}

#produit li{
	margin-bottom: 7px;
}

#slider{
	background-color: #FCFCFC;
	border-radius: 27px;
	margin: 5rem auto 13rem auto;
	padding: 25px;
	min-height: 255px;
}

#slider h4{
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	color: #6DC9F0;
	text-align: center;
}

/*---------- Offre ---------- */

#offre{
	padding-bottom: 3em;
}

.offrePres{
	margin-bottom: 9rem;
}

.offre1{
	font-size: 50px;
}

.offre2{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 68px;
	color: #009EDD;
	margin-left: 6rem;
	border-bottom: 3px solid #009EDD;
	display: inline;
}

.offreIntro{
	padding-right: 5rem;
}

.offreIntro p{
	font-size: 21px;
	line-height: 32px;
}

#offre ul{
	list-style-image: url("images/i_puce.png");
	list-style-position: outside;
}

#offre p{
	margin-bottom: 0px;
}

#offre ul p{
	font-size: 22px;
	font-weight: bold;
}

.colImage{
	position: relative;
}

.colImage img{
	position: absolute;
}

.colImage .img1{
	top: -13rem;
	left: 2rem;
}

.colImage .img2{
	top: -8rem;
	left: 4rem;
}

/*---------- Contact ---------- */

#contact{
	background-image: url("images/bg_contact.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 6rem;
	min-height: 800px;
	position: relative;
}

#savoirPlus{
	max-width: 589px;
	background-color: rgba(238,249,254,0.90);
	border-radius: 27px;
	padding: 10px 45px 5px 35px;
	position: absolute;
	top: 180px;
	left: 24%;
}

#savoirPlus h5{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 36px;
	color: #009EDD;
}

#savoirPlus .titre1{
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
}

#savoirPlus .titre2{
	font-family: 'Montserrat', sans-serif;
	font-size: 23px;
}

#send{
	position: absolute;
	top: 25px;
	right: 45px;
}

#formulaire{
	max-width: 589px;
	background-color: #FCFCFC;
	-webkit-box-shadow: -8px 8px 15px -1px rgba(0,0,0,0.35); 
	box-shadow: -8px 8px 15px -1px rgba(0,0,0,0.35);
	padding: 15px 32px;
	position: absolute;
	bottom: 40px;
	right: 24%;
}

#formulaire :is(input, textarea){
	width: 100%;
	border: none;
	border-bottom: 1px solid #303030;
	margin-bottom: 25px;
	background: none;
}

#formulaire textarea{
	height: 100px;
}

#formulaire input[type="submit"]{
	width: 150px;
	background-color: #009EDD;
	border-radius: 20px;
	border: none;
	font-family: 'Quicksand', sans-serif;
	color: #FCFCFC;
}

#formulaire input[type="submit"]:hover, #formulaire input[type="submit"]:focus{
	background-color: #9FD8F5;
}

#formulaire ::placeholder{
	color: #303030;
	font-size: 15px;
	font-style: italic;
}

/*---------- Footer ---------- */

footer{
	background-color: #FCFCFC;
	line-height: 30px;
}

footer a{
	color: #303030;
}

@media screen and (max-width: 1399px){
	.blocTexte{
	min-height: 225px;
	margin: 30px;
	border-radius: 27px;
	}
	
	h3{
	margin-bottom: 3rem;
	}
}

@media screen and (max-width: 1372px){
	
	.container{
	max-width: 880px;
	}
	
	#guillemet{
		display: none;
	}
	
}