section {
    padding-bottom: 10px;
}

.main {
    margin-right: auto;
    background-image: none;
    z-index: 1;
    border-color: #000000;
    margin-left: auto;
    width: 100%;
    max-width: 1170px;
    height: 100%;
    border-width: 0px;
    background-color: #DBD5C9;
}

strong {
    color: #D93600;
}

.color_green {
    color: #336600;
}

.color_yellow {
    color: #CDAD77;
}

/* image header */
.slide {
    background-image: url(header_img.jpg);
    width: 1170px;
    height: 631px;
}

.slide img {
    width: 100%;
}

/* text header */
.right {
    float:right;
    width:50%;
}

.title1 {
    background-color: rgba(103, 78, 37, 0.7);
    width: auto;
    float: right;
    padding: 0 10px 0 10px;
    margin: 10px 0 20px 0;
}

.title1 p {
    color: #FFFFFF;
    font-family: bangers, sans-serif;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.44);
    font-weight: 400;
    line-height: 75px;
    font-size: 62px;
    letter-spacing: 6px;
    text-align: center;
}

.title2 {
    background-color: rgba(103, 78, 37, 0.7);
    width: auto;
    float: right;
    padding: 0 10px 0 10px;
}

.title2 p {
    color: #FFFFFF;
    font-family: bangers, sans-serif;
    text-shadow: 4px 4px 8px rgba(0,0,0,0.44);
    font-weight: 400;
    line-height: 37px;
    font-size: 31px;
    letter-spacing: 6px;
    text-align: center;
}
/* end text header */

/* menu */
.menu {
    float: left;
    width: 100%;
    margin-top: 319px;
}

.menu a {
    color: #FFFFFF;
    text-decoration: none;
}

.menu img {
    width: auto;
    height: auto;
}

.soutitre {
    font-size: 13px;
    letter-spacing: 1px;
}

li {
    border-radius: 15px;
    border-style: solid;
    border-color: #D7CEB1;
    box-shadow: 6px 6px 8px rgba(0,0,0,0.5);
    border-width: 2px;
    background-color: #48371A;
    padding: 6px 0 6px 0;
    width: 17.08%;
    float: left;
    margin: 0 4px 0 22px;
    text-align: center;
    color: #FFFFFF;
    font-style: normal;
    font-family: bangers, sans-serif;
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 7px;
}
/* end menu */

.title_h1 {
    background: linear-gradient(to bottom,#CDAD77 ,#C09856 100%);
    min-height: 63px;
    line-height: 58px;
    font-size: 48px;
    letter-spacing: 11px;
    width: 100%;
    padding: 20px 0 20px 0;

}

h1 {
    color: #FFFFFF;
    font-family: bangers, sans-serif;
    background-color: transparent;
    font-weight: 400;
    float: left;
    margin-left: 15px;
    top: 4px;
}

.title_h1 img {
    float: right;
    margin-right: 20px;

}

/* content */
.content {
    margin-bottom: 15px;
}

.content p {
    line-height: 28px;
    font-size: 23px;
    font-family: comfortaa, sans-serif;
    letter-spacing: 1px;
    /* font-weight: 400; */
    margin: 10px 10px 10px 17px;
}

h2 {
    color: #48371A;
    font-family: bangers, sans-serif;
    margin-left: 15px;
}

.title_h2 {
    min-height: 30px;
    line-height: 50px;
    font-size: 42px;
    letter-spacing: 5px;
    width: auto;
    margin-top: 20px;
    padding-right: 10px;
    margin-bottom: 35px;
}

.bckg_h2 {
    background-color: #EBE7DA;
    padding: 0 20px 0 0;
    float: left;
    margin-left: 0;
}

.title_h3 {
    min-height: 30px;
    line-height: 20px;
    font-size: 23px;
    letter-spacing: 5px;
    width: auto;
    padding-right: 20px;
    clear: both;
    margin-bottom: 35px;
}

.title_h3 h2{
    color: #FFFFFF;
    font-family: comfortaa, sans-serif;
    font-weight: 700;
}

.bckg_h2_bottom {
    background-color: #D93600;
    padding: 13px 20px 13px 0;
    float: left;
    margin-left: 0;
}
/* end content */

/* footer */
.gdcfooter{
    text-align: center;
    padding: 20px 0 20px 15px;
    margin-top: 1px;
    background-color: #674E25;
    margin-bottom: 20px;
    line-height: 23px;
    font-size: 19px;
}

.main footer a {
    color: #FFFFFF;
    font-family: bangers, sans-serif;
    font-weight: 100;
    text-decoration: none;
    letter-spacing: 5px;
}

.first {
    float:left;
    padding: 0;
    margin-left: 10px;
}

.second {
    margin-right: 100px;
}

.charte {
    text-align: center;
}

.charte a{
    color: #674E25;
    text-decoration: underline;
    font-weight:400;
    font-family: bangers, sans-serif;
    font-size: 40px;
    /* text-shadow: 2px 2px 4px rgba(0,0,0,0.34); */
}
