* {
    box-sizing: border-box;
}
body, input, select, textarea, button {
    font-family: "Segoe UI",Roboto,Arial,sans-serif;
    background-color: #000;
    padding: 0;
    margin: 0;
}

.contenu {
    color: #000;
    background-color: #fff;
    width: 980px;
    margin: auto;
    padding: 0 0 20px 0;
    max-width: 100%;
}
.full_page_template_title {
    text-align: center;
    margin: 10px 0;
    padding-top :10px; 
    font-size: 20px;
}



/* Styles des listes artistiques */
.bloc.liste_entete {
    text-align: center;
}

.bloc.liste_entete h1 {
    margin: 0px 0 0 0;
}
.bloc.liste_entete h2 {
    margin: 0;
}
.liste_entete .etiquette {
    display: inline-block;
    padding: 3px 6px;
    margin: 2px;
    border-radius: 5px;
    border: solid 1px #777;
    color:#000;
    font-size: 14px;
    cursor: pointer;
    user-select: none;
}
.liste_entete .etiquette.selected{
    background-color: #000!important;
    color:#fff;
}
.liste_entete .etiquette:hover {
    box-shadow: 0px 0px 2px 2px rgba(72,181,240,1);
}


ul.liste_tableau {
    list-style-type:none;
    list-style-image:none;
    padding:0;
    text-align:center;
    position: relative;
}

ul.liste_tableau li {
    padding:0;
    margin:10px 4px;
    display:inline-block;
    vertical-align: top;
    transition: all 2s ease;
    overflow: hidden;
}
ul.liste_tableau li.is_result {
}
ul.liste_tableau li.is_not_result {
    display: none;
}

.liste_tableau a {
    background-color:#FFFFFF;
    text-decoration:none;
    border:solid #FF5A5F 1px;
    border-radius:4px;
    display:block;
    text-align:center;
    color:#FF5A5F;
    width: 302px;
}

.liste_tableau  a:hover {
    background-color:#FF5A5F;;
    color:#FFFFFF;
}
.liste_tableau div.cadre_image {
    width:300px;
    height: 300px;
    background-color: #000;
    border-width:0px;
    border-bottom:solid #FF5A5F 1px;
    overflow: hidden;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.liste_tableau img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.liste_tableau .cadre_texte {
    width:300px;
    min-height: 150px;
	padding-bottom:10px;
}
.liste_tableau h2 {
    margin: 0;
    font-size: 20px;
    margin-top: 5px;
}
.liste_tableau p {
    margin: 0;
    font-size: 14px;
	font-style:italic;
    color:#777;
}
.liste_tableau  a:hover p {
	color:#FFF;
}

.liste_tableau .etiquette {
    display: inline-block;
    padding: 2px 3px;
    margin: 2px 0px;
    border-radius: 5px;
    border: solid 1px #777;
    color:#000;
    font-size: 12px;
}

/* Styles des fiches artistiques */

.fiche_artistique  {
    font-size:14px;
}

.fiche_entete {
    text-align: center;
}
.fiche_artistique h1 {
    color:#FF5A5F;
    margin:15px 0 5px 0;
}
.fiche_artistique h2 {
    color:#FF5A5F;
}
.fiche_entete h2 {
    margin: 5px;
    color:#000;
}
.fiche_entete .etiquette {
    display: inline-block;
    padding: 3px 6px;
    margin: 2px;
    border-radius: 5px;
    border: solid 1px #777;
    color:#000;
    font-size: 14px;
}

.bloc {
    margin:0 10px; 
}
.bloc h2 {
    margin:30px 0 5px 0; 
    color:#FF5A5F;
}

.bloc_video {
    margin:0; 
    overflow: hidden;
}
.bloc_video iframe {
    display:block;
    margin:10px auto; 
    width: 960px;
    height: 540px;
    max-width: 100vw;
    max-height: 57vw; /* 16/9 */
}
table.fiche {
    border-collapse:collapse; 
    width: 100%; 
    color:#000;
    border-top: solid #ccc 1px;
    font-size: 14px;
}
table.fiche tr {
    border-bottom: solid #ccc 1px;
}
table.fiche th {
    text-align: right;
    vertical-align: top;
    padding-right:15px;
    max-width: 200px;
    width: 150px;
    padding-bottom: 15px;
	border:none;
}
table.fiche td {
    text-align: left;
    vertical-align: top;
    padding-bottom: 15px;
	border:none;
}

p.demande-devis {
    text-align: center;
}
p.demande-devis a.btn {
    margin:20px auto;
    font-size:1.5rem;
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
    transition: all .15s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    margin:2px 0;
}
.btn-primary {
    color:#fff;
    background-color: #FF5A5F;
    border-color: #FF5A5F;
}
.btn-primary:hover {
    background-color: #0FA3B1;
    border-color: #0FA3B1;
}
.btn-secondary {
    background-color: #727b84;
    border-color: #727b84;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #a2abb4;
    border-color: #a2abb4;
}

.text-center {text-align: center;}

.compteur {   
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #727b84;
    color : #727b84;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    border-radius: .25rem;
}

ul.liste_images {
    list-style-type:none;
    list-style-image:none;
    padding:0;
    text-align:center;
}

ul.liste_images li {
    padding:0;
    margin:0;
    display:inline-block;
    vertical-align: top;
}
ul.liste_images a {
    padding:0;
    margin:0;
    display: block;
    position: relative;
    text-decoration: none;
}
ul.liste_images img {
    padding:0;
    margin:0;
    height:250px;
    border:solid #777 1px;
    min-height:250px;
    min-width:100px;
}
ul.liste_images div {
    padding:2px;
    margin:0;
    display: block;
    position: absolute;
    left:0;
    right:0;
    bottom: 0;
    color:#fff;
    background-color:rgba(100,100,100,0.5);
    text-align: center;
    overflow: auto;
}

@media print {
    body, .contenu {margin: 0;padding: 0; background-color: #fff;}
    .btn, .compteur {display:none;}
    .bloc_video {display:none;}
}