@font-face {
	font-family: "Calibri_W01_Regular.ttf";
    src: url("font/Calibri_W01_Regular.ttf");
}

html{
    text-align: center;
    background-color:white;
	font-family: "Calibri_W01_Regular.ttf";
}

body{
    margin: 0px; /*de basse le navigateur passe le margin � 8px*/
}
#cor-page{
    max-width: 1200px;
} 
div{
    margin-left : auto; /*permet de centr� le bloc*/
    margin-right : auto;/*permet de centr� le bloc*/
    width: 100%; /*taille d�fini*/
    max-width: 1200px;
}
/*d�but de en-t�te*/
header{
    background-color: black;
    width: auto;
    height : 130px;
    border-bottom: 6px solid #279726;
}

a{
    text-decoration: none;
        color: #279726;

}

h1#nom{
    color : white; 
    position: absolute; /*la position est fixe car le nav est en relative*/
    margin-left: 20px;
    z-index:1;
    margin-top: 30px;
    font-size: 40px;  
}

        nav{
            margin-top: 45px;
            width: 640px; 
            display: inline-block;
            margin-left: 380px;
        }
        nav > a{    /*création des casse*/
            z-index:2;
            position: relative;
	        font-size: 20px;
	        background: #000000;
	        padding: 5px 20px;
	        color: #FFFFFF; /*couleur du texte*/
	        margin-right: 5px;
            margin-bottom: 10px;
	        text-decoration: none;
            border-top: 2px solid #FFFFFF ;
            display: inline-block;
            width: 90px;
            margin-top: 3px;
        }
        nav > a:hover {
            margin-top: 1px;
            color: #279726;
            border-top: 4px solid #279726;
        }

span#color_vert{
    color: #279726;
}

h1#prenom{
    color : #279726; 
    position: absolute; /*la position est fixe car le nav est en relative*/
    margin-left: 150px;
    z-index:1;
    margin-top: 30px;
    font-size: 40px;  }

/*fin de en-téte*/

/*bouton*/
            a.button{
                    padding: 7px 25px;
                    border:none;
                    border-radius: 20px;
                    color: white;
                    font-size : 21px;
                    text-decoration: none;

                    background: rgba(167,219,144,1);
                    background: -moz-linear-gradient(top, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(98,166,79,1) 53%, rgba(96,161,69,1) 91%, rgba(96,161,69,1) 100%);
                    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(167,219,144,1)), color-stop(23%, rgba(167,219,144,1)), color-stop(53%, rgba(98,166,79,1)), color-stop(91%, rgba(96,161,69,1)), color-stop(100%, rgba(96,161,69,1)));
                    background: -webkit-linear-gradient(top, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(98,166,79,1) 53%, rgba(96,161,69,1) 91%, rgba(96,161,69,1) 100%);
                    background: -o-linear-gradient(top, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(98,166,79,1) 53%, rgba(96,161,69,1) 91%, rgba(96,161,69,1) 100%);
                    background: -ms-linear-gradient(top, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(98,166,79,1) 53%, rgba(96,161,69,1) 91%, rgba(96,161,69,1) 100%);
                    background: linear-gradient(to bottom, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(98,166,79,1) 53%, rgba(96,161,69,1) 91%, rgba(96,161,69,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7db90', endColorstr='#60a145', GradientType=0 );
            }

            a.button:hover{
                    font-weight: bold;
                    background: rgba(167,219,144,1);
                    background: -moz-radial-gradient(center, ellipse cover, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(99,166,71,1) 89%, rgba(96,161,69,1) 91%, rgba(98,166,79,1) 100%);
                    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(167,219,144,1)), color-stop(23%, rgba(167,219,144,1)), color-stop(89%, rgba(99,166,71,1)), color-stop(91%, rgba(96,161,69,1)), color-stop(100%, rgba(98,166,79,1)));
                    background: -webkit-radial-gradient(center, ellipse cover, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(99,166,71,1) 89%, rgba(96,161,69,1) 91%, rgba(98,166,79,1) 100%);
                    background: -o-radial-gradient(center, ellipse cover, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(99,166,71,1) 89%, rgba(96,161,69,1) 91%, rgba(98,166,79,1) 100%);
                    background: -ms-radial-gradient(center, ellipse cover, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(99,166,71,1) 89%, rgba(96,161,69,1) 91%, rgba(98,166,79,1) 100%);
                    background: radial-gradient(ellipse at center, rgba(167,219,144,1) 0%, rgba(167,219,144,1) 23%, rgba(99,166,71,1) 89%, rgba(96,161,69,1) 91%, rgba(98,166,79,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7db90', endColorstr='#62a64f', GradientType=1 );orm.Microsoft.gradient( startColorstr='#c4e0b8', endColorstr='#62a64f', GradientType=1 );
            }
/*bouton*/



    #titre{
        border: 1px solid #e2e2e2;
        border-radius: 15px;
        background-color: rgba(243, 243, 243, 0.90);
        margin-top: 50px;
        width: 95%;
    }

       div#presentation2{
        border: 1px solid #e2e2e2;
        border-radius: 15px;
        background-color: rgba(243, 243, 243, 0.90);
        margin-top: 50px;
        padding-bottom:20px;
        min-height:170px;
         
    }

