@import url(/font/YDS/stylesheet.css);
@font-face {
    font-family: mistrall;
    src: url(/font/mistrall.ttf) format ('ttf');
}
:root {
    /* 
      --blue: #007bff;
      --indigo: #6610f2;
      --purple: #6f42c1;
      --pink: #e83e8c;
      --red: #dc3545;
      --orange: #fd7e14;
      --yellow: #ffc107;
      --green: #28a745;
      --teal: #20c997;
      --cyan: #17a2b8;
      --white: #fff;
      --gray: #6c757d;
      --gray-dark: #343a40;
      --primary: #007bff;
      --secondary: #6c757d;
      --success: #28a745;
      --info: #17a2b8;
      --warning: #ffc107;
      --danger: #dc3545;
      --light: #f8f9fa;
      --dark: #343a40;
  
      --breakpoint-xs: 0;
      --breakpoint-sm: 576px;
      --breakpoint-md: 768px;
      --breakpoint-lg: 992px;
      --breakpoint-xl: 1200px;
  
      --font-family-sans-serif: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
      --font-family-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    */
    /* Override Variables */
    --font-family-sans-serif: 'Source Sans Pro', -apple-system,
        BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue',
        Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
        "Segoe UI Symbol";
    --gray-dark: #404040;
    --purple: #533777;
    --page_menu_color: #7f7f7f;

    /* Page Variables */
    --light-blue: #e1f7f5;
    --light-purple: #c290d2;
    --font-family-serif: verblight, Merriweather, serif;
    --color-text: var(--gray-dark);
}

.Page_menu_bgcolor{
    background-color: #7f7f7f;
}
.family-sans {
    font-family: verblight, Merriweather, serif;
}

.icon {
    display: inline-block;
    font-size: inherit;
    overflow: visible;
    vertical-align: -0.125;
    text-rendering: auto;
    fill: gray !important;
    width: 50px;
    height: 50px;
}

.animated {
    visibility: visible !important;
}

.fab_main, .fab_main_home{
    display: inline-block;
    position: relative;
    top: -2px;
    width: 32px;
    left: 15px;
    z-index: 1300;
}
.fab_main_home {
    position: fixed;
    top: 4px;
    left: 130px;
}

html{
    height: 100%;
}
body {
    font-family: verblight, Merriweather, serif;
    color: #343a40;
    font-weight: 200;
    font-size: 0.8em;
    background-color: #f6f6f6;
}
h4{
    font-size: 1.2em;
}
.nav-link{
    color: #fff !important;
}

.layout-text, .site-footer{
    font-size: 0.8em;
}
.mycard_text{
    font-size: 0.9em;
}
.site-nav.inbody {
    background: #7f7f7f;
    opacity: 0.9;
}
.bigscreen{
    display: inline-block ;
}
.smallscreen{
    display: none;
}
img{
    max-width: 90%;
}
.site-header .nav-link {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 2px;
}

.site-header .nav-link:before {
    content: '';
    position: absolute;
    width: 100%;
    max-width: 120px;
    height: 2px;
    left: 0;
    bottom: 0;
    background-color: #ffc107;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-out;
}

.site-header .nav-link:hover:before {
    visibility: visible;
    left: 0;
    transform: scaleX(1);
}


@media screen and (max-width: 768px) {
    .bigscreen{
        display: none;
    }
    .smallscreen{
        display: inline-block ;
    }

    .site-header .navbar-collapse {
        background-color: rgba(0, 0, 0, 0.6);/*menu collapse accueil*/
        padding: 10px;
    }
    my_navbar-brand{
        padding-left:  10px !important;background-color: #fff;
    }
    .site-header .nav-link {
        left: 20px;
    }
    .site-header .nav-link:before {
        max-width: 80px;
    }
}

.site-header .layout-hero {
    min-height: 40vh;
}

.site-header .page-section-title {
    font-size: 3em;
    font-family: verblight, Merriweather, serif;
    font-weight: 200;
}

.site-header .page-section-text {
    font-size: 1.2em;
}

#page-multicolumn {
    background: #e1f7f5;
}

#page-smartform p{
    font-size: 1.2em;
    color: #585869;
}

#page-solutions h3{
    font-size: 1.2em;
    color: #585869;
    font-style: italic;
}
#page-solutions a{
    font-size: 0.8em;
    color: #808080;
}

#page-smartform a{
    font-size: 1.2em;
    color: #808080;
    border: solid 1px;
    border-radius: 3px;
    padding-left: 5px;
    padding-right: 5px;
        -webkit-transition: background-color 0.2s; /* Safari */
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;

}
#page-smartform a:hover {
    background-color : #888;
    color : #eee;
    border: solid 1px;
    border-radius: 3px;
}


.layout-multicolumn .layout-image, .layout-smartform .layout-image{
    transition: all 0.3s ease-out;
}

.layout-multicolumn .layout-image:hover {
    transform: scale(1.1) translateY(-2px);
}

.layout-smartform .layout-image:hover {
    transform: scale(1.03);
}

