/*
*
* = TYPO 
*
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600,800,900&display=swap');

/* 
*
* = INIT 
*
*/

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;
}

/*
*
* = TRAME
*
*/

.trame {
    background-image: url('../images/background/trame.png');
}

/* 
*
* = CONTAINER 
*
*/

body {
    margin: 0 auto;
    max-width: 2560px;
    min-width: 320px;
}

.container {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 2024px;
}

/*
*
* = COLONNE 
*
*/

.panel-colonne {
    overflow: hidden;
}

.panel-colonne .colonne {
    float: left;
}

.panel-colonne .colonne.semi {
    width: 50%;
}

/* 
*
* = COULEUR 
*
*/

.hover-fond {
    transition: 0.2s ease background-color;
}

.hover-couleur {
    transition: 0.2s ease color;
}

.fill-hover path,
.fill-hover polygon {
    transition: 0.2s ease fill;
}

/* ----------- BASE -----------*/
/* 0 */
.hover-couleur-0:hover,
.couleur-0 {
    color: #FFFFFF;
}

.fill-0 path,
.fill-hover-0:hover path,
.fill-0 polygon,
.fill-hover-0:hover polygon {
    fill: #FFFFFF;
}

.hover-couleur-0.puce::before,
.hover-fond-0:hover,
.fond-0 {
    background-color: #FFFFFF;
}

.border-0 {
    border-color: #FFFFFF;
}

/* 1 */
.hover-couleur-1:hover,
.couleur-1 {
    color: #c1c1c1;
}

.fill-1 path,
.fill-hover-1:hover path,
.fill-1 polygon,
.fill-hover-1:hover polygon {
    fill: #c1c1c1;
}

.hover-couleur-1.puce::before,
.hover-fond-1:hover,
.fond-1 {
    background-color: #c1c1c1;
}

.border-1 {
    border-color: #c1c1c1;
}

/* 2 */
.hover-couleur-2:hover,
.couleur-2 {
    color: #000000;
}

.fill-2 path,
.fill-hover-2:hover path,
.fill-2 polygon,
.fill-hover-2:hover polygon {
    fill: #000000;
}

.hover-couleur-2.puce::before,
.hover-fond-2:hover,
.fond-2 {
    background-color: #000000;
}

.border-2 {
    border-color: #000000;
}

/* --------- TURQUOISE --------*/
/* 3 */
.hover-couleur-3:hover,
.couleur-3 {
    color: #36F0EB;
}

.fill-3 path,
.fill-hover-3:hover path,
.fill-3 polygon,
.fill-hover-3:hover polygon {
    fill: #36F0EB;
}

.hover-couleur-3.puce::before,
.hover-fond-3:hover,
.fond-3 {
    background-color: #36F0EB;
}

.border-3 {
    border-color: #36F0EB;
}

/* 31 */
.hover-couleur-31:hover,
.couleur-31 {
    color: #00c1bb;
}

.fill-31 path,
.fill-hover-31:hover path,
.fill-31 polygon,
.fill-hover-31:hover polygon {
    fill: #00c1bb;
}

.hover-couleur-31.puce::before,
.hover-fond-31:hover,
.fond-31 {
    background-color: #00c1bb;
}

.border-31 {
    border-color: #00c1bb;
}

.fond-32 {
    background-color: rgba(54, 240, 235, 0.2);
}

@media screen and (max-width: 850px) {
    .fond-32-resp-800 {
        background-color: rgba(54, 240, 235, 0.2);
    }
}


/* ----------- BLEU -----------*/
/* 4 */
.hover-couleur-4:hover,
.couleur-4 {
    color: #008f88;
}

.fill-4 path,
.fill-hover-4:hover path,
.fill-4 polygon,
.fill-hover-4:hover polygon {
    fill: #008f88;
}

.hover-couleur-4.puce::before,
.hover-fond-4:hover,
.fond-4 {
    background-color: #008f88;
}

.border-4 {
    border-color: #008f88;
}

/* 41 */
.hover-couleur-41:hover,
.couleur-41 {
    color: #00B0AB;
}

.fill-41 path,
.fill-hover-41:hover path,
.fill-41 polygon,
.fill-hover-41:hover polygon {
    fill: #00B0AB;
}

.hover-couleur-41.puce::before,
.hover-fond-41:hover,
.fond-41 {
    background-color: #00B0AB;
}

.border-41 {
    border-color: #00B0AB;
}

/* ---------- ORANGE ----------*/
/* 5 */
.hover-couleur-5:hover,
.couleur-5 {
    color: #F59E2C;
}

.fill-5 path,
.fill-hover-5:hover path,
.fill-5 polygon,
.fill-hover-5:hover polygon {
    fill: #F59E2C;
}

.hover-couleur-5.puce::before,
.hover-fond-5:hover,
.fond-5 {
    background-color: #F59E2C;
}

.border-5 {
    border-color: #F59E2C;
}

/* 51 */
.hover-couleur-51:hover,
.couleur-51 {
    color: #ca7200;
}

.fill-51 path,
.fill-hover-51:hover path,
.fill-51 polygon,
.fill-hover-51:hover polygon {
    fill: #ca7200;
}

.hover-couleur-51.puce::before,
.hover-fond-51:hover,
.fond-51 {
    background-color: #ca7200;
}

.border-51 {
    border-color: #ca7200;
}

.fond-52 {
    background-color: rgba(255, 158, 44, 0.3);
}

@media screen and (max-width: 850px) {
    .fond-52-resp-800 {
        background-color: rgba(255, 158, 44, 0.3);
    }
}

/* ----------- ROUGE ----------*/
/* 6 */
.hover-couleur-6:hover,
.couleur-6 {
    color: #E10613;
}

.fill-6 path,
.fill-hover-6:hover path,
.fill-6 polygon,
.fill-hover-6:hover polygon {
    fill: #E10613;
}

.hover-couleur-6.puce::before,
.hover-fond-6:hover,
.fond-6 {
    background-color: #E10613;
}

.border-6 {
    border-color: #E10613;
}

/* 61 */
.hover-couleur-61:hover,
.couleur-61 {
    color: #F5525B;
}

.fill-61 path,
.fill-hover-61:hover path,
.fill-61 polygon,
.fill-hover-61:hover polygon {
    fill: #F5525B;
}

.hover-couleur-61.puce::before,
.hover-fond-61:hover,
.fond-61 {
    background-color: #F5525B;
}

.border-61 {
    border-color: #F5525B;
}

/* ----------- AUTRE ----------*/
/* 7 */
.hover-couleur-7:hover,
.couleur-7 {
    color: #8927B9;
}

.fill-7 path,
.fill-hover-7:hover path,
.fill-7 polygon,
.fill-hover-7:hover polygon {
    fill: #8927B9;
}

.hover-couleur-7.puce::before,
.hover-fond-7:hover,
.fond-7 {
    background-color: #8927B9;
}

.border-7 {
    border-color: #8927B9;
}

/* 8 */
.fond-8 {
    background-color: #eee;
}

/* 8 */
.fond-9 {
    background-color: #8a27b9;
}


/* 99 */

.hover-couleur-99:hover,
.couleur-99 {
	color: #ddd;
}

.fill-99 path,
.fill-hover-99:hover path,
.fill-99 polygon,
.fill-hover-99:hover polygon {
	fill: #ddd;
}

.hover-couleur-99.puce::before,
.hover-fond-99:hover,
.fond-99 {
	background-color: #ddd;
}

.border-99 {
	border-color: #ddd;
}


/* 999 */

.hover-couleur-999:hover,
.couleur-999 {
	color: #777;
}

.fill-999 path,
.fill-hover-999:hover path,
.fill-999 polygon,
.fill-hover-999:hover polygon {
	fill: #777;
}

.hover-couleur-9999.puce::before,
.hover-fond-999:hover,
.fond-999 {
	background-color: #777;
}

.border-999 {
	border-color: #777;
}


/* 
*
* = TITRE 
*
*/

.titre-1 {
    font-size: 94px;
    line-height: 82px;
    font-weight: 800;
}

.titre-2 {
    font-size: 35px;
    line-height: 51px;
    font-weight: 800;
}

.titre-3 {
    font-size: 75px;
    line-height: 75px;
    font-weight: 800;
}

.titre-3-bis {
    font-size: 60px;
    line-height: 70px;
    font-weight: 800;
}

.titre-4 {
    font-size: 22px;
    line-height: 25px;
    font-weight: 800;
}

.titre-5 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 800;
}

/* 
*
* = TEXTE 
*
*/

.texte-base-0 {
    font-size: 22px;
    line-height: 40px;
    font-weight: 400;
}

.texte-base {
    font-size: 20px;
    line-height: 33px;
    font-weight: 400;
}

.texte-base-2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
}

.texte-base-3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}


/*
*
* = CITATION --------------------------------------------------------------------------------------------------------------------------------
*
*/

#citation-panel {
    padding: 250px 0 125px 0;
}

#citation-panel .citation {
    font-size: 45px;
    line-height: 46px;
    font-style: italic;
    font-weight: 600;
    text-align: center;
}


@media screen and (max-width: 2200px) {
    #citation-panel {
        padding: 185px 0 92.5px 0;
    }

    #citation-panel .citation {
        font-size: 35px;
        line-height: 36px;
    }
}

@media screen and (max-width: 1700px) {
    #citation-panel {
        padding: 150px 0 75px 0;
    }

    #citation-panel .citation {
        font-size: 28px;
        line-height: 29px;
    }
}

@media screen and (max-width: 1280px) {
    #citation-panel {
        padding: 125px 0 62.5px 0;
    }

    #citation-panel .citation {
        font-size: 24px;
        line-height: 25px;
    }
}

@media screen and (max-width: 1024px) {
    #citation-panel {
        padding: 100px 0 50px 0;
    }

    #citation-panel .citation {
        font-size: 21px;
        line-height: 22px;
    }
}

@media screen and (max-width: 850px) {
    #citation-panel {
        padding: 75px 0 75px 0;
    }

    #citation-panel .citation {
        font-size: 21px;
        line-height: 27px;
    }
}

@media screen and (max-width: 600px) {
    #citation-panel {
        padding: 50px 30px;
    }

    #citation-panel .citation {
        font-size: 18px;
        line-height: 24px;
    }
}

/* 
*
* = BOUTON PLUS 
*
*/

.bouton-plus {
    display: block;
    width: 87px;
    height: 50px;
    border-radius: 25px;
    border-width: 1px;
    border-style: solid;
    border-radius: 26px;
}

.bouton-plus p {
    font-size: 36px;
    line-height: 50px;
    font-weight: 600;
    margin-left: 20px;
    text-align: left;
    transition: 0.2s ease margin-left;
}

.declencheur:hover .bouton-plus p,
.bouton-plus:hover p {
    margin-left: 48px;
    transition: 0.2s ease margin-left;
}


