/*********************************
*     **   ** ***  * *** **      *
*    *  * *    *     **  * *     *
*     **   **  *     *** **      *
**********************************
* Copyright (c) Eddy MARIANNE    *
* Oct'Ed Ingénierie - 2019       *
* http://www.octed-ingenierie.fr *
*********************************/

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.ttf');
    src: url('../fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular-webfont.woff') format('woff'), url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Light';
    src: url('../fonts/Roboto-Light-webfont.ttf');
    src: url('../fonts/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Light-webfont.woff') format('woff'), url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.otf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.policeSE {
    font-family: 'Roboto';
}

.policeSELight {
    font-family: 'Roboto Light';
}


/* #6a7892 #ffe8c4 #382b3d #f12f37 #afc4e3 */

html {
    min-height: 100vh;
    background-color: #f0f0f0;
}


/* commun */

body {
    margin: 0;
    text-align: center;
    font-family: "Roboto";
    font-size: 12px;
}

#fenetre {
    width: 95%;
    background-color: white;
    border: solid 1px #bebebe;
    margin: auto;
    margin-top: 10px;
}

#page {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

div.page {
    width: 100%;
    max-width: 900px;
    margin: auto;
}

a {
    color: black;
}

a img {
    border: none;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0 !important;
}

.overflow {
    overflow: auto;
}

.noverflow {
    overflow: hidden;
}

.page {
    width: 900px;
    margin: auto;
    text-align: center;
}

.page h1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.page p {
    margin-top: 0px;
}


/* entête */

header {
    /*background-color:#afc4e3;*/
}

#header {
    /*width:900px;*/
    margin: auto;
    /*line-height:100px;*/
    font-weight: bold;
    margin-top: 10px;
}


/*#logo{max-width:150px; width:50%;}*/

#navicon {
    display: none;
    font-family: 'Arial', 'Helvetica', 'sans-serif' !important;
    line-height: 58px;
    cursor: pointer;
    padding-right: 20px;
    /*Pour #8801 =>*/
    font-size: 40pt;
    /*Pour #9776 => font-size:28pt; */
}


/*#logo{float:left;text-align:left;} #logo img{ margin:20px 10px 40px 10px; }*/


/* contenu */

#content {
    clear: both;
    overflow: hidden;
    background-color: #ffffff;
}

#indexWrapper {
    background-color: lightgrey;
    padding: 10px;
}

#index {
    text-align: left;
    margin-left: 10px;
    margin-bottom: 10px;
}


/* texte - commun */

#text {
    text-align: justify;
}

#text .text {
    margin-bottom: 0;
    padding: 0 20px;
    font-size: 12px;
}

h1,
h2,
h3,
h4 {
    color: #4d4d4d;
}

h1 {
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

h4 {
    font-size: 12px;
    font-weight: normal;
    font-style: italic;
    overflow: auto;
}

#text a {
    color: black;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.clear {
    clear: both;
}

.clearright {
    clear: right;
}

.clearleft {
    clear: left;
}

.relative {
    position: relative;
}

.sub {
    vertical-align: sub;
}

.sup {
    vertical-align: super;
    font-size: 7px;
}

input[type="text"] {
    border: #4d4d4d solid 1px;
}

textarea {
    border: #4d4d4d solid 1px;
}

.hidden {
    display: none;
}

.disabled {
    color: lightgrey;
}

.barre {
    text-decoration: line-through;
}

.souligne {
    text-decoration: underline;
}

.noBorder {
    border: none;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.inline {
    display: inline;
}

.topmargin {
    margin-top: 10px;
}

img.gauche {
    vertical-align: top;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

img.droite {
    vertical-align: top;
    float: right;
    margin-right: 10px;
    padding-top: 5px;
}

.note {
    font-style: italic;
    font-size: 9px;
}

.left-padded {
    padding-left: 10px;
}

.right-padded {
    padding-right: 10px;
}

.bottom-padded {
    padding-bottom: 10px;
}

.top-padded {
    padding-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.cent {
    width: 100%;
}

.red {
    color: red;
}

.orange {
    color: #f39800 !important;
}

.blanc {
    color: white !important;
}

.bleu {
    color: #006f99 !important;
}

.gris {
    color: #6a7578 !important;
}

.actionBtn {
    /*cursor:hand;*/
    cursor: pointer;
}

.hoverColor:hover {
    color: #f39800 !important;
}

.validation-advice {
    opacity: 0.7;
    background-color: black;
    color: white;
    padding: 10px 40px 10px 40px;
}

input.errorInInput {
    border-color: #ad361e;
    background-color: #FFE6D8;
}

input.short {
    width: 50px;
}

input.medium {
    width: 100px;
}

input.long {
    width: 200px;
}

.btnSE {
    cursor: pointer;
    background-color: black;
    color: white;
    margin: auto;
    border: none;
    padding: 20px;
    font-weight: normal;
    margin-top:40px;
}

.btnSE:hover {
    background-color: rgb(240, 240, 240);
    color: black;
    font-weight: bold;
}

.btnSE:disabled {
    cursor: not-allowed;
    background-color: rgb(150, 150, 150);
    color: rgb(100, 100, 100);
}

.btnSE:disabled:hover {
    background-color: rgb(150, 150, 150);
    color: rgb(100, 100, 100);
    font-weight: normal;
}


/* accueil.php */

#telephoneAccueil {
    font-size: 18px;
    cursor: pointer;
    background-color: black;
    color: white;
    font-weight: bold;
    max-width: 200px;
    padding: 10px;
    margin: auto;
}


/* doc */

#bienvenue {
    font-size: 24px;
    color: grey;
}

#espaceDevis {
    color: black;
    font-size: 58px;
    font-weight: lighter;
}

#nomSE .societe {
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 18px;
}


