/* Minification failed. Returning unminified contents.
(419,20): run-time error CSS1033: Expected closing bracket, found 'i'
(419,21): run-time error CSS1031: Expected selector, found ']'
(419,21): run-time error CSS1025: Expected comma or open brace, found ']'
(433,20): run-time error CSS1033: Expected closing bracket, found 'i'
(433,21): run-time error CSS1031: Expected selector, found ']'
(433,21): run-time error CSS1025: Expected comma or open brace, found ']'
(438,20): run-time error CSS1033: Expected closing bracket, found 'i'
(438,21): run-time error CSS1031: Expected selector, found ']'
(438,21): run-time error CSS1025: Expected comma or open brace, found ']'
(2664,20): run-time error CSS1033: Expected closing bracket, found 'i'
(2664,21): run-time error CSS1031: Expected selector, found ']'
(2664,21): run-time error CSS1025: Expected comma or open brace, found ']'
(2678,20): run-time error CSS1033: Expected closing bracket, found 'i'
(2678,21): run-time error CSS1031: Expected selector, found ']'
(2678,21): run-time error CSS1025: Expected comma or open brace, found ']'
(2683,20): run-time error CSS1033: Expected closing bracket, found 'i'
(2683,21): run-time error CSS1031: Expected selector, found ']'
(2683,21): run-time error CSS1025: Expected comma or open brace, found ']'
(3039,1): run-time error CSS1019: Unexpected token, found '@import'
(3039,9): run-time error CSS1019: Unexpected token, found '"compass/css3"'
(3039,23): run-time error CSS1019: Unexpected token, found ';'
 */


a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited,
    a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: deepskyblue;
    }



mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}


.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

h1, h2, h3,
h4, h5, h6 {
    color: #000;
    margin-bottom: 10px;
    padding-bottom: 0px;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
}


/* main layout
----------------------------------------------------------*/



/*.main-content {
        background: url("../Images/accent.png") no-repeat;
        padding-top: 0px;
        min-height: 100%;
}*/

/*.featured + .main-content {
       background: url("../Images/heroAccent.png") no-repeat;
}*/






/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

.site-title a, .site-title a:hover, .site-title a:active {
    background: none;
    color: #c8c8c8;
    outline: none;
    text-decoration: none;
}


/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

    #login a.username {
        background: none;
        margin: 0;
        padding: 0;
        text-decoration: underline;
    }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }



/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #009EE0; 
        background-image: -ms-linear-gradient(left, #009EE0 0%, #009EE0 100%);
        background-image: -o-linear-gradient(left, #009EE0 0%, #009EE0 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #009EE0), color-stop(1, #009EE0));
        background-image: -webkit-linear-gradient(left, #009EE0 0%, #009EE0 100%);
        background-image: linear-gradient(left, #009EE0 0%, #009EE0 100%);
        color: #3e5667;
        padding: 20px 40px 30px 40px;
    }

        .featured hgroup.title h1, .featured hgroup.title h2 {
            color: #fff;
        }

        .featured p {
            font-size: 1.1em;
        }

/* page titles */
hgroup.title {
    top:-20px;
   /*margin-bottom: 10px;*/
}

hgroup.title h1, hgroup.title h2,hgroup.title h3 {
    display: inline;
    color:#ffffff;
}

hgroup.title h2 {
    font-weight: normal;
    margin-left: 3px;
    display: inline;
}

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 0px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }

#socialLoginForm {
    margin-left: 40px;
    float: left;
    width: 40%;
}

    #socialLoginForm h2 {
        margin-bottom:  5px;
    }

#socialLoginList button {
    margin-bottom: 12px;
}

#logoutForm {
    display: inline;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding:0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

label {
    display: block;
    font-size: 1.2em;
    font-weight: 600;
}

label.checkbox {
    display: inline;
}

input, textarea {
    border: 1px solid #e2e2e2;
    background: #fff;
    color: #333;
    font-size: 1.2em;
    margin: 5px 0 6px 0;
    padding: 5px;
    /*width: 300px;*/
}

textarea {
    font-family: inherit;
    width: 500px;
}

    input:focus, textarea:focus {
        border: 1px solid #7ac0da;
    }

    input[type="checkbox"] {
        background: transparent;
        border: inherit;
        width: auto;
    }

    input[type="submit"],
    input[type="button"],
    button {
        background-color: #d3dce0;
        border: 1px solid #787878;
        cursor: pointer;
        font-size: 1.2em;
        font-weight: 600;
        padding: 7px;
        margin: 40px 0 40px 0;
        height: 50px;
        width: auto;
    }

    td input[type="submit"],
    td input[type="button"],
    td button {
        font-size: 1em;
        padding: 4px;
        margin-right: 4px;
    }

input[type="radio" i] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #424242;
    transition: 0.2s all linear;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

input[type="radio" i]:checked {
    outline: none;
    border: 10px solid deepskyblue;
}

input[type="radio" i]:disabled {
    border: 1px solid #eee;
    background-color: #eee;
}


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* tables
----------------------------------------------------------*/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 0.75em;
    border: 0 none;
}

th {
    font-size: 1.2em;
    text-align: left;
    border: none 0px;
    padding-left: 0;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    th a:hover {
        color: #000;
    }

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    padding: 0.25em 2em 0.25em 0em;
    border: 0 none;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}


/********************
*   Mobile Styles   *
********************/
/*@media only screen and (max-width: 850px) {

    /* header
    ----------------------------------------------------------*
    header .float-left {
        float: none;
        top:0px;
    }

    header .float-right {
        float: none;
    }

    /* logo *
    header .site-title {
        margin: 10px;
        text-align: center;
    }

    /* login *
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

        #login a:hover {
            color: #333;
        }

    /* menu *
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content *
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list *
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

     /* features *
     section.feature {
        float: none;
        padding: 10px;
        width: auto;
     }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }

    /* forms *
    input {
        width: 90%;
    }

    /* login page *
    #loginForm {
        border-right: none;
        float: none;
        width: auto;
    }

        #loginForm .validation-error {
            display: block;
            margin-left: 15px;
        }

    #socialLoginForm {
        margin-left: 0;
        float: none;
        width: auto;
    }


    /* footer
    ----------------------------------------------------------*
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
        padding: 10px 0;
    }

        footer p {
            margin: 0;
        }
}*/




/****************** f2a  ********************/
.titre-f2a {
    color: darkred;
    font-size: 30px;
    text-align: center;
    line-height: 50px !important;
}


    .div-wrapper-logo-f2a {
        padding-top: 0px;
        display: flex;
        flex-direction: row;
        margin: 0 auto;
        width: 100%;
        justify-content: center;
        background-color: transparent;
    }

.img-wrapper-f2a a img {
    height: 250px !important;
    max-height: 250px !important;
}

/****************fin f2a ********************/


 html {
    /*background-color:#69C6EF;*/
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
    /*background: url("../Images/background/bg_stihle_accessibilite_alsace_4.jpg") no-repeat;
    -webkit-background-size: contain; 
    -moz-background-size: contain; 
    -o-background-size: contain; 
    background-size: contain;*/
}

body {
    /*background-color: #ffffff;*/
    border-top: solid 15px deepskyblue;
    color: #333;
    font-size: 14px;
    font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif;
    margin: 0;
    padding: 0;
    height: 100%;
    min-width: 962px;
    background: url("../Images/background/bg_stihle_accessibilite_alsace_4.jpg") no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}