/*
*
* = CATEGORIE MENU SECTION  -----------------------------------------------------------------------------------------------------------------
*
*/

#categorie-menu-section {
    position: relative;
    padding-bottom: 95px;
}

#categorie-menu-section .container {
    z-index: 50;
}

#categorie-menu-section.left {
    padding-top: 40px;
}

@media screen and (max-width: 2200px) {
    #categorie-menu-section {
        padding-bottom: 70px;
    }
}

@media screen and (max-width: 1700px) {
    #categorie-menu-section {
        padding-bottom: 60px;
    }
}

@media screen and (max-width: 1280px) {
    #categorie-menu-section.left {
        padding-top: 30px;
    }

    #categorie-menu-section .menu-categories .categorie {
        margin-bottom: 18px;
    }

    #categorie-menu-section {
        padding-bottom: 30px;
    }


}

@media screen and (max-width: 600px) {
    #categorie-menu-section .menu-categories .categorie {
        margin-bottom: 10px;
    }
}

/*
*
* = CATEGORIE --------------------------------------------------------------------------------------------------------------------------------
*
*/

.menu-categories {
    overflow: hidden;
}

.menu-categories .categorie {
    float: left;
    margin-right: 40px;
}

.menu-categories.small .categorie {
    float: left;
    margin-right: 15px;
}

input[type="submit"],
.menu-categories .categorie a,
.menu-categories .categorie p {
    display: block;
    padding: 23px 43px;
    font-size: 20px;
    line-height: 33px;
    font-weight: 800;
    border-width: 1px;
    border-style: solid;
    border-radius: 40px;
}

input[type="submit"],
.menu-categories.small .categorie a,
.menu-categories.small .categorie p {
    display: block;
    padding: 17px 43px;
    font-size: 19px;
    line-height: 19px;
    font-weight: 800;
    border-width: 1px;
    border-style: solid;
    border-radius: 40px;
}

.menu-categories .categorie p {
    cursor: default;
}

@media screen and (max-width: 2200px) {
    .menu-categories .categorie {
        margin-right: 30px;
    }

    input[type="submit"],
    .menu-categories .categorie p,
    .menu-categories .categorie a {
        padding: 17px 32px;
        font-size: 18px;
        line-height: 31px;
        border-radius: 33px;
    }

    input[type="submit"],
    .menu-categories.small .categorie a,
    .menu-categories.small .categorie p {
        padding: 12px 32px;
        font-size: 18px;
        line-height: 14px;
        border-radius: 20px;
    }
}

@media screen and (max-width: 1700px) {
    .menu-categories .categorie {
        margin-right: 24px;
    }

    input[type="submit"],
    .menu-categories .categorie p,
    .menu-categories .categorie a {
        padding: 13px 25px;
        font-size: 16px;
        line-height: 28px;
        border-radius: 28px;
    }

    input[type="submit"],
    .menu-categories.small .categorie a,
    .menu-categories.small .categorie p {
        padding: 12px 25px;
        font-size: 16px;
        line-height: 14px;
        border-radius: 28px;
    }
}

@media screen and (max-width: 1280px) {
    .menu-categories .categorie {
        margin-right: 18px;
    }

    input[type="submit"],
    .menu-categories .categorie p,
    .menu-categories .categorie a,
    .menu-categories.small .categorie a,
    .menu-categories.small .categorie p {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 24px;
        border-radius: 23px;
    }
}

