@charset "UTF-8";
/* CSS Document */

.bloc-cartel {
    background-image: url(/images/commun/image-fond-cartel.png);
    background-repeat: no-repeat;
    height: 130px;
    width: 760px;
    float: left;
    margin-bottom: 20px;

    position: relative; /* Pour favoris */
}

.bloc-cartel-select-couleur {
    display: block;
    float: left;
    height: 130px;
    width: 760px;
    /* z-index: 9999; */
}

.bloc-cartel-select-couleur:hover {
    background-color: rgba(239, 125, 0, .20);
    /*border: 1px solid #F00;*/
}

.bloc-cartel-picto-article {
    height: 80px;
    width: 80px;
    margin-top: 25px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 25px;
    float: left;
}

.bloc-cartel-textes-article {
    float: left;
    height: 100px;
    width: 420px;
    margin-top: 15px;
    margin-right: 20px;
}

.bloc-cartel-texte-thematique {
    font-size: 0.75em;
    color: #000;
    text-align: left;
    width: 420px;
    margin-bottom: 3px;
}

.bloc-cartel-texte-titre {
    font-size: 0.875em;
    color: #000;
    text-align: left;
    width: 420px;
    margin-bottom: 3px;
    height: 30px;
}

.bloc-cartel-texte-texte {
    font-size: 10px;
    color: #000;
    text-align: left;
    width: 420px;
    height: 55px;
    overflow: hidden;
    /*overflow-y:auto;*/
    font-family: Arial, Helvetica, sans-serif;
}

.bloc-cartel-bloc-pictos {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: space-between;
    float: left;
    width: 40px;
    height: 90px;
    margin-top: 20px;
}

.bloc-cartel-cartes-trombi-logo-seul-texte {
    float: left;
    height: 120px;
    width: 140px;
    margin-left: 12px;
    margin-top: 5px;
}

.bloc-cartel-carte-trombi-logo-seul {
    float: left;
    height: 50px;
    width: 140px;
    text-align: center;
    margin-bottom: 5px;
}

.bloc-cartel-carte-trombi-logo-seul-ligne-texte {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #000;
    text-align: left;
    height: 16px;
    width: 140px;
    float: left;
    overflow: hidden;
}

.bloc-cartel-carte-trombi-seuls {
    float: left;
    height: 50px;
    width: 140px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    margin-bottom: 5px;
}


.box_shadow {
    -moz-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    -o-box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    box-shadow: 0px 5px 5px 0px rgba(199, 178, 153, 0.25);
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, Direction=180, Strength=5);
}


.detail-article-colonne-gauche {
    background-color: transparent;
    float: left;
    width: 280px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    text-align: center;
    /* height: 280px; 29/04/2023 */
}

.detail-article-colonne-droite {
    /*
	background-color: transparent;
	float: left;
	width: 280px;
	*/
    margin-right: 20px;
    /*
	margin-left: 20px;
	*/
	margin-bottom: 20px;
    /*
	text-align: center;
	height: 280px;
	*/
    width: 760px;
    /*	margin-left:320px; */
    float: right
}

.detail-article-bloc-infos-detail {
    background-image: url(/images/commun/background-detail-article.png);
    background-repeat: no-repeat;
    float: left;
    height: 280px;
    width: 760px;
}

.detail-article-bloc-sur-titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #FFF;
    float: left;
    width: 760px;
    color: rgb(141, 128, 118);
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 3px;
}


.detail-article-bloc-titre {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    background-color: #FFF;
    float: left;
    width: 760px;
    color: #000;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin-bottom: 3px;
}

#detail-article-slider {
    height: 280px;
    width: 198px;
    margin-left: 41px;
    background-color: #FFf;
    float: none;
    position: relative;
}

.detail-article-bloc-resume {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #000;
    text-align: justify;
    margin: 15px;
    width: 585px;
    height: 245px;
    overflow: auto;
    float: left;
}

.detail-article-bloc-pictos {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: space-between;
    float: left;
    width: 40px;
    height: 90px;
    margin-top: 15px;
    margin-left: 15px;
}

.detail-article-picto-createur {
    float: left;
    height: 50px;
    width: 50px;
    margin-left: 21px;
    margin-top: 15px;
}

.detail-article-ligne-info {
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 10px;
    float: left;
    width: 115px;
    margin-left: 15px;
    margin-top: 10px;
}

.detail-article-bloc-telechgt-entete {
    width: 100%;
    /*##CP width: 1040px; */
    float: left;
    height: 38px;
}

.detail-article-bloc-type-telechgt {
    float: left;
    /* height: 38px; */
    width: 150px;
    text-align: center;
}

.detail-article-bloc-titre-image {
    float: left;
    width: 150px;
    text-align: center;
}

.detail-article-bloc-titre-libelle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
    color: rgb(141, 128, 118);
    text-align: center;
    float: left;
    width: 590px; /*##CP width: 760px; */
    height: 38px;
    vertical-align: middle;
    display: table-cell;
    line-height: 38px;
}

.detail-article-bouton-type-telechgt {
    width: 150px;
    float: left;
}

.detail-article-telechgt-principal {
    background-color: rgb(230, 226, 224);
    padding: 10px;
    float: left; /*##CP width: 1040px; */
    width: 740px; /*##CP margin-left: 20px; */
    margin-bottom: 20px;
    margin-top: 20px;

    min-height: 250px; /*##CP ++ */
}

.detail-article-bloc-telechgt-ligne-infos {
    /*##CP width: 1040px; */
    width: 740px;
    float: left;
    margin-top: 5px;
}