.page-section-header .page-section-title {
    font-size: 3em;
    font-family: verblight, Merriweather, serif;
    font-weight: 200;
    color: #4b317b;
}

.page-section-title-testi {
    font-size: 3em;
    font-family: verblight, Merriweather, serif;
    font-weight: 200;
    color: #4b317b;
    margin-top: 15px;
}
.more {display: none;}

.page-section-header .page-section-text {
    font-size: 1.2rem;
    font-weight: 200;
}

.layout-media .layout-image {
    max-width: 200px;
}
.media img{
    width: 100px;
}

.layout-media .layout-title {
    color: #4b317b;
    font-family: verblight, Merriweather, serif;
    font-weight: 200;
    font-size: 1.6em;
}

.layout-photogrid .layout-image {
    background: #e1f7f5;
}

#page-carousel {
    background: transparent;
    min-height: 650px;
}

.layout-nested .layout-title {
    color: #4b317b;
    font-family: verblight, Merriweather, serif;
    font-size: 2.2em;
}
.layout-nested .layout-image {
    max-width: 300px;
}
.layout-cards .layout-image {
    width: 50%;
    margin: auto;
    margin-top: 1rem;
}

.layout-floater .layout-image {
    width: 450px;
    border-style: double;margin-bottom: 20px;margin-top: 20px;
}

#page-floater {
    background: #c290d2;
}
#remplissage, #remplissage1, .remplissage{
    display: none;
}    

@media screen and (min-width: 768px) {
    .layout-text, .site-footer {
        font-size: 1.1em;
    }

    #remplissage, #remplissage1, #remplissage2, .remplissage{
        position: relative;top: -50px;
        height: 14em; width: 100%; background-color: white;   
        display: inline-block;
    }   
    #page-solutions h3{
        font-size: 2em;
    }
    #page-solutions a{
        font-size: 0.6em;
    }
    #page-floater {
        margin: 150px 0 150px 0;
    }

    .layout-floater .layout-container {
        position: relative;
    }

    .layout-floater .layout-image {
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%) rotate(15deg)
            scale(1.1);
        max-width: 400px;margin-top: 0;
    }
}

.layout-social .layout-icon {
    font-size: 1.2em;
}
* a, button{
    outline-style:none!important;
    text-decoration: none !important;
}
#fleche_droite_photo, #fleche_gauche_photo{
    position: absolute; top: 150px;
}
#fleche_droite_photo img, #fleche_gauche_photo img{
    height : 100px;
}
/*
/////////////PAGES////////////////////////
*/
.W100{
    width : 60%;
}
.scaling_101 a :hover{
    transform: scale(1.01);	
}

.page-artisan .page-title {
    font-size: 3em;
    font-family: verblight, Merriweather, serif;
    font-weight: 200;
    color: #4b317b;
    margin-top: 15px;
}
.page-artisan{
    font-size: 0.8em;
}
#pdf{
    width: 80%;
    height: 500px;
}
.youtube_embed{ 
    height: 158px;
    width:280px; 
    margin-bottom: 10px;
    border: none; 
    box-shadow: 8px 8px 0px #aaa; 
}
#page-smartform h1{
    font-size: 120%;
}
@media screen and (min-width: 768px) {
    #page-smartform h1{
        font-size: 150%;
    }
    .page-artisan{
        font-size: 0.9em;
    }
    .page-artisan .image_X600 {
        width: 600px;margin-top: 0;
    }
    .page-artisan .image_X500 {
        width: 500px;margin-top: 0;
    }
    .page-artisan .image_X400 {
        width: 400px;margin-top: 0;
    }
    .page-artisan .image_X350 {
        width: 350px;margin-top: 0;
    }
    .page-artisan .image_X300 {
        width: 300px;margin-top: 0;
    }
    .page-artisan .image_X200 {
        width: 200px;margin-top: 0;
    }
    #pdf{
        width: 100%;
        height: 670px;
        margin-bottom: 10px;
        margin-left: 0;
    }
    .youtube_embed{ 
        width:700px;height : 400px; 
    }
    #fleche_droite_photo, #fleche_gauche_photo{
        position: absolute; top: 1.5em;
    }
    #fleche_droite_photo img, #fleche_gauche_photo img{
        height : 200px;
    }
}
/* Make it a marquee */
.marquee {
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
}

.marquee em {
    display: inline-block;
    padding-left: 100%;
    text-indent: 0;
    animation: marquee 15s linear infinite;
}

.marquee em:hover {
    animation-play-state: paused
}

/* Make it move */
@keyframes marquee {
    0%   { transform: translate(0, 0); }
    100% { transform: translate(-100%, 0); }
}
.my_glyphicon{
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    vertical-align: baseline;
    opacity: 0.7;
}
/* BUTTON */ 
.mybtn_grey{
    background-color: grey ;
    border-color: darkslategray ;
}
.mytable th{
    white-space: nowrap;
}
.mytable {
    border-collapse: separate;
}

/***************************** form demandes */
.formMB{
    margin-bottom: 7px;
}
.marge { /*dans le header du client dans la DB CWebForm */
    margin-left:   1em;
}