header, footer, hgroup,
nav, section {
    display: block;
}

/* pour ie car affiche une bordure par defaut sur img lien */
.img-lien {
    border:none;
}
a img {
    border: none;
}

a-no-decoration{
    text-decoration:none;
    text-decoration-style:none;
}
/*header {
    margin-top:-60px;
}*/
/***************************************
*                header                *
***************************************/
header {
    width: 100%;
    /*background-color: #69C6EF;*/
    background: url("../Images/background/montage-banniere-5.jpg") no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*background: url("../Images/background/fond-1px-1.png") repeat-x;
    background-size:cover;*/
}

header .content-wrapper {
    width:960px;
    height:130px;
    vertical-align:bottom;
    position:relative;
    margin:0 auto;
    background-color:#ffffff;
    padding-top:0px;
}

.div-img-banniere {
    float:right;
    height:130px;
    vertical-align:bottom;
}

.img-banniere {
    height:130px;
    width:790px;
    /*margin-top:-40px;*/
}

.div-logo-groupe {
    float: left;
    height:105px;
    width:300px;
    position:absolute;
    Left:15px;
    bottom:15px;
}

.content-wrapper a.lien-image-logo-groupe {
    background: url(../Images/logo-stihle-accessibilite-400px.jpg) no-repeat top left;
    background-size:contain;
    display: block;  
    height:120px;
    width:300px;
    text-indent: -99999px; /*hide the link text*/
}



/***************************************
*           fin  header                *
***************************************/

/****************************************************************************************
*        MENU =>  note : decommanter en fonction menu 1 div ou deroulant                *
****************************************************************************************/

.allmenu {
    width: 100%;
    height: 42px;
    /*background-color:#1216cb;*/
    position: relative;
    text-align: center;
    margin: 0 auto;

    /*background:url(../images/background/fond-1px-15.png) repeat-x;*/
}

.div-menu{
    margin: 0 auto;
    height: 40px;
    width:960px;
    /*background-color:#1216cb;*/
    position:relative;
    z-index:1000;
    padding-top:1px;
    text-align:center;
    display:block;
}

#menu-general {
    margin: 0 auto;
    text-align:center;
    width:100%;
    font-family:Roboto, Arial;
    
}

    #menu-general ul {
        padding: 0;
        margin: 0;
    }

#menu-general ul li {
    float:left; 
    margin:0px; 
    padding: 0px;
}

    #menu-general .border-left {
        border-left:solid #444 1px;
    }


#menu-general li.li-menu {
    height:40px;
    line-height:40px;
    list-style: none;
    text-decoration:none;
    font-size: 1.3em;
    font-weight: 700;
    /*background: url("../Images/background-menu1-40px.png") repeat-x;*/
    text-align:center;
    margin:0px; 
    padding: 0px;
    text-align:center;
    width:191.2px;
    color:#fff;
    background-color:#222;
    /*color:#061757;*/
}

    #menu-general li.li-menu:hover {
        /*background: url("../Images/background-menu3-40px.png") repeat-x;*/
        width: 191.2px;
        color: white;
        background-color: deepskyblue;
    }

#menu-general li a.lien-menu {
            display: inline-block;
            /*background: url("../Images/background-menu1-40px.png") repeat-x;*/
            line-height:40px;
            width:150px;
            color:#fff;
            /*color:#061757;*/
            text-decoration: none;
}

    #menu-general li:hover a.lien-menu {
        /*background: url("../Images/background-menu3-40px.png") repeat-x;*/
        line-height: 40px;
        width: 150px;
        color: white;
        background-color: deepskyblue;
    }



/*******************************************************************/
/*************** menu deroulant ( a decommenter si utilisation)**   /

/* Animation du menu */
/*
#menu-general ul ul {display: none; position: absolute; margin:0px; padding: 0px; border: 1px solid #B0B0B0;}
#menu-general ul ul ul{display: none; position: absolute; margin:0px; padding: 0px; border: 1px solid #B0B0B0;}
#menu-general li {list-style-type: none; position: relative; background-color: #E0E0E0; padding: 2px; margin: 0px}
#menu-general li:hover, li.sfhover {background-color: #FFFF70;}
#menu-general li:hover ul.niveau2, li li:hover ul.niveau3, li.sfhover ul.niveau2, li li.sfhover ul.niveau3 {display: block}
#menu-general ul ul li:hover ul.niveau3, ul ul li.sfhover ul.niveau3 {display: block}

#menu-general ul.niveau2 {
    left: 0px; 
    top: 40px;
    width:200px;
    text-align:left;
    border:none;
}

#menu-general li.li-menu-niveau2 {
    background-color:rgb(25, 188, 229);
    background-color:rgba(25, 188, 229, 0.9);
    width:100%;
    left:0px;
    border-bottom:1px solid blue;
    text-decoration:none;
    padding-left:25px;
    font-size: 1.1em;
    font-weight: 200;   
}

#menu-general li.li-menu-niveau2:hover {
    background-color:rgb(255, 255, 255);
    background-color:rgba(255, 255, 225, 0.9);
}

    #menu-general li.li-menu-niveau2 a.lien-menu-niveau2 {
           color:#061757;
           text-decoration:none;
           width:100%;
           line-height:40px;
           display:block;
           margin:0px;
           padding:0px;
    }

        #menu-general li.li-menu-niveau2 a.lien-menu-niveau2:hover {
            background-color:rgb(255, 255, 255);
            background-color:rgba(255, 255, 225, 0.9);
            width:100%;
    }

#menu-general ul.niveau3 {
    left: 225px; 
    top: -1px;
    width:210px;
    border:none;
}

#menu-general li.li-menu-niveau3 {
    background-color:rgb(25, 188, 229);
    background-color:rgba(25, 188, 229, 0.9);
    width:100%;
    left:0px;
    border-bottom:1px solid blue;
    padding-left:25px;
}
#menu-general li.li-menu-niveau3:hover {
    background-color:rgb(255, 255, 255);
    background-color:rgba(255, 255, 225, 0.9);
}


 #menu-general li.li-menu-niveau3 a.lien-menu-niveau3 {
           color:#061757;
           text-decoration:none;
           width:100%;
           line-height:40px;
           display:block;
           margin:0px;
           padding:0px;
    }

#menu-general li.li-menu-niveau3 a.lien-menu-niveau3:hover {
        background-color:rgb(255, 255, 255);
        background-color:rgba(255, 255, 225, 0.9);
        width:100%;
}*/

/************************************************************/
/****************** menu 1 grande div ***********************/

#menu-general li:hover #div-1menu-plat {
    visibility:visible;
    opacity:1;
    transition-delay:0s;
}

#div-1menu-plat {
    width: 954px;
    height: 300px;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.99);
    position: absolute;
    left: 0px;
    top: 41px;
    border-top: solid 2px deepskyblue;
    border-left: solid 2px deepskyblue;
    border-right: solid 2px deepskyblue;
    border-bottom: solid 2px deepskyblue;
    box-shadow: 5px 10px 18px deepskyblue;
    background-size: contain;
    color: #ffffff;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s linear 0.5s,opacity 0.5s linear;
}

    #div-1menu-plat h6 {
        border: 2px solid deepskyblue;
        color: deepskyblue;
        font-weight: bold;
        font-size: 0.9em;
        /*color:#10edcb;*/
        /*color:#333;*/
        margin-bottom: 10px;
        margin-top: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

    #div-1menu-plat h6 a{
        color: white;
        font-weight: 500;
        font-size: 1em;
        /*color:#10edcb;*/
        /*color:#333;*/
        text-decoration: underline;
        margin-bottom:0;
        margin-top:0;
    }