footer{
    background-color : rgba(98, 94, 94, 0.76);
    height: 40px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    min-width:1100px;
    border-top-left-radius : 10px;
    border-top-right-radius: 10px;
}

h1{
    color: #279726;
    max-width: 290px;
    text-align: left;
    margin-top: 0px;
}

h1.bonjour{

    font-size : 60px;
    margin-left: 385px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;

}
                            h1.tout{
                                font-size : 60px;
                                margin-bottom: 0px;
                                margin-top: 0px;
                                padding-top: 0px;
                                padding-left: 0px;
                                padding-right: 0px;
                            }
h2.index{
    color: #279726;
    max-width: 290px;
    text-align: left;
    margin-top: 0px;
    font-size : 30px;
    margin-bottom: 0px;
    margin-left: 385px;
    text-align: justify;
}
                            #experience{
                                color: #279726;
                                max-width: 290px;
                                text-align: left;
                                margin-top: 0px;
                                font-size : 30px;
                                margin-bottom: 0px;
                                text-align: justify;
                            }
                            .grand_titre{
                                color: #5a5959;
                                margin-bottom: 0px;
                                text-align: left;
                            }
                            .grand_titre1{
                                border-bottom: 2px solid #e2e2e2;
                                width: 600px;
                                margin-right: 500px;
                                position: relative;
                            }
                                                                    .grand_titre3{
                                                                        margin : 10px;
                                                                        margin-left : 30px;
                                                                    }

.img2{
    border: none;
}
.texte{
    width: 600px;
    margin-right: 500px;
    position: relative;

}

/*#titre{
    position: absolute;
    text-align: unset;
    margin : 30px;
    margin-right: 50px;
}*/
                        #titre2{
                            position: relative;
                            text-align: left;
                            margin : 30px;
                            margin-right: 50px;
                        }

#image{
    position : absolute;
    text-align: left;
    margin : 30px;
    margin-left: 50px;
}
                            #image2{
                                position : absolute;
                                margin-top: 40px;
				margin-left: 800px;
                                width: auto;
                            }

                            .image-loisir{
                                position : absolute;
                                width: 100px;
                                margin-left:50px;
                            }

                            .text-loisir{
                                position : relative;
                                width: 780px;  
                                padding-bottom: 10px;
                                margin-left: 180px; /* modif mobile*/
                            }

.droite{
    position: relative;
    text-align: left;
    margin-right: 20px;
    margin-top: 5px;
    width: 225px;
}
#droite1{
    position: relative;
    text-align: left;
    margin-right: 20px;
    margin-top: 40px;
    width: 225px;
}
                            .droite2{
                                position:  absolute;
                                text-align: right;
                                margin-right: 20px;
                                margin-top: 20px;
                                width: 285px;
                                margin-left: 660px;
                            }
                                                        .droite3{
                                position:  absolute;
                                text-align: right;
                                margin-right: 20px;
                                margin-top: 220px;
                                width: 285px;
                                margin-left: 660px;
                            }

                                                        .droite_img3{
                                position:  absolute;
                                text-align: right;
                                margin-right: 20px;
                                margin-top: 0px;
                                width: 285px;
                                margin-left: 660px;
                            }
.centre{
    margin-left: 385px;
    max-width: 290px;
    text-align: left;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 20px;
}
                        .gauche {
                            position: relative;
                            text-align: left;
                            margin-left: 30px;
                            margin-top: 2px;
                        }

.bloc1{
    min-height: 250px;
    border-bottom: 2px solid rgba(215, 215, 215, 0.15);
}
                                        .bloc-loisir{
                                            padding-bottom: 20px;
                                            border-bottom: 2px solid rgba(215, 215, 215, 0.15);
                                            margin-top: 30px;
                                            min-height: 140px;
                                        }