@media screen and (max-width: 600px) {
    .menu-categories {
        padding-left: 30px;
    }

    .menu-categories .categorie {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    input[type="submit"],
    .menu-categories .categorie p,
    .menu-categories .categorie a,
    .menu-categories.small .categorie a,
    .menu-categories.small .categorie p {
        padding: 8px 16px;
        font-size: 14px;
        line-height: 18px;
        border-radius: 25px;
    }
}



/*
*
* = COMMON SLIDER
*
*/

.block-slider {
    overflow: hidden;
}

.block-slider,
.block-slider .slide {
    position: relative;
    width: 1012px;
    height: 690px;
    background-size: cover;
}

.slider-precedent,
.slider-suivant {
    position: absolute;
    bottom: 0;
    height: 67px;
    width: 67px;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
}

.slider-precedent {
    right: 67px;
    background-image: url(../images/slider/precedent.png)
}

.slider-suivant {
    right: 0px;
    background-image: url(../images/slider/suivant.png)
}

.navigation-slider {
    background-color: white;
    position: absolute;
    left: 0;
    bottom: 0;
    padding-top: 39px;
    padding-bottom: 22px;
}

.navigation-slider ul {
    padding-top: 10px;
    list-style-type: none;
}

.navigation-slider li {
    padding: 11px 36px;
}

.navigation-slider li button {
    outline: none;
    -webkit-appearance: none;
    font-size: 0;
    border: 0;
    height: 6px;
    width: 6px;
    border-radius: 3px;
}

.navigation-slider .compteur {
    transform-origin: top left;
    transform: rotate(-90deg);
    width: 55px;
    height: 79px;
    bottom: -79px;
    position: relative;
    line-height: 79px;

}

.navigation-slider .compteur p {
    font-size: 34px;
}

.navigation-slider .ligne {
    width: 32px;
    height: 2px;
    position: absolute;
    bottom: 50%;
    transform: translateY(-50%);
    right: -37px;
    transition: width 0.2s ease;
}

.navigation-slider .ligne.fade {
    width: 0px;
    transition: width 0.2s ease;
}

@media screen and (max-width: 2200px) {

    .block-slider,
    .block-slider .slide {
        width: 750px;
        height: 510px;
    }

    .slider-precedent,
    .slider-suivant {
        height: 50px;
        width: 50px;
        background-size: 10px;
    }

    .slider-precedent {
        right: 50px;
    }

    .navigation-slider {
        padding-top: 30px;
        padding-bottom: 16px;
    }

    .navigation-slider ul {
        padding-top: 8px;
    }

    .navigation-slider li {
        padding: 8px 27px;
    }

    .navigation-slider li button {
        height: 5px;
        width: 5px;
        border-radius: 3px;
    }

    .navigation-slider .compteur {
        width: 40px;
        height: 59px;
        bottom: -59px;
        line-height: 59px;
    }

    .navigation-slider .compteur p {
        font-size: 25px;
    }

    .navigation-slider .ligne {
        width: 24px;
        right: -27px;
    }
}

@media screen and (max-width: 1700px) {

    .block-slider,
    .block-slider .slide {
        width: 600px;
        height: 408px;
    }

    .slider-precedent,
    .slider-suivant {
        height: 40px;
        width: 40px;
        background-size: 8px;
    }

    .slider-precedent {
        right: 40px;
    }

    .navigation-slider {
        padding-top: 24px;
        padding-bottom: 13px;
    }

    .navigation-slider ul {
        padding-top: 6px;
    }

    .navigation-slider li {
        padding: 6px 22px;
    }

    .navigation-slider li button {
        height: 4px;
        width: 4px;
        border-radius: 2px;
    }

    .navigation-slider .compteur {
        width: 32px;
        height: 48px;
        bottom: -48px;
        line-height: 48px;
    }

    .navigation-slider .compteur p {
        font-size: 20px;
    }

    .navigation-slider .ligne {
        width: 20px;
        right: -21px;
    }
}


@media screen and (max-width: 1280px) {

    .block-slider,
    .block-slider .slide {
        width: 500px;
        height: 340px;
    }

    .slider-precedent,
    .slider-suivant {
        height: 35px;
        width: 35px;
        background-size: 7px;
    }

    .slider-precedent {
        right: 35px;
    }

    .navigation-slider {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .navigation-slider ul {
        padding-top: 4px;
    }

    .navigation-slider li {
        padding: 4px 18px;
    }

    .navigation-slider li button {
        height: 4px;
        width: 4px;
        border-radius: 2px;
    }

    .navigation-slider .compteur {
        width: 26px;
        height: 40px;
        bottom: -40px;
        line-height: 40px;
    }

    .navigation-slider .compteur p {
        font-size: 18px;
    }

    .navigation-slider .ligne {
        width: 16px;
        right: -17px;
    }
}




@media screen and (max-width: 1024px) {

    .block-slider,
    .block-slider .slide {
        width: 400px;
        height: 272px;
    }

    .navigation-slider {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .navigation-slider ul {
        padding-top: 4px;
    }

    .navigation-slider li {
        padding: 3px 14px;
    }

    .navigation-slider .compteur {
        width: 20px;
        height: 32px;
        bottom: -32px;
        line-height: 32px;
    }

    .navigation-slider .compteur p {
        font-size: 16px;
    }

    .navigation-slider .ligne {
        width: 12px;
        right: -12px;
    }

}

@media screen and (max-width: 850px) {
    .block-slider {
        margin-bottom: 50px;
    }

    .block-slider,
    .block-slider .slide {
        width: 500px;
        height: 340px;
        overflow: hidden;
    }

    .slider-precedent,
    .slider-suivant {
        height: 35px;
        width: 35px;
        background-size: 7px;
    }

    .slider-precedent {
        right: 35px;
    }

    .navigation-slider {
        padding-top: 20px;
        padding-bottom: 10px;
    }

    .navigation-slider ul {
        padding-top: 4px;
    }

    .navigation-slider li {
        padding: 4px 18px;
    }

    .navigation-slider li button {
        height: 4px;
        width: 4px;
        border-radius: 2px;
    }

    .navigation-slider .compteur {
        width: 26px;
        height: 40px;
        bottom: -40px;
        line-height: 40px;
    }

    .navigation-slider .compteur p {
        font-size: 18px;
    }

    .navigation-slider .ligne {
        width: 16px;
        right: -17px;
    }
}

@media screen and (max-width: 600px) {

    .block-slider,
    .block-slider .slide {
        width: 100%;
        height: 68vw;
        overflow: hidden;
    }


    .navigation-slider {
        padding-top: 16px;
        padding-bottom: 8px;
    }

    .navigation-slider ul {
        padding-top: 4px;
    }

    .navigation-slider li {
        padding: 0px 14px;
    }

    .navigation-slider .compteur {
        width: 20px;
        height: 32px;
        bottom: -32px;
        line-height: 32px;
    }

    .navigation-slider .compteur p {
        font-size: 16px;
    }

    .navigation-slider .ligne {
        width: 12px;
        right: -12px;
    }
}

/*
*
* = HEADER ---------------------------------------------------------------------------------------------------------------------------------------
*
*/

header {
    background: white;
    z-index: 900;
    height: 142px;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
}

body {
    margin-top: 142px;
}

header .navigation .nd-menu ul,
header .container-header {
    width: 2024px;
    margin: 0 auto;
    display: block;
}

header .logo,
header .navigation {
    display: inline-block;
    vertical-align: middle;
}

header .navigation {
    float: right;
}

header .navigation ul {
    list-style-type: none;
}

header .navigation ul li {
    height: 142px;
}

header .navigation ul li a {
    position: relative;
}

header .navigation ul li.active .item-menu-current {
    position: relative;
}

header .navigation ul li.active .item-menu-current::after {
    content: "";
    position: absolute;
    height: 8px;
    width: 100%;
    bottom: 0;
    left: 0;
}

header.bleu.fonce .navigation ul li.active .item-menu-current::after {
    background: #008f88;
}

header.bleu.clair .navigation ul li.active .item-menu-current::after {
    background: #00B0AB;
}

header.rouge.fonce .navigation ul li.active .item-menu-current::after {
    background: #E10613;
}

header.rouge.clair .navigation ul li.active .item-menu-current::after {
    background: #F5525B;
}


header .navigation ul li,
header .navigation ul li a,
header .navigation ul li img,
header .navigation ul li svg {
    display: inline-block;
    vertical-align: middle;
    line-height: 142px;
}

header .navigation ul li img {
    vertical-align: middle;

	height: 38px;
}

header .logo img {
    padding: 17px 0;
    height: 108px;
}

header p,
header a {
    font-size: 24px;
    text-transform: uppercase;
}

header .telephone a {
    padding: 0 27px;
}

header .langue a,
header .sos a {
    padding: 0 32px;
}

header .sos {
    margin-left: 65px;
}

header .sos-logo 
{
    height: 70px;
    width: 70px;
}

header .home-logo {
    height: 32px;
    max-width: 32px;
}

header .item-menu svg,
header .item-menu img,
header .item-menu .link-item,
header .item-menu p {
    padding: 0 45px;
    font-weight: 600;
    cursor: pointer;
}

header .rd-menu,
header .nd-menu {
    position: absolute;
	box-shadow: 0px 5px 2px 0px rgba(0, 0, 0, 0.1);
    z-index: 100;
    width: 100%;
    left: 0;
    display: none;
    opacity: 0;
    transition: 0.2s ease opacity;
}

header .rd-menu {
    left: inherit;
    min-width: 250px;
}

header .navigation .rd-menu ul {
    width: 100%;
}

header .rd-menu::before {
    content: "";
}

header .nd-menu li:hover>.rd-menu,
header .item-menu:hover>.nd-menu {
    display: block;
    opacity: 1;
    transition: 0.2s ease opacity;
}

header .navigation .nd-menu,
header .navigation .nd-menu ul,
header .navigation .nd-menu ul li {
    height: 70px;
    vertical-align: top;
}

header .navigation .nd-menu {
    text-align: center;
}

header .navigation .rd-menu {
    background-color: rgba(255, 255, 255, 0.95);
    padding: 10px 0;
}

header .navigation .rd-menu,
header .navigation .rd-menu ul,
header .navigation .rd-menu ul li {
    height: auto;

}

header .navigation .rd-menu ul li,
header .navigation .rd-menu ul li a {
    display: block;
    line-height: 60px;
    text-align: left;
}

header .navigation .rd-menu ul li a {
    font-size: 20px;
    font-weight: 600;
    padding-left: 35px;
    transition: 0.2s ease padding;
    text-transform: initial;
}



header .nd-menu p {
    font-size: 20px;
    line-height: 70px;
    font-weight: 600;
    padding: 0 37px;
}

header .navigation .nd-menu ul li {
    cursor: pointer;
    position: relative;
}

header .navigation .rd-menu ul li a {
    position: relative;
}




header .navigation ul li.home-label
{
    display: none;
}


header .telephone-logo {
	width: 27px;
	height: 38px;
}


@media screen and (max-width: 2200px) {
    header {
        height: 105px;
    }

    body {
        margin-top: 105px;
    }

    header .navigation .nd-menu ul,
    header .container-header {
        width: 1500px;
    }

    header .navigation ul li {
        height: 105px;
    }

    header .navigation ul li,
    header .navigation ul li a,
    header .navigation ul li img,
    header .navigation ul li svg {
        line-height: 105px;
    }

    header .logo img {
        height: 77px;
        padding: 12px 0;
    }

    header a,
    header p {
        font-size: 18px;
    }

    header .item-menu svg,
    header .item-menu img,
    header .item-menu p,
    header .item-menu .link-item {
        padding: 0 35px;
    }

    header .telephone a {
        padding: 0 20px;
    }

    header .langue a,
    header .sos a {
        padding: 0 24px;
    }

    header .sos {
        margin-left: 48px;
    }

    header .home-logo {
        height: 24px;
        max-width: 24px;
    }

    header .telephone-logo {
		width: 20px;
        height: 28px;
    }

    header .sos-logo {
        height: 52px;
        width: 52px;
    }

    header .navigation .nd-menu,
    header .navigation .nd-menu ul,
    header .navigation .nd-menu ul li {
        height: 50px;
    }

    header .nd-menu p {
        font-size: 16px;
        line-height: 50px;
    }

    header .navigation .rd-menu,
    header .navigation .rd-menu ul,
    header .navigation .rd-menu ul li {
        height: auto;
    }

    header .navigation .rd-menu ul li a {
        font-size: 18px;
    }

    header .navigation .rd-menu ul li,
    header .navigation .rd-menu ul li a {
        display: block;
        line-height: 45px;
        text-align: left;
    }
}

@media screen and (max-width: 1700px) {
    header {
        height: 84px;
    }

    body {
        margin-top: 84px;
    }

    header .navigation .nd-menu ul,
    header .container-header {
        width: 1200px;
    }

    header .navigation ul li {
        height: 84px;
    }

    header .navigation ul li,
    header .navigation ul li a,
    header .navigation ul li img,
    header .navigation ul li svg {
        line-height: 84px;
    }

    header .logo img {
        height: 62px;
        padding: 9px 0;
    }

    header a,
    header p {
        font-size: 16px;
    }

    header .item-menu svg,
    header .item-menu img,
    header .item-menu p,
    header .item-menu .link-item {
        padding: 0 28px;
    }

    header .telephone a {
        padding: 0 16px;
    }

    header .langue a,
    header .sos a {
        padding: 0 20px;
    }

    header .sos {
        margin-left: 38px;
    }

    header .home-logo {
        height: 20px;
    }

    header .telephone-logo {
        height: 22px;
		width: 15px;
    }

    header .sos-logo {
        height: 42px;
        width: 42px;
    }

    header .item-menu.home {
        display: none;
    }

    header .nd-menu p {
        font-size: 14px;
        line-height: 50px;
    }

    header .navigation .rd-menu ul li,
    header .navigation .rd-menu ul li a {
        line-height: 40px;
    }

    header .navigation .rd-menu ul li a {
        font-size: 16px;
    }
}

@media screen and (max-width: 1280px) {
    header {
        height: 70px;
    }

    body {
        margin-top: 70px;
    }

    header .navigation .nd-menu ul,
    header .container-header {
        width: 1000px;
    }

    header .navigation ul li {
        height: 70px;
    }

    header .navigation ul li,
    header .navigation ul li a,
    header .navigation ul li img,
    header .navigation ul li svg {
        line-height: 70px;
    }

    header .logo img {
        height: 52px;
        padding: 7px 0;
    }

    header .item-menu svg,
    header .item-menu img,
    header .item-menu p {
        padding: 0 22px;
    }

    header a,
    header p {
        font-size: 14px;
    }

    header .telephone a {
        padding: 0 16px;
    }

    header .langue a,
    header .sos a {
        padding: 0 14px;
    }

    header .sos {
        margin-left: 0px;
    }

    header .home-logo {
        height: 16px;
    }

    header .telephone-logo {
		width: 20px;
        height: 18px;
    }

    header .sos-logo {
        height: 35px;
        width: 35px;
    }

    header .navigation .rd-menu ul li,
    header .navigation .rd-menu ul li a {
        line-height: 35px;
    }

    header .navigation .rd-menu ul li a {
        font-size: 14px;
    }

    header .navigation .rd-menu ul li a::before {
        height: 7px;
        width: 7px;
    }

    header .rd-menu {
        min-width: 200px;
    }
}

header .navigation ul li p br,
header .navigation ul li a br {
    display: none;
}

.langue-responsive-header
{
    display: none;
}

@media screen and (max-width: 1024px) {
    body {
        margin-top: 70px;
    }

    header .navigation ul li.home-label
    {
        display: block;
    }

    .langue-responsive-header
    {
        display: block;
        float: left;
        line-height: 70px;
        padding: 0 15px;
        z-index: 999;
        position: relative;
    }

    header .navigation .nd-menu ul,
    header .container-header {
        width: 800px;
        position: relative;
    }

    header .logo img {
        height: 50px;
        padding: 10px 0;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    header .logo {
        display: block;
        margin: 0 auto;
        text-align: center;
        height: 70px;
    }

    header .navigation ul li {
        height: auto;
        width: 100%;
    }

    header .navigation ul li.langue,
    header .navigation ul li.telephone,
    header .navigation ul li.sos {
        display: none;
    }

    header .navigation {
        display: none;
        float: none;
        position: fixed;
        top: 70px;
        left: 0;
        width: 100%;
        z-index: 500;
        background: rgba(255, 255, 255, 0.95);
        padding: 30px 0;
    }

    header .navigation.open {
        display: block;
    }

    header .navigation nav {
        width: 800px;
        margin: 0 auto;
        display: block;
        text-align: right;
    }

    header .item-menu .nd-menu ul,
    header .item-menu .nd-menu,
    header .item-menu .rd-menu ul,
    header .item-menu .rd-menu {
        position: relative;
        display: block;
        opacity: 1;
        height: auto;
        color: black;
    }

    header .navigation .nd-menu,
    header .navigation .nd-menu ul,
    header .navigation .nd-menu ul li {
        height: auto;
        box-shadow: none;
    }

    header .item-menu .nd-menu,
    header .item-menu .rd-menu,
    header .navigation .nd-menu ul li:hover,
    header .navigation .nd-menu ul li {
        background: transparent;
    }

    header .navigation ul li a,
    header .navigation ul li,
    header .navigation .rd-menu ul li a,
    header .item-menu p,
    header .item-menu .link-item {
        text-align: right;
        color: black;
        font-weight: bold;
        font-size: 25px;
        text-transform: none;
        line-height: 48px;
    }

    header .navigation .rd-menu ul li a::before {
        height: 0px;
        width: 0px;
    }

    header .navigation ul li p.services-label,
    header .hide-resp-menu {
        display: none;
    }

    header .navigation .rd-menu {
        padding: 0px 0;
    }

    header .navigation .rd-menu ul li a,
    header .navigation ul li p,
    header .navigation ul li a,
    header .navigation ul li .link-item {
        padding: 0;
    }

    header .navigation ul li p br,
    header .navigation ul li a br {
        display: block;
    }

    header .navigation .rd-menu ul li a {
        padding: 0;
        font-weight: 400;
        font-size: 18px;
        text-transform: none;
        line-height: 26px;
    }

    
    header .navigation li .rd-menu ul 
    {
        padding: 25px 0px 20px;
    }

    header .navigation .rd-menu ul li a 
    {
        font-size: 18px;
        line-height: 36px;
    }

    header .navigation li .rd-menu {
        padding: 0px 0;
        overflow: hidden;
        height: 0;
        box-shadow: none;
    }

    header .navigation li.open .rd-menu {
        height: auto;
    }

    header .title-categorie-service .label-categorie {
        display: inline;
        position: relative;
    }

    header .title-categorie-service .label-categorie::before {
        content: "";
        position: absolute;
        height: 30px;
        width: 0%;
        right: -10px;
        bottom: -10px;
        z-index: -1;
        transition: 0.2s ease width;
    }

    header li.hover-fond-3.title-categorie-service .label-categorie::before,
    header li.hover-fond-31.title-categorie-service .label-categorie::before {
        background-color: #36F0EB;
    }

    header li.hover-fond-4.title-categorie-service .label-categorie::before,
    header li.hover-fond-41.title-categorie-service .label-categorie::before {
        background-color: #008f88;
    }

    header li.hover-fond-5.title-categorie-service .label-categorie::before,
    header li.hover-fond-51.title-categorie-service .label-categorie::before {
        background-color: #F59E2C;
    }

    header li.hover-fond-6.title-categorie-service .label-categorie::before,
    header li.hover-fond-61.title-categorie-service .label-categorie::before {
        background-color: #E10613;
    }

    header .title-categorie-service .label-categorie:hover {
        color: black;
    }

    header .title-categorie-service.open .label-categorie::before,
    header .title-categorie-service:hover .label-categorie::before {
        width: 75%;
        transition: 0.2s ease width;
    }
}


@media screen and (max-width: 850px) {

    header .navigation .nd-menu ul,
    header .container-header {
        width: 500px;
        position: relative;
    }

    header .navigation nav {
        width: 500px;
    }


}

@media screen and (max-width: 600px) {

    header .navigation .nd-menu ul,
    header .container-header {
        width: 100%;
        position: relative;
    }

    header .navigation nav {
        width: calc(100% - 60px);
        margin: 0 auto;
        display: block;
    }


}

/*
*
* = FOOTER 
*
*/

footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

footer .logo img {
    width: 365px;
}

footer .logo {
    text-align: center;
    margin-bottom: 45px;
}

footer .clear-titre {
    display: block;
    height: 40px;
}

footer .clear-separation {
    display: block;
    height: 32px;
}

footer .titre {
    padding-bottom: 15px;
}

footer .colonne:nth-child(1) {
    width: 340px;
}

footer .colonne {
    padding-right: 112px;
}

footer .colonne:last-child {
    padding-right: 0;
}

footer .puce {
    position: relative;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    margin-right: 7px;
}

footer .disclaimer {
    text-align: center;
    margin-top: 75px;
}

/* 
*
* = CONTACT PANEL 
*
*/

#contact-panel {
    padding: 40px 0;
}

#contact-panel .container {
    text-align: right;
}

#contact-panel .container .label {
    padding-right: 165px;
}

#contact-panel .container .label,
#contact-panel .container .menu-categories {
    display: inline-block;
    vertical-align: middle;
}