.Form{
    padding-top: 10px;
    width: 100%;
}
.Form table{
    width: 100%;
}
.Form table input, .Form table select{
    max-width: 180px;
    margin-bottom: 5px;
    background-color: #FAFAFA;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
}
.Form textarea{
    max-width: 200px;
    margin-bottom: 5px;
    background-color: #FAFAFA;
    border: 1px solid #BFBFBF;
    border-radius: 2px;
    resize: vertical !important;
}
.Form #submit, #submit{
    font-size: 12px;
    margin: auto;
    margin-top: 10px;
    -moz-appearance: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 1em 1em;
    border-color: #444;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-style: solid;
    border-width: 1px;
    color: #444;
    background-color: white;
    opacity: 0.8;
    border-radius: 3px;
    -webkit-transition: background-color 0.2s; /* Safari */
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.Form #submit:hover, #submit:hover{
    background-color: #2b2f33;
    color: #fff;
}
.Form input[type='FILE']{
    border: none;
    background-color: #fff;
}

.Form .breakWord{
    word-wrap: break-word;
}
.Form .captcha{
    margin: auto; 
    margin-left: 0;
    margin-right: 90px;
    max-width: 50%;
    padding-bottom: 1.5em;
}
.Form #captcha_input{
    width: 80px;
    margin-top:  5px; 
    margin-left: 40px;
}

.Form .captcha img{
    width: 80px;
    height: 30px;
    margin-left: 30px;
    margin-bottom: 3px;
    box-shadow: 4px 4px 5px #aaa;
    border-radius: 2px;
}
.Form .checkbox_choix{
    margin-left: 10px;
    margin-right: 10px;
}

.Form .label{
    text-align: left;
    font-style: normal;
    font-weight: normal;
    border-radius: 2px;
    padding-left: 3px;
    padding-right: 3px;
}
.complement_label{
    font-style: italic;
    font-size: 10px;
    font-weight: lighter;
}
.label-file {
    cursor : pointer;
    color : #303030;
    font-weight : normal;
}

.label-file:hover {
    color : #303030;
}

.input-file {
    display : none;
}

.float_right {
    float : right;
}

.mybut {
    font-size : 12px;
    margin : 0;
    margin-top: 3px;
    outline : none;
    text-decoration : none;
    text-align : center;
    display : inline-block;
    width : auto;
    height : auto;
    padding-top: 0.3em;
    padding-bottom: 0;
    border-color : #a0a0a0;
    border-style : solid;
    border-width : 1px;
    color : #303030;
    background-color : #D9D9D9;
    border-radius : 3px;
    transition : background-color 0.2s;
    font-weight : 100;

}

.mybut:hover {
    background-color : #eee;
    color : #303030;
}
#runrun{
    height: 75px;
    width: 75px;
    position: relative;
    top : -45px;
    margin-right: auto;
    margin-left: auto;
    background-image: url("/F_demandes/img/runrun.gif");
    background-repeat: no-repeat;
    visibility: hidden;
}

@keyframes Loading {
    50% {
        opacity: 0;
    }
}
.Form #Loading{
    position: relative;
    top : -150px;
    width: 100%;
    color: #333333;
    white-space: nowrap;
    animation: Loading 1s infinite ;
    visibility: hidden;
}

/* errors */
.error {
    color: #8D0D19; 
    border: 2px solid #8D0D19;
    padding: 0.5em; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: white;
    opacity: 0.7;
    border-radius: 3px;
}

.error ul { 
    padding-left: 2em;
}
.error li{ 
    line-height: 1.3em;
    list-style: none;
}
.message{ 
    border: 2px solid #3c6081;
    color: #3c6081; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-style: normal;
    margin: 0.5em 0.5em ; 
    padding: 0.5em; 
}
.message, .error{
    margin: auto;
    margin-top: 1em; 
    width: 90%;
}
.value_verif{
    border-bottom:1px solid lightgrey;
    list-style: none;
    margin-bottom: 5px;
}

.label_verif{
    list-style: none;
    margin: auto;
    margin-bottom: 5px;
    color: #f3f3f3; 
    font-style: italic;
    border-radius: 2px;
    width: 95%;
}

#FM_erreur_url { /* pour positionner le lien erreur FM dans la div error  à améliorer en html ou dans la class session error */
    position: relative; bottom:  33px;
}
@media screen and (min-width: 768px) {
    .Form{
        padding: 60px;
        padding-top: 10px;
        padding-bottom: 0;
        width: 100%;
    }
    .Form table{
        width: 60%;
    }
    .Form textarea{
        max-width: 290px;
    }
    .Form table input, .Form table select{
        max-width: 300px;
    }
    .bouton_Modifier{
        margin-right: 200px !important;
    }
    .bouton_Confirmer{
        position: relative; 
        bottom: 67px;
        left: 100px;
    }
    .message, .error{
        margin: auto;
        margin-top: 1em; 
        width: 600px;
    }
    .Form .label{
        min-width: 200px;
    }
    .Form table input, .Form table select{
        max-width: 300px;
    }

}

