@charset "utf-8";
body {
    background-color: #2a8dc4;
}
p {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 18px;
	font-style: normal;
}

h1 {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
}
h2 {
	font-family: Chaloops;
	font-size: 36px;
	color: #FFFFFF;
	font-style: normal;
}
h3 {
	font-family: Chaloops;
	color: #FFFFFF;
	font-size: 24px;
	font-style: normal;
}
h4 {
    font-family: Chaloops;
    color: #78c5ef;
    font-size: 12px;
    font-style: normal;
}
h5 {
    font-family: Chaloops;
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
}
/*header*/

header {
    width: 100%;
    height: 200px;
    background-color: #78c5ef;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    z-index: 0;
}

#ligne {
    width: 100%;
    top: 150px;
    position: relative;
    z-index: 1;
    border-top: 2px dashed #FFFFFF;
}
#logo_header  {
    width: 100%;
    margin-left: auto;
    height: auto;
    margin-right: auto;
    display: block;
    max-width: 240px;
    position: relative;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
}
nav  {
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -40px;
    z-index: 3;
    width: 90px;
}

#socialicons   {
	margin-right: 5%;
	float: right;
	position: relative;
	top: -40px;
	z-index: 4;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); transform: rotate(360deg);} }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg);} }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); } }
.bouton {
	width: 30px;
	height: 30px;
	margin-left: 5px;
	margin-right: 5px;
}
.bouton:hover  {
	-webkit-animation: spin .3s linear 1;
    -moz-animation: spin .3s linear 1;
	-o-animation: spin .3s linear 1;
    animation: spin .3s linear 1;
}
/*main*/

main {
    width: 80%;
    padding-top: 200px;
    background-image: url(../images/fond.png);
    border-radius: 50px;
    margin-left: 10%;
    margin-right: 10%;
}
/*livres - contact*/

#page1    , #apropos {
    height: 240px;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(42,141,196,0.00) 80%,rgba(42,141,196,1.00) 80%,rgba(42,141,196,1.00) 100%);
    margin-top: -200px;
}
#page1 h1      , #apropos h1  {
	text-align: center;
	padding-top: 205px;
	margin-left: auto;
	margin-right: auto;
}
article {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
    max-width: 600px;
}
article a  {
    text-decoration: none;
    color: #2a8dc4;
}
article a:hover    {
	color: #ffffff;
}
.pastille  {
    height: auto;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
    margin-bottom: 30px;
}
#dl {
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    width: 60px;
    height: 60px;
    background-image: url(../images/dl.svg);
    margin-bottom: 10px;
}
#dl:hover {
    -webkit-animation: spin .3s linear 1;
    animation: spin .3s linear 1;
}
.photo  {
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 450px;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}
#diy {
    width: 100px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
#how {
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 250px;
}
#tibolom {
    width: 100px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.images {
    width: 150px;
    height: auto;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#qrcode {
	width: 138px;
	height: 138px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}
#logo_zandoli  {
	width: 90px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 30px;
}
#mel  {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/mel.svg);
	margin-top: 20px;
	margin-bottom: 20px;
}
#mel:hover  {
	-webkit-animation:spin .3s linear 1;
        -moz-animation:spin .3s linear 1;
	-o-animation:spin .3s linear 1;
        animation:spin .3s linear 1;
}

#phone   {
	width: 60px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/tel.svg);
	margin-top: 20px;
	margin-bottom: 20px;
}
#phone:hover  {
	-webkit-animation:spin .3s linear 1;
        -moz-animation:spin .3s linear 1;
	-o-animation:spin .3s linear 1;
        animation:spin .3s linear 1;
}
#formulaire {
    background-color: rgba(255,255,255,0.25);
    /* [disabled]padding-top: 10px; */
    /* [disabled]padding-bottom: 10px; */
    border-radius: 25px;
    margin-top: 20px;
    border: 2px dashed #FFFFFF;
    max-width: 450px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#form  {
    color: #FFFFFF;
    font-family: Chaloops;
    padding-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
    font-weight: normal;
}
#nom, #prenom, #tel, #email  {
    width: 100%;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style: none;
    font-family: Chaloops;
    font-weight: normal;
}
#message {
	width: 100%;
	height: 200px;
	margin-top: 10px;
	font-family: Chaloops;
	background-color: #FFFFFF;
	border-style: none;
	font-size: 12px;
	font-weight: normal;
}
#submit {
    width: 90px;
    height: 30px;
    margin-top: 10px;
    font-family: Chaloops;
    font-size: 18px;
    border-style: none;
    background-color: #2a8dc4;
    margin-bottom: 10px;
    color: #FFFFFF;
    font-weight: normal;
    border-radius: 5px;
}
#submit:hover {
    background-color: #FFFFFF;
    color: #2a8dc4;
    cursor: pointer;
}
#obligatoire {
	font-size: 12px;
}
/*footer*/

footer {
    background-color: #2a8dc4;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
#ligne_footer {
    width: 100%;
    height: 1px;
    top: 105px;
    position: relative;
    background-color: #FFFFFF;
    z-index: 1;
}
#logo_footer  {
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-top: 40px;
    max-width: 120px;
    z-index: 2;
    position: relative;
    padding-bottom: 20px;
}
#zandoli   {
	background-image: url(../images/zandoli.svg);
	width: 60px;
	height: 24px;
	margin-left: auto;
	margin-right: auto;
}
#zandoli:hover   {
	opacity: 0;
}
#CGU {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
}
ul li h4 {
	text-align: center;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
}
ul li h4:hover  {
	color: #ffffff;
}
ul li p {
	text-align: justify;
	font-size: 12px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
li p span {
    color: #78c5ef;
}
ul li input[type=checkbox] {
	position: absolute;
	cursor: pointer;
	height: 25px;
	opacity: 0;
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
	width: 100%;
}
ul li input[type=checkbox]:checked ~ p {
	max-height: 0;
	opacity: 0;
	overflow-y: hidden;
}



@media (max-width:640px){
/*header*/

header {
    width: 100%;
    height: 150px;
    background-color: #78c5ef;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    z-index: 0;
}
#ligne {
    width: 100%;
    height: 1px;
    top: 75px;
    position: relative;
    z-index: 1;
    border-top: 1px dashed #FFFFFF;
}
#logo_header {
    width: 100%;
    margin-left: auto;
    height: auto;
    margin-right: auto;
    display: block;
    max-width: 120px;
    position: relative;
    z-index: 2;
}
nav {
    margin-left: 1%;
    position: relative;
    top: -1px;
    z-index: 3;
    width: 90px;
}
#socialicons {
	margin-right: 1%;
	float: right;
	position: relative;
	z-index: 4;
	top: -1px;
}
/*livres - contact*/

#page1, #apropos  {
    height: 240px;
    width: 100%;
    background-image: linear-gradient(180deg,rgba(42,141,196,0.00) 80%,rgba(42,141,196,1.00) 80%,rgba(42,141,196,1.00) 100%);
    margin-top: -245px;
}
/*main*/

main {
    width: 80%;
    padding-top: 200px;
    background-image: url(../images/fond.png);
    border-radius: 50px;
    margin-left: 10%;
    margin-right: 10%;
}

}