#contact-panel .menu-categories {
    margin-right: 30px;
    text-align: center;
    display: block;
}

#contact-panel .menu-categories .categorie {
    float: right;
}

@media screen and (max-width: 2200px) {
    #contact-panel {
        padding: 30px 0;
    }

    #contact-panel .texte-base-0 {
        font-size: 20px;
        line-height: 30px;
        font-weight: 400;
    }

    #contact-panel .menu-categories {
        margin-right: 0;
    }

    #contact-panel .container .label {
        padding-right: 120px;
    }
}

@media screen and (max-width: 1700px) {
    #contact-panel {
        padding: 25px 0;
    }

    #contact-panel .texte-base-0 {
        font-size: 18px;
        line-height: 26px;
        font-weight: 400;
    }


    #contact-panel .menu-categories {
        margin-right: 0;
    }

    #contact-panel .container .label {
        padding-right: 96px;
    }
}

@media screen and (max-width: 1280px) {
    #contact-panel .container .label {
        padding-right: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    #contact-panel .container {
        text-align: center;
    }
}

@media screen and (max-width: 850px) {
    #contact-panel {
        display: none;
    }
}

/* SERVICE */

#service .container {
    padding-top: 310px;
    padding-bottom: 155px;
}

.no-gap #service .container {
    padding-top: 155px;
}

#service .titre {
    padding-bottom: 70px;
}

#service .trame {
    position: absolute;
    right: 0;
    bottom: 0;
    opacity: 1;
    width: 600px;
    height: 320px;
}

#service .panel-colonne {
    position: relative;
}

#service .panel-colonne .img-sos {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 270px;
}

#service .panel-colonne .texte-base {
    padding-right: 125px;
}

@media screen and (max-width: 2200px) {
    #service .container {
        padding-top: 230px;
        padding-bottom: 115px;
    }

    .no-gap #service .container {
        padding-top: 115px;
    }

    #service .titre {
        padding-bottom: 50px;
    }

    #service .panel-colonne .texte-base {
        padding-right: 95px;
    }
}

@media screen and (max-width: 1700px) {
    #service .container {
        padding-top: 180px;
        padding-bottom: 90px;
    }

    .no-gap #service .container {
        padding-top: 90px;
    }

    #service .titre {
        padding-bottom: 40px;
    }

    #service .panel-colonne .texte-base {
        padding-right: 75px;
    }

    #service .panel-colonne .img-sos {
        width: 200px;
    }
}

@media screen and (max-width: 1280px) {
    #service .container {
        padding-top: 150px;
        padding-bottom: 75px;
    }

    .no-gap #service .container {
        padding-top: 75px;
    }

    #service .titre {
        padding-bottom: 30px;
    }

    #service .panel-colonne .texte-base {
        padding-right: 65px;
    }
}

@media screen and (max-width: 1024px) {
    #service .container {
        padding-top: 120px;
        padding-bottom: 60px;
    }

    .no-gap #service .container {
        padding-top: 60px;
    }

    #service .panel-colonne .texte-base {
        padding-right: 50px;
    }
}

@media screen and (max-width: 850px) {
    #service .container {
        padding-top: 75px;
        padding-bottom: 75px;
    }

    .no-gap #service .container {
        padding-top: 75px;
    }

    #service .panel-colonne .colonne {
        float: none;
        width: 100%;
    }

    #service .panel-colonne .texte-base {
        padding-right: 0px;
    }

    #service .panel-colonne .img-sos {
        position: relative;
        top: inherit;
        transform: none;
        margin: 50px auto 0 auto;
        display: block;
    }
}

@media screen and (max-width: 600px) {
    #service .container {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .no-gap #service .container {
        padding-top: 50px;
    }

    #service .panel-colonne .img-sos {
        width: 175px;
        margin: 30px auto 0 auto;
    }

    #service .panel-colonne .colonne {
        width: calc(100% - 60px);
        margin: 0 auto;
    }
}

/* TYPE SECTION 1 */

#type-section-1 {
    margin-bottom: -150px;
    position: relative;
}

#type-section-1 .colonne {
    position: relative;
}

#type-section-1 .image {
    position: absolute;
    width: 50%;
    height: calc(100% - 100px);
    margin-top: 50px;
    background-size: cover;
    background-position: center;
}

#type-section-1.left .image {
    left: 50%;
}

#type-section-1 .colonne .contenu-texte {
    width: 1012px;
    position: relative;
    display: block;
    padding: 180px 0;
}


#type-section-1 .colonne.texte {
    margin-left: 50%;
}

#type-section-1.left .colonne.texte {
    margin-left: 0%;
}

#type-section-1 .colonne:nth-child(1) .contenu-texte {
    right: 0;
}

#type-section-1.left .colonne:nth-child(1) .contenu-texte {
    right: inherit;
    left: 0;
}

#type-section-1.left .colonne.texte .contenu-texte {
    margin-left: auto;
    padding-right: 212px;
    width: 800px;
}

#type-section-1.right .colonne.texte .contenu-texte {
    left: 160px;
    width: 800px;
}

#type-section-1 .colonne .contenu-texte .titre {
    padding-bottom: 80px;
}


@media screen and (max-width: 2200px) {
    #type-section-1 {
        margin-bottom: -100px;
    }

    #type-section-1 .colonne {
        min-height: 700px
    }

    #type-section-1 .colonne .image {
        height: calc(100% - 75px);
        margin-top: 37.5px;
    }

    #type-section-1 .colonne .contenu-texte {
        width: 750px;
        padding: 135px 0;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 120px;
        width: 600px;
    }

    #type-section-1.left .colonne.texte .contenu-texte {
        padding-right: 150px;
        width: 600px;
    }

    #type-section-1 .colonne .contenu-texte .titre {
        padding-bottom: 60px;
    }
}


@media screen and (max-width: 1700px) {
    #type-section-1 {
        margin-bottom: -50px;
    }

    #type-section-1 .colonne {
        min-height: 560px
    }

    #type-section-1 .colonne .image {
        height: calc(100% - 60px);
        margin-top: 30px;
    }

    #type-section-1 .colonne .contenu-texte {
        width: 500px;
        padding: 110px 0;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 96px;
        width: 500px;
    }

    #type-section-1.left .colonne.texte .contenu-texte {
        padding-right: 100px;
        width: 500px;
    }

    #type-section-1 .colonne .contenu-texte .titre {
        padding-bottom: 40px;
    }
}

@media screen and (max-width: 1280px) {
    #type-section-1 {
        margin-bottom: -50px;
    }

    #type-section-1 .colonne .image {
        height: calc(100% - 50px);
        margin-top: 25px;
    }

    #type-section-1 .colonne .contenu-texte {
        width: 415px;
        padding: 90px 0;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 80px;
        width: 415px;
    }

    #type-section-1.left .colonne.texte .contenu-texte {
        padding-right: 85px;
        width: 415px;
    }

    #type-section-1 .colonne .contenu-texte .titre {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #type-section-1 {
        margin-bottom: -50px;
    }

    #type-section-1 .colonne .image {
        height: calc(100% - 40px);
        margin-top: 20px;
    }

    #type-section-1 .colonne .contenu-texte {
        width: 330px;
        padding: 72px 0;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 50px;
        width: 350px;
    }

    #type-section-1.left .colonne.texte .contenu-texte {
        padding-right: 50px;
        width: 350px;
    }

    #type-section-1 .colonne .contenu-texte .titre {
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 850px) {
    #type-section-1 {
        margin-bottom: 0px;
    }

    #type-section-1 .colonne {
        min-height: auto;
    }

    #type-section-1.left .image,
    #type-section-1.right .image {
        height: 64vw;
        width: 100%;
        margin: 0;
        left: 0;
    }

    #type-section-1 .colonne.texte {
        margin-left: 0;
        margin-top: 60vw;
        width: calc(50% + 250px);
    }

    #type-section-1.left .colonne.texte .contenu-texte,
    #type-section-1.right .colonne.texte .contenu-texte {
        left: 0px;
        width: 460px;
        margin-left: auto;
        padding-right: 40px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 0px;
        width: 460px;
    }
}

