@charset "UTF-8";


h1{ font-size: 2.8em; }
h2,
h3 {
    font-weight: 700 !important;
}
h2 {
    margin: 64px 0 25px !important;
	font-size: 2em;
}
h3 {
    margin: 50px 0 19px !important;
	font-size: 1.55em;
}

.infographie { max-width:1240px; margin:auto; text-align: center; }
.infographie img { margin:50px auto; max-width:1240px; }



.table-responsive {
    width: 100%;
    overflow-x: auto;
}

.table-responsive table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 1rem;
}

.table-responsive th, .table-responsive td {
    padding: 0.75rem;
    text-align: left;
    border: 1px solid #ccc;
    vertical-align: top;
}
.table-responsive h3{
	margin: 1px 0 10px !important
}




div.result{
	margin: 0 0.5% 35px 0 !important;
	width: 32% ;
	height: 41%;
	max-width:345px;
}

/* Menu pour la Home du blog */

#menu_blog {
    text-transform: uppercase;
    text-align: center;
}
#menu_blog a {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin: 30px 30px 50px;
    font-size: 26px;
}
#menu_blog .checked {
    color: #6c2425;
    text-decoration: underline;
}


#text2 {
    padding: 310px 0 40px;;
}
.blog h1 {
    color: #000 !important;
    padding: 0 0 30px !important;
    min-width: 200px !important;
    background-image: none !important;
    width: 82% !important;
    text-align: center !important;
    margin: 0.2em auto 0.6em auto !important;
    min-height: unset !important;	
}
.blog .date {
    text-align: center;
    margin-bottom: 10px !important;
    padding-top: 10px !important;
}
.bslides,
.bslides li,
.over_prlx {
    position: absolute;
    width: 100%;
    height: 400px;
}
.bslides {
    overflow: hidden;
    list-style: none;
    padding: 0;
    margin: 0;
}
.bslides li {
    -webkit-backface-visibility: hidden;
    background-repeat: no-repeat;
    background-position: center -10px;
    background-size: 100% auto;
    display: none;
    left: 0;
    top: 0;
}
.bslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.titreFiche {
    font-size: 18px;
    text-transform: uppercase;
}
@media screen and (max-width: 1078px) {
    #text2 {
        padding: 282px 0 30px !important;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 325px;
    }
}
@media screen and (min-width: 1079px) and (max-width: 1170px) {
    #text2 {
        padding: 330px 0 40px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 357px;
    }
}
@media screen and (min-width: 1171px) and (max-width: 1263px) {
    #text2 {
        padding: 360px 0 40px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 377px;
    }
}
@media screen and (min-width: 1264px) and (max-width: 1496px) {
    #text2 {
		padding: 410px 0 40px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 432px;
    }
}
@media screen and (min-width: 1497px) and (max-width: 1724px) {
    #text2 {
        padding: 445px 0 50px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 465px;
    }
}
@media screen and (min-width: 1725px) and (max-width: 1957px) {
    #text2 {
        padding: 566px 0 60px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 580px;
    }
}
@media screen and (min-width: 1957px) {
    #text2 {
        padding: 670px 0 60px;
    }
    .bslides,
    .bslides li,
    .over_prlx {
        height: 680px;
    }
}





@media screen and (max-device-width: 1366px) and (pointer: coarse){
	
	.infographie img{ width:722px; }

}
@media screen and (max-device-width: 768px) and (pointer: coarse) {
	
    .table-responsive table, .table-responsive thead, .table-responsive tbody, .table-responsive th, .table-responsive td, .table-responsive tr {
      display: block;
    }

    .table-responsive thead {
      display: none;
    }

    .table-responsive tr {
      margin-bottom: 1rem;
      border: 1px solid #ccc;
      padding: 0.5rem;
    }

    .table-responsive td {
      border: none;
      position: relative;
      padding-left: 43%;
    }

    .table-responsive td::before {
      content: attr(data-label);
      position: absolute;
      top: 0.75rem;
      left: 0.75rem;
      width: 38%;
      padding-right: 0.5rem;
      white-space: nowrap;
      font-weight: bold;
    }
	
	/* Cellules SANS data-label : pleine largeur sans padding gauche */
	.table-responsive td:not([data-label]) {
	  padding-left: 0.75rem;
	}

	
	.bslides li {
		background-size: 150% auto !important;
	}
	
	#text2 {
        padding: 330px 0 50px !important;
    }

	.bslides,
	.bslides li,
	.over_prlx {
		height: 375px !important;
    }
}

