/*==============================================
. Break
============================================== */
/*==============================================
. Fonts
============================================== */
/* Blanc */
/* Noir */
/* Gris très très clair */
/* Gris très clair */
/* Gris */
/* Gris foncé */
/* Gris noir */
/* Bleu - BASE */
/* Bleu foncé */
/* Bleu moyen */
/* Bleu clair */
/* Bleu pastel */
/* Rouge - BASE */
/*#c6a699 Rouge foncé */
/* Rouge moyen */
/* Rouge clair */
/* Rouge pastel */
/* Vert fluo */
/* Jaune */
/* Rouge fluo */
/* Bleu - BASE */
/* Bleu foncé */
/* Bleu moyen */
/* Bleu clair */
/* Bleu pastel */
/* Rouge - BASE */
/*#c6a699 Rouge foncé */
/* Rouge moyen */
/* Rouge clair */
/* Rouge pastel */
/* Vert fluo */
/* Jaune */
/* Rouge fluo */
/*vert*/
/*vert*/
/* Jaune */
.cc.main.ctxt-home article header.hero .header_tuile .flex {
  justify-content: space-between;
}
.cc.main.ctxt-home article header.hero .header_tuile .flex .actions {
  align-self: flex-end;
}
.cc.main.ctxt-home article header.hero .header_tuile .banner h1 {
  /*px*/ font-size: 35px;
  /*rem*/ font-size: 2.1875rem;
  font-weight: 900;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article header.hero .header_tuile .banner h1 {
    /*px*/ font-size: 23px;
    /*rem*/ font-size: 1.4375rem;
  }
}
.cc.main.ctxt-home article header.hero .header_tuile .banner p {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.cc.main.ctxt-home article header.hero .header_tuile figure {
  margin: 0 !important;
  background: rgba(0, 68, 148, 0.05);
}
.cc.main.ctxt-home article header.hero .header_tuile figure::before {
  background: rgba(65, 65, 65, 0.4);
  height: 98%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  content: "";
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article header.hero .header_tuile figure::before {
    background: none;
  }
}
.cc.main.ctxt-home article header.hero .header_tuile .actions .button {
  border: 1px solid white;
  background-color: transparent;
}
.cc.main.ctxt-home article header.hero .header_tuile .actions .button:hover {
  background-color: #004494;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article header.hero .header_tuile .actions .button:hover {
    background: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article header.hero .header_tuile .actions .button {
    border: none;
    background: #004494;
  }
}
.cc.main.ctxt-home article .body h2 {
  color: #004494;
  /*px*/ font-size: 32px;
  /*rem*/ font-size: 2rem;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body h2 {
    /*px*/ font-size: 25px;
    /*rem*/ font-size: 1.5625rem;
  }
}
.cc.main.ctxt-home article .body h2::before {
  content: none !important;
}
.cc.main.ctxt-home article .body > section > div {
  margin: 0 auto;
  max-width: 1220px;
}
.cc.main.ctxt-home article .body #nous_connaitre {
  /*.video {
							iframe {
								cursor: pointer;
								width: 100% !important;
								border-radius: 25px;
								display: block;
							}
						}*/
}
.cc.main.ctxt-home article .body #nous_connaitre .IBM {
  min-height: 318px !important;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex {
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #nous_connaitre .flex article {
    margin-bottom: 16px;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation div {
  position: relative;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation p {
  color: white;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner {
  position: absolute;
  top: 40%;
  left: 3%;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner {
    top: 50%;
    left: 3%;
  }
}
@media only screen and (max-width: 480px) {
  .cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner {
    top: -2%;
    left: 3%;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner h1 {
  color: white;
  font-size: 2em;
  margin: 0.67em 0;
  /*@media @extrasmall {
											font-size: 1em;
										}*/
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner .actions .button {
  border: 1px solid white;
  background-color: transparent;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex #notre-organisation .banner .actions .button:hover {
  background-color: #004494;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex .hero img {
  height: 100%;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(even) figure {
  width: 40%;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(even) figure + div {
  /*px*/ padding: 40px 20px 40px 20px;
  /*rem*/ padding: 2.5rem 1.25rem 2.5rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(even) figure + div {
    /*px*/ padding: 30px;
    /*rem*/ padding: 1.875rem;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(odd) figure {
  width: 40%;
}
.cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(odd) figure + div {
  /*px*/ padding: 40px 20px 40px 20px;
  /*rem*/ padding: 2.5rem 1.25rem 2.5rem 1.25rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #nous_connaitre .flex .hero:nth-child(odd) figure + div {
    /*px*/ padding: 30px;
    /*rem*/ padding: 1.875rem;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre ul.styled.tile {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #nous_connaitre ul.styled.tile {
    margin-top: 20px !important;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre ul.styled.tile li.hero {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  height: 167px !important;
  width: 100% !important;
  float: inherit !important;
}
.cc.main.ctxt-home article .body #nous_connaitre ul.styled.tile li.hero figure {
  border-radius: 20px 0 0 20px !important;
  order: 1 !important;
}
@media only screen and (max-width: 992px) {
  .cc.main.ctxt-home article .body #nous_connaitre ul.styled.tile li.hero figure {
    display: none;
  }
}
.cc.main.ctxt-home article .body #nous_connaitre [data-collapse] {
  padding: 0 !important;
}
.cc.main.ctxt-home article .body #actualite #articles {
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #actualite #articles {
    flex-direction: column;
    align-items: center;
  }
}
.cc.main.ctxt-home article .body #actualite #articles .remplacement .banner {
  margin: 1em 40px;
}
.cc.main.ctxt-home article .body #actualite #articles .remplacement .banner h2 {
  text-align: left;
}
.cc.main.ctxt-home article .body #actualite #articles .remplacement .actions {
  margin: 1em 40px;
}
.cc.main.ctxt-home article .body #actualite #articles .remplacement img {
  border-radius: 20px;
}
.cc.main.ctxt-home article .body #actualite article {
  /*px*/ width: 320px;
  /*rem*/ width: 20rem;
}
.cc.main.ctxt-home article .body #actualite article h1 {
  font-size: 14px;
}
.cc.main.ctxt-home article .body #actualite article > div {
  /*px*/ height: 425px;
  /*rem*/ height: 26.5625rem;
}
.cc.main.ctxt-home article .body #actualite article > div figure {
  border-radius: 20px 20px 0 0;
  /*px*/ height: 192px;
  /*rem*/ height: 12rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.cc.main.ctxt-home article .body #actualite article > div figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.cc.main.ctxt-home article .body #actualite article > div .publish p {
  /*px*/ font-size: 11px;
  /*rem*/ font-size: 0.6875rem;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social {
  display: flex;
  position: absolute;
  bottom: 0;
  /*px*/ padding: 0 30px;
  /*rem*/ padding: 0 1.875rem;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #actualite article > div div.tiles-social {
    /*px*/ padding: 0 20px;
    /*rem*/ padding: 0 1.25rem;
  }
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social .actions {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .cc.main.ctxt-home article .body #actualite article > div div.tiles-social .actions {
    /*px*/ padding: 0 0 15px;
    /*rem*/ padding: 0 0 0.9375rem;
  }
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage {
  display: flex;
  /*px*/ margin-left: 15px;
  /*rem*/ margin-left: 0.9375rem;
  /*px*/ padding-bottom: 8px;
  /*rem*/ padding-bottom: 0.5rem;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage a {
  align-self: center;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage a.Facebook::before,
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage a.Twitter::before,
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage a.Linkedin::before {
  width: 35px !important;
  height: 35px !important;
  position: relative !important;
  top: 0;
  left: 0;
  transform: inherit;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage:hover > .share {
  display: none;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage:hover > div {
  display: flex;
}
.cc.main.ctxt-home article .body #actualite article > div div.tiles-social div.partage > div {
  display: none;
}
.cc.main.ctxt-home article .body #actualite article .tag {
  position: absolute;
  z-index: 10;
  bottom: 13px;
  left: 13px;
  color: #004494;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  height: 25px;
  padding: 10px;
  border-radius: 20px;
  line-height: 5px;
  font-size: 12px;
  font-weight: bold;
}
.cc.main.ctxt-home article .body #actualite h2 {
  text-align: center;
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
.cc.main.ctxt-home article .body .savoir_faire .flex50 {
  align-self: center;
}
.cc.main.ctxt-home article .body .savoir_faire figure img {
  border-radius: 20px;
}
.cc.main.ctxt-home article .body .savoir_faire .banner,
.cc.main.ctxt-home article .body .savoir_faire .actions {
  margin: 1em 40px;
}
@media only screen and (max-width: 480px) {
  .cc.main.ctxt-home article .body .savoir_faire .banner,
  .cc.main.ctxt-home article .body .savoir_faire .actions {
    margin: 1em 10px;
  }
}
.cc.main.ctxt-home article .body #rs h2 {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
.cc.main.ctxt-home article .body #rs .social {
  padding: 0;
  background: inherit;
}
.cc.main.ctxt-home article .body #rs .social ul {
  margin: 0;
}
.cc.main.ctxt-home article .body #rs .social ul li a:before {
  border: 1px solid #004494;
}
.cc.main.ctxt-home article .body .svg-outline::before {
  display: block;
  position: relative;
  content: "";
  /*px*/ width: 30px;
  /*rem*/ width: 1.875rem;
  /*px*/ height: 30px;
  /*rem*/ height: 1.875rem;
  background-repeat: no-repeat;
  background-size: contain;
}
.cc.main.ctxt-home article .body .svg-outline.share:before {
  background-image: url("/partage/fr/CSD-CM/CMAF/styles/components/svg/share-outline.svg");
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile {
  min-height: 465px;
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure {
  font-size: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  max-height: 465px;
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure img {
  width: 100%;
}
@media only screen and (max-width: 1690px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure img {
    width: auto;
    max-width: none;
    max-height: 465px;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure img {
    width: 100%;
  }
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure:before {
  height: 100%;
  background: rgba(75, 75, 130, 0.6);
}
@media only screen and (max-width: 768px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile figure:before {
    display: none;
  }
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile .flex > .flex50:first-child {
  padding-right: 60px;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 992px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile .flex > .flex50:first-child {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 992px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile .flex > .flex50:nth-child(2) {
    display: flex;
    align-items: center;
  }
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner h1 {
  font-weight: 700;
  /*px*/ font-size: 28px;
  /*rem*/ font-size: 1.75rem;
}
@media only screen and (max-width: 992px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner h1 {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner h1 {
    font-size: 35px;
  }
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner p {
  margin-top: 25px;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner .actions .button {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner .actions .button:hover {
    border: 1px solid #004494;
    color: #004494;
  }
}
@media only screen and (max-width: 768px) {
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner .flex {
    display: block;
  }
  .cc.main article header.hero.header-ensemble-performant-solidaire .header_tuile div.banner .flex50 {
    width: 100%;
  }
}