@media screen and (max-width: 600px) {
    #type-section-1 {
        margin-bottom: 0px;
    }

    #type-section-1 .colonne.texte {
        margin-top: calc(64vw - 50px);
        width: calc(100% - 30px);
    }

    #type-section-1 .colonne .contenu-texte .titre {
        padding-bottom: 20px;
    }

    #type-section-1.left .colonne.texte .contenu-texte,
    #type-section-1.right .colonne.texte .contenu-texte {
        left: 0px;
        width: calc(100% - 60px);
        margin-left: auto;
        padding-right: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    #type-section-1.right .colonne.texte .contenu-texte {
        left: 0px;
        width: calc(100% - 60px);
    }
}

/*
*
* = TYPE SECTION INTRO ----------------------------------------------------------------------------------------------------------------------------
*
*/

#type-section-introduction .colonne {
    position: relative;
    min-height: 900px
}

#type-section-introduction .colonne .image {
    position: absolute;
    width: 100%;
    height: calc(100% - 95px);
    background-size: cover;
}

#type-section-introduction .colonne .image .voile-animation {
    height: 100%;
}

#type-section-introduction .colonne .contenu-texte {
    width: 1012px;
    position: absolute;
    display: block;
}

#type-section-introduction.left .colonne .contenu-texte {
    right: 0;
}

#type-section-introduction .colonne .contenu-texte .titre {
    padding-top: 185px;
    padding-bottom: 65px;
}

#type-section-introduction .sous-categories .item {
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

#type-section-introduction[data-cat="2"] .sous-categories .item
{
    max-width: 350px;
}

#type-section-introduction.left[data-cat="2"] .sous-categories .item
{
    margin-left: 90px; 
}

#type-section-introduction[data-cat="2"] .sous-categories .item p,
#type-section-introduction[data-cat="2"] .sous-categories .item a
{
    font-size: 48px;
    line-height: 56px;
}

#type-section-introduction[data-cat="2"] .colonne .contenu-texte .titre 
{
    padding-right: 200px;
    font-size: 85px;
    line-height: 82px;
}

/* LEFT - RIGHT */
#type-section-introduction.left .colonne .contenu-texte {
    text-align: left;
}

#type-section-introduction.right .colonne .contenu-texte {
    text-align: right;
}

/* - */
#type-section-introduction.right .colonne.texte {
    float: right;
}

/* - */
#type-section-introduction.left .sous-categories .item {
    margin-left: 85px;
}

#type-section-introduction.right .sous-categories .item {
    margin-right: 85px;
}



#type-section-introduction {
    position: relative;
    overflow: hidden;
}

#type-section-introduction .sous-categories {
    position: absolute;
    text-align: right;
    bottom: 140px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 50;
}

#type-section-introduction.left .sous-categories {
    text-align: left;
}




/* LEFT - RIGHT */
#type-section-introduction.left .titre-introduction,
#type-section-introduction.left .texte-introduction {
    padding-right: 325px;
}

#type-section-introduction.right .titre-introduction,
#type-section-introduction.right .texte-introduction {
    padding-left: 325px;
}



@media screen and (max-width: 2200px) {
    #type-section-introduction .colonne {
        min-height: 665px
    }

    #type-section-introduction .colonne .image {
        height: calc(100% - 70px);
    }

    #type-section-introduction .colonne .contenu-texte {
        width: 750px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 135px;
        padding-bottom: 45px;
    }

    /* LEFT - RIGHT */
    #type-section-introduction.left .sous-categories .item {
        margin-left: 60px;
    }

    #type-section-introduction.right .sous-categories .item {
        margin-right: 60px;
    }

    /* -- */
    #type-section-introduction.left .titre-introduction,
    #type-section-introduction.left .texte-introduction {
        padding-right: 175px;
    }

    #type-section-introduction.right .titre-introduction,
    #type-section-introduction.right .texte-introduction {
        padding-left: 175px;
    }


    #type-section-introduction .sous-categories {
        bottom: 105px;
    }

    #type-section-introduction[data-cat="2"] .sous-categories .item
    {
        max-width: 300px;
    }

    #type-section-introduction.left[data-cat="2"] .sous-categories .item
    {
        margin-left: 60px; 
    }

    #type-section-introduction[data-cat="2"] .sous-categories .item p,
    #type-section-introduction[data-cat="2"] .sous-categories .item a
    {
        font-size: 40px;
        line-height: 46px;
    }

    #type-section-introduction[data-cat="2"] .colonne .contenu-texte .titre 
    {
        padding-right: 135px;
        font-size: 60px;
        line-height: 64px;
    }
}

@media screen and (max-width: 1700px) {
    #type-section-introduction .colonne {
        min-height: 590px
    }

    #type-section-introduction .colonne .image {
        height: calc(100% - 55px);
    }

    #type-section-introduction .colonne .contenu-texte {
        width: 600px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 105px;
        padding-bottom: 35px;
    }

    #type-section-introduction .sous-categories {
        bottom: 85px;
    }

    /* LEFT - RIGHT */
    #type-section-introduction.left .sous-categories .item {
        margin-left: 48px;
    }

    #type-section-introduction.right .sous-categories .item {
        margin-right: 48px;
    }

    /* -- */
    #type-section-introduction.left .titre-introduction,
    #type-section-introduction.left .texte-introduction {
        padding-right: 140px;
    }

    #type-section-introduction.right .titre-introduction,
    #type-section-introduction.right .texte-introduction {
        padding-left: 140px;
    }

    #type-section-introduction[data-cat="2"] .sous-categories .item
    {
        max-width: 300px;
    }

    #type-section-introduction.left[data-cat="2"] .sous-categories .item
    {
        margin-left: 50px; 
    }

    #type-section-introduction[data-cat="2"] .sous-categories .item p,
    #type-section-introduction[data-cat="2"] .sous-categories .item a
    {
        font-size: 32px;
        line-height: 38px;
    }

    #type-section-introduction[data-cat="2"] .colonne .contenu-texte .titre 
    {
        padding-right: 105px;
        font-size: 52px;
        line-height: 58px;
    }
}

@media screen and (max-width: 1280px) {
    #type-section-introduction .colonne {
        min-height: 440px
    }

    #type-section-introduction .sous-categories {
        display: none;
    }

    #type-section-introduction .colonne .image {
        height: calc(100% - 45px);
    }

    #type-section-introduction .colonne .contenu-texte {
        width: 500px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 85px;
        padding-bottom: 30px;
    }

    #type-section-introduction .sous-categories .item {
        margin-left: 40px;
    }

    #type-section-introduction .sous-categories {
        bottom: 70px;
    }

    /* LEFT - RIGHT */
    #type-section-introduction.left .titre-introduction,
    #type-section-introduction.left .texte-introduction {
        padding-right: 115px;
    }

    #type-section-introduction.right .titre-introduction,
    #type-section-introduction.right .texte-introduction {
        padding-left: 115px;
    }

    #type-section-introduction[data-cat="2"] .colonne .contenu-texte .titre 
    {
        font-size: 42px;
        line-height: 48px;
    }
}

@media screen and (max-width: 1024px) {
    #type-section-introduction .colonne {
        min-height: 400px
    }

    #type-section-introduction .colonne .image {
        height: calc(100% - 35px);
    }

    #type-section-introduction .colonne .contenu-texte {
        width: 400px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 70px;
        padding-bottom: 25px;
    }

    #type-section-introduction .sous-categories {
        display: none;
    }

    /* LEFT - RIGHT */
    #type-section-introduction.left .titre-introduction,
    #type-section-introduction.left .texte-introduction {
        padding-right: 40px;
    }

    #type-section-introduction.right .titre-introduction,
    #type-section-introduction.right .texte-introduction {
        padding-left: 40px;
    }

    #type-section-introduction[data-cat="2"] .colonne .contenu-texte .titre 
    {
        font-size: 36px;
        line-height: 42px;
        padding-right: 50px;
    }
}

@media screen and (max-width: 850px) {
    #type-section-introduction .colonne {
        float: none;
        width: 100%;
        min-height: auto;
    }

    #type-section-introduction .colonne .image {
        height: 64vw;
    }

    #type-section-introduction .colonne:nth-child(2) {
        position: absolute;
        top: 0;
    }

    #type-section-introduction .colonne.texte {
        margin-top: 60vw;
        width: calc(50% + 250px);
        z-index: 100;
        margin-left: auto;
        padding-bottom: 60px;
    }

    #type-section-introduction .colonne .contenu-texte {
        position: relative;
        text-align: right;
        width: 500px;
    }

    #type-section-introduction .titre-introduction,
    #type-section-introduction .texte-introduction {
        padding-right: 0;
        padding-left: 50px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 50px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 600px) {
    #type-section-introduction .colonne.texte {
        width: calc(100% - 30px);
        padding-bottom: 40px;
        margin-top: calc(64vw - 50px);
    }

    #type-section-introduction .titre-introduction,
    #type-section-introduction .texte-introduction {
        padding-left: 30px;
        padding-right: 30px;
    }

    #type-section-introduction .colonne .contenu-texte .titre {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #type-section-introduction .colonne .contenu-texte {
        width: 100%;
    }

    header .navigation ul li a,
    header .navigation ul li,
    header .navigation .rd-menu ul li a,
    header .item-menu p,
    header .item-menu .link-item {
        font-size: 18px;
        line-height: 40px;
    }

    header .navigation li .rd-menu ul {
        padding: 15px 0px 10px;
    }

    header .navigation .rd-menu ul li a {
        font-size: 16px;
        line-height: 32px;
    }

    header .title-categorie-service .label-categorie::before {
        height: 22px;
        right: -7px;
        bottom: -7px;
    }
}





































/* INFORMATIONS */

#informations-section .contenu {
    padding-right: 250px;
}

#informations-section h2 {
    padding-bottom: 60px;
}

#informations-section h3 {
    padding-bottom: 60px;
}

#informations-section .gapTop {
    padding-top: 60px;
}

#informations-section .accordion-item {
    margin-top: 75px;
    display: inline-block;
}

#informations-section .accordion-item .accordion-titre {
    position: relative;
}

