/* BODY
============================== */
html {
    width: 100%;
    height: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
}

body {
    height: 100%;
    font-family: 'Arial', sans-serif;
    background-color: #FFFFFF;
    font-size: 14px;
    line-height: 1.42857;
    margin: 0;
    color: #363636;
}

*:before, *:after, * {
    box-sizing: border-box;
}

section, ul, li {
    margin: 0;
}

a {
    color: #c8cf02;
    text-decoration: none;
    font-weight: 700;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

a:hover {
    color: #E6781E;
    text-decoration: none;
}


::selection {
    background-color: rgba(230, 120, 30, 0.6);
}

::-moz-selection {
    background-color: rgba(230, 120, 30, 0.6);
}

::-webkit-input-placeholder {
    color: #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}

:-moz-placeholder {
    color: #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}

::-moz-placeholder {
    color: #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}

:-ms-input-placeholder {
    color: #FFFFFF;
    filter: alpha(opacity=100);
    opacity: 1;
}

/* GENERAL
============================== */
.clear {
    clear: both;
    width: 0;
    margin: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.container {
    width: 960px;
    margin: 0 auto;
}

.container2 {
    width: 760px;
    margin: 0 auto;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

h1 {
    font-family: 'Ruluko', sans-serif;
    padding: 0;
    margin: 0;
    text-align: center;
}

h2 {
    font-family: 'Ruluko', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 900;
    line-height: 36px;
    text-align: center;
    padding: 0;
    margin: 0 0 30px 0;
}

h3 {
    color: #363636;
    font-family: 'Ruluko', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 28px;
    text-align: center;
    word-wrap: break-word;
    padding: 0;
    margin: 0 0 15px 0;
}

h4 {
    color: #e6781e;
    font-family: 'Ruluko', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}

p {
    margin: 0;
}

a.lien {
    white-space: nowrap;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;

    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

a.lien:hover {
    background-color: #FFFFFF;
    color: #1693A7;
}

a.lien2 {
    white-space: nowrap;
    border: 2px solid #C8CF02;
    color: #C8CF02;
    display: inline-block;
    padding: 10px 20px;

    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;

}

a.lien2:hover {
    background-color: #C8CF02;
    color: #FFF;
}

a.lien3 {
    white-space: nowrap;
    border: 2px solid #FFFFFF;
    color: #FFFFFF;
    display: inline-block;
    padding: 10px 20px;

    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

a.lien3:hover {
    background-color: #FFFFFF;
    color: #E6781E;
    text-shadow: none;
}


.fleur {
    display: inline-block;
    height: 32px;
    left: -2px;
    position: relative;
    top: 8px;
    width: 32px;
}


/* SLICE CONTAINER x2
============================== */
.slice-container2 {
    margin: 0 auto;
    overflow: hidden;
}

.slice-container2-inner {
    width: 200%;
}

.slice-element2 {
    display: inline-block;
    width: 50%;
    float: left;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.slice-container2-inner.moved .slice-element2 {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

/* ICONE
============================== */
.icone-haut {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: -65px;
    left: 50%;
    margin-left: -65px;
    background-color: #FFF;
    -moz-box-shadow: 3px 3px 10px #363636;
    -webkit-box-shadow: 3px 3px 10px #363636;
    -o-box-shadow: 3px 3px 10px #363636;
    box-shadow: 3px 3px 5px #363636;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#363636, Direction=135, Strength=10);
}

.icone-haut img {
    width: 85px;
    height: 85px;
    margin-top: 22px;
}

.icone-footer {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: -45px;
    left: 50%;
    margin-left: -45px;
    border: 2px solid #E6781E;
    background-color: #363636;
    -moz-box-shadow: 3px 3px 10px #363636;
    -webkit-box-shadow: 3px 3px 10px #363636;
    -o-box-shadow: 3px 3px 10px #363636;
    box-shadow: 3px 3px 5px #363636;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#363636, Direction=135, Strength=10);
}

.icone-footer img {
    width: 45px;
    height: 45px;
    margin-top: 22px;
}

/* MENU
============================== */
#bloc-menu {
    margin-bottom: 40px;
    position: relative;

}

#bloc-menu.stuck {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101;
}

#menu ul, #menu ul li {
    margin: 0;
    padding: 0;
}

#menu {
    height: 73px;
    position: relative;
    border-bottom: 2px solid #E6781E;
    z-index: 10;
    background-color: #FFFFFF;
}

#menu ul li {
    display: inline-block;
    float: left;
    list-style-type: none;
    padding: 20px 42px 0px 0px;
    color: #363636;
    font-family: 'Ruluko', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    white-space: nowrap;
}

#menu ul li.contact {
    padding: 20px 0px 0px 0px;
}

#menu ul li.home {
    padding: 20px 55px 0px 0px;
}

#menu ul li a {
    font-weight: 400;
    color: #363636;
}

#menu ul li:hover a {
    font-weight: 400;
    color: #E6781E;
}

#menu ul li .fleur-menu {
    height: 32px;
    position: relative;
    top: 3px;
    width: 32px;
    display: inline-block;
}