.detail-article-bouton-telechgt {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    /*color: #000;*/
    background-color: rgb(171, 154, 147);
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    height: 35px;
    width: 150px;
    float: left;
    padding-top: 5px;
    border-radius: 2px;
    line-height: 16px;
    text-decoration: none; /*##CP ++ */
    cursor: pointer; /*##CP ++ */
    border: none; /*##CP ++ */
    height: 45px; /*##CP ++ */
}

/*##CP ++ ==> */
.detail-article-bouton-telechgt:not(:last-child) {
    margin-bottom: 5px;
}

/*##CP ++ <== */

.detail-article-bouton-telechgt:hover {
    background-color: rgb(110, 99, 95);
    color: #FFF;
}

.detail-article-bouton-telechgt[disabled]:hover {
    background-color: rgb(171, 154, 147);
    color: #AAA;
    cursor: none;
}

/*##CP ++ ==> */
.detail-article-bouton-telechgt span:nth-of-type(1) {
    color: rgb(230, 226, 224);
    text-decoration: underline;
}

.detail-article-bouton-telechgt span:nth-of-type(2) {
    color: rgb(110, 99, 95);
    font-weight: bolder;
}

.detail-article-bouton-telechgt:hover span:not(:last-child) {
    text-decoration: underline; /*##CP ++ */
}

.detail-article-bouton-telechgt span:hover {
    text-decoration: none;
}

.btn-cursor {
    cursor: pointer;
}

/*##CP ++ <== */


.detail-article-bloc-liste-ressources {
    background-color: #fff;
    float: left;
    width: 580px; /*##CP 750px; */
    margin-left: 10px;
    color: #000; /*##CP30/10 ++ */

}

.detail-article-bloc-liste-check-lib {
    /*##CP -- float: left; */
    /*##CPdisplay: inline-block;  ++ */
    width: 580px; /*##CP 750px; */
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 226, 224);
    height: 30px; /*##CP */
    line-height: 30px; /*##CP */
    position: relative; /*##CP ++ */
}



.detail-article-ressources-checkbox {
    text-align: center;
    /*##CP -- float: left; */
    /*##CP display: inline-block; ++ */
    height: 30px;
    line-height: 30px;
    /*##CP */
    width: 30px;
    margin-right: 10px;
    position: absolute; /*##CP ++ */
    top: 0; /*##CP ++ */
}

.detail-article-ressources-libelle {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.875em;
    /*##CP30/10 color: #000; */
    /*##CP -- float: left; */
    /*##CPdisplay: inline-block;  ++ */
    height: 30px;
    width: 410px; /*##CP 710px */
    line-height: 30px;
    position: absolute; /*##CP ++ */
    left: 36px; /*##CP ++ */
}

/*##CP ==> */
.apercu-contenu {
    float: right; /*##CP left */
    background-color: rgb(230, 226, 224);
    height: 30px;
    width: 130px;
}

/*##CP <== */
.detail-article-dim-checkbox {
    height: 20px;
    width: 20px;
    position: absolute;
    top: 2px;
    left: 2px
}

.detail-article-bloc-bouton-apercu-rsc {
    float: left;
    width: 130px;
}


.detail-article-bouton-apercu-rsc {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75em;
    color: #FFF;
    background-color: rgb(171, 154, 147);
    text-align: center;
    height: 29px;
    width: 130px;
    /*##CP float: left; */
    display: inline-block;
    text-decoration: none;
    line-height: 30px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(230, 226, 224);
    border-radius: 2px;
}

.detail-article-bouton-apercu-rsc:hover {

    background-color: rgb(110, 99, 95);

    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #FFF;
}


/*##CP ==> ++ */
.a-href {
    color: blue;
    text-decoration: underline;
}

.bloc-cartel-textes-article p:first-child {
    margin-block-start: 0
}

.bloc-cartel-texte-thematique.vie-quotidienne {
    color: rgb(0, 150, 164);
}

.bloc-cartel-texte-thematique.culture-loisirs {
    color: rgb(147, 192, 31);
}

.bloc-cartel-texte-thematique.aide-a-la-communication {
    color: rgb(239, 125, 0);
}

.bloc-cartel-texte-thematique.autres-ressources {
    color: rgb(230, 19, 129);
}


div.favorite {
  position: absolute;
  right: 210px;
  top: 10px;
  width: 26px;
  height: 24px;
  background: url(/images/commun/favorite-off.png);
  transition: all .2s ease-in-out;
}
div.favorite:hover {
  background: url(/images/commun/favorite-on.png);
  transform: scale(1.1);
  cursor: pointer;
}

div.favorite.is-fav {
  background: url(/images/commun/favorite-on.png);
}
div.favorite.is-fav:hover {
  background: url(/images/commun/favorite-off.png);
  transform: scale(1.1);
  cursor: pointer;
}



.pagination {
    color: #fff;
    padding: 0;
    line-height: 1.5rem;
    display: block;
    float: right;
    margin-bottom: 30px;
}

.pagination.toutes-les-contributions {
    background-color: rgb(171, 154, 147);
}

.pagination.vie-quotidienne {
    background-color: rgb(0, 150, 164);
}

.pagination.culture-loisirs {
    background-color: rgb(147, 192, 31);
}

.pagination.aide-a-la-communication {
    background-color: rgb(239, 125, 0);
}

.pagination.autres-ressources {
    background-color: rgb(230, 19, 129);
}

.pagination ul {
    padding: 0;
    margin: 0;
    height: 24px;
}

.pagination ul li {
    display: inline-block;
    border: solid 1px #fff;
}

.pagination ul li:hover {
    border: solid 1px red;
}

.pagination ul li.active {
    background-color: rgb(171, 154, 147);
}

.pagination ul li a {
    text-decoration: none;
    border: solid 1px #fff;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 24px;
    display: block;
    color: #fff;
}

/*##CP <== ++ */