#informations-section .accordion-item .accordion-titre::after {
    content: "";
    position: absolute;
    background-image: url(/assets/front/images/logos/fleche-accordion.jpg);
    width: 25px;
    height: 16px;
    top: 50%;
    right: -45px;
    transform: translateY(-50%);
}


@media screen and (max-width: 2200px) {
    #informations-section .contenu {
        padding-right: 205px;
    }

    #informations-section h2,
    #informations-section h3 {
        padding-bottom: 45px;
        padding-top: 0px;
    }

    #informations-section .gapTop {
        padding-top: 45px;
    }

    .titre-3 {
        font-size: 55px;
        line-height: 55px;
    }

    .titre-3-bis {
        font-size: 42px;
        line-height: 48px;
    }

    #informations-section .accordion-item {
        margin-top: 55px;
    }

    #informations-section .accordion-item .accordion-titre::after {
        width: 20px;
        height: 13px;
        background-size: contain;
        background-repeat: no-repeat;
    }
}

@media screen and (max-width: 1700px) {
    #informations-section .contenu {
        padding-right: 165px;
    }

    #informations-section h2,
    #informations-section h3 {
        padding-bottom: 35px;
        padding-top: 0px;
    }

    #informations-section .gapTop {
        padding-top: 35px;
    }

    .titre-3 {
        font-size: 45px;
        line-height: 45px;
    }

    .titre-3-bis {
        font-size: 34px;
        line-height: 40px;
    }

    #informations-section .accordion-item {
        margin-top: 40px;
    }

    #informations-section .accordion-item .accordion-titre::after {
        width: 15px;
        height: 12px;
        right: -35px;
    }
}


@media screen and (max-width: 1280px) {
    #informations-section .contenu {
        padding-right: 90px;
    }

    #informations-section h2,
    #informations-section h3 {
        padding-bottom: 30px;
        padding-top: 0px;
    }

    #informations-section .gapTop {
        padding-top: 30px;
    }

    .titre-3 {
        font-size: 35px;
        line-height: 35px;
    }

    .titre-3-bis {
        font-size: 28px;
        line-height: 34px;
    }

    #informations-section .accordion-item {
        margin-top: 30px;
    }
}

@media screen and (max-width: 1024px) {
    #informations-section .contenu {
        padding-right: 50px;
    }

    #informations-section h2,
    #informations-section h3 {
        padding-bottom: 20px;
        padding-top: 0px;
    }

    #informations-section .gapTop {
        padding-top: 20px;
    }

    .titre-3 {
        font-size: 28px;
        line-height: 28px;
    }

    .titre-3-bis {
        font-size: 24px;
        line-height: 30px;
    }

    #informations-section .accordion-item {
        margin-top: 30px;
    }

    #informations-section .accordion-item {
        display: block;
    }

    #informations-section .accordion-item .accordion-titre::after {
        right: 0px;
    }

    #informations-section .accordion-item .accordion-titre {
        padding-right: 50px;
    }
}

@media screen and (max-width: 850px) {

    .titre-3-bis {
        font-size: 28px;
        line-height: 34px;
    }

    #informations-section .panel-colonne .colonne.semi {
        width: 100%;
        float: none;
    }

    #informations-section .contenu {
        padding-right: 0px;
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 600px) {

    .titre-3-bis,
    .titre-3 {
        font-size: 22px;
        line-height: 26px;
    }

    #informations-section .panel-colonne .colonne.semi:nth-child(1) {
        width: calc(100% - 60px);
        padding: 0 30px;
    }
}

/* 
*
* = MARQUES PANEL
*
*/


#marques .marques-panel {
    overflow: hidden;
    padding-bottom: 250px;
    text-align: center;
}

.no-gap #marques .marques-panel {
    padding-bottom: 0px;
}

#marques .marques-panel .marque {
    display: inline-block;
    width: 330px;
}

#marques .marques-panel .marque img {
    cursor: pointer;
    width: 250px;
    filter: grayscale(100%);
    opacity: 0.35;
    transition: 0.2s ease opacity, 0.2s ease filter;
}

#marques .marques-panel .marque img:hover {
    filter: grayscale(0%);
    opacity: 1;
    transition: 0.2s ease opacity, 0.2s ease filter;
}

@media screen and (max-width: 2200px) {
    #marques .marques-panel {
        padding-bottom: 185px;
    }

    #marques .marques-panel .marque {
        width: 245px;
    }

    #marques .marques-panel .marque img {
        width: 180px;
    }
}

@media screen and (max-width: 1700px) {
    #marques .marques-panel {
        padding-bottom: 150px;
    }

    #marques .marques-panel .marque {
        width: 195px;
    }

    #marques .marques-panel .marque img {
        width: 140px;
    }
}

@media screen and (max-width: 1280px) {
    #marques .marques-panel {
        padding-bottom: 125px;
    }
}

@media screen and (max-width: 1024px) {
    #marques .marques-panel {
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 850px) {
    #marques .marques-panel .marque {
        width: 162px;
    }

    #marques .marques-panel .marque img {
        width: 110px;
    }

    #marques .marques-panel {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 450px) {
    #marques .marques-panel .marque {
        width: 50%;
    }
}


/* CURSOR MANAGE */

#ball {
    width: 50px;
    height: 50px;
    background: none;
    border: 1px solid black;
    border-radius: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -25px 0 0 -25px;
    pointer-events: none;
    z-index: 50;
    opacity: 0.5;
    transition: height 0.15s 0.1s linear, width 0.15s 0.1s linear, margin 0.15s 0.1s linear, background 0.15s 0.1s linear;
}

#ball.click {
    width: 30px;
    height: 30px;
    margin: -15px 0 0 -15px;
    transition: height 0.1s linear, width 0.1s linear, margin 0.1s linear, background 0.1s linear;
}

#ball.small {
    width: 12px;
    height: 12px;
    background: none;
    background: black;
    border-radius: 100%;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px;
    pointer-events: none;
    transition: height 0.15s 0.1s linear, width 0.15s 0.1s linear, margin 0.15s 0.1s linear, background 0.15s 0.1s linear;
}

#ball.click.small {
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    transition: height 0.1s linear, width 0.1s linear, margin 0.1s linear, background 0.1s linear;
}

#ball.white {
    border: 1px solid white;
    transition: height 0.15s 0.1s linear, width 0.15s 0.1s linear, margin 0.15s 0.1s linear, background 0.15s 0.1s linear;
}

#ball.white.small {
    background: white;
    transition: height 0.15s 0.1s linear, width 0.15s 0.1s linear, margin 0.15s 0.1s linear, background 0.15s 0.1s linear;
}


/*
*
* = VOILE ANIMATION -------------------------------------------------------------------------------------------------------------------------------
*
*/

.voile-animation {
    position: relative;
}

.voile-animation::before,
.voile-animation::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.voile-animation::after {
    transition-delay: 0.15s;
}

.visible .voile-animation::before {
    transition-delay: 0s;
}

.voile-animation.s-voile-0::after,
.visible .voile-animation.voile-0::before {
    background: #FFFFFF;
}

.voile-animation.s-voile-2::after,
.visible .voile-animation.voile-2::before {
    background: #000000;
}

.voile-animation.s-voile-3::after,
.visible .voile-animation.voile-3::before {
    background: #00B0AB;
}

.voile-animation.s-voile-4::after,
.visible .voile-animation.voile-4::before {
    background: #008f88;
}

/*.voile-animation.s-voile-5::after, .visible .voile-animation.voile-5::before{background: #F5525B;}*/
.voile-animation.s-voile-5::after,
.visible .voile-animation.voile-5::before {
    background: #F59E2C;
}

.voile-animation.s-voile-6::after,
.visible .voile-animation.voile-6::before {
    background: #E10613;
}

.voile-animation.s-voile-8::after,
.visible .voile-animation.voile-8::before {
    background: #eee;
}

.voile-animation.s-voile-9::after,
.visible .voile-animation.voile-9::before {
    background: #8a27b9;
}




.visible .voile-animation::before,
.visible .voile-animation::after {
    width: 0%;
    z-index: 5;
    transition: width 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.visible .voile-animation::after {
    transition-delay: 0s;
}

.visible .voile-animation::before {
    transition-delay: .15s;
}


/*
*
* = ENOPRIMES SECTION COMMUNE ----------------------------------------------------------------------------------------------------------------------
*
*/

#section-enoprimes {
    position: relative;
}

#section-enoprimes::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 430px;
    width: 100%;
    background-color: #eee;
    z-index: -1;
}

#section-enoprimes .colonne .image {
    height: 715px;
    width: 100%;
    background-image: url(../images/home/enoprimes-fond.jpg);
    background-size: cover;
    background-position: center;
}

#section-enoprimes .colonne:nth-child(2) {
    width: 1012px;
}

#section-enoprimes .colonne .description {
    padding: 140px 130px 190px 130px;
    background: white;
    position: relative;
    left: 0;
    z-index: 10;
    transition: left 0.4s 0.8s ease;
}

#section-enoprimes.visible .colonne .description {
    left: -300px;
    transition: left 0.4s 0.8s ease;
}

#section-enoprimes .colonne .description .texte-base {
    padding: 50px 0px;
}

#section-enoprimes .colonne .description img {
    width: 270px;
}

@media screen and (max-width: 2200px) {
    #section-enoprimes::before {
        height: 310px;
    }

    #section-enoprimes .colonne .image {
        height: 530px;
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 750px;
    }

    #section-enoprimes .colonne .description {
        padding: 100px 95px;
    }

    #section-enoprimes .colonne .description img {
        width: 200px;
    }

    #section-enoprimes .colonne .description .texte-base {
        padding: 35px 0px;
    }

    #section-enoprimes.visible .colonne .description {
        left: -220px;
    }
}


@media screen and (max-width: 1700px) {
    #section-enoprimes::before {
        height: 250px;
    }

    #section-enoprimes .colonne .image {
        height: 420px;
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 600px;
    }

    #section-enoprimes .colonne .description {
        padding: 70px 85px;
    }

    #section-enoprimes .colonne .description img {
        width: 160px;
    }

    #section-enoprimes .colonne .description .texte-base {
        padding: 30px 0px;
    }

    #section-enoprimes.visible .colonne .description {
        left: -175px;
    }
}

@media screen and (max-width: 1280px) {
    #section-enoprimes::before {
        height: 210px;
    }

    #section-enoprimes .colonne .image {
        height: 350px;
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 500px;
    }

    #section-enoprimes .colonne .description {
        padding: 40px 70px;
    }

    #section-enoprimes .colonne .description img {
        width: 135px;
    }

    #section-enoprimes .colonne .description .texte-base {
        padding: 20px 0px;
    }

    #section-enoprimes.visible .colonne .description {
        left: -145px;
    }
}