h3, p{
    margin: 0px;
    padding: 0px;
    text-align: justify;
}

h3{
    color: #41b93f;
    font-size: 25px;
}
h3 + a{
    text-decoration: none;
    color: black;
    font-size: 20px;
    margin-left: 10px;
}

p{
    font-size: 20px;
    margin-left: 10px;
}

ul{
    padding-left: 5px;
    text-align: left;
    list-style-type: none;
    font-size: 20px;
}

ul li {
    padding-top: 6px;
}

#corp1{
    position:  absolute;
    margin-top: 50px;
    padding-bottom:20px;
    width: 300px;
    min-height: 150px;
}

#corp1_2{
    position:  absolute;
    margin-top: 100px;
    padding-bottom:20px;
    width: 500px;
    height: 100px;
}

#corp2_1{
    position:  relative;
    margin-top: 100px;
    margin-left: 500px;
    padding-bottom:20px;
    width: 500px;
    height: 100px;

}

label{
    width: 80px;
    margin-right: 20px;
    color : #279726;

}
#corp2{
    position:  absolute;
    margin-top: 50px;
    margin-left: 340px;
    padding-bottom:20px;
    width: 320px;
    border-left: 2px solid #e2e2e2;
    border-right: 2px solid #e2e2e2;
    min-height: 150px;

}

#corp3{
    position: relative;
    margin-top: 50px;
    margin-left: 700px;
    padding-bottom:20px;
    width: 300px;
    min-height: 150px;
}

#fin_de_page{
    border-bottom: 2px solid #efefef;
    border-top: 2px solid #efefef;
    margin-bottom: 50px;
    margin-top: 20px;
    width : 100%;
}

.fin {
    position: absolute;
    padding-top: 8px;
}
div#reseaux_sociaux{    
    position: relative;
    text-align: end;
    padding-top: 5px;
    padding-right: 20px;
}
.schema{
    text-align: left;
    margin : 30px;
    margin-left: 10px;
}

@media screen and (max-width: 1100px){ /*tel*/
    header{
    height : 190px;
    }

        nav{
            margin-top: 100px;
            width: auto; 
            display: inline-block;
            margin-left: 0px;
            }

        nav > a{    /*cr�ation des casse*/
            z-index:2;
            position: relative;
	        font-size: 42px;
            padding-left: 0px;
            padding-right: 0px;
	        color: #FFFFFF; /*couleur du texte*/
	        margin-right: 20px;
            margin-bottom: 10px;
	        text-decoration: none;
            border-top: 2px solid #FFFFFF ;
            display: inline-block;
            width: 200px;
            margin-top: 3px;
        }

    h1#prenom{
        margin-left: 10%;
        text-align: center;
        font-size: 50px;
        margin-top: 20px;
    }

    h1#nom{
        text-align: center;
        color : white; 
        position: absolute; /*la position est fixe car le nav est en relative*/
            margin-top: 12px;
        margin-left: 350px;
        z-index:1;
        font-size: 60px;
    }

    p{
        font-size: 30px;
    }
    
    ul{
        font-size: 30px;
    }

    ul li{
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .droite{
    width: auto;
    }
    #droite1{
    margin-right: 20px;
    margin-top: 5px;
    width: auto;
    }

    .phone{ /*déplacement des zones info*/
        margin-top: 390px;
        position: absolute;
        max-width: 270px;
        margin-left: 120px;
    }
    .phone2{ /*déplacement des zones info*/
        z-index: 1;
        margin-left: 470px;
        margin-top: 390px;
        border-left: 1px solid #e2e2e2;
        max-width: 300px;
        padding-left: 100px;
    }
    .droite3{ /*texte accompagnant les schémas*/
        margin-top: 330px;
    }

    #presentation{
        height: 100%;
    }

    h2.index{
        max-width: 450px;
        font-size : 40px;
    }

    h1.bonjour{
    font-size : 70px;
    }

    h3{
        font-size: 35px;
    }

    a.button{
        padding: 10px 30px;
        font-size : 35px;
        border-radius: 25px;
    }

    .centre{
    max-width: 530px;
    text-align: left;
    margin-top: 10px;
    text-align: justify;
    margin-bottom: 20px;
    }
	                            #image2{
                                position : absolute;
                                margin-top: 40px;
                                margin-left: 60%; 
                                width: auto;
                            }

}

@media screen and (max-width:640px) and (orientation: landscape) {
  p {
   -webkit-text-size-adjust: 10%;
  }
}
