/*
Theme Name: Mariage P+M
Author: Bonconseil
Author URI:
Description:
Version: 1.0
*/


* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

html {
	margin: 0;
	padding: 0;
	height: -webkit-fill-available;
}

@font-face {font-family: "Signalist W00 Signalist";
	src: url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.eot"); /* IE9*/
	src: url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.woff2") format("woff2"), /* chrome、firefox */
	url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.woff") format("woff"), /* chrome、firefox */
	url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
	url("fonts/3fe35490d099c80d0a3c3c46a4bfa04b.svg#Signalist W00 Signalist") format("svg"); /* iOS 4.1- */
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	font-size: 1.1rem;
}

main {
	
}

p {
	margin: 0;
	padding: 0 0 15px 0;
}

ul, li {
  list-style-type: none;
  padding : 0;
  margin: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:link, a:visited {
	color: inherit;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family:"Signalist W00 Signalist" !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	color: #e6007e;
	font-size: 3rem;
	font-style: normal;
 	line-height: inherit;
	font-weight: normal;
}

h1 {
	font-size: 4.5rem;
	text-align: center;
	line-height: 3.8rem;
	padding-bottom: 10px;
}

h2 {
	font-size: 3rem;
}

h3 {
	font-size: 2.5rem;
	display: inline;
}

.grecaptcha-badge {
	display: none;
}

.blue {
	color: #009fe3;
}

.languages {
	position: fixed;
	top: 20px;
	left: 15px;
	font-weight: 400;
	z-index: 1;
	display: flex;
	text-transform: uppercase;
}

.languages li {
	padding-right: 10px;
}

.languages a {
	background-color: lightgrey;
	padding: 5px 10px;
}

.languages a:hover {
	text-decoration: none;
	color: white;
}

.languages .current {
	background-color: #e6007e;
	color: white;
}

.player {
	position: fixed;
	top: 0;
	right: 0;
	padding-top: 10px;
}

.player > div {
	height: 94px;
	width: 68px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	margin-left: -15px;
	margin-top: -10px;
}

.blanc {
	position: fixed;
	top: 61px;
	right: 0;
	background: white;
	width: 70px;
	height: 40px;
}

section {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 50px;
	overflow: hidden;
}

.header-home {
	padding: 30px 20px 20px 20px;
}

.ronds {
	position: relative;
	max-width: 600px;
	padding-bottom: 20px;
}

.ronds img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 65vh;
}

.ronds .rond-1 {
	position: inherit;
}

.rotate-1 {
    animation: rotation 23s infinite linear;
}
.rotate-2 {
    animation: rotation 40s infinite linear;
}
.rotate-3 {
    animation: rotation 30s infinite linear;
}
.rotate-4 {
    animation: rotation 26s infinite linear;
}
.rotate-5 {
    animation: rotation 35s infinite linear;
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.programme {
	padding: 80px 0 0 0;
}

.programme > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.programme h2,
.programme h3 {
	color: #009fe3;
	padding-bottom: 20px;
}

.programme h2 {
	font-size: 3.5rem;
}

.programme .date {
	margin: 0 50px 50px 50px;
	max-width: 250px;
}

.rsvp h2 {
	font-size: 4.5rem;
	line-height: 3rem;
}

.formulaire {
	font-weight: 300;
	padding-top: 30px;
	padding-bottom: 50px;
	max-width: 290px;
}

.wpcf7-text {
	border: 1px solid black;
	height: 20px;
	width: 100%;
}

.wpcf7-textarea {
	border: 1px solid black;
	width: 100%;
}

.wpcf7-submit {
	color: white;
	background-color: #e6007e;
	border: 0;
	text-transform: uppercase;
	font-size: 1rem;
	cursor: pointer;
}

.wpcf7-submit:hover {
	background-color: #009fe3;
}

.wpcf7-list-item {
	display: block !important;
	margin: 0 !important;
}

.map {
	align-items: flex-start;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 80px;
}

.map .infos {
	max-width: 700px;
	padding-bottom: 50px;
}

.map .infos a {
	text-decoration: underline;
}

.map .infos a:hover {
	text-decoration: none;
}

@media all and (max-width: 1200px) {
	.languages,
	.player,
	.blanc {
		position: absolute;
	}
}
@media all and (max-width: 500px) {
	.header-home {
		padding-top: 50px;
	}
}
@media all and (max-width: 414px) {
	.header-home {
		padding-top: 70px;
	}
	h1 {
		font-size: 3.8rem;
		line-height: 3rem;
	}
}
@media all and (max-width: 375px) {
	section {
		padding: 50px 20px;
	}
	.programme .date {
		margin: 0 20px 50px 20px;
	}
}