#div-1menu-plat ul li ul li a{
    /*color:#e2e2e2;*/
    color:black;
    text-decoration:none;
    padding: 5px;
}

#div-1menu-plat ul li ul li a:hover{
    /*color:#e2e2e2;*/
    color:white;
}

.span-interieur-for-border {
    width:1px;
    height:70%;
    border-left: solid 1px grey;
    position:absolute;
    margin-top:30px;
}

.div-espace-cat-menu-5 {
    height:5px;
    width:100%;
    /*background-color:red;*/
    clear:both;
}

.div-espace-cat-menu-10 {
    height: 10px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}

.div-espace-cat-menu-15 {
    height: 15px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}

.div-espace-cat-menu-20 {
    height: 20px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}
.div-espace-cat-menu-30 {
    height: 30px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}

.div-espace-cat-menu-40 {
    height: 40px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}

.div-espace-cat-menu-50 {
    height: 50px;
    width: 100%;
    /*background-color:red;*/
    clear: both;
}


/*.li-img-min-cat-menu {
    list-style: none;
    width:100%;
    display:inline;
}

    .li-img-min-cat-menu img {
        max-width: 80px;
        max-height: 40px;
        margin-left: 40px;
        margin-top: 5px;
    }

.span-min-cat-menu img{
    max-width: 60px;
}*/

.div-img-cat-menu {
    float: left;
    width: 80px;
    /*background-color:red;*/
    margin-top: 20px;
    margin-left: 5px;
}

    .div-img-cat-menu img {
        max-width: 80px;
    }

.div-titre-cat-menu {
    float: left;
    margin-left: 20px;
    /*background-color: green;*/
}





#menu-plat-col1 {
    width: 33%;
    height: 100%;
    float: left;
    text-align: left;
    margin-top: 40px;
}

    #menu-plat-col1 ul{
      margin-left:15px;
      /*margin-top:-15px;*/
      font-size:0.92em;
      font-weight:100;
      list-style-type:none;
    }

        #menu-plat-col1 ul li ul {
            margin-top: -5px;
            margin-left: 10px;
            font-size: 0,85em;
            /*font-weight:600;*/
            list-style-type: initial;
            line-height: 25px;
            white-space: normal;
            list-style-type: none;
        }

        #menu-plat-col1 ul li ul li{
            clear:both;
        }

#menu-plat-col2 {
    float: left;
    width: 33%;
    height: 100%;
    text-align: left;
    margin-top: 40px;
    /*background-color: green;*/
}

    #menu-plat-col2 ul {
        margin-left: 15px;
        /*margin-top:-15px;*/
        font-size: 0.92em;
        font-weight: 100;
        list-style-type: none;
        text-decoration: none;
    }

        #menu-plat-col2 ul li ul {
            margin-top: -5px;
            margin-left: 10px;
            font-size: 0,9em;
            /*font-weight:600;*/
            list-style-type: initial;
            line-height: 25px;
            text-decoration: none;
            list-style-type: none;
        }

        #menu-plat-col2 ul li ul li {
            clear: both;
        }

#menu-plat-col3 {
    float: left;
    width: 33%;
    height: 100%;
    text-align: left;
    margin-top: 40px;
    /*background-color: yellow;*/
}

    #menu-plat-col3 ul{
      margin-left:15px;
      /*margin-top:-15px;*/
      font-size:0.92em;
      font-weight:100;
      list-style-type:none;
    }

        #menu-plat-col3 ul li ul {
            margin-top: -5px;
            margin-left: 10px;
            font-size: 0,9em;
            /*font-weight:600;*/
            list-style-type: initial;
            line-height: 25px;
            list-style-type: none;
        }

        #menu-plat-col3 ul li ul li {
            clear: both;
        }




/***************  fin menu 1 grande div *********************/


/***************************************
*            fin menu                  *
***************************************/


/***************************************
*          section sous le menu        *
***************************************/


.sectionSousMenu {
    font-size: 0.85em;
    background-color: deepskyblue;
    height: 20px;
    position: relative;
}

    .sectionSousMenu .textesousmenu {
        background-image: -ms-linear-gradient(left, deepskyblue 0%, deepskyblue 100%);
        background-image: -o-linear-gradient(left, deepskyblue 0%, deepskyblue 100%);
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, deepskyblue), color-stop(1, deepskyblue));
        background-image: -webkit-linear-gradient(left, deepskyblue 0%, deepskyblue 100%);
        background-image: linear-gradient(left, deepskyblue 0%, deepskyblue 100%);
        color: #ffffff;
        text-align: center;
        font-size: 1em;
        width: 960px;
        margin: 0 auto;
        text-align: center;
    }

/***************************************
*      fin  section sous le menu        *
***************************************/

/************** Main Content********************/

.content-wrapper {
    margin: 0 auto;
    max-width:960px;
    position:relative;
}

.main-content {
        background-color: #efeeef;
        min-height:600px;
        padding-top: 10px;
        padding-left:15px;
        padding-right:15px;
        padding-bottom: 25px;
        position:relative;
        max-width:930px;
        margin: 0 auto;

}

.seobloc {
    visibility: hidden;
    height: 0px;
    position: absolute;
}


    .seobloc a {
        visibility: hidden;
    }


.img-tel-contact{
    width:400px;
    max-width:400px;
}

.titre-h1-index {
    color: #ff6a00;
    font-size: 2.2em;
    margin-top: 20px;
    padding-top: 0;
    /*color: #000;*/
    text-shadow: 1px 1px 1px #0087CB;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.titre-h2-index {
    color: #ff6a00;
    font-size: 1.2em;
    margin-top: 5px;
    padding-top: 0;
    text-shadow: 1px 1px 1px #0087CB;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center;
}

.titre-h1-page {
    /*color: #ff6a00;*/
    /*text-shadow: 2px 2px 2px #333;*/
    color: #000;
    text-shadow: 3px 3px 1px #0087CB;
    font-size: 4em;
    margin-top: 20px;
    padding-top: 0;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}

.titre-h2-chapitre {
    color: #0087CB;
    background: url("../Images/fleche-small.png") center left no-repeat;
    padding: 0 0 6px 20px;
    min-width: 800px;
    font-size: 1.8em;
    margin-left:-20px;
}

.bg-blue{
    background-color:rgba(0,0,0,0.1);
    height:90px;
    vertical-align:central;
    padding-top:5px;
}
/*.titre-h2-chapitre-v2 {
    color: #0087CB;
    background: url("../Images/fleche-small.png") center left no-repeat;
    padding: 0 0 6px 20px;
    min-width: 800px;
    font-size: 1.8em;
    margin-left: 0px;
}*/
.no-decoration {
    /*text-decoration:none !important;*/
}

.p-titre-div {
    font-weight: 800;
    font-size: 1.5em;
    font-style: italic;
}