/*div#logo.pageDoc img { width: 100px !important; }*/


/*div#fenetre.pageDoc {
    background-image: url("../imgs/arriere-plan-devis.jpg");
    background-position-x: center;
    background-position-y: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    min-height: 650px;
}*/

div#contenuDoc {
    /*background-image: url("../imgs/arriere-plan-devis.jpg");*/
    background-image: url("../imgs/arriere-plan-devis2-min.jpg");
    background-position-x: center;
    background-position-y: top;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: visible;
    height: auto;
    min-height: 650px;
}

div.hoverDiv {
    max-width:476px;
    width: 55%;
    background-color: rgba(255, 255, 255, 0.6);
    margin: auto;
    /*margin-top: 25vh;*/
    margin-top:10vh;
    height: 500px;
    overflow: auto;
    padding: 20px;
    text-align: justify;
}

#imgScrollDiv {
    /*background-color: black;*/
    background-color: rgba(0, 0, 0, 0.6);
    width: 40px;
    height: 42px;
    /*float: right;*/
    position: absolute;
    /*margin-left: 430px;*/
    left:calc(50% + 190px);
    /*right: 77%;*/
}

#imgScrollDiv img {
    width: 100%;
}

.footFormDiv {
    background-color: white;
    text-align: justify;
    margin: auto;
    box-sizing: border-box;
    padding: 40px 60px 20px 40px;
    /*width: calc(90% + 40px);*/
    width:calc(55% + 20px);
}

#chkAccept {
    width: 25px;
    height: 25px;
    float: left;
    vertical-align: top;
    margin-right: 10px;
}

#lblChkAccept {
    color: #666666;
    font-size: 13px;
}


/* #6a7892 #ffe8c4 #382b3d #f12f37 #afc4e3 */


/* Connexion */

.connexionDiv {
    margin-top: 50px;
    padding-right: 50px;
    padding-left: 50px;
    text-align: center;
    float: left;
    margin-bottom: 90px;
}


/*#connexion{border-right:solid 1px #ad361e;}*/

#connexionForm {
    text-align: right;
}


/*#connexionForm input{margin-top:10px;}*/

img.infoInput {
    vertical-align: middle;
}

#connexion a {
    font-size: 10px;
    text-align: right;
    color: #4d4d4d;
}

#connexionForm .validation-advice {
    width: 158px;
}


/* tips */

.tip {
    width: 300px;
    font-family: arial;
    font-size: 10px;
    background-color: #bfd5f4;
    border: solid 1px darkgrey;
}

.tip-title {
    color: #4d4d4d;
    font-weight: bold;
    padding-top: 5px;
}

.overTxtLabel {
    color: black;
}


/* pied de page */

#footer {
    text-align: center;
    clear: both;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 10px;
    /*background-color:#afc4e3;*/
}
#footer.public{margin-top:20px;}

#social {
    border:none;
}
#social img{
    width:24px;
    margin:3px;
}

#copyright {
    font-size: 10px;
    height: auto;
    margin-top: 10px;
}

#copyright a {
    color: black;
}

#copyright img {
    height: 20px;
    vertical-align: middle;
}


/* Responsive Design */

@media screen and (max-width:960px) {
    .footFormDiv {
        width:calc(53% + 40px);
    }
}

@media screen and (max-width:900px) {
    #page,
    .page {
        width: 100% !important;
    }
    #header {
        width: 100% !important;
    }
    #content {
        width: 100% !important;
        /*overflow:hidden;*/
    }
    #accesAccueil {
        width: 100%;
    }
    div.hoverDiv{
        width:65%;
    }
    .footFormDiv {
        width:calc(60% + 40px);
    }
}

@media screen and (max-width:768px) {
    div.hoverDiv{
        width:85%;
    }
    .footFormDiv {
        width:calc(65% + 40px);
    }
}

@media screen and (max-width:640px) {
    /*#logo{text-align:center !important;}*/
    div.cadreAcces {
        width: 100%;
        min-height: auto;
        margin-bottom: 20px;
    }
    .footFormDiv {
        width:calc(80% + 40px);
    }
}

@media screen and (max-width:600px) {
    #imgScrollDiv {
        left:80vw;
    }
    .footFormDiv {
        width:calc(85% + 40px);
    }
}

@media screen and (max-width:560px) {
    #imgScrollDiv {
        left:78vw;
    }
}

@media screen and (max-width:460px) {
    .connexionDiv {
        width: 100%;
        padding: 20px;
        margin: auto;
        float: none;
    }
    #connexionForm {
        text-align: center;
    }
    .tip {
        width: 90% !important;
        position: relative !important;
        left: 5% !important;
    }
    #imgScrollDiv {
        left:77vw;
    }
}

@media screen and (max-width:380px) {
    #imgScrollDiv {
        left:75vw;
    }
}
@media screen and (max-width:360px) {
    #imgScrollDiv {
        left:73vw;
    }
}
@media screen and (max-width:320px) {
    #imgScrollDiv {
        left:72vw;
    }
}