@import url("https://fonts.googleapis.com/css2?family=Archivo:wght@300;400;500;900&display=swap");

body {
  margin: 0px;
  padding: 0px;
  font-family: "Archivo", sans-serif;
  background-color: #00334a;
  color: #fff;
}

body.no-home {
  padding-top: 70px;
}

div {
  box-sizing: border-box;
}
.entete {
  width: 100%;
  height: 100vh;
  background-color: #00415e;
  background-image: url(../images/fond-home.svg);
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
}

.entete-content {
  width: 100%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.entete p {
  width: 100%;
  text-align: center;
  color: #9a6d00;
  font-size: 12px;
  margin-top: 55px;
}

.entete h1 {
  width: 100%;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 58px;
  line-height: 78px;
  font-weight: 900;
}

.entete h1 span {
  color: #9a6d00;
}

.boutons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.boutons a.groupe,
.boutons span.groupe {
  text-decoration: none;
  color: #fff;
  background-color: #9a6d00;
  height: 45px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.boutons a.groupe:hover,
.boutons span.groupe:hover {
  background-color: #fff;
  color: #9a6d00;
}

.boutons a.contact {
  text-decoration: none;
  color: #9a6d00;
  background-color: #fff;
  height: 45px;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 15px;
  line-height: 15px;
  padding-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.boutons a.contact:hover {
  background-color: #9a6d00;
  color: #fff;
}

.page {
  padding-top: 150px;
  padding-bottom: 150px;
}

.page .content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.page .content .gauche {
  width: 50%;
  padding-right: 70px;
}

.page .content .gauche p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.page .content .gauche h3 {
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9a6d00;
}

.page .content .gauche h2 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}

.page .content .gauche h2 span {
  color: #9a6d00;
}

.signatures {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}

.signature {
  width: 100%;
}

.signature p {
  border-left: #fff solid 1px;
  padding-left: 20px;
  color: #9a6d00;
  font-size: 16px;
  line-height: 20px;
}

.signature p span {
  color: #fff;
  font-style: oblique;
}

.page .content .droite {
  width: 50%;
  padding-left: 70px;
  position: relative;
}

.page .content .droite img:not(.picto-image) {
  width: 100%;
  height: auto;
}

.page .content .droite img.picto-image {
  position: absolute;
  left: 20px;
  bottom: 0px;
}

.page-bleu-clair {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #00415e;
}

.page-bleu-clair .contenu {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  text-align: center;
}

.page-bleu-clair .contenu p {
  font-size: 12px;
  line-height: 25px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #9a6d00;
}
.page-bleu-clair .contenu h5 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 100px;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 40px;
  font-weight: 900;
}
.page-bleu-clair .contenu h5 span {
  color: #9a6d00;
}

.page-bleu-clair .contenu .logos {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-bleu-clair .contenu .logos a {
  width: 33.333%;
  background-position: center center;
  background-size: 60% auto;
  height: 180px;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-decoration: none;
}

.page-bleu-clair .contenu .logos a span {
  color: #fff;
  text-decoration: none;
  margin-top: 150px;
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 16px;
  margin-bottom: 30px;
}
.page-bleu-clair .contenu .logos a:hover span {
  color: #9a6d00;
  text-decoration: none;
}

.page-bleu-clair .contenu .logos .sep {
  width: calc(33.333% - 50px);
  height: 1px;
  background-color: #fff;
  margin-left: 25px;
  margin-right: 25px;
}

.page-bleu-clair .contenu .logos a.century {
  background-image: url(../images/logo-c21.svg);
  margin-bottom: 25px;
}

.page-bleu-clair .contenu .logos a.infinity {
  background-image: url(../images/logo-infinity.svg);
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  margin-bottom: 25px;
}

.page-bleu-clair .contenu .logos a.icp {
  background-image: url(../images/logo-icp.svg);
  margin-bottom: 25px;
  background-size: 50% auto;
}

.page-bleu-clair .contenu .logos a.akeria {
  background-image: url(../images/logo-akeria.svg);
  margin-top: 25px;
}

.page-bleu-clair .contenu .logos a.rassurons {
  background-image: url(../images/logo-rassurons.svg);
  border-left: #fff 1px solid;
  border-right: #fff 1px solid;
  margin-top: 25px;
}

.page-bleu-clair .contenu .logos a.empruntis {
  background-image: url(../images/logo-empruntis.svg);
  margin-top: 25px;
}

.page-bleu-clair .contenu h6 {
  display: block;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
  text-transform: uppercase;
  font-size: 19px;
  line-height: 26px;
  font-weight: 900;
}
.page-bleu-clair .contenu h6 span {
  color: #9a6d00;
}

.footer {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #002a3d;
}

.footer-content {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.footer-content .logo {
  width: 34%;
  font-size: 15px;
}

.footer-content .logo p {
  margin-top: 40px;
  margin-bottom: 0px;
}

.footer-content .menus {
  width: 66%;
  padding-left: 120px;
}

.footer-content .menus ul {
  width: 100%;
  display: block;
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 13px;
  font-weight: 900;
  align-items: center;
}

.footer-content .menus ul li {
  margin-right: 65px;
}

.footer-content .menus ul li a {
  text-decoration: none;
  color: #fff;
}

.footer-content .menus ul li a:hover {
  color: #9a6d00;
  text-decoration: underline;
}

.footer-content .menus ul.top {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: #fff 1px solid;
}

.btn-burger {
  display: none;
}

.btn-block {
  display: none;
}

.nav-content {
  width: 100%;
  height: 70px;
  background-color: #00415e;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 100;
}

.nav-content a.contact {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #fff;
  background-color: #9a6d00;
  height: 70px;
  padding-left: 60px;
  padding-right: 60px;
  text-decoration: none;
  font-size: 14px;
  line-height: 14px;
  padding-top: 28px;
  box-sizing: border-box;
}

.nav-center {
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.nav-center a.logo img {
  width: 143px;
  height: auto;
}

.nav-center ul {
  padding-left: 100px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  font-size: 15px;
  line-height: 15px;
}

.nav-center ul li {
  margin-left: 40px;
  margin-right: 40px;
}

.nav-center ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  border-bottom: #00415e 3px solid;
}

.nav-center ul li a:hover {
  border-bottom: #9a6d00 3px solid;
}

.header {
  background-color: #00415e;
  width: 100%;
  background-image: url(../images/fond-home.svg);
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.header h1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  margin: 0px;
  line-height: 40px;
}

.header h1 span {
  color: #9a6d00;
}

.big-header {
  background-color: #00415e;
  width: 100%;
  background-image: url(../images/fond-home.svg);
  background-repeat: no-repeat;
  min-height: 700px;
  background-position: center center;
  background-size: cover;
  width: 100%;
  display: block;
}

.big-header h1 {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
  display: block;
  padding-top: 90px;
}

.page-actus {
  width: 100%;
  background-color: #efefef;
  margin-top: 0px;
  padding-top: 10px;
  padding-bottom: 100px;
}

.big-header h1 span{
color: #9a6d00;
}


.image-une-wrapper {
  width: 100%;
  background-color: #efefef;
  margin: 0px;
}

.image-une {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
}

.image-une img {
  width: 100%;
  height: auto;
  margin-top: -300px;
  margin-bottom: 0px;
  border-radius: 10px;
}

.page-actus .contenu {
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  color: #00415e;
  font-size: 18px;
  line-height: 25px;
  font-weight: 200;
}

.page-actus .contenu h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  text-transform: uppercase;
  color: #9a6d00;
}

.page-actus .contenu h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.page-actus .contenu h4 {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.page-actus .contenu a {
  color: #00415e;
}

.page-actus .contenu a:hover {
  color: #9a6d00;
}

.page-simple a {
  color: #00415e;
}

.page-simple a:hover {
  color: #9a6d00;
}

.page-simple {
  width: 100%;
  background-color: #efefef;
  color: #00415e;
  padding-top: 120px;
  padding-bottom: 60px;
}

.page-simple .contenu {
  width: 100%;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-simple .contenu img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-simple .contenu p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.page-simple .contenu h2 {
  font-size: 30px;
  line-height: 40px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 40px;
}

.page-simple .contenu h2 span {
  color: #9a6d00;
}

.page-simple .contenu h3 {
  font-size: 25px;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 40px;
  line-height: 40px;
}

.page-simple .contenu h3 span {
  color: #9a6d00;
}

.page-simple .contenu p.presentation {
  color: #9a6d00;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1.5px;
  font-weight: 900;
  margin-top: 25px;
  margin-bottom: 25px;
}

.page-simple .contenu .col-g {
  padding-right: 120px;
  width: 50%;
}

.page-simple .contenu .col-d {
  padding-left: 120px;
  width: 50%;
}

.page-simple .partage {
  width: 100%;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 150px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-top: #00334a 1px solid;
  padding-top: 60px;
  text-align: center;
}

.page-actus .partage {
  width: 100%;
  max-width: 1200px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: #00334a 1px solid;
  padding-top: 0px;
  text-align: center;
  padding-bottom: 50px;
}

.page-simple .partage a.picto,
.page-actus .partage a.picto {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  margin-right: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-simple .partage p,
.page-actus .partage p {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.partage a.linkedin {
  background-image: url(../images/picto-linkedin.svg);
}

.partage a.x {
  background-image: url(../images/picto-x.svg);
}

.partage a.facebook {
  background-image: url(../images/picto-facebook.svg);
}

.page-simple label {
  width: 100%;
  display: block;
  box-sizing: border-box;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
}

.page-simple label span {
  color: red;
}

p.erreur {
  color: red;
}

.page-simple input[type="text"],
.page-simple input[type="email"],
.page-simple input[type="tel"] {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  padding: 10px;
  height: 40px;
  border-radius: 10px;
  border: #00334a 1px solid;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #00334a;
}

.page-simple textarea {
  width: 100%;
  margin-bottom: 15px;
  display: block;
  box-sizing: border-box;
  background-color: transparent;
  padding: 10px;
  height: 100px;
  border-radius: 10px;
  border: #00334a 1px solid;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #00334a;
}

.page-simple input[type="submit"] {
  width: auto;
  margin-bottom: 15px;
  display: block;
  box-sizing: border-box;
  background-color: #00334a;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  border-radius: 10px;
  border: #00334a 1px solid;
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}

.page-simple input[type="submit"]:hover {
  background-color: #9a6d00;
  border: #9a6d00 1px solid;
}

.page-simple img.captcha {
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  vertical-align: middle;
}

.actualites-wrapper {
  background-color: #00334a;
  padding-top: 100px;
  padding-bottom: 100px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.actualites {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.les-actus {
  width: 100%;
  max-width: 1500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.top-actus {
  width: 100%;
  padding-bottom: 50px;
}

.top-actus p {
  color: #9a6d00;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.top-actus h2 {
  text-transform: uppercase;
  font-size: 30px;
  color: #fff;
  margin-bottom: 0px;
}

.top-actus h2 span {
  color: #9a6d00;
}

.page-liste-actus .actu {
  margin-bottom: 50px;
}

.actu {
  padding-left: 0px;
  padding-right: 70px;
  width: 33.333%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  align-items: stretch;
}

.actu .actu-content {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: #fff 1px solid;
}

.actu .actu-content a.image {
  width: 100%;
  height: 280px;
  border-radius: 10px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
}

.actu .actu-content h3,
.actu .actu-content h2 {
  font-size: 23px;
  line-height: 31px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 0px;
  width: 100%;
}

.actu .actu-content h3 a,
.actu .actu-content h2 a {
  color: #fff;
  text-decoration: none;
}

.actu .actu-content h3 a:hover,
.actu .actu-content h2 a:hover {
  color: #9a6d00;
  text-decoration: underline;
}