@media screen and (max-width: 1024px) {
    #section-enoprimes::before {
        height: 165px;
    }

    #section-enoprimes .colonne .image {
        height: 320px;
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 400px;
    }

    #section-enoprimes .colonne .description {
        padding: 30px;
    }

    #section-enoprimes.visible .colonne .description {
        left: -111px;
    }
}

@media screen and (max-width: 850px) {
    #section-enoprimes .colonne:nth-child(2) {
        position: relative;
    }

    #section-enoprimes .colonne:nth-child(2)::before {
        content: "";
        position: absolute;
        top: 0;
        height: 75px;
        background-color: white;
        width: calc(((100% - 500px)/2 + 500px));
        right: 0;
    }

    #section-enoprimes .colonne .image {
        height: 55vw;
        width: 100%;
    }

    #section-enoprimes .colonne:nth-child(1),
    #section-enoprimes .colonne:nth-child(2) {
        float: none;
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 100%;
        top: -75px;
    }

    #section-enoprimes .colonne {
        width: 100%;
    }

    #section-enoprimes .colonne .description {
        padding: 30px;
        z-index: 5;
        position: relative;
        width: 500px;
        margin: 0 auto;
        display: block;
        text-align: right;
    }

    #section-enoprimes .colonne .description img {
        width: 335px;
    }

    #section-enoprimes .bouton-plus {
        margin-left: auto;
    }

    #section-enoprimes::before {
        height: 0;
    }

    #section-enoprimes.visible .colonne .description {
        left: 0px;
    }
}

@media screen and (max-width: 600px) {
    #section-enoprimes .colonne:nth-child(2)::before {
        height: 60px;
        width: calc(((100% - (100% - 60px))/2 + (100% - 60px)));
    }

    #section-enoprimes .colonne:nth-child(2) {
        width: 100%;
        top: -60px;
    }

    #section-enoprimes .colonne .description {
        width: calc(100% - 80px);
        padding: 20px 0 0 20px;
    }

    #section-enoprimes .colonne .description img {
        width: 210px;
    }
}


/*
*
* = TOOLBOX FOOTER -------------------------------------------------------------------------------------------------------------------------------
*
*/

.toolbox-footer {
    display: none;
}

@media screen and (max-width: 600px) {

    .toolbox-footer {
        position: fixed;
        text-align: center;
        overflow: hidden;
        bottom: 0;
        background: black;
        width: 100%;
        z-index: 200;
    }



    .toolbox-footer .container-tool {
        width: 360px;
        margin: 0 auto;
        display: block;
    }

    .toolbox-footer .container-tool .item {
        height: 72px;
        width: 72px;
        float: left;
    }

    .toolbox-footer .container-tool .item img {
        margin-top: 10px;
    }

    .toolbox-footer .container-tool .item p {
        font-size: 8px;
        text-transform: uppercase;
        font-weight: 600;
        color: white;
        margin-top: 3px;
    }

    .toolbox-footer .item.go-to-top img {
        margin: 0;
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .toolbox-footer::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 50%;
        z-index: -1;
    }

    .toolbox-footer.orange::before {
        background-color: #F59E2C;
    }

    .toolbox-footer.turquoise::before {
        background-color: #19DAD5;
    }

    .toolbox-footer.bleu::before {
        background-color: #008c88;
    }

    .toolbox-footer.rouge::before {
        background-color: #E10613;
    }

    .toolbox-footer.orange .container-tool .item:nth-child(1) {
        background-color: #F59E2C;
    }

    .toolbox-footer.orange .container-tool .item:nth-child(2) {
        background-color: #F8B863;
    }

    .toolbox-footer.orange .container-tool .item:nth-child(3) {
        background-color: #FCCD90;
    }

    .toolbox-footer.orange .container-tool .item:nth-child(4) {
        background-color: #F8DCB7;
    }

    .toolbox-footer.orange .container-tool .item:nth-child(5) {
        background-color: #000000;
    }

    .toolbox-footer.turquoise .container-tool .item:nth-child(1) {
        background-color: #19DAD5;
    }

    .toolbox-footer.turquoise .container-tool .item:nth-child(2) {
        background-color: #36F0EB;
    }

    .toolbox-footer.turquoise .container-tool .item:nth-child(3) {
        background-color: #7EF5F3;
    }

    .toolbox-footer.turquoise .container-tool .item:nth-child(4) {
        background-color: #91F9F7;
    }

    .toolbox-footer.turquoise .container-tool .item:nth-child(5) {
        background-color: #000000;
    }

    .toolbox-footer.bleu .container-tool .item:nth-child(1) {
        background-color: #008c88;
    }

    .toolbox-footer.bleu .container-tool .item:nth-child(2) {
        background-color: #00b0ab;
    }

    .toolbox-footer.bleu .container-tool .item:nth-child(3) {
        background-color: #00d4ce;
    }

    .toolbox-footer.bleu .container-tool .item:nth-child(4) {
        background-color: #36f0eb;
    }

    .toolbox-footer.bleu .container-tool .item:nth-child(5) {
        background-color: #000000;
    }

    .toolbox-footer.rouge .container-tool .item:nth-child(1) {
        background-color: #E10613;
    }

    .toolbox-footer.rouge .container-tool .item:nth-child(2) {
        background-color: #F5525B;
    }

    .toolbox-footer.rouge .container-tool .item:nth-child(3) {
        background-color: #F17B81;
    }

    .toolbox-footer.rouge .container-tool .item:nth-child(4) {
        background-color: #F6A0A5;
    }

    .toolbox-footer.rouge .container-tool .item:nth-child(5) {
        background-color: #000000;
    }

}

@media screen and (max-width: 380px) {
    .toolbox-footer .container-tool {
        width: 320px;
    }

    .toolbox-footer .container-tool .item {
        height: 64px;
        width: 64px;
    }

    .toolbox-footer .container-tool .item img {
        margin-top: 10px;
        height: 20px;
    }

    .toolbox-footer .item.go-to-top img {
        margin: 0;
        height: 25px;
    }
}


.descriptif-panel-common .titre-resp {
    display: none;
}

.descriptif-panel-common {
    position: relative;
    margin-top: 30px;
}

.descriptif-panel-common .contenu {
    padding-top: 110px;
    width: 750px;
    padding-left: 65px;
    margin-left: 50%;
    display: block;
}

.descriptif-panel-common .texte-base {
    padding-top: 70px;
    padding-bottom: 70px;
}

.descriptif-panel-common.no-image .texte-base {
    padding-bottom: 0px;
}