#menu ul li.active .fleur-menu {
    /* background-image: url("../img/feuille-orange.svg"); */
}

#menu ul li.active a {
    color: #E6781E;
}

#fleur_menu_1 {
    left: 36px;
}

#fleur_menu_2 {
    left: 46px;
}

#fleur_menu_3 {
    left: 63px;
}

#fleur_menu_4 {
    left: 50px;
}

#fleur_menu_contact {
    left: 13px;
}


.menu_ouvert {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -650px;
    -webkit-transition: all 1s ease-in;
    -moz-transition: all 1s ease-in;
    -o-transition: all 1s ease-in;
    transition: all 1s ease-in;
}

.menu_ouvert.open {
    top: 68px;
}

.menu_bloc {
    width: 100%;
    display: table;
}

.menu_gauche, .menu_droite {
    width: 50%;
    display: table-cell;
}

.menu_gauche {
    background-color: #E6781E;
    padding-bottom: 20px;
    border-bottom: 2px solid #E6781E;
}

.menu_gauche_items {
    width: 420px;
    float: right;
    margin-right: 100px;
    overflow: hidden;
}

.menu_gauche_items_bloc {
    /* display: none; */
    position: absolute;
    width: 420px;
}

.menu_gauche_items .menu_titre {
    font-family: 'Ruluko', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 10px 0;
}

.menu_gauche_items a {
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;

    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;


}

.menu_gauche_items a:hover {
    color: #363636;
}

.menu_droite {
    background-color: #363636;
    padding-bottom: 20px;
    border-bottom: 2px solid #E6781E;
}

.menu_droite_items {
    width: 420px;
    float: left;
    margin-left: 100px;
}

.menu_droite_items .menu_titre {
    font-family: 'Ruluko', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin: 20px 0 10px 0;
    color: #E6781E;
}

.menu_droite_items a {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
}

.menu_droite a:hover {
    color: #E6781E;
}

.icone-menu {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    position: absolute;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-top: -65px;
    margin-left: -65px;
    background-color: #363636;
    border: 2px solid #E6781E;
}

.icone-menu img {
    width: 85px;
    height: 85px;
    margin-top: 22px;
}

.fermer-menu {
    display: inline-block;
    color: #E6781E;
    border: 2px solid #E6781E;
    border-top: none;
    position: relative;
    font-weight: normal;
    left: 50%;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    padding: 5px 13px;
    margin-left: -57px;
    background-color: #FFFFFF;

    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

.fermer-menu:hover {
    background-color: #E6781E;
    color: #FFFFFF;
}


/* MENU Contact */
.menu_contact {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: -650px;
    -webkit-transition: all .6s ease-in;
    -moz-transition: all .6s ease-in;
    -o-transition: all .6s ease-in;
    transition: all .6s ease-in;
}

.menu_contact.open {
    top: 68px;
}

#form-contact {
    padding: 0 15px;
}

.menu_contact .menu_gauche, .menu_contact .menu_droite {
    padding-top: 20px;
}

.menu_contact .menu_gauche .menu_gauche_items {
    width: 300px;
}

.menu_contact .menu_gauche input, .menu_contact .menu_gauche textarea {
    width: 100%;
    display: block;
    border: 2px solid #FFFFFF;
    background-color: #E6781E;
    margin-bottom: 11px;
    padding: 8px 20px;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    font-family: 'Arial', sans-serif;
}

.menu_contact .menu_gauche textarea {
    margin-bottom: 5px;
}

.menu_contact .menu_gauche .form-liens {
    text-align: center;
}

.menu_contact .menu_gauche input#submit_message {
    display: inline-block;
    margin-left: 32px;
}

.menu_contact .menu_gauche input:hover, .menu_contact .menu_gauche textarea:hover {
    color: #E6781E;
    background-color: #FFFFFF;
}

.menu_contact .menu_gauche input:focus, .menu_contact .menu_gauche textarea:focus {
    color: #E6781E;
    background-color: #FFFFFF;
}

input:hover::-webkit-input-placeholder, textarea:hover::-webkit-input-placeholder {
    color: #E6781E;
}

