        /* Général */
        
.footer-menu
{
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto !important;
    margin-right: auto !important;
    height: auto;    
}

.hasPopover
{
  cursor: help;
}

[data-toggle="collapse"]
{
  cursor: pointer;
}

.b-gray b
{
    color: #505050;
}
        /* Titres */

h2, h1
{
    margin-left: 8%;
    color: rgb(153, 153, 153);
    margin-top : 0px;
    margin-bottom : 5px;
}

h2:first-letter, h1:first-letter
{
    color: rgb(238, 116, 27);
}

h3 {
    margin-left: 3%;
    color: rgb(128, 128, 128);
    font-style: italic;
}

        /* menu */

a[href="#fake-link"], a.fake-link
{
    pointer-events: none;
}

        /*Formulaires */
        
/*question à gauches*/
.form-horizontal .control-label {
	text-align: left !important;
    width:180px;
}

input[type="radio"], input[type="checkbox"]
{
    margin-top: 0px;
}

.radio img, .checkbox img
{
    vertical-align: initial;
    height: 100%;
    margin-top: 0px;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline
{
    margin-left: 0 !important;
}

.radio.inline,
.checkbox.inline
{
    margin-right: 10px;
}

.input-half
{
    width:110px;
}

.input-quarter
{
    width:55px;
}

[class*="form-style-"] .control-group
{
    margin-bottom: 15px;
    max-width:520px;
}

[class*="form-style-"] .control-group.fit-line
{
    max-width:100%;
}

[class*="form-style-"] .control-label
{
    display: list-item !important;
    list-style-position: outside;
}

[class*="form-style-"] div.control-label.line-label
{
    width: 100%;
}


[class*="form-style-"] ul ul
{
    margin-left: 0;
    list-style-position: inside;
}

[class*="span"].well > *.form-style-3

{
    margin: auto;
    max-width: max-content;
}

@media (max-width: 350px)
{
    [class*="form-style-"] ul
    {
        margin: 0px !important;
    }
    
    .well
    {
        background: none !important;
        border: none !important;
    }
}

[class*="form-style-"] ul ul .control-label
{
    list-style-position: inside;
}

.form-style-2 .control-label + div,
.form-style-3 .control-label + div
{
    /* Pour quand il y a des agenda qui débordent */
    display:inline-block;
    width: 270px;
    max-width: 100%;
}

.form-style-1 .control-label + div
{
    display:inline-block;
    width: 220px;
    max-width: 100%;
}

[class*="form-style-"] .control-label + div input[type="file"],
[class*="form-style-"] .control-label + input[type="file"]
{
    max-width: 220px;
}

.form-style-3 .control-label
{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-rendering: optimizelegibility;
    margin-bottom: 3px;
}

.form-style-3 ul ul .control-label
{
    font-size: unset;
    line-height: unset;
    font-weight: unset;
    margin-bottom: unset;
    text-rendering: unset;
}

.form-style-3 .tab-content
{
    height:100%;
}

        /* Pour étirer les floatants */
        
.stretch-container
{
    position: relative;
}

.stretch-right
{
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

.stretch-left
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.stretch
{
    height: 100%;
}



.stretch-base .vignette_cell
{
    margin-bottom: 0px;
}
        /* buttons */


button.btn-minia
{
    width: 50px;
}

button.btn-extra-minia
{
    width: 35px;
    padding-left: 2px;
    padding-right: 2px;
}

button.btn-refresh,
button.btn-commander,
button.btn-validate,
button.btn-return,
button.btn-payed,
button.btn-clean,
button.btn-purge,
button.btn-raz,
button.btn-raz-2,
button.btn-reject,
button.btn-filter,
.btn-edit,
.btn-view
{
    color: green;
}


button.btn-refresh::before
{
    content: '     ';
    background-image: url("/images/logo/refresh_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-commander::before
{
    content: '      ';
    background-image: url("/images/logo/caddie_orange.png");
    background-repeat: no-repeat;
    background-size: contain;
}


button.btn-validate::before
{
    content:'     ';
    background-image: url("/images/logo/confirm_orange_green.png");
    background-repeat: no-repeat;
    background-size: contain;
}
        
button.btn-print::before
{
    content: '    ';
    background-image: url("/images/logo/print.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-zoom-moins::before
{
    content: '   ';
    background-image: url("/images/logo/zoom-.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-zoom-plus::before
{
    content: '   ';
    background-image: url("/images/logo/zoom.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-plus::before
{
    content: '     ';
    background-image: url("/images/logo/calculate_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-raz::before
{
    content: '     ';
    background-image: url("/images/logo/cross_red.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-raz-2::before
{
    content:'     ';
    background-image: url("/images/logo/undo_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-return::before
{
    content:'     ';
    background-image: url("/images/logo/undo_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}


button.btn-payed::before
{
    content:'     ';
    background-image: url("/images/logo/payed_green.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-clean::before
{
    content:'     ';
    background-image: url("/images/logo/clean_orange.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-purge::before
{
    content:'     ';
    background-image: url("/images/logo/purge_red2.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-reject::before
{
    content:'     ';
    background-image: url("/images/logo/cross_red.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-edit::before
{
    content:'     ';
    background-image: url("/images/logo/writing.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-view::before
{
    content:'     ';
    background-image: url("/images/logo/viewing.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-filter::before
{
    content: '     ';
    background-image: url("/images/logo/filter_blue.png");
    background-repeat: no-repeat;
    background-size: contain;
}

button.btn-previous::before
{
    content:'<<';
}

button.btn-next::before
{
    content:'>>';
}

button.btn-more::before
{
    content:'+';
}
button.btn-less::before
{
    content:'-';
}

button[class*="btn-moderate-"]
{
    height: 22px;
    width: 22px;
    padding: 5px;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position-x: center;
    background-position-y: center;
    background-color: buttonface;
}

button.btn-moderate--1
{
    background-image: url("/images/logo/prohibited.png");
}
button.btn-moderate-0
{
    background-image: url("/images/logo/cross.png");
}
button.btn-moderate-1
{
    background-image: url("/images/logo/shit.png");
}
button.btn-moderate-2
{
    background-image: url("/images/logo/thumb_down.png");
}
button.btn-moderate-3
{
    background-image: url("/images/logo/thumb_up.png");
}
button.btn-moderate-4
{
    background-image: url("/images/logo/happy.png");
}
button.btn-moderate-5
{
    background-image: url("/images/logo/star.png");
}

[class*="btn-moderate-"].checked,
select.style_link.checked
{
    background-color: rgba(255, 255, 0, 0.5);
}

button.style_link.checked
{
    background-size: 0%;
    background-color: rgba(255, 255, 0, 0.5);
}

button.style_link:hover
{
    background-size: 0%;
    background-color: rgba(0, 255, 0, 0.5);
}

[class*="btn-moderate-"]:hover
{
    background-color: rgba(0, 255, 0, 0.5);
    background-position-x: center;
    background-position-y: bottom;
}

[class*="btn-moderate-"]:focus
{
    background-position-x: center;
    background-position-y: center;
}

@media (max-width: 480px)
{
    .btn span:not(.nohide)
    {
        display: none;
    }
    .btn-group select
    {
        width:110px;
    }
}


label .num_bulle
{
    background-color: #523efd;
    color: white;
    border-radius: 40%;
    padding-left: 4px;
    padding-right: 4px;
}

.fake-label
{
  visibility:hidden;
  height: 0px;
}

nobr.input-with-unit
{
  max-width: 220px;
}

.input-with-unit span
{
  width: max-content;
}

.input-with-unit input
{
  width: min-content;
  max-width: 110px;
}

.btn-group > select {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.btn-group > select:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}

.btn-group > select:last-child
{
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
}

select.style_link
{
    border: none;
    font-size: inherit;
    line-height: inherit;
    color: #ee741b;
    font-style: inherit;
    height: 100%;
    padding: 0px;
    vertical-align: baseline;
}

input.style_link, button.style_link
{
    font-size: inherit;
    line-height: inherit;
    font-style: inherit;
    height: 100%;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    vertical-align: baseline;
}

    /* Tableaux */
    
.table_container
{
    overflow: auto;
    width:100%;
}

table.table-style-1,
table.table-style-2,
table.table-style-3
{
    word-break: keep-all;
    width: 100%;
}

table.table-style-1 thead,
table.table-style-2 thead,
table.table-style-3 thead
{
    border-top: 3px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 1px solid #ee741b;
}

table.table-style-1 tbody,
table.table-style-2 tbody
{
    border-top: 1px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 0px;
}

table.table-style-3 tbody
{
    border-top: 1px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}

table.table-style-1 tfoot .none_footer,
table.table-style-2 tfoot .none_footer
{
    border-top: 3px solid #ee741b;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 0px;
    background-color: transparent;
    padding: 0px;
}

table.table-style-1 tfoot .left_footer,
table.table-style-2 tfoot .left_footer
{
    border-top: 1px solid #ee741b;
    border-left: 3px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}

table.table-style-1 tfoot .right_footer,
table.table-style-2 tfoot .right_footer
{
    border-top: 1px solid #ee741b;
    border-right: 3px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}

table.table-style-1 tfoot .bottom_footer,
table.table-style-2 tfoot .bottom_footer
{
    border-top: 1px solid #ee741b;
    border-bottom: 3px solid #ee741b;
}

table.table-style-1.no-footer tbody tr:last-child,
table.table-style-2.no-footer tbody tr:last-child,
table.table-style-3.no-footer tbody tr:last-child
{
  border-bottom: 3px solid #ee741b;
}


table.table-style-1 td,
table.table-style-2 td,
table.table-style-3 td
{
    background-color: #e1e1e0;
    border: 1px solid white;
    text-align: center;
}


table.table-style-1 th,
table.table-style-2 th,
table.table-style-3 th
{
    background-color: #4CAF50;
    border: 1px solid white;
    color: white;
    text-align: center;
}

table.table-style-1 th.headth,
table.table-style-2 th.headth,
table.table-style-3 th.headth
{
    border: 1px solid #ee741b;
    font-size: 150%;
}

table.table-style-1 td input:not([type="radio"], [type="checkbox"]),
table.table-style-2 td input:not([type="radio"], [type="checkbox"])
{
    height:100%;
    margin:0px;
}

@media (max-width: 480px)
{
    table.table-style-1,
    table.table-style-2
    {
        font-size: 45%;
    }
    table.table-style-1 td, table.table-style-1 th,
    table.table-style-2 td, table.table-style-2 th
    {
        padding:1px;
    }
}
@media (min-width: 480px) and (max-width: 767px)
{
    table.table-style-1
    {
        font-size: 60%;
    }
    table.table-style-2
    {
        font-size: 45%;
    }
    table.table-style-1 td, table.table-style-1 th,
    table.table-style-2 td, table.table-style-2 th
    {
        padding:1px;
    }
}
@media (min-width: 768px) and (max-width: 979px)
{
    table.table-style-1
    {
        font-size: 45%;
    }
    table.table-style-2
    {
        font-size: 60%;
    }
    table.table-style-1 td, table.table-style-1 th
    {
        padding:1px;
    }
    table.table-style-2 td, table.table-style-2 th
    {
        padding:2px;
    }
}

@media (min-width: 980px) and (max-width: 1199px)
{
    table.table-style-1
    {
        font-size: 55%;
    }
    table.table-style-2
    {
        font-size: 70%;
    }
    table.table-style-1 td, table.table-style-1 th
    {
        padding:2px;
    }
    table.table-style-2 td, table.table-style-2 th
    {
        padding:3px;
    }
}
@media (min-width: 1200px)
{
    table.table-style-1
    {
        font-size: 70%;
    }
    table.table-style-2
    {
        font-size: 75%;
    }
    table.table-style-1 td, table.table-style-1 th
    {
        padding:4px;
    }
    table.table-style-2 td, table.table-style-2 th
    {
        padding: 5px;
    }
}

table.table-style-1.zoom,
table.table-style-2.zoom
{
    min-width:100%;
    width:auto;
    font-size: 90%;
}

table.table-style-1.zoom td, table.table-style-1.zoom th,
table.table-style-2.zoom td, table.table-style-2.zoom th
{
    padding: 8px;
}

/* Couleur deadline */

table.table-style-2 td.deadline_0
{
    background-color: rgba(130,130,130,0.5);
}

table.table-style-2 td.deadline_1
{
    background-color: rgba(204, 0, 102,0.5);
}

table.table-style-2 td.deadline_2
{
    background-color: rgba(238,16,16,0.5);
}

table.table-style-2 td.deadline_3
{
    background-color: rgba(229,158,4,0.5);
}

table.table-style-2 td.deadline_4
{
    background-color: rgba(232,244,0,0.5);
}

table.table-style-2 td.deadline_5
{
    background-color: rgba(63,191,63,0.5);
}


        /* Couleur status */

table.table-style-2 td[class*="status_"]
{
    background-color: rgba(229,204,255,1);
}

table.table-style-2 td.status_0
{
    background-color: rgba(255,229,204,1);
}

table.table-style-2 td.status_1
{
    background-color: rgba(244, 255, 204,1);
}

table.table-style-2 td.status_2
{
    background-color: rgba(255, 204, 204,1);
}

table.table-style-2 td.status_100
{
    background-color: rgba(204,255,255,1);
}

table.table-style-2 td.status_101
{
    background-color: rgba(204,255,204,1);
}

table.table-style-2 td.status_102,
table.table-style-2 td.status_103,
table.table-style-2 td.status_104,
table.table-style-2 td.status_105,
table.table-style-2 td.status_106

{
    background-color: rgba(255, 204, 204,1);
}


    /* Agenda (si ça va pas avec les autres pages, mettre dans fretradevis */
    

    
table.agenda
{
    border: 3px solid #ee741b;
    margin-left: 0px;
    margin-right: auto;
    min-width: 250px;
    width: 100%;
}

.well .agenda
{
  background-color: white;
}

@media (max-width: 300px)
{
    table.agenda
    {
        min-width:0px;
        width:100%;
    }
}

table.agenda tr
{
    border: 1px solid black;
}

table.agenda tr th
{
    text-align: center;
    vertical-align: middle;
    height: 32px;
}


table.agenda tr td
{
    border: 1px solid black;
    text-align: center;
}

table.agenda .btn-mois
{
    padding: 0px;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

table.agenda strong
{
    overflow-wrap: break-word;
}


table.agenda .tarif_0 { /*il faudra surement plutôt mettre dans devis*/
    background-color: rgba(130,130,130,0.5);
}

table.agenda .tarif_1 {
    background-color: rgba(204, 0, 102,0.5);
}

table.agenda .tarif_2 {
    background-color: rgba(238,16,16,0.5);
}

table.agenda .tarif_3 {
    background-color: rgba(229,158,4,0.5);
}

table.agenda .tarif_4 {
    background-color: rgba(232,244,0,0.5);
}

table.agenda .tarif_5 {
    background-color: rgba(63,191,63,0.5);
}

table.agenda .tarif_jour,
table.agenda .travail_jour
{
    position: relative;
    vertical-align: middle;
    width: 14.2%;
    padding-left: 2px;
    padding-right: 2px;
}

table.agenda .tarif_jour button {
    position : absolute;
    top : 0px;
    left : 0px;
    width : 100%;
    height : 100%;
    z-index: 99;
}

table.agenda div.under-btn-date{
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 0.8em; /* puis 0.7*/
    overflow-wrap: break-word;
    /*overflow-wrap: anywhere;*/
}

table.agenda [class*="tarif_string_"]
{
    overflow-wrap: anywhere;
}

table.agenda .tarif_string_1,
table.agenda .travail_string_1
{
    font-size: 100%;
}

table.agenda .tarif_string_2,
table.agenda .travail_string_2
{
    font-size: 100%;
}
table.agenda .tarif_string_3,
table.agenda .travail_string_3
{
    font-size: 90%;
}

table.agenda .tarif_string_4,
table.agenda .travail_string_4
{
    font-size: 80%;
}


table.agenda .tarif_jour button:hover {
   opacity: 0.4;
}

table.agenda .tarif_jour button:active {
   opacity: 0;   
}

table.agenda .tarif_0 button {
    display : none;
    //background-color: rgba(130,130,130,0.5);
}

table.agenda .tarif_1 button {
    background-color: rgba(204, 0, 102,0.2);
}

table.agenda .tarif_2 button {
    background-color: rgba(238,16,16,0.2);
}

table.agenda .tarif_3 button {
    background-color: rgba(229,158,4,0.2);
}

table.agenda .tarif_4 button {
    background-color: rgba(232,244,0,0.2);
}

table.agenda .tarif_5 button {
    background-color: rgba(63,191,63,0.2);
}

.agenda input[type="range"]
{
    display: block;
    max-width: 36px;
    margin-left: -2px;
    margin-right: -2px;
    height: 10px;
}

   /* Table dispo */
    
.table-dispo
{
    table-layout: fixed;
}

.table-dispo-inverted
{
    table-layout: auto;
}

.fiche-small-side .vignette_cell [class*="table-dispo"]
{
  width: 100%;
  min-width: auto;
  max-width: 100%;
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0,0);
}

[class*="table-dispo"] img
{
    max-height: 1em;
    margin-bottom: 2px;
    margin-right: 2px;
    margin-left: 2px;
}

.table-dispo img
{
    max-width: 50%;
}

.table-dispo-inverted td:last-child label
{
    margin: 3px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    float:left;
}

.table-dispo-inverted td:last-child label input
{
    margin-left: 1px;
    margin-right: 1px;
}

[class*="table-dispo"] td
{
    position: static;
}

[class*="table-dispo"] td,
[class*="table-dispo"] th
{
    padding: 5px;
    padding-bottom: 3px;
}

[class*="table-dispo"] th
{
    padding-left:10px;
    padding-right:10px;
}

.table-dispo-inverted thead tr:first-child th
{
    border: 1px solid #ee741b;
}

.table-dispo-inverted thead tr:last-child th
{
  font-size: 85%;
  font-style: italic; 
}

@media (max-width:349px)
{
    .table-dispo td:first-child
    {
        font-size: 60%;
    }
}

@media (min-width:350px) and (max-width:480px)
{
    .table-dispo td:first-child
    {
        font-size: 75%;
    }
}

@media (min-width:767px) and (max-width:1200px)
{
    .table-dispo td:first-child
    {
        font-size: 75%;
    }
}


@media (min-width:480px) and (max-width:767px)
{
    .table-dispo
    {
        min-width:80%;
        width: max-content;
        max-width:100%;
    }
}

/* Table de combinaisons de langues*/


table.combinaison_langues {
    border:3px solid #ee741b;
    margin-left: auto;
    margin-right: auto;
}

.combinaison_langues tr {
    border: 1px solid black;
}
.combinaison_langues tr td {
    border: 1px solid black;
    text-align: center;
    padding: 10px;
}

[class*="form-style-"] .combinaison_langues
{
    width:100%;
}


        /*Bandeau top*/

body.site {
    border-top : none !important;
}

.header {
    position: relative;
  	background-image: url(/images/headers/bandeau.jpg);
}

.header .brand
{
    float: left !important;
    max-width: 30%;
}

.brand img
{
    max-height: 150px;
  	width: auto;
}

.header-inner
{
    background-image: url(/images/headers/trad_inde_FR.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40% auto;
}

.header-inner:lang(es)
{
    background-image: url(/images/headers/trad_inde_ES.png);
    /* changer l’url background-image: url(/images/headers/trad_inde.png); */
}

.header-inner:lang(en)
{
    background-image: url(/images/headers/trad_inde_EN.png);
    /* changer l’url background-image: url(/images/headers/trad_inde.png); */
}

.header-search
{
    position: absolute;
    height: 100%;
    right: 0px;
    width: 30%;
}

.menu_redes
{
    position: absolute;
    top: 0px;
    right: 0px;
}

.mod-languages
{
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.header-search ul {
    padding : 15px !important;
    margin : 0px !important;
}
.mod-languages ul
{
    font-size: 0px;
}

.header-search li
{
    padding : 0px !important; 
    margin : 0px !important;
}

.menu_redes > li
{
    line-height: 18px !important;
    float:left;
}

.menu_redes > li a:hover
{
    background: none;
}

.header-search a
{
    height : 20px !important;
    width : 20px !important;
    padding : 0px !important;
    padding-left: 2px !important;
    margin : 4px !important;    
}

.header-search img
{
    max-height: 20px;
}

.mod-languages ul img
{
    font-size: 8px;
    padding-left: 2px;
}

@media (max-width:768px)
{
    .header-inner
    {
        background-size: 50% auto;
    }

    .brand img
    {
        max-height: 100px;
        width: auto;
    }
    
    .header-search img,
    .header-search a
    {
        max-width: 15px !important;
        padding-left: 0px !important;
    }
    
    .header-search ul
    {
        padding : 5px !important;
    }
    
    .header-search li
    {
        line-height: 15px !important;
    }
    
}

@media (max-width: 480px)
{
    .header-search img,
    .header-search a
    {
        max-width: 10px !important;
        padding-left: 0px !important;
    }
    
    .header-search ul
    {
        padding : 2px !important;
    }
    
    .header-search li
    {
        line-height: 10px !important;
    }
}
    
    /*.header-search a,
    .header-search li,
    .header-serach ul
    {
        max-width: 10px !important;
        padding: 0px !important;
        line-height: 10px !important;
        max-height: 10px !important;
        vertical-align: middle;
        font-size: 0px;
    }*/
}

/*Vignettes accueil*/

.first_line {
    margin-top: 20px;
}

.vignette_cell_bg_trans
{
    display:block;
    content: url("/images/illustration/111_transparent_bg_fit.png");
    opacity:0;
    width: 100%;
    height:auto;
}

.vignette_cell_bg_link + .vignette_cell_content
{
    z-index:-1;
}

.vignette_cell_content
{
  position: absolute;
  top:0;
  bottom: 0;
  left:0;
  right:0;
  overflow-y: hidden;
}


.vignette_cell {
    position: relative;
    margin-bottom: 10px;
    z-index: 1;
}

.vignette_cell .djslider-default img.dj-image
{
    -webkit-filter: sepia(70%) opacity(80%);
    filter: sepia(70%) opacity(80%);
}

.vignette_cell_title {
    position: absolute;
    bottom: 0%;
    width: 100%;
  	text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    min-height:40px;
}  
    
.vignette_cell:hover .vignette_cell_title {
    background-color: rgba(238, 116, 27, 0.85);
}

.vignette_cell_title h4, .vignette_cell_title h4 a {
    color: rgb(255, 255, 255);
    font-size: 22.5px;
    font-weight: bold;
    text-decoration: none;
}


.vignette_cell_title h4, .vignette_cell_title h4 a {
    position:absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-decoration: none;
}

@media(min-width:1400px)
{
    .vignette_cell_title h4, .vignette_cell_title h4 a
    {
        font-size: 20px;
        line-height: 25px;
    }
}

@media(min-width:1200px) and (max-width:1399px)
{
    .vignette_cell_title h4, .vignette_cell_title h4 a
    {
        font-size: 17px;
        line-height: 20px;
    }
}

@media(min-width:768px) and (max-width:1199px)
{
    .vignette_cell_title h4, .vignette_cell_title h4 a
    {
        font-size: 15px;
        line-height: 18px;
    }
}

@media(min-width:400px) and (max-width:767px)
{
    .vignette_cell_title h4, .vignette_cell_title h4 a
    {
        font-size: 20px;
        line-height: 25px;
    }
}

@media(max-width:399px)
{
    .vignette_cell_title h4, .vignette_cell_title h4 a
    {
        font-size: 17px;
        line-height: 20px;
    }
}

@media(min-width:768px)
{
    /* Pour les vignettes miniatutes */
    .span6 .vignette_cell[class*="span"],
    {
        font-size: 75%;
        line-height: 75%;
    }
    
    .span6 .vignette_cell[class*="span"] .vignette_cell_title h4,
    .span6 .vignette_cell[class*="span"] .vignette_cell_title h4 a,
    .fiche-small-side .vignette_cell .vignette_cell_title h4,
    .fiche-small-side .vignette_cell .vignette_cell_title h4 a
    {
        font-size: 100%;
        line-height: 100%;
    }
}

.module_mini_avis {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px 10px 10px 10px;
  overflow-y: hidden;
}


/*Bandeau devis*/

.custombandeau_devis
 {
    z-index: 10;
    min-width: max-content;
    position : fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    font-style: italic;
    text-rendering: optimizelegibility;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 0px;
    padding-left : 30px;
    padding-right : 30px;
    border-top-left-radius: 25px;
    border-top-right-radius : 25px;
}

@media (max-width:479px)
{
    .custombandeau_devis
    {
        padding-top:3px;
        padding-bottom: 0px;
    }
  
    .custombandeau_devis a
    {
        font-size: 15px;
        line-height: 18px;
    }
}

@media (min-width:480px)
{
    .custombandeau_devis
    {
        padding-top:10px;
        padding-bottom: 5px;
    }
  
    .custombandeau_devis a
    {
        font-size: 18px;
        line-height: 20px;
    }
}

/*Illustration paragraphe*/


/*.row-fluid .paragraphe.span6:only-child
{
  float:none;
  margin-left: auto;
  margin-right: auto;
}*/

@media (min-width:1200px)
{
    .fiche-small-side
    {
      width: 350px;
      float: right;
    }

    .fiche-big-side
    {
        width: -webkit-calc(100% - 400px);
        width: -moz-calc(100% - 400px);
        width: calc(100% - 400px);
        float: left;
    }
}

@media (min-width:980px) and (max-width:1199px)
{
    .fiche-small-side
    {
      width: 30%;
      float: right;
    }

    .fiche-big-side
    {
      width: 65%;
      float: left;
    }
}

@media (min-width:768px) and (max-width:979px)
{
    .fiche-small-side
    {
      width: 300px;
      float: right;
    }

    .fiche-big-side
    {
        width: -webkit-calc(100% - 350px);
        width: -moz-calc(100% - 350px);
        width: calc(100% - 350px);
        float: left;
    }
}

@media (min-width:350px)
{
    .well table.table-style-3 td
    {
        background-color: white;
        border: 1px solid #b1b1b0;
    }
}

.inside-fiche-small-side
{
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
}

.paragraphe {
    position: relative;
    overflow: auto;
}


@media (max-width: 979px)
{
    .paragraphe
    {
        width: 100% !important;
        *width: 100% !important;
    }
}

@media (min-width:350px) and (max-width:767px)
{
    .paragraphe img[class*="img-enluminure"]
    {
        width: 30%;
        height: auto;
        padding-right: 20px;
    }
}

@media (max-width: 350px)
{
    .paragraphe img[class*="img-enluminure"]
    {
        width: 25%;
        height: auto;
    }
}



@media (min-width:768px) and (max-width: 979px)
{
  .paragraphe img[class*="img-enluminure"]
  {
    width: 50%;
    height: auto;
    padding-right: 20px;
  }
}

@media (min-width: 980px)
{
    .paragraphe img[class*="img-enluminure"]
    {
        width: 50%;
        height: auto;
        padding-right: 20px;
    }
}

.paragraphe img.img-enluminure
{
    float: left;
}

.paragraphe img.img-enluminure-right
{
    float: right;
}

.paragraphe p {
    height: 100%;
    text-align: justify;
}

.paragraphe p:first-letter
{
    font-size: 200%;
    line-height: 1em;
}

 
/* Slides */

.description_lastwork
{
    color: white;
    font-style: italic;
    padding-bottom: 40px;
    text-align: right;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.slide-desc-bg-default
{
    background: none;
}


body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 15px;
	line-height: 20px;
	color: #333;
	background-color: #fff;
}

body li
{
    line-height: 20px;
}

/*p
{
    font-size: 15px !important; /* 13px */
	line-height: 20px !important; /* 18px */
}*/

.mess_error {
    color: #ee741b;
}


/* Loader */

.loader_devis {
  border: 5px solid #f3f3f3;
  border-radius: 50%;
  border-top: 5px solid #3498db;
  width: 20px;
  height: 20px;
  display : inline-block;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


    /* Modif de la page de connexion */
.connexion .well,
.profile-edit .well
{
    min-height: inherit !important;
    padding: inherit !important;
    margin-bottom: inherit !important;
    background-color: inherit !important;
    border: inherit !important;
    -webkit-border-radius: inherit !important;
    -moz-border-radius: inherit !important;
    border-radius: inherit !important;
    -webkit-box-shadow: inherit !important;
    -moz-box-shadow: inherit !important;
    box-shadow: inherit !important;
    
}

.connexion .form-horizontal .controls,
.profile-edit .form-horizontal .controls
{
  margin-left: inherit !important;
}

.connexion .control-label,
.profile-edit .control-label
{
    display: list-item !important;
    list-style-position: outside;
    margin-left: 20px;
}

.profile-edit .control-group
{
    width:100%;
    max-width: 520px;
}

.connexion .control-group
{
    width:100%;
    max-width: 420px;
}



.connexion form,
.profile-edit form
{
    max-width: 100%;
    width: 420px;
}


@media (min-width: 768px)
{
    .profile-edit form
    {
        width: 48.936170208%;
        *width: 48.882978718638%;
        float:left;
    }
    
    div.profile-edit + .clearfix
    {
        display:none;
    }
    
    div.profile-edit + .clearfix + hr
    {
        display:none;
    }
}

.connexion .well,
div.connexion + div
{
  width:420px;
  max-width: 100%;
  margin: auto;
}

.connexion .btn-primary,
.profile-edit .btn-primary
{
    color: #333 !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75) !important;
    background-color: #f5f5f5 !important;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6) !important;
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6)) !important;
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6) !important;
    background-image: -o-linear-gradient(top,#fff,#e6e6e6) !important;
    background-repeat: repeat-x !important;
    border: 1px solid #bbb !important;
    *background-color: #e6e6e6 !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0) !important;
}

.connexion .btn-primary:hover,
.connexion .btn-primary:focus,
.connexion .btn-primary:active,
.connexion .btn-primary.active,
.connexion .btn-primary.disabled,
.connexion .btn-primary[disabled],
.profile-edit .btn-primary:hover,
.profile-edit .btn-primary:focus,
.profile-edit .btn-primary:active,
.profile-edit .btn-primary.active,
.profile-edit .btn-primary.disabled,
.profile-edit .btn-primary[disabled]
{
	color: #333 !important;
	background-color: #e6e6e6 !important;
	*background-color: #d9d9d9 !important;
}
.connexion .btn-primary:active,
.connexion .btn-primary.active,
.profile-edit .btn-primary:active,
.profile-edit .btn-primary.active
{
	background-color: #cccccc \9 !important;
}

.connexion .btn[type="submit"],
.profile-edit .btn[type="submit"]
{
  float: right;
  color: green !important;
}

.connexion .btn[type="submit"]::before,
.profile-edit .btn[type="submit"]::before
{
    content:'     ';
    background-image: url("/images/logo/confirm_orange_green.png");
    background-repeat: no-repeat;
    background-size: contain;
}

.connexion .g-recaptcha
{
  display: inline-block;
  position: relative;
  width: 220px;
}

.connexion .field-spacer .control-label,
.profile-edit .field-spacer .control-label
{
    list-style: none;
}

.connexion a.btn,
.profile-edit a.btn
{
    display: none;
}

.profile-edit legend
{
    display: block;
    width: 100%;
    padding: 0;
    border: none;
    margin-left: 3%;
    color: rgb(128, 128, 128);
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 20px;
    margin: 12px 0;
    margin-left: 3%;
    font-weight: bold;
    text-rendering: optimizelegibility;
}

        /* Blog */

.blog hr
{
    margin-top: 12px;
    margin-bottom : 8px;
    
}

.blog h2[itemprop="name"] a
{
    color: rgb(128, 128, 128) !important;
    font-style: italic;
    font-size: 18px;
    line-height: 20px;
}

.blog h2[itemprop="name"]:first-letter
{
    color: rgb(128, 128, 128) !important;
}