.p-titre-div-2 {
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ff6a00;
    padding-left: -20px;
}

.p-titre-div-3 {
    background: url("../Images/puce-2-16px.png") center left no-repeat;
    padding: 0 0 0 26px;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    color: #ff6a00;
    margin-left: 0;
    margin-bottom: 0;
    margin-top: 0;
}

.p-titre-video {
    font-weight: 500;
    font-size: 20px;
    font-style: normal;
    color: #0094ff;
}

.padding-p{
    padding-left:20px;
    padding-right:20px;
}

/*****************fin main content ******************/
/******************* footer ***********************/
footer {
    position: relative;
    clear: both;
    font-size: .95em;
    min-height: 310px;
    bottom: 0px;
    background-color: #0094ff;
    width: 960px;
    margin: 0 auto;
    text-align: center;
}

.footer-top {
    width:960px;
    margin:0 auto;
    height:390px;
    background-color:#e2e2e2;
    color:#ffffff;
    text-align:center;

}

.footer-bottom {
    width:950px;
    margin:0 auto;
    height:20px;
    background-color:#c5cfd4;
    color:#061757;
    text-align:left;
    padding-left:10px;
    line-height:20px;
}

#footer-bloc1 {
    width:23%;
    float:left;
    height:350px;
    line-height:75px;
    text-align:center;
    padding-top:15px;
}

#footer-bloc1 a img{
    max-width:90%;
}



#footer-bloc1 a:hover{
    background-color:#e2e2e2;
}

#footer-bloc2 {
    width:27%;
    float:left;
    text-align:left;
    padding-top:15px;
    min-height:350px;
    background: url("../Images/bordure-grise-1px.png") repeat-y;
}

#div_list_page_complementaire {
        width:80%;
        padding-left:20%;
        padding-top:5px;
}

#div_list_page_complementaire a{
        color:grey;
}

#footer-bloc3 {
    width:27%;
    float:left;
    text-align:left;
    padding-top:5px;
    min-height:350px;
    background: url("../Images/bordure-grise-1px.png") repeat-y;
}

#footer-bloc3 u{
    color:#0094ff;
}

    #div_list_filiale {
        width:80%;
        padding-left:10%;
        padding-top:15px;
    }

        #div_list_filiale ul {
            list-style:none;
            padding-left:5px;
        }

    #div_list_filiale ul li{
        color:grey;
    }

        #div_list_filiale ul li a{
        color:grey;
    }

#footer-bloc4 {
    width:23%;
    float:left;
    text-align:center;
    padding-top:15px;
    min-height:350px;
    background: url("../Images/bordure-grise-1px.png") repeat-y;
}

#footer-bloc4 a img{
    max-width:90%;
}
/********** fin footer  *********/

/*************************************************************************
*                            Pages divers                                *
**************************************************************************/

/***************************************
*               accueil                *
***************************************/

/*************** JSSOR *****************/

/* jssor slider bullet navigator skin 14 css */
/*
            .jssorb14 div           (normal)
            .jssorb14 div:hover     (normal mouseover)
            .jssorb14 .av           (active)
            .jssorb14 .av:hover     (active mouseover)
            .jssorb14 .dn           (mousedown)
            */
.jssorb14 {
    position: absolute;
}

    .jssorb14 div, .jssorb14 div:hover, .jssorb14 .av {
        position: absolute;
        /* size of bullet elment */
        width: 12px;
        height: 12px;
        background: url(../Images/jssor/b14.png) no-repeat;
        overflow: hidden;
        cursor: pointer;
    }

    .jssorb14 div {
        background-position: -9px -9px;
    }

        .jssorb14 div:hover, .jssorb14 .av:hover {
            background-position: -39px -9px;
        }

    .jssorb14 .av {
        background-position: -69px -9px;
    }

    .jssorb14 .dn, .jssorb14 .dn:hover {
        background-position: -99px -9px;
    }

/*************** FIN JSSOR ************/



.div-img-accueil {
    margin-top:50px;
    width:100%;
    text-align:center;
    margin-bottom:20px;
}

.img-accueil {
    height:300px;
}

#div-acceuil {
    margin: 0 auto;
    background-color: transparent;
    font-size: 1rem;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}

#div-acceuil h3 {
    color: deepskyblue;
    background: url("../Images/fleche-small.png") center left no-repeat;
    padding: 0 0 0 15px;
    min-width: 800px;
}

/*#div-acceuil p {
    padding-left:15px;
    padding-right:15px;
    text-align:justify;
    min-width:800px;
    font-size:1.1em;

}*/

#div-accueil-carroussel {
    margin: 20px auto 40px auto;
    width:700px;
    height:450px;
    text-align:center;
}

#div-accueil-lien-produits {
   padding-left:20px;
   font-size:1rem;
}

#div-accueil-lien-produits ul a{
    text-decoration:none;
}

/***************************************
*      Presentation groupe             *
***************************************/

.div-groupe {
}

.div-groupe-texte-1 {
    text-align:justify;
    max-width:400px;
    font-size:1.1em;
    float:left;
}

.div-img-filiale-groupe {
    float:right;
    margin-top:20px;
    margin-right:40px;
}

.img-filiale-groupe {
    max-height:300px;
    max-width:400px;
}

.div-img-vehicule-groupe {
    float:left;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    text-align:center;
}

.img-vehicule-groupe {
    width:600px;
}

#div-lien-site-web-groupe-stile {
    width:100%;
    margin-top:60px;
    text-align:center;

    /*animation*/
    animation-name: anim-lien;
    animation-duration: 7s;
    animation-iteration-count: infinite; 
}

/**animation lien site groupe stihle*/
@keyframes anim-lien {
    0% {transform: rotate(0deg)}
    25% {transform: rotate(15deg)}
    50% {transform: rotate(-5deg)}
    55% {transform: rotate(0deg)}
    75% {transform: rotate(-10deg)}
    100% {transform: rotate(0deg)}
}

.lien-site-web-stihle {
    -moz-box-shadow: inset 0px 1px 7px 4px #cae3fc;
    -webkit-box-shadow: inset 0px 1px 7px 4px rgba(0, 191, 255, 0.74);
    box-shadow: inset 0px 1px 7px 4px rgba(0, 191, 255, 0.74);
    background-color: white;
    -webkit-border-top-left-radius: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-left-radius: 15px;
    text-indent: 0;
    border: 1px solid #00bfff;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 200;
    font-style: normal;
    height: 60px;
    line-height: 20px;
    width: 280px;
    text-decoration: none;
    text-align: center;
    padding-top: 22px;
}
.classname:active {
    position: relative;
    top: 1px;
}

/**************************************
*           lecture video             *
**************************************/

.div-lecteur-video-center {
    width:500px;
    margin:0 auto;
    text-align:center;
    background-color:#69c6ef;
}

.lecteur-video-base {
    background-color:blue;

}

/***************************************
*                Produits              *
***************************************/



/*#div-all-monte-escalier h3,
#div-all-plateforme-oblique h3,
#div-all-plateforme-verticale h3,
#div-all-elevateur-moins-3m h3,
#div-all-rampes-escamotables h3,
#div-all-rampe-amovible h3,
#div-all-mobilier h3,
#div-all-signaletique-pmr h3,
#div-all-teleassistance-pmr h3,
#div-all-partenaires  h3,
#div-rampe-fixe h3 {
    color: #0087CB;
    background: url("../Images/fleche-small.png") center left no-repeat;
    padding: 0 0 0 15px;
    min-width: 800px;
    text-decoration: underline;
}*/

