.headTitleAndSuject {
  width: 100%;
  padding: 20px 0;
}

.no-content .headTitleAndSuject {
  padding: 40px 0 0px 0;
}


.headTitleAndSuject h2,
.headTitleAndSuject p {
  display: block;
  /*width: 50%;*/
  padding: 8px 2%;
  margin: 0;
}
.fond-gris-centre .headTitleAndSuject h2{
 /* display: inline-flex;
  align-items: center;*/
}
.headTitleAndSuject h2:before {
  margin-right: 5px;
}

.headTitleAndSuject h1,
.headTitleAndSuject h2 {
 /* float: left;*/
  text-align: center;
 /*border-right: solid 1px #1a1a1a;*/
}

.headTitleAndSuject h3,
.headTitleAndSuject p {
 /* float: right;
  text-align: left;*/
  text-align: center;
}
@media (max-width: 425px) {

  .headTitleAndSuject h2,
  .headTitleAndSuject p {
    width: 100%;

  }

  .headTitleAndSuject h2 {
    border: none;
    text-align: center;
  }
}
/*
.paragraph:not(.faq) .headTitleAndSuject h1,
.paragraph:not(.faq) .headTitleAndSuject h2 {
  margin-bottom: 0;
  padding-bottom: 0;
  text-transform: uppercase;
}
.paragraph:not(.faq) .headTitleAndSuject p {
  border-left:solid 1px #1a1a1a;
  display: block;
  line-height: 1.2;
  padding-left: 10px;
  margin-left: 10px;
  font-weight: 400;
  font-size: 20px;
}*/


.fond-gris-fonce .headTitleAndSuject h1,
.fond-gris-fonce .headTitleAndSuject p,
.fond-gris-fonce .headTitleAndSuject h2 {
  color: #FFF;
}

/*.fond-gris-fonce .headTitleAndSuject h1,
.fond-gris-fonce .headTitleAndSuject h2 {
  border-right: solid 1px #FFF;
}*/



/* Fond vert */


.paragraph.fond-vert-emeraude .headTitleAndSuject h1,
.paragraph.fond-vert-emeraude .headTitleAndSuject h2 {
  border-right: none;
  display: block;
  width: auto;
  float: none;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  padding: 0;
  line-height: 1.3;
  margin-bottom: 10px;
}

.paragraph.fond-vert-emeraude .headTitleAndSuject strong {
  font-weight: 400;
}

.paragraph.fond-vert-emeraude .headTitleAndSuject p {
  border-left: solid 1px #FFF;
  float: none;
  margin-left: 10px;
  font-weight: 400;
  font-size: 20px;
  padding: 0 0 0 10px;
  display: block;
  line-height: 1.1;
}


/* FAQ */
.faq .field-titre-chapeau {
  padding: 0;
}

.faq .titre-2-style-h1 h2 {
  font-weight: 400;
  font-size: 20px;
  text-transform: none;
  border: none;
  border-right: none;
  float: none;
  width: auto;
  line-height: auto;
  text-align: left;
  padding: 0;
}


@media (max-width: 768px) {

  .fond-gris-fonce .headTitleAndSuject h1,
  .fond-gris-fonce .headTitleAndSuject h2,
  .fond-vert-emeraude .headTitleAndSuject h1,
  .fond-vert-emeraude .headTitleAndSuject h2,
  .paragraph:not(.faq) .headTitleAndSuject h1,
  .paragraph:not(.faq) .headTitleAndSuject h2 {
    float: none;
    text-align: center;
    border: none;
    width: 80%;
    margin: auto;
  }

  .paragraph:not(.faq) .headTitleAndSuject h1 {
    font-size: 28px;
    line-height: 40px;
  }

  .paragraph:not(.faq) .headTitleAndSuject p {
    float: none;
    text-align: center;
    width: 80%;
    margin: auto;
  }
}
