/* font-family: 'Dancing Script', cursive; */

body {
	font-family: 'Montserrat', sans-serif;
	color: gray;
}

.container {
	width: 750px;
	margin: auto;
}

header {
	text-align: center;
	position: relative;
}

#logo:hover img {
	transform: scale(0.9);
}

#logo img {
	transition: all 0.3s linear;
}

#tel {
	position: fixed;
	top: 515px;
	right: -96px;
	z-index: 5;
	transition: all 0.2s linear;
}

#tel a {
	float: left;
	border-radius: 25px 0px 0px 25px;
	background-color: white;
	border: 1px solid gray;
	box-shadow: 0 0 3px 1px rgba(0,0,0,0.5);
}

#tel:hover {
	right: -2px;
	transition: all 0.4s ease;
}

#tel p {
	float: right;
	text-transform: uppercase;
	color: #46b8ea;
	font-weight: 501;
	margin: 0px 10px;
}

#tel img {
	padding-top: 3px;
	padding-left: 5px;
}

header nav a {
	text-decoration: none;
	text-transform: uppercase;
	color: #46b8ea;
	float: left;
	padding: 20px 25px;
	font-weight: 401;
}

header nav a:hover {
	color: #9eddf3;
	transition: all 0.3s linear;
}

#cover {
	background: url("img/header.jpg") no-repeat;
	background-size: cover;
	height: 363px;
}

.retour {
	clear: both;
}

.acceuil header h1 {
	color: #46b8ea;
	font-size: 50px;
	font-weight: 501;
	margin-top: -51px;
}

#cover h1 {
	padding-top: 310px;
}

header p {
	padding-top: 7px;
}

#intro h1 {
	color: #46b8ea;
	font-size: 30px;
	font-weight: 401;
	text-align: center;
	text-transform: uppercase;
	padding: 100px 0 60px;
}

#intro span {
	color: #46b8ea;
}

#intro p {
	text-align: center;
	line-height: 30px;
}

#intro ul {
	list-style: disc;
	font-weight: 501;
	color: black;
	padding: 5px 0;
	line-height: 27px;
}

#gray {
	background-color: gray;
	padding: 25px;
	margin-top: 70px;
}

#gray p {
	color: white;
	font-family: 'Dancing Script', cursive;
	font-size: 25px;
	display: inline;
	padding: 0 55px;
}

#blue {
	background-color: #9eddf3;
	color: white;
	padding: 50px 0;
	-webkit-box-shadow: 0 3px -5px 1px #8F8F8F;
	box-shadow: 0 3px 5px 1px #8F8F8F;
	position: relative;
	margin-top: 70px;
}

#blue .container { 	
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.pictos {
	text-align: center;
	width: 33%;
}

.pictos img {
	transition: all 0.3s linear;
	width: 50%;
}

.pictos img:hover {
	transform: scale(1.1) rotate(15deg);
}

#blue p {
	padding-bottom: 15px;
	padding-top: 10px;
}

#quote img {
	display: block;
	margin: auto;
	padding: 50px;
}

#quote p {
	font-family: 'Dancing Script', cursive;
	text-align: center;
    font-size: 37px;
}

#equipe {
	background: url(img/equipe.jpg) no-repeat;
	background-size: cover;
	position: relative;
	height: 1070px;
}

#barre {
	text-align: center;
	position: absolute;
	top: 111px;
	left: calc(50% - 3px);
	width: 5px;
	background: white;
	height: calc(100% - 196px);
	border-radius: 5px;
}

#equipe h1 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	top: -31px;
	left: 50px;
	font-size: 30px;
	position: absolute;
	text-align: center;
}

#blue h1 {
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 30px;
	position: absolute;
	top: -31px;
	right: 50px;
	text-align: center;
}

.title {
	color: #46b8ea;
	text-transform: uppercase;
	font-weight: bold;
	margin-left: 55px;
	font-size: 30px;
}

#blue span, #equipe span {
	color: #46b8ea;
}


footer {
	margin-top: 80px;
	background-color: #46b8ea;
	color: white;
	padding: 40px 0;
	font-size: 15px;
	box-shadow: 0 1px 8px 1px #949494
}

#equipe p {
	color: white;
	font-size: 12px;
	line-height: 20px;
}

#equipe h2 {
	color: white;
	font-weight: bold;
}

.left {
	margin-left: 50px;
	width: 36%;
	margin-right: 20px;
}

.left p, .left h2 {
	text-align: right;
}

.right {
	margin-right: 50px;
	width: 118px;
	height: 109px;
	text-align: center;
	background: url(img/cercle-r.svg) 100% 100% no-repeat;
}

.right p, .right h2 {
	text-align: left;
}

.bloc {
	width: 65%;
	margin: auto;
	padding-top: 50px;
	display: flex;
	align-items: center;
}

#members {
	padding-top: 100px;
}

.right img {
	margin: 12px 0 0 12px;
	transition: all 0.3s ease-in;
}

.right img:hover {
	transform: scale(1.05) rotate(15deg);
}

.droite {
	margin-left: 22px;
}

.gauche {
	margin-left: 123px;
	background: url(img/cercle-l.svg) 100% 100% no-repeat;
	width: 118px;
	height: 109px;
	text-align: center;
}

.gauche img {
	margin: 12px 11px 0 0;
	transition: all 0.3s ease-in;
}

.gauche img:hover {
	transform: scale(1.05) rotate(15deg);
}

#contact img {
	width: 10%;
	margin-right: 25px;
}

#contact h1 {
	text-align: center;
	color: #46b8ea;
	padding: 55px 0;
	font-weight: 401;
	font-size: 34px;
}

.col2 {
	width: 45%;
	float: left;
}

#contact p {
	font-size: 12px;
	line-height: 20px;
}

.infos {
	display: flex;
	align-items: center;
	padding: 10px 0;
}

#contact label {
	color: black;
	font-size: 12px;
	font-weight: 501;
}

#contact input[type="text"] {
	width: 340px;
	margin: 5px 0 15px 0;
	border: #dedede 1px solid;
	border-radius: 4px;
	padding: 7px;
}

#contact textarea {
	width: 352px;
	border: #dedede 1px solid;
	border-radius: 4px;
	margin-top: 10px;
}

#contact fieldset {
	margin:  9px 0 0 55px;
}

#contact input[type="submit"] {
	background-color:#0B6FD8;
    color: white;
    border: none;
    border-radius: 3px;
    padding: 6px 12px;
    font-weight: 601;
    letter-spacing: 1px;
    margin-top: 9px;
}

#jaune {
	background-color: #f5e5a6;
	margin-left: 55px;
	border-radius: 4px;
	width: 358px;
	color: #f5e5a6;
	margin-top: 15px;
	padding: 5px 0;
}

.contact header h1 {
	color: white;
	margin-top: -80px;
	font-weight: 401;
	font-size: 41px;
}