#div-all-elevateur-moins-3m,
#div-all-elevateur-plus-3m,
#div-all-signaletique-pmr,
#div-all-teleassistance-pmr,
#div-all-rampe-escamotable,
#div-all-rampe-amovible,
#div-all-rampe-fixe,
#div-all-monte-escalier,
#div-all-plateforme-oblique,
#div-all-plateforme-verticale,
#div-all-mobilier-sdb,
#div-all-mobilier-cuisine {
    font-size: 16px;
    text-align: justify;
    padding-left: 20px;
    padding-right: 20px;
}


.col-100 {
    width:100%;
}




.center {
    text-align: center !important;
    margin: 0 auto !important;
}


.image-produit {
    max-width:400px;
    max-height:300px;
}

.no-decoration-list{
    list-style:none;
}

.div-img-monte-escalier {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.img-monte-escalier {
    max-height:300px;
    max-width:40%; 
}

.img-plateforme-escamobile {
    max-height:300px;
    max-width:500px;
}

.div-img-plateforme {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.img-plateforme-olympia {
    max-height:350px;
}

.img-plateforme {
    max-height:265px;
}

.img-plateforme-zslim {
    max-height:265px;
    max-width:265px;
}

.span-xslim {
    max-width:400px;
}

.img-plateforme-hbl {
    max-width:400px;
    height:200px;
}

.div-img-elevateur-moins-3m {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.img-elevateur-moins-3m {
    max-width:49%;
    max-height:300px;

}

.div-img-elevateur-plus-3m {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.img-elevateur-plus-3m {
    max-width:400px;
    max-height:400px;
}

.div-img-ascenseur-privatif-pc {
    width:100%;
    margin:0 auto;
    text-align:center;
}

.img-ascenseur-privatif-pc {
    max-width:400px;
    max-height:400px;
}


.quickramp-install-box {
    width:30%;
    float:left;
    font-size:16px;
    text-align:center;
    margin:0 auto;
}
.quickramp-install-box img {
    max-width:95%;
    max-height:150px;
    margin:0 auto;
}

.p-red-bold {
    font-weight:700;
    color:#f00;
    font-size:1.3em;
}

.p-red {
    color: #f00;
    font-size: 1.3em;
}

.p-align-left {
    text-align:left;
}

.quickramp-install-2 {
    clear:both;
    width:100%;
    text-align:left;
    margin-top:20px;
}

.descriptif-rampe-fixe {
    float:left;
    margin-left:50px;
}

.scandinave-quality {
    float:right;
    margin-right:100px;
}

.div-gallery-rampe-fixe {
    clear:both;
    text-align:center;
    width:100%;
}

.img-max-with-40 img{
    width:40%;
    height:200px;
    overflow:hidden;
}

.clear {
    clear:both;
}
/***************************************
*   Realisation PMR Groupe Stihle      *
***************************************/
.h2-realisation {
    margin:0 auto;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
    text-align:center;
    color:#222;
}

.hide {
    visibility:hidden;
    display:none;
}

.div-ligne-pagination {
    clear:both;
    margin:0 auto;
    background-color:transparent;
    width : 850px;
    height:40px;
}

.div-pagination-liste {
    max-width:100%;
    text-align:center;
    font-size:1em;
}


#div-realisation-pmr {
    margin:0 auto;
    background-color:transparent;
    width : 920px;
    text-align:center;
}

#div-gallery-realisation-pmr-stihle {
     width:900px;
     text-align:center;
}

.div-ligne-box-realisation-pmr {
    clear:both;
    margin:0 auto;
    background-color:transparent;
    width : 900px;
    height:500px;
}

.div-box-one-realisation {
     position:relative; 
     background-color:rgba(0,0,0,0.4);
     /*background-color:red;*/
     width:27.3%;
     height:500px;
     text-align:center;
     float:left;
     margin-left:1%;
     margin-right:1%;
     margin-top:10px;
     margin-bottom:30px;
}


.div-titre-realisation {
    width:100%;
    height:80px;
    padding-top: 10px;
    text-align:center;
    vertical-align:middle;
    font-size:1.2em;
    /*font-weight:bold;*/
    background-color:deepskyblue;
    color:#ffffff;
}


.div-titre-realisation .pleine-ligne{
    line-height:40px;
}

.div-titre-realisation .demi-ligne{
    line-height:20px;
}

.div-miniature-realisation {
    /*padding-top:10px;*/
    width:100%;
    height:440px;
    /*background-color:aliceblue;*/
    /*text-align:center;*/
}

.miniature-realisation {
    width:100%;
    height: 100%;
    margin-left:-1%;
    padding:0;
}


/***************************************
*            formulaire                *
***************************************/

#div-img-form-contact{
    float:left;
    width:150px;
    margin-left:20px;
}

.img-form-contact {
    width:50px;
    height:610px;
}

.titre-form-contact {
    border-bottom: 1px solid deepskyblue;
    margin-top: 15px;
    padding-left: 40px;
}

#form-contact {   
    width:750px;
    min-height:610px;
    margin:0 auto;
    background-color:white;
    float:left;
    margin-left: 5px;
    border-radius: 40px;
}

    #form-contact input[type="checkbox"],
    #form-contact input[type="text"],
    #form-contact input[type="button"] {
        background-color: green;
        font-size: 1em;
    }

#form-contact select {
    font-size: 1.2em;
    margin-top:10px;
}

#div-bloc-coordonnees {
    clear:left;
    height:315px;
    margin-top:0px;
    margin-left:30px;
    background-color:transparent;
}



#div-label-civilite {
    width:120px;
}

#div-champ-civilite {
    width:180px;
    float:left;
}

#div-champ-civilite select{
    width:190px;
    background-color:#ffffff;
    font-size: 1.1em;
    margin-top:5px;
    margin-bottom: 15px;
}


#div-champ-nom {
    float: left;
    clear: both;
}

#div-champ-nom input[type="text"] {
    width:300px;
    float:left;
    background-color:#ffffff;
    margin-top:15px;
}

#div-champ-prenom {
    float:left;
    margin-left:30px;
}

#div-champ-prenom input[type="text"] {
    width:300px;
    float:left;
    background-color:#ffffff;
    margin-top:15px;
}

#div-adresse-champ-numero {
    float:left;
}

#div-adresse-champ-numero input[type="text"] {
    width:50px;
    background-color:#ffffff;
    float:left;
    margin-top:15px;
}

#div-adresse-champ-rue {
    float:left;
    margin-left:30px;
}

#div-adresse-champ-rue input[type="text"] {
    width:550px;
    background-color:#ffffff;
    margin-top: 15px;
}

#div-adresse-champ-cp {
    float: left;
}

#div-adresse-champ-cp input[type="text"] {
    width:125px;
    background-color:#ffffff;
    float: left;
    margin-top:15px;
}

#div-adresse-champ-ville {
    float: left;
    margin-left: 30px;
}

#div-adresse-champ-ville input[type="text"] {
    width:475px;
    background-color:#ffffff;
    margin-top:15px;
}

#div-champ-email {
    float:left;
}

#div-champ-email input[type="text"] {
    width:350px;
    background-color:#ffffff;
    margin-top:15px;
}

#div-champ-tel {
    margin-left: 30px;
    float:left;
}

#div-champ-tel input[type="text"] {
    width:250px;
    background-color:#ffffff;
    margin-top:15px;
}

#div-champ-question {
    clear:left;
    margin-top: 30px;
}

#div-champ-question textarea {  
    min-height:100px;
    min-width:670px;
    max-width:670px;
    font-size: 1em;
    background-color:#ffffff;
    margin-left:30px;
    margin-top:0px;
    border: 1px solid #828282;
}

#div-champ-projet {
    clear: left;
    margin-left:30px;
    margin-top:15px; 
}

#div-champ-projet select{
    font-size: 1.1em;
    background-color:#ffffff;
    margin-top:0px;
    width:250px;
}

#div-champ-origine {
    width:180px;
    clear: left;
    margin-left:30px;
    margin-top: 15px;
}

#div-champ-origine select{
    font-size: 1.1em;
    background-color:#ffffff;
    margin-top:0px;
    width:250px;
}

#div-champ-origine-autre {
    visibility:hidden;
    float:left;
    width:550px;
    margin-left:80px;
}

#div-champ-origine-autre input[type="text"]{
    width:520px;
    background-color:#ffffff;
    margin: 25px 0 11px 0;
}

/*#origine_demande_autre_label{
    margin:9px;
}*/

#div-btn-submit {
    clear: left;
    width: 80%;
    text-align: right;
}

#form-contact input[type="submit"] {
    clear:both;
}

#div-hidden {
    display:none;
    width:20px;
    height:20px;
}

.error-message {
    padding:0 0 0 30px;
    display:inline;
    color:#ff5b5b;
    display:none;
}

.summary-error-message {
    display:block;
    color:#c30d0d;
    display:none;
    font-size: 1.1em;
    font-weight: 600;
    margin-left : 50px;
    margin-top : 20px;
}

#div-back-to-list {
    clear:both;
    padding-top:20px;

}



#div-integralite-formulaire-contact h3{
    color: #0087CB;
    padding: 10px 0 0 20px;
    margin-left:15px;
    font-size:1.3em;
    margin-top:5px;
    font-style:oblique;
    text-decoration:underline;
}

#div-integralite-formulaire-contact {
    margin-top: -55px;
}


.p_formulaire_contact {
    max-width:700px;
    margin-left:200px;
    text-align:justify;
    margin-top:-35px;
    margin-bottom:0px;
}



.div-message-erreur-captcha {
    color: red !important;
    font-weight: bold;
    font-size: 1.3em;
    background-color: transparent;
    width: 100%;
    text-align: center;
    height:2em;
}

.div-message-form-envoyer {
    color: deepskyblue;
    font-size: 2.5em;
    font-weight: bold;
    
    text-align: center;
    
    margin-left:130px;
    margin-right: 130px;
}

.bloctel {
    color: #7a7777;
    font-size: 12px;
    margin-left: 20px;
    padding-top: 0;
    margin-top: 0px !important;
    margin-bottom: 20px;
    clear: left;
}




/***************************************
*           fin formulaire             *
***************************************/

/***************************************
*               devis                  *
***************************************/

.mess-titre {
    margin-top: 20px;
    color: darkseagreen !important;
}

.mess-sous-titre {
    margin-top: 20px;
    color: deepskyblue !important;
    font-size: 16px;
}

.logo-sous-mess-envoye{
    width:100%;
    text-align:center;
}

html {
    scroll-behavior: smooth;
}

.bouton-demande-devis {
    background-color: white;
    padding: 20px;
    border-radius: 30px;
    text-align: center;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
}

    .bouton-demande-devis a:hover {
        background-color: transparent;
        color: deepskyblue;
    }

.div-message-form-envoyer {
    color: deepskyblue;
    font-size: 1.8em;
    font-weight: bold;
    text-align: center;
    margin-left: 130px;
    margin-right: 130px;
}

.wrapper-btn-demande-devis {
    background-color: rgba(255,255,255,0.1);
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 1000000000000;
    min-height:150px;
    overflow:auto;
    padding-top:0;
}

    .wrapper-btn-demande-devis p {
        padding: 0;
        margin: 0;
        margin-bottom: 5px;
    }
    .wrapper-btn-demande-devis a {
        font-size: 20px;
        font-weight: bold;
        text-decoration: none;
        color: #21adee;
        background-color: transparent;
        padding: 0;
        margin:0;
    }

        .wrapper-btn-demande-devis a:hover {
            background-color: transparent;
            opacity: 0.4;
            color: #21adee;
        }

        .wrapper-btn-demande-devis a:visited {
            color: #21adee;
        }


#bouton-externe-demande-devis{
    line-height:20px;
    background-color:yellow;
    font-weight:bold;
    font-size:10px;
    margin-top:0;
    padding:2px;
    margin-left:10px;
    cursor:pointer;
}

.div-btn-demande-devis-banner {
    border-radius: 10px;
    border: 3px solid #a6b80d;
    background-color: white;
    text-align: center;
    padding: 5px;
}

    .div-btn-demande-devis-banner:hover {
        cursor: pointer;
        border: 3px solid #a6b80d;
        opacity: 0.8;
        background-color: white;
    }




.div-btn-demande-devis {
    width: 300px;
    border-radius: 10px;
    border: 3px solid #a6b80d;
    background-color: white;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
}

    .div-btn-demande-devis:hover {
        cursor: pointer;
        border: 3px solid #a6b80d;
        opacity: 0.8;
        background-color: white;
    }

    .div-btn-demande-devis a {
        font-size: 24px;
        font-weight: bold;
        text-decoration: none;
        color: #21adee;
        background-color: transparent;
    }

        .div-btn-demande-devis a:hover {
            background-color:transparent;
            opacity:0.4;
            color: #21adee;
        }

    .div-btn-demande-devis a:visited {
        color: #21adee;
    }

    .titre-h1-demande-devis {
        color: #555;
        font-size: 2.5em;
        text-align: center;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

.header-form-demande-devis {
    text-align: justify;
    width: 100%;
}

.p-donnee-collectee {
    width: 100%;
    text-align:center;
    font-size:0.8em;
    font-style:italic;
    color:darkred;
}

.h2-coordonnee-devis {
    color: deepskyblue !important;
}

.h2-devis {
    padding-top: 15px;
    color: orange !important;
}

/*.devis-link-suite {
    color: deepskyblue;
    font-size: 14px;
}*/
/*pour les personnes supportant mal le mouvement et ayant paramétré leur navigateur afin de réduire les animations et mouvements 
@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}
*/
.content-wrapper {
    width: 85%;
}

/*#form-devis input[type="radio" i] {
    margin-left: auto;
    margin-right: auto;
    width: 40px;
    
}*/

input[type="radio" i] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 2px solid #424242;
    transition: 0.2s all linear;
    margin-right: auto;
    margin-left:auto;
    position: relative;
}

input[type="radio" i]:checked {
    outline: none;
    border: 10px solid deepskyblue;
}

input[type="radio" i]:disabled {
    border: 1px solid #eee;
    background-color: #eee;
}


