html, body {
    height: 100%;
    margin: 0px;
    font-family: Roboto, Arial, sans-serif;
}
a {
  text-decoration: none;
  font-weight: bolder;
  color: blue;
}
a:hover {
  text-decoration: underline;
  font-weight: bolder;
  color: blue;
}
figcaption {
  color:#ffffff;
}
p {
  /*  text-indent: 0px !important;  a tester sans */
    text-align: justify;
    margin-bottom: 10px;
    margin-top: 10px;
}
/* Position of the layer div containing the h2 rotatif */
.heading .row {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center; /* bandeau header */
}

.heading .row strong {
    position: absolute;
    top: 120px;
    display: table;
    background: #fff;
    padding: 10px;
    margin: 10px;
    box-shadow: 8px 8px 8px #000;
    border-radius: 6px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 2em;
}
/* .heading {
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto auto;
} */
/*this is for the hidden image in top headers image is named dummy.jpg*/
/* .header-hidden{
    width:90%;
    visibility: hidden;
} */
.clearer {
    clear: both;
}
.row {
    padding: 10px;
}
article p {
    font-size: 16px;
    line-height: 22px;
    text-indent: 0px;
}
article h1 {
    border-bottom: 1px solid #fc58e4;
    color: #610253;
    font-style: normal;
    font-variant: normal;
    font-size: 2rem;
    font-weight: bold;
    line-height: normal;
    text-align: left;
}
article .right {
    float: right;
}
article h2 {
    color: #91017c;
    border-bottom: 1px solid #cc76bf;
    font-style: normal;
    font-variant: normal;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    padding-inline-start: 10px;
    text-align: left;
}
article h3 {
    color: #b5169e;
    border-bottom: 1px solid #cc76bf;
    font-style: normal;
    font-variant: normal;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    padding-inline-start: 20px;
    text-align: left;
}
article h4 {
    color: #c908ad;
    border-bottom: 1px solid #cc76bf;
    font-style: normal;
    font-variant: normal;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: normal;
    margin-top: 10px;
    padding-inline-start: 30px;
    text-align: left;
}
article img {
    padding: 0 10px 10px 10px;
    width: 48%;
    display: block;
    height: auto;
    float: left;
}
article .right {
    float: right;
}
article ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    padding-inline-start: 40px;
}
/* For mobiles: */

[class*="col-"] {
    width: 100%;
    float: left;
}
.col-m-image {
    width: 100%;
    height: auto;
    float:left;
}
/* MAIN CONTENT GET 100% WIDE BELOW 900px ***************************************************************/
.mainrow {
    width: 65%;
    margin-top: 60px;
     margin: 0 auto;
}

@media (max-width: 900px) {
    .mainrow {
        width: auto;
        margin-top: 10px;
    }
}
@media (min-width: 901px) and (max-width: 1280px) {
    .mainrow {
        width: 85%;
        margin-top: 10px;
        /* float: left; */
    }
}
@media (min-width:480px), (min-width:480px) and (orientation: landscape) {
    /* landscape problem starts here */
    /* query for mobile phone with landscape orientation  */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
  }
@media only screen and (min-width: 768px) and (orientation: landscape) {
    /* this is for tablet device */
    .col-t-1 {width: 8.33%;}
    .col-t-2 {width: 16.66%;}
    .col-t-3 {width: 25%;}
    .col-t-4 {width: 33.33%;}
    .col-t-5 {width: 41.66%;}
    .col-t-6 {width: 50%;}
    .col-t-7 {width: 58.33%;}
    .col-t-8 {width: 66.66%;}
    .col-t-9 {width: 75%;}
    .col-t-10 {width: 83.33%;}
    .col-t-11 {width: 91.66%;}
    .col-t-12 {width: 100%;}
}
@media (max-width:480px), (max-width:480px) and (orientation: portrait) {
    /*
    this area sets mobile design on sub pages
  */
    .col-ms-1 {width: 8.33% !important;}
    .col-ms-2 {width: 16.66% !important;}
    .col-ms-3 {width: 25% !important;}   /***  rajouter un point-virgule ";" entre % et ! si probleme c'etait comme ca au depart **/
    .col-ms-4 {width: 33.33% !important;}
    .col-ms-5 {width: 41.66% !important;}
    .col-ms-6 {width: 50% !important;}
    .col-ms-7 {width: 58.33% !important;}
    .col-ms-8 {width: 66.66% !important;}
    .col-ms-9 {width: 75% !important;}
    .col-ms-10 {width: 83.33% !important;}
    .col-ms-11 {width: 91.66% !important;}
    .col-ms-12 {width: 100% !important;}

    article img {
        padding: 0;
        width: 100%;
    }
    /* [class*="col-ms-"] {
        float: left;
    } */
    .heading .row strong {
        margin: 10px;
        font-size: 16px;
    }
    /* add more for the h1-4 inside article */
}
@media (min-width: 481px) and (max-width:1023px) {
    /* why 1023px? menu ? and it's not until 768? */
    .heading .row strong {
        margin: 10px;
        font-size: 22px;
    }
}