input:hover:-moz-placeholder, textarea:hover:-moz-placeholder {
    color: #E6781E;
}

input:hover::-moz-placeholder, textarea:hover::-moz-placeholder {
    color: #E6781E;
}

input:hover:-ms-input-placeholder, textarea:hover:-ms-input-placeholder {
    color: #E6781E;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #E6781E;
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #E6781E;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #E6781E;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #E6781E;
}

.bloc-rgpd {
    display: flex;
    margin-top: 15px;
    color: #FFF;
}

.menu_contact .menu_gauche .bloc-rgpd input {
    width: auto;
    min-width: 40px;
}

.menu_contact .menu_gauche .bloc-rgpd a {
    display: inline-block;
    text-decoration: underline;
    margin-bottom: 0;
}


.menu_contact .menu_gauche input.submit {
    width: 190px;
    margin: 20px auto 0 auto;
    cursor: pointer;
}

#message_erreur_box {
    height: 30px;
}

#message_erreur {
    height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: none;
}

#message_success {
    color: #FFFFFF;
    text-align: center;
    padding: 100px 20px;
    font-size: 17px;
}

.menu_contact .menu_droite {
    text-align: center;

}

.menu_contact .menu_droite table {
    width: 100%;
}

.menu_contact .menu_droite table td {
    width: 50%;
}

.menu_contact .menu_droite p {
    color: #FFFFFF;
}

.menu_contact .menu_droite .bloc-lien {
    margin-top: 30px;
}

.menu_contact .menu_droite .bloc-lien a {
    font-size: 40px;
    display: inline;
    color: #FFF;
}

.menu_contact .menu_droite .bloc-lien a:hover {
    color: #e6781e;
}

#message_envoye {
    width: 95px;
    height: 100px;
    margin: 0 auto;
}


/* Footer
============================== */
footer {
    background-color: #363636;
    padding: 40px 0 0 0;
}

#footer {
}

#footer #footer-1, #footer #footer-2, #footer #footer-3 {
    float: left;
    width: 300px;
    text-align: center;
}

#footer #footer-1 .bloc-lien {
    margin-top: 30px;
}

#footer #footer-1 .bloc-lien a {
    font-size: 40px;
    color: #FFF;
}

#footer #footer-1 .bloc-lien a:hover {
    color: #E6781E;
}

#footer #footer-2 {
    margin: 0 30px;
}

#footer #footer-2 table {
    width: 100%;
    margin-top: 20px;
}

#footer #footer-2 table td {
    width: 50%;
}

#footer #footer-2 p {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
}

#footer #footer-2 p a {
    color: #FFF;
}

#footer #footer-2 p a:hover {
    color: #E6781E;
}

#footer #footer-3 a {
    color: #FFF;
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
    font-weight: 400;
}

#footer #footer-3 a:hover {
    color: #E6781E;
}

/* Copyright
============================== */
#copyright {
    background-color: #E6781E;
    position: relative;
    padding: 60px 0 30px 0;
    margin-top: 50px;
    font-size: 12px;
    text-align: center;
    color: #FFF;
}

#copyright a {
    color: #FFFFFF;
    font-weight: 400;
}

#copyright a:hover {
    color: #363636;
}

/* Go to top
============================== */
#got-to-top {
    position: fixed;
    border: 2px solid #363636;
    background-color: #FFFFFF;
    color: #363636;
    bottom: 50px;
    right: 50px;
    padding: 13px 5px 5px 5px;
    width: 70px;
    height: 70px;
    text-align: center;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    cursor: pointer;
    display: none;
    border-radius: 50%;
}

#got-to-top i {
    font-size: 40px;
    line-height: 30px;
    width: 100%;
}

#got-to-top span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}

#got-to-top:hover {
    background-color: #363636;
    color: #FFF;
}

/**********************
	 Cookies
***********************/
.cookie-legale {
    background-color: rgba(32, 35, 40, 0.9);
    position: fixed;
    bottom: 0;
    z-index: 102;
    width: 100%;
    display: none;
}

.cookie-legale-content {
    width: 960px;
    padding: 10px 0px;
    margin: 0 auto;
}

.cookie-legale-content-texte {
    width: 85%;
    float: left;
    color: #FFFFFF;
    font-size: 11px;
    padding-top: 5px;
}

.cookie-legale-content-button {
    width: 15%;
    float: right;
    text-align: right;
}

.cookie-legale-content-button button {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    color: #FFFFFF;
    background-color: transparent;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    padding: 4px 8px;
    text-decoration: none;
    vertical-align: middle;
    width: 110px;
}

.cookie-legale-content-button button:hover {
    background-color: #dcdcdc;
    color: #000000;
}