#form-devis {
    padding-left: 20px;
    padding-right: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 760px;
}



#form-devis h2 {
    margin: 5px;
    font-variant: small-caps;
    font-size: 1.5em;
    color: #555;
}


.devis-label,
.devis-label-dispo-escalier {
    border: 2px solid deepskyblue;
    color: deepskyblue;
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wrapper-bloc-form {
    /*background-color: blue;*/
    width:100%;
    margin-bottom:15px;
    overflow:auto;
}

.wrapper-bloc-form-50-center {
    margin: 0 auto !important;
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 50%;
}

.wrapper-bloc-form-50 {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 50%;
    float: left;
}

.wrapper-bloc-form-33 {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 33%;
    float: left;

}
.wrapper-bloc-form-25 {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 25%;
    float: left;
}

.wrapper-bloc-form-20 {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 19.5%;
    float: left;
}

.environnement-escalier-int {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 50%;
    float: left;
}

.environnement-escalier-ext {
    text-align: center;
    /*background-color: orange;*/
    width: 50%;
    display: block;
    float:left;
}


.disposition-item
/*.depart-siege-item,*/
/*.arrivee-siege-item*/ {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 33%;
    float: left;
}

.cote-rail-droit {
    display: block;
    text-align: center;
    /*background-color: green;*/
    width: 33%;
    float: left;
}

.cote-rail-tournant img{
    max-width: 100%;
    margin: 0 auto;
}

.depart-siege-item img,
.arrivee-siege-item img {
    max-width: 100%;
    margin: 0 auto;
}

.assise-pivot-item img,
.repose-pieds-item img {
    max-width: 100%;
    margin: 0 auto;
}

.pose-item img {
    max-width: 100%;
    margin: 0 auto;
}

.budget-devis-oui img,
.budget-devis-non img {
    max-width: 100%;
    margin: 0 auto;
}

.materiau-item img {
    max-width: 100%;
    margin: 0 auto;
}


.largeur-marches-item-1,
.nb-marches-item-1,
.mesure-rail-item-1,
.alim-elec-item-1 {
    text-align: center;
    /*background-color: orange;*/
    width: 100%;
    display: block;
    /*float: left;*/
}



.largeur-marches-item-2,
.nb-marches-item-2,
.mesure-rail-item-2,
.alim-elec-item-2 {
    text-align: center;
    /*background-color: greenyellow;*/
    width: 100%;
    display: block;
}


/*.environnement-escalier-int,
.environnement-escalier-ext,*/
/*.largeur-marches-item,*/
/*.nb-marches-item,*/
/*.disposition-item,*/
.cote-rail-droit,
.cote-rail-tournant-1,
.cote-rail-tournant-2,
/*.mesure-rail-item,*/
/*.materiau-item-1,*/
/*.materiau-item-2,*/
.alimentation-electrique-oui,
.alimentation-electrique-non,
/*.depart-siege-item,*/
/*.arrivee-siege-item,*/
/*.pose-item,*/
/*.repose-pieds-item,*/
/*.assise-pivot-item,*/
.couleur-siege-item
/*.budget-devis-oui,*/
/*.budget-devis-non*/ {
    display: table-cell;
    width: 100%;
    /*background-color: red;*/
    text-align: center;
}


/*.environnement-escalier-ext,*/
.cote-rail-tournant-2,
/*.materiau-item-2,*/
.alimentation-electrique-non,
.budget-devis-non {
    padding-right: 70px;
}

/*.environnement-escalier-int,*/
.cote-rail-tournant-1,
/*.materiau-item-1,*/
.alimentation-electrique-oui,
.budget-devis-oui {
    padding-left: 20px;
}

.integralite-formulaire-devis {
    display: table;
    border-collapse: collapse;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.integralite-formulaire-devis img {
    margin-left: auto;
    margin-right: auto;
    padding: 2px 2px 0 2px;
    height:150px; 
}

#btn-supp-img1 img,
#btn-supp-img2 img,
#btn-supp-img3 img {
    height:10px !important;
    width: 10px !important;
}

#btn-supp-img1:hover,
#btn-supp-img2:hover,
#btn-supp-img3:hover {
    cursor:pointer;
}


#options-siege {
    overflow: hidden;
}

.couleur-siege-bouton{
    width: 60%;
    float: left;
    text-align: left;
    padding-left: 10px;
}

.couleur-siege-item{
    position: relative;
    width: 34%;
    float: right;
}

.couleur-siege-item img{
    position:absolute;
    top: 10px;
    left: -30px;
    width: 224px;
    height: 366px;
}


.coord-item,
.environnement-escalier,
#marches,
#rail,
#materiau,
#alimentation-electrique,
/*#depart-arrivee,*/
#pose-et-budget,
#remarque-et-photos,
/*.mecanique,*/
/*#couleur-siege,*/
/*#budget-div,*/
/*#photos,*/
/*#texte-libre,*/
.installation-rail,
#couleur-et-option,
#couleur-siege-test {
    text-align: center;
    background-color: white;
    border-radius: 20px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
}

.coord-item{
    text-align:center;
    display:flex;
    flex-wrap:wrap;
}

#couleur-siege {
    height: 540px;
    min-height: 540px;
}

#nom-devis, #prenom-devis {
    display: inline-block;
    margin: 10px 0 5px 15px;
    width: 260px;
}

#num-devis {
    display: inline-block;
    margin: 10px 0 5px 15px;
    width: 70px;
}

#rue-devis {
    display: inline-block;
    margin: 10px 0 5px 15px;
    width: 450px;
}

#code-devis, #tel-devis {
    display: inline-block;
    margin: 10px 0 5px 15px;
    width: 150px;
}

#ville-devis, #email-devis {
    display: inline-block;
    margin: 10px 0 5px 15px;
    width: 370px;
}

input #suite{
    margin-left: 60px;
    margin-top: 15px;
    outline: none;
}

/*#form-devis-bouton-1,
#form-devis-bouton-2 {
    background-color: red;
}*/

/*===animation input coordonnées===*/


@import "compass/css3";


.input-item {
    text-align: left;
    position: relative;
}
    input[type="text"] {
        padding: 8px;
        border: 1px solid #828282;
        width: 400px;
        color: black;
        font-size: 16px;
        font-weight: 300;
        background-color: #fff;
        border-radius: 2px;
        transition: all .3s;
    }
        input[type="text"]:focus, input[type="text"]:hover {
            outline: none;
            border-color: deepskyblue;
        }
            input[type="text"]:focus, input[type="text"]:hover + label {
                color: #424242;
                cursor: text;
            }
            

select {
    appearance: none;
    cursor: pointer;
    height: 40px;
    padding-left: 20px;
}

label {
    position: absolute;
    left: 16px;
    top: 14px;
    color: #424242;
    font-size: 16px;
    display: inline-block;
    padding: 4px 4px;
    margin: 0;
    font-weight: 400;
    background-color: rgba(255,255,255,0);
    pointer-events: none;
    transition: color .3s, top .3s, background-color .6s;
}

#distance-label{
    /*margin: 50px 0 0 190px;
    display: none;*/
}

.active {
    top: -8px;
    font-size:8px;
    color: #c0c0c0;
    background-color: transparent;  /*rgba(255,255,255,1);*/
}

/*=== FIN animation input coordonnées===*/