.descriptif-panel-common .image {
    height: 630px;

    width: calc(50% - 65px);
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media screen and (max-width: 2200px) {
    .descriptif-panel-common .contenu {
        padding-top: 80px;
        width: calc(50% - 50px);
        padding-left: 50px;
    }

    .descriptif-panel-common .texte-base {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .descriptif-panel-common .image {
        height: 465px;
        width: calc(50% - 50px);
    }
}

@media screen and (max-width: 1700px) {
    .descriptif-panel-common .contenu {
        padding-top: 30px;
        width: calc(50% - 40px);
        padding-left: 40px;
    }

    .descriptif-panel-common .texte-base {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .descriptif-panel-common .image {
        height: 375px;
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 1280px) {
    .descriptif-panel-common {
        margin-top: 50px;
        min-height: 375px;
    }

    .descriptif-panel-common.no-image .texte-base {
        padding-top: 30px;
    }

    .descriptif-panel-common.no-image {
        min-height: auto;
    }

    .descriptif-panel-common .contenu {
        padding-top: 0px;
        width: 50%;
        padding-left: 0px;
    }

    .descriptif-panel-common .texte-base {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .descriptif-panel-common .image {
        height: 312.5px;
        width: calc(50% - 40px);
        top: 62px;
    }

    .descriptif-panel-common .titre-resp {
        display: block;
        padding-bottom: 30px;
    }

    .descriptif-panel-common .titre-no-resp {
        display: none;
    }
}


@media screen and (max-width: 1024px) {
    .descriptif-panel-common {
        margin-top: 50px;
        min-height: auto;
    }

    .descriptif-panel-common .contenu {
        padding-top: 0px;
        width: 50%;
        padding-left: 0px;
    }

    .descriptif-panel-common .texte-base {
        padding-top: 0px;
        padding-bottom: 30px;
    }

    .descriptif-panel-common .image {
        height: 210px;
        width: calc(50% - 40px);
        top: 42px;
    }

    .descriptif-panel-common .titre-resp {
        padding-bottom: 20px;
    }

    .descriptif-panel-common .titre-no-resp {
        display: none;
    }

    .descriptif-panel-common .texte-base {
        padding-top: 0px;
        padding-bottom: 20px;
    }


}

@media screen and (max-width: 850px) {
    .descriptif-panel-common .contenu {
        width: 100%;
        margin: 0;
    }

    .descriptif-panel-common .titre-resp {
        display: none;
    }

    .descriptif-panel-common .titre-no-resp {
        display: block;
        margin-bottom: 20px;
    }

    .descriptif-panel-common .image {
        height: 330px;
        width: 100%;
        top: 0;
        position: relative;
        margin-top: 20px;
    }

    .descriptif-panel-common {
        margin-top: 20px;
    }

}


@media screen and (max-width: 600px) {

    .descriptif-panel-common .contenu .texte,
    .descriptif-panel-common .contenu .titre-no-resp {
        width: calc(100% - 60px);
        display: block;
        margin: 0 auto;
    }

    .descriptif-panel-common .image {
        height: 66.5vw;
    }

    .descriptif-panel-common .contenu .titre-no-resp {
        margin-bottom: 20px;
    }


    .descriptif-panel-common .menu-categories {
        padding-left: 30px;
    }

    .descriptif-panel-common.no-image .titre-2 {
        padding-left: 30px;
    }
}


header .burger {
    display: none;
}

@media screen and (max-width: 1024px) {
    header .burger {
        display: block;
        height: 36px;
        width: 36px;
        position: absolute;
        top: 15px;
        right: 15px;
        border-style: solid;
        border-width: 2px;
        border-radius: 20px;
        z-index: 999;
        transform: rotate(0deg);
        transition: 0.2s ease transform;
    }

    header .burger.open 
    {
        transform: rotate(90deg);
        transition: 0.2s ease transform;
    }

    header .burger .item {
        position: absolute;
        top: 0;
        left: 8px;
        height: 2px;
        width: 20px;
        background-color: black;
    }

    header .burger .item:nth-child(1) {
        top: 9px;
    }

    header .burger .item:nth-child(2) {
        top: 17px;
    }

    header .burger .item:nth-child(3) {
        top: 25px;
    }
}

.goTop.noResp {
    right: -54px;
    height: 54px;
    width: 54px;
    position: fixed;
    bottom: 54px;
    cursor: pointer;
    opacity: 0;
    transition: 0.3s ease opacity, 0.3s 0.3s ease right;
}

.goTop.noResp.visible {
    right: 0px;
    opacity: 1;
    transition: 0.3s ease opacity, 0s ease right;
}

.goTop.noResp svg,
.goTop.noResp img {
    position: absolute;
    height: 33px;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}


/* LISTE PUCE */
ul {
    list-style: none;
}

ul.liste li {
    position: relative;
    padding-left: 20px;
}

ul.liste li::before {
    content: "";
    position: absolute;
    height: 9px;
    width: 9px;
    border-radius: 5px;
    margin-right: 7px;
    background-color: #008f88;
    left: 0;
    top: 12px;
}

ul.liste.liste-0 li::before {
    background-color: white;
}

ul.liste.liste-2 li::before {
    background-color: black;
}

ul.liste.liste-5 li::before {
    /*background-color: #F5525B;*/
    background-color: #F59E2C;
}

/* ACCORDION SERVICES */

.texte-accordion {
    opacity: 0;
    display: none;
    transition: 0.2s ease opacity;
}

.texte-accordion.show {
    opacity: 1;
    display: inline;
    transition: 0.2s ease opacity;
}

.open-accordion {
    cursor: pointer;
}

.open-accordion.hide {
    display: none;
}

/* ACCORDIONS SERVICES SMOOTH */

.accordion-texte {
    height: 0;
    overflow: hidden;
    transition: 0.3s ease height;
}

.accordion-texte .texte-panel {
    padding-top: 50px;
}

.accordion-titre .titre {
    cursor: pointer;
}

#informations-section .accordion-item .accordion-titre.actif::after {
    transform: translateY(-50%) rotate(-180deg);
}


/* Anti calcaire */
.solution-calcaire .solution {
    position: relative;
    overflow: hidden;
}

.solution-calcaire .solution .texte {
    padding-right: 100px;
    width: calc(100% - 438px);
}

.solution-calcaire .solution .image {
    width: 338px;
}

.solution-calcaire .solution .image img {
    width: 100%;
}

.solution-calcaire .solution .image,
.solution-calcaire .solution .texte {
    float: left;
}

.solution-calcaire .solution .texte .titre {
    padding-top: 0px;
    padding-bottom: 65px;
}

@media screen and (max-width: 2200px) {
    .solution-calcaire .solution .texte {
        padding-right: 60px;
        width: calc(100% - 310px);
    }

    .solution-calcaire .solution .image {
        width: 250px;
    }

    .solution-calcaire .solution .texte .titre {
        padding-bottom: 45px;
    }
}

@media screen and (max-width: 1700px) {
    .solution-calcaire .solution .texte {
        padding-right: 40px;
        width: calc(100% - 200px);
    }

    .solution-calcaire .solution .image {
        width: 160px;
    }

    .solution-calcaire .solution .texte .titre {
        padding-bottom: 30px;
    }

    .solution-calcaire .solution .image img {
        width: 80%;
    }
}

@media screen and (max-width: 1280px) {
    .solution-calcaire .solution .texte {
        padding-right: 48px;
        width: calc(100% - 240px);
    }

    .solution-calcaire .solution .image {
        width: 192px;
    }

    .solution-calcaire .solution .texte .titre {
        padding-bottom: 35px;
    }


}

@media screen and (max-width: 1024px) {
    .solution-calcaire .panel-colonne .colonne.semi {
        width: 100%;
    }

    .solution-calcaire .solution .texte {
        padding-right: 0px;
        width: calc(100% - 192px);
    }

    .solution-calcaire .solution .image {
        width: 192px;
        padding-top: 30px;
    }

    .solution-calcaire .solution .texte .titre {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 850px) {
    .solution-calcaire .solution .image img {
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 600px) {

    .solution-calcaire .solution .image,
    .solution-calcaire .solution .texte {
        width: 100%;
    }

    .solution-calcaire .solution .texte {
        padding: 30px 0;
    }

    .solution-calcaire .solution .texte .titre {
        padding-right: 30px;
        padding-left: 30px;
    }

    .solution-calcaire .solution .texte .texte-base {
        padding: 0 30px;
    }

    .solution-calcaire .solution .texte-base {
        padding-right: 30px;
    }

    .solution-calcaire .solution .image img {
        width: 50%;
        max-width: 200px;
    }
}

/* Trame Parallax */

.trame-parallax {
    background-image: url(/assets/front/images/background/trame.png);
    width: calc(50% - 165px);
    height: 720px;
    background-position: top right;
    opacity: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.trame-parallax.right {
    background-position: top left;
    right: 0;
    left: inherit;
}


@media screen and (max-width: 2200px) {
    .trame-parallax {
        width: calc(50% - 120px);
        height: 525px;
        background-size: 60px;
    }
}

@media screen and (max-width: 1700px) {
    .trame-parallax {
        width: calc(50% - 95px);
        height: 420px;
    }
}


@media screen and (max-width: 1280px) {
    .trame-parallax {
        width: calc(50% - 70px);
        height: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .trame-parallax {
        width: calc(50% - 55px);
        height: 280px;
    }
}

/* ANTI-CALCAIRE */
.descriptif-panel-common.calcaire-panel .image img {
    margin: 0 auto;
    display: block;
    margin-top: 65px;
}

@media screen and (max-width: 2200px) {
    .descriptif-panel-common.calcaire-panel .image img {
        margin-top: 45px;
        width: 345px;
    }

    .descriptif-panel-common.calcaire .contenu {
        padding-top: 45px;
        width: calc(50% - 30px);
        padding-left: 30px;
    }
}

@media screen and (max-width: 1700px) {
    .descriptif-panel-common.calcaire-panel .image img {
        margin-top: 35px;
        width: 276px;
    }

    .descriptif-panel-common.calcaire .contenu {
        padding-top: 35px;
        width: calc(50% - 25px);
        padding-left: 25px;
    }
}

@media screen and (max-width: 1280px) {
    .descriptif-panel-common.calcaire-panel {
        min-height: auto;
    }

    .descriptif-panel-common.calcaire-panel .image img {
        margin-top: 20px;
        width: 230px;
    }

    .descriptif-panel-common.calcaire .contenu {
        padding-top: 20px;
        width: calc(50% - 0px);
        padding-left: 0px;
    }
}

@media screen and (max-width: 1024px) {
    .descriptif-panel-common.calcaire-panel .image img {
        margin-top: 20px;
        width: 185px;
    }

    .descriptif-panel-common.calcaire-panel .texte-base {
        margin-top: 20px;
    }
}

@media screen and (max-width: 850px) {
    .descriptif-panel-common.calcaire-panel .image {
        height: auto;
    }
}

/* MAP */
a[href^="http://maps.google.com/maps"] 
{
    display: none !important
}

a[href^="https://maps.google.com/maps"] 
{
    display: none !important
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc 
{
    display: none;
}

.gmnoprint div 
{
    background: none !important;
}


/* Page pompe a chaleur */

.descriptif-panel-texte 
{
    padding-top: 225px;
}

.descriptif-panel-texte h2
{
    padding-bottom: 75px;
}

.descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1) .texte
{
    padding-right: 225px;
}

.descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2) .texte
{
    padding-left: 225px;
}

@media screen and (max-width: 2200px) 
{
    .descriptif-panel-texte h2
    {
        padding-bottom: 50px;
    }

    .descriptif-panel-texte 
    {
        padding-top: 165px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1) .texte
    {
        padding-right: 165px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2) .texte
    {
        padding-left: 165px;
    }
}

@media screen and (max-width: 1700px) 
{
    .descriptif-panel-texte h2
    {
        padding-bottom: 40px;
    }

    .descriptif-panel-texte 
    {
        padding-top: 130px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1) .texte
    {
        padding-right: 130px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2) .texte
    {
        padding-left: 130px;
    }
}

@media screen and (max-width: 1280px) 
{
    .descriptif-panel-texte h2
    {
        padding-bottom: 30px;
    }

    .descriptif-panel-texte 
    {
        padding-top: 110px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1) .texte
    {
        padding-right: 50px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2) .texte
    {
        padding-left: 50px;
    }
}

@media screen and (max-width: 1024px) 
{
    .descriptif-panel-texte h2
    {
        padding-bottom: 30px;
    }

    .descriptif-panel-texte 
    {
        padding-top: 75px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1) .texte,
    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2) .texte
    {
        padding-left: 0px;
        padding-right: 0px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1),
    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2)
    {
        width: 100%;
    }
}

@media screen and (max-width: 600px) 
{
    .descriptif-panel-texte h2
    {
        padding-bottom: 30px;
        padding-left: 30px;
    }

    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(1),
    .descriptif-panel-texte .panel-colonne .colonne.semi:nth-child(2)
    {
        width: calc(100% - 60px);
        float: none;
        margin: 0 auto;
        display: block;
    }
}


/* RECUP IMAGE FRAME */

.recup-frame img
{
    opacity: 0.25;
    margin: 0 auto;
    display: block;
    position: relative;
    max-width: 100%;
}

@media screen and (max-width: 1024px) 
{
    .recup-frame img
    {
        display: none;
    }

    .descriptif-panel-texte.recup-frame h2 
    {
        padding-left: 0px;
    }
}


.sos svg path.lettre,
.theme-neutre.sos svg path.lettre,
.telephone svg path,
.theme-neutre.telephone svg path
{
	fill: white;
}

.theme-neutre.sos svg:hover path.lettre,
.theme-neutre.telephone:hover svg path
{
	fill: black;
}

.basic-page
{
	padding: 200px 0;
}

.basic-page h1
{
	padding-bottom: 100px;
}

@media screen and (max-width: 2200px) {
	.basic-page
	{
		padding: 100px 0;
	}

	.basic-page h1
	{
		padding-bottom: 50px;
	}
}

@media screen and (max-width: 1700px) {
	.basic-page
	{
		padding: 80px 0;
	}

	.basic-page h1
	{
		padding-bottom: 40px;
	}
}

@media screen and (max-width: 850px) {
	.basic-page
	{
		padding: 50px 0;
	}

	.basic-page h1
	{
		padding-bottom: 25px;
	}
}

@media screen and (max-width: 600px)
{
	.basic-page h1,
	.basic-page p
	{
		padding-right: 30px;
		padding-left: 30px;
	}
}
.link {color: #000000; text-decoration: none}
.link:hover{color: #E10613; }
footer .link {color: #ffffff; text-decoration: none}
footer .link:hover{color: #E10613; }

#type-section-introduction .link {color: #ffffff; text-decoration: none}
#type-section-introduction .link:hover{color: #000000; }
#type-section-introduction .fond-3 .link{color: #000000; }
.hover-couleur-6 .link:hover, .couleur-6 .link{
	color: #E10613;
}

.hover-couleur-3 .link:hover, .couleur-3 .link {
	color: #36F0EB;
}
