body {
    --bleu:#0e4eb0;
    --bleu-clair:#0e4fb03b;
    --bleu-fond-noir:#9aaac2;
    
}

#titre {
    color: rgb(36, 36, 70);
    font-family: Amienne;
    font-size: 100px;
    padding-top: 20px;
}

.sousmenu {
    /*background-color: rgb(211, 199, 199);*/
    background-color: white;
    background: linear-gradient(white, #ddddff);
}
.page .sousmenu {
    border-top:none;
}
.index .sousmenu {
    border-bottom:none;
}
.menu{
    box-sizing: border-box;
    font-size:140%;
}
.menu:hover {
    /*background-color: cornflowerblue;*/
    background-color: white;
    
    border: 2px solid var(--bleu);
    box-sizing: border-box;
    padding:-2px;
}

#premiermenu,
#deuxiememenu {
    flex: 1 0 100px;
}
.menu>a {
    width: 100%;
    display: inline-block;
    margin: auto;
}
.menu>a:hover {    
    box-sizing: border-box;
}
#titre,
.lignemenu {
    text-align: center;
}

#soustitre {
    font-size: 45px;
    padding-left: 43%;
}

body {
    font-family: amienne;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    margin: 0;
}

body.index {
    height:100vh;
    justify-content: space-between;
}

a {
    text-decoration: none;
}

a:link {
    color: #000000;
    text-decoration: none
}

a:visited {
    color: #000000;
    text-decoration: none
}

a:hover {
    /*color: #ee09db;*/
    color: var(--bleu);
    text-decoration: none
}

a:active {
    color: #000000;
    text-decoration: none
}

#main img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.diapo img {
    box-shadow: 0 0 20px var(--bleu);
    margin-top: 6.5vw;
    position: relative;
}

.diapo div:after {
    background-image: url("image/page\ accueil/pincealinge.png");
    content: "";
    width: 1.5vw;
    height: 8vw;
    left: 50%;
    top: 0;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateX(-50%);
}

.diapo div {
    position: relative;
    margin: 2vw 25px;
    flex: 1 1 20px;
    cursor: pointer;
}

.diapo {
    display: flex;
    width: 100%;
    overflow-x: none;
}

.fil {
    width: 100%;
    margin-bottom: -10vw;
    stroke-width: 0.1;
    stroke: var(--bleu)
}

.diapo div {
    transform: translateY(-0.5vw);
}

.diapo div:first-child {
    transform: translateY(-4vw)rotate(11deg);
}

.diapo div:last-child {
    transform: translateY(-4vw)rotate(-11deg);
}

.diapo img:not(.visible) {
    display: none;
}

.diapo img:hover {
    transform-origin: top center;
    transform: scale(1.1);
}

@font-face {
    font-family: "amienne";
    src: url("amienne.ttf") format("truetype");
}

@media (min-width: 1000px) {
    .sousmenu {
        display: none;
        position: absolute;
        left:-2px;
        width: 100%;        
        border: 2px solid var(--bleu);    
    }

    .index .sousmenu {
        bottom: calc(1em - 1px) ;
        
        background: linear-gradient( #ddddff,white);
    }

    

    .menu:hover .sousmenu {
        display: block;
    }

    .lignemenu {
        display: flex;
        height: 1.5em
    }

    .menu {
        flex: 1 0 100px;
        z-index: 2;
        position: relative;
    }

    body {
        display: flex;
        overflow: hidden;
        height: 100%;
    }

    .page .lignemenu {
        padding-left: 175px;
        height: 100px;
        align-items: center;
        flex: 0 0 auto;
    }

    body.page {
        background-size: 175px;
    }

    .page {
        overflow-y: auto;
    }
}

@media (max-width: 999px) {
    body.page, body.index {
        padding-top: 155px;
        background-position: center top;
        overflow-x: hidden;
    }
}

.page .diapo div:nth-child(2) {
    transform: translateY(-2vw)rotate(6deg);
}

.page .diapo div:nth-child(4) {
    transform: translateY(-2vw)rotate(-6deg);
}

.page .diapo div:nth-child(1) {
    transform: translateY(-5.5vw)rotate(12.5deg);
}

.page .diapo div:nth-child(5) {
    transform: translateY(-5.5vw)rotate(-12.5deg);
}

#main .prestation img {
    max-width: 45vw;
    max-height: 45vw;
}

.prestation {
    display: flex;
    padding-top: 30px;
    margin-left: 30px;
    margin-right: 30px;
}

.introduction {
    padding: 50px;
    text-align: justify;
    font-size: 35px;
}

.prestation p {
    text-align: justify;
}

.entete {
    font-size: 50px;
    padding: 20px;
    color:var(--bleu);
}

.coins {
    position: relative;
    padding: 10px;
    /* 10px: laisser 10% de la taille des images de coins (cf 100px ci-dessous) */

    display: inline-block;
}

.coins:after {
    background: top left / 100px no-repeat url('image/coinImageHG.png'), bottom right / 100px no-repeat url('image/coinImageBD.png');
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.prestation>div:nth-child(1) {
    text-align: center;
    order: 2;

}

.prestation>div {
    flex: 1 1 0;
}

.accueil {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 215px;
    height: 215px;
    background: left top no-repeat url("image/logo_alex.png");
    background-size: 215px;
}

.galerie {
    margin: auto;
}

.basdepage {
    text-align: center;
    font-size:120%;
    padding:3px;
    
}
.mentions {
    background-color: #000000;
    color: #cccccc;
    text-align: center;
    
}


#c { color:#cccccc }

#main .social img {
    width:75px;
    height:75px;
}
.social {
    text-align: center;  

}

code {
    font-size:22px;
}



.styleform{
	font-family: 'Open Sans Condensed', arial, sans;
  font-size:14px;
	width: 700px;
	padding: 30px;
	background: #FFFFFF;
	margin: 50px auto;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.22);
	-webkit-box-shadow:  0px 0px 15px rgba(0, 0, 0, 0.22);

}
.styleform h2{
	background: #4D4D4D;
	text-transform: uppercase;
	font-family: 'Open Sans Condensed', sans-serif;
	color: #797979;
	font-size: 18px;
	font-weight: 100;
	padding: 20px;
	margin: -30px -30px 30px -30px;
}
.styleform input[type="text"],
.styleform input[type="date"],
.styleform input[type="datetime"],
.styleform input[type="email"],
.styleform input[type="number"],
.styleform input[type="search"],
.styleform input[type="time"],
.styleform input[type="url"],
.styleform input[type="password"],
.styleform textarea,
.styleform select 
{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
	display: block;
	width: 100%;
	padding: 7px;
	border: none;
	border-bottom: 1px solid #ddd;
	background: transparent;
	margin-bottom: 10px;
	font: 16px Arial, Helvetica, sans-serif;
	height: 45px;
}
.styleform textarea{
	height:150px;
    
    
}
.styleform input[type="button"], 
.styleform input[type="submit"]{
	-moz-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	-webkit-box-shadow: inset 0px 1px 0px 0px #45D6D6;
	box-shadow: inset 0px 1px 0px 0px #45D6D6;
	background-color: #2CBBBB;
	border: 1px solid #27A0A0;
	display: inline-block;
	cursor: pointer;
	color: #FFFFFF;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 14px;
	padding: 8px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
.styleform input[type="button"]:hover, 
.styleform input[type="submit"]:hover {
	background:linear-gradient(to bottom, #34CACA 5%, #30C9C9 100%);
	background-color:#34CACA;
}