#mesure,
#largeurmarches,
#nbmarches,
#distance,
#budget {
    /*position: relative;
    top: -70px;
    left: -50px;*/
    width: 90%;
}

/*#distance {
    margin: 15px 0 5px 15px;
    position: relative ;
    top: -61px;
    left: 25px;
    width: 300px;
    display: none;
}*/

#budget {
    margin-top: 20px;
    width: 300px;
    display: none;
}

#img-elec-distance {
    height: 150px !important;
    width: 150px !important;
    display: none;
}

#devis-remarques{
    min-height: 260px;
}



/*PLACEHOLDER QUI S'EFFACE AU CLIC - FONCTIONNE POUR TOUS NAVIGATEURS*/

::-webkit-input-placeholder { /*chrome et IE*/
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;

}


:-moz-placeholder {/* FF 4-18 --> placeholder qui s'efface aussi su FireFox 4-18 */
    opacity: 0.7;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}

::-moz-placeholder { /* FF 19-51  --> placeholder qui s'efface aussi su FireFox 19-51 */
    opacity: 0.7;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}


*:focus::-webkit-input-placeholder { /*chrome et IE*/
    opacity: 0;
}

*:focus:-moz-placeholder { /* FF 4-18  --> placeholder qui s'efface aussi su FireFox 4-18 */
    opacity: 0;
}

*:focus::-moz-placeholder { /* FF 19-50  --> placeholder qui s'efface aussi su FireFox 19-50 */
    opacity: 0;
}

/*FIN PLACEHOLDER*/

#esc-non-dispo{
    color: orangered;
    display:none;
}

.wrapper-btn-suite{
    margin:0 auto;
    text-align:center;
}

.btn-submit-devis {
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #a6b80d !important;
    /*background-color:#a6b80d;*/
    border-radius: 5px;
    border-bottom: 2px solid #3e9dce;
}

.btn-upload-file-devis {
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-weight: normal;
    font-size: 12px;
    display: inline-flex;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: deepskyblue !important;
    /*background-color:#a6b80d;*/
    border-radius: 5px;
    border-bottom: 2px solid #3e9dce;
}

.btn-suite-devis {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 20px;
    font-weight: bold;
    font-size: 14px;
    display: inline-flex;
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: deepskyblue;
    border-radius: 5px;
    border-bottom: 2px solid #3e9dce;
}

    .btn-suite-devis a {
        color: white !important;
    }

        .btn-suite-devis a:hover {
            background-color: lightgray;
        }

    .btn-suite-devis:hover {
        /*border-top: 3px solid deepskyblue;*/
        margin-top: 20px;
        /*background-color: #ebebeb;*/
        transition: all .1s;
        background-color: lightgray;
        border-bottom: 2px solid black; /*#0087CB;*/
        /*border-bottom: 2px solid rgba(0, 191, 255, 0.74);*/
        cursor: pointer;
    }


        .btn-suite-devis:hover a {
            /*color: #3e9dce !important;*/
            font-size: 13.5px;
        }

    


/*======= dissimulation de toutes les div et titres =======*/
#condition-tournant {
    display: none;
}


#infos-techniques,
#infos-techniques-2,
.environnement-escalier,
#rail,
#marches,
#alimentation-electrique,
/*#depart-arrivee,*/
#pose,
#options-siege,
/*.mecanique,*/
/*#couleur-siege,*/
/*#budget-div,*/
/*#photos,*/
/*#texte-libre,*/
#etape-finale {
    display: none;
}

/*------------------------------test input en tant que bouton pour couleur siege--------------------------------------*/

input[name="couleur-siege"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    border-radius: initial;
    width: 40px;
    height: 40px;
    border: 2px solid #e2e2e2;
    transition: 0.2s all linear;
    margin-right: auto;
    margin-left: auto;
    padding: 2px;
    position: relative;
    margin-right: 15px;
    margin-bottom: 0;
}

    input[name="couleur-siege"]:checked {
        outline: none;
        border: 4px solid black;
    }


/*MODELE PLATINUM ERGO*/

#rouge{
    background-color:firebrick;
}

#bleu {
    background-color: #403bb7;
}

#gris {
    background-color: grey;
}

#beige {
    background-color: burlywood;
}

/*MODELE LEHNER CLASSIC*/

#bleu2 {
    background-color: #718ca7;
}

#rouge2 {
    background-color: #e92c28;
}

#brun {
    background-color: #5e3e31;
}

#vert {
    background-color: #848b62;
}

#beige2 {
    background-color: #f0d3b1;
}

#blanc {
    background-color: #f4ece1;
}

/*MODELE LEHNER PREMIUM*/

#marine {
    background-color: #436c98;
}

#emeraude {
    background-color: #636a41;
}

#rubis {
    background-color: #991723;
}

#perle {
    background-color: #f3eee8;
}

#marron {
    background-color: #926d50;
}

#safran {
    background-color: #feb101;
}

/*MODELE LEHNER EXCLUSIVE*/

#olive {
    background-color: #a3a66b;
}

#granit {
    background-color: #a29b94;
}

#bordeaux {
    background-color: #8b131c;
}

#basalte {
    background-color: #717274;
}

#bourgogne {
    background-color: #953139;
}

#moka {
    background-color: #ae805f;
}

#creme {
    background-color: #dec7a7;
}

#marbre {
    background-color: #f7e7d1;
}

#ivoire {
    background-color: #fdf9ed;
}

#aucun{
    background: repeating-linear-gradient(-45deg, transparent, transparent 18px, rgba(100, 100, 100, 0.25) 18px, rgba(100, 100, 100, 0.25) 36px);
    margin-top: 40px;
}



.disabled{
    visibility:hidden;
}





/**************************************\
*             fin devis                *
\**************************************/
/***************************************
*           Mentions Legales           *
***************************************/
#div-mentions-legales {
    margin: 0 auto;
    background-color: transparent;
    max-width: 850px;
}

#div-mentions-legales h3 {
    color: #0087CB;
    background: url("../Images/fleche-small.png") center left no-repeat;
    padding: 0 0 0 15px;
}

#div-mentions-legales p {
    padding-left:15px;
    text-align:justify;
}

/***************************************
*             Plan du site             *
***************************************/

#div-plan-site {
    margin:0 auto;
    background-color:transparent;
    max-width : 850px;
}


/***************************************
*             Page d'erreur            *
***************************************/

.div-custom-erreur {
    margin:0 auto;
    background-color:transparent;
    max-width : 850px;
    text-align:center;
}

.div-custom-erreur p{
   font-size: 1.3em;
   font-weight:300;
   
}


/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /************** Main Content********************/
    .content-wrapper {
        margin: 0 auto;
        width:960px;
    }

    .main-content {
        margin: 0 auto;
        width:960px;
    }

    header .content-wrapper {
        margin: 0 auto;
        width:100%;
        width:960px;
    }

    #div-acceuil {
        margin: 0 auto;
        min-width:850px;
    }

    #div-acceuil p{
        padding-left:15px;
        padding-right:15px;
        background-color:#efeeef;
    }

    .div-groupe-texte-1 p{
        padding-left:15px;
        padding-right:15px;
        background-color:#efeeef;
    }

    #div-realisation-pmr p{
        padding-left:15px;
        padding-right:15px;
        background-color:#efeeef;
    }

}


