h1, h2, h3, h4, h5, h6 {
  letter-spacing: .0em;
}

.uppercase {
  text-transform: uppercase;
}

.btn-primary {
  background-color: #e0791b;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.btn-tertiary {
  background-color: #802a5b;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

body p {
  line-height: 24px !important;
}

.text-primary {
  color: #ff9036 !important;
}

.text-black {
  color: #000000;
}

.text-bold {
  font-weight: 700;
}

/* -----CUSTOM HEADER----------*/
#header .header-nav.header-nav-links nav > ul > li > a, #header .header-nav.header-nav-links nav > ul > li:hover > a {
  height: 60px;
}

#header .header-container.header-container-height-sm {
  height: 60px;
}

.header-floating-bar {
  height: 60px !important;
}

.header-body {
  background-color: rgba(0, 0, 0, 0.521) !important;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}

#header .header-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: end;
  justify-content: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

#header .header-nav .dropdown-item {
  color: white;
}

#header .header-nav a {
  color: white !important;
  text-transform: uppercase !important;
  font-size: .95rem !important;
}

.header-nav-divisor nav > ul > li > a {
  border-right: 1px solid rgba(255, 255, 255, 0.3) !important;
}

html:not(.sticky-header-active) #header.header-floating-bar .header-container {
  padding-right: 0px;
  padding-left: 0px;
}

html.sticky-header-reveal.sticky-header-active #header .header-body {
  position: fixed;
  border-bottom: none;
  width: 100%;
  max-width: 100%;
}

#header .header-btn-collapse-nav {
  background: #f08127;
  color: #FFF;
  float: right;
  margin: 0 0 0 0;
  padding: 5px 5px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: rgba(0, 0, 0, 0.521) !important;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a {
  background-color: #e0791b;
}

/* -----IMAGES----------*/
.img-border {
  border: 5px solid black;
}

/* -----SECTION----------*/
.section-logo {
  background-image: url(../img/background-acc-01.jpg);
  background-position: center;
  background-size: cover;
  height: 616px;
  width: 100vw;
  padding-top: 160px;
  text-align: center;
}

.section-logo img {
  border: 2px solid black;
  border-radius: 50%;
  box-shadow: 10px 10px 11px -6px rgba(0, 0, 0, 0.66);
  width: 215px;
}

.section-logo h2 {
  color: white;
  font-size: 5.2em;
  font-weight: 800;
  letter-spacing: .25rem;
}

.section-logo h3 {
  color: white;
  font-size: 2.5em;
  font-weight: 600;
  letter-spacing: .3rem;
}

.section-logo .highlights {
  display: inline-block;
  background-color: #f08127;
  color: white;
  min-width: 200px;
}

@media (min-width: 200px) and (max-width: 576px) {
  .section-logo img {
    width: 180px;
  }
  .section-logo h2 {
    font-size: 4.2em;
    letter-spacing: normal;
    margin-bottom: .2em;
  }
  .section-logo h3 {
    font-size: 2em;
  }
}

.section-logo-page {
  background-image: url(../img/background-acc-01.jpg);
  height: 460px;
  width: 100vw;
  padding-top: 140px;
  text-align: center;
}

.section-logo-page img {
  border: 2px solid black;
  border-radius: 50%;
  box-shadow: 10px 10px 11px -6px rgba(0, 0, 0, 0.66);
  width: 120px;
}

.section-logo-page h2 {
  color: white;
  font-size: 4.5em;
  line-height: .9em;
  font-weight: 800;
  letter-spacing: .2rem;
  padding-top: 40px;
}

.section-logo-page h3 {
  color: white;
  font-size: 2.3em;
  font-weight: 600;
  letter-spacing: .3rem;
}

.section-logo-page h4 {
  text-transform: uppercase;
}

.section-logo-page .highlights {
  display: inline-block;
  background-color: #f08127;
  color: white;
  min-width: 250px;
}

@media (min-width: 200px) and (max-width: 576px) {
  .section-logo-page {
    padding-top: 120px;
  }
  .section-logo-page img {
    width: 120px;
  }
  .section-logo-page h2 {
    font-size: 4.2em;
    letter-spacing: normal;
    margin-bottom: .2em;
  }
  .section-logo-page h3 {
    font-size: 2em;
    letter-spacing: .2rem;
  }
}

.section-intro {
  background-image: url(../img/background-acc-02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 389px;
  width: 100vw;
}

.section-intro .content {
  padding-top: 220px;
}

.section-intro h4 {
  color: white;
  font-size: 1.9em;
}

.section-intro h5 {
  color: white;
  text-transform: none;
  font-size: 1.5em;
  font-weight: 400;
}

.section-card {
  padding: 30px 0 80px 0;
}

.section-card .card {
  min-height: 500px;
  border: 1px solid #dd6317;
  border-radius: 8px;
  padding: 30px;
}

.section-card .card.noborder {
  border: none;
}

.section-card .card h3 {
  font-size: 2em;
  font-weight: 800;
  line-height: 1em;
}

@media (min-width: 200px) and (max-width: 576px) {
  .section-card .card {
    max-height: auto;
  }
}

.section-don .block {
  background-color: #e0791b;
  border-radius: 10px;
  padding: 0px 0;
}

.section-don .action {
  background-image: url(../img/background-don.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.section-don h2 {
  color: black;
  font-weight: 800;
}

.section-don h3 {
  color: white;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don h6 {
  color: black;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don ul {
  padding-left: 15px;
}

.section-don ul li {
  color: rgba(255, 255, 255, 0.7);
}

.section-logo-landing {
  background-image: url(../img/background-seisme.jpg);
  height: 460px;
  width: 100vw;
  padding-top: 140px;
  text-align: center;
}

.section-logo-landing img {
  border: 2px solid black;
  border-radius: 50%;
  box-shadow: 10px 10px 11px -6px rgba(0, 0, 0, 0.66);
  width: 120px;
}

.section-logo-landing h2 {
  color: white;
  font-size: 4.5em;
  line-height: .9em;
  font-weight: 800;
  letter-spacing: .2rem;
  padding-top: 40px;
}

.section-logo-landing h3 {
  color: white;
  font-size: 2.3em;
  font-weight: 600;
  letter-spacing: .3rem;
}

.section-logo-landing h4 {
  text-transform: uppercase;
}

.section-logo-landing .highlights {
  display: inline-block;
  background-color: #f08127;
  color: white;
  min-width: 250px;
}

@media (min-width: 200px) and (max-width: 576px) {
  .section-logo-landing {
    padding-top: 120px;
  }
  .section-logo-landing img {
    width: 120px;
  }
  .section-logo-landing h2 {
    font-size: 4.2em;
    letter-spacing: normal;
    margin-bottom: .2em;
  }
  .section-logo-landing h3 {
    font-size: 2em;
    letter-spacing: .2rem;
  }
}

.section-don-home {
  background-color: #e0791b;
}

.section-don-home .action {
  background-image: url(../img/background-don.png);
  background-repeat: no-repeat;
  background-position: center;
}

.section-don-home h2 {
  color: black;
  font-weight: 800;
}

.section-don-home h3 {
  color: white;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don-home h6 {
  color: black;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don-detail .block {
  background-color: #e0791b;
  border-radius: 10px;
  padding: 30px 0;
}

.section-don-detail .action {
  background-image: url(../img/background-don.png);
  background-repeat: no-repeat;
}

.section-don-detail h2 {
  color: black;
  font-weight: 800;
}

.section-don-detail h3 {
  color: white;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don-detail h6 {
  color: black;
  font-weight: 800;
  text-transform: none;
  font-size: 1.4em;
}

.section-don-detail ul {
  padding-left: 15px;
}

.section-don-detail ul li {
  color: rgba(255, 255, 255, 0.7);
}

.section-gray-dark {
  background-image: url(../img/sep-top-gray-dark.png);
  background-repeat: no-repeat;
  background-color: #6d6e70;
  padding: 60px 0;
}

.section-gray-dark h3 {
  font-size: 2.1em;
  font-weight: 800;
  line-height: 1em;
}

.section-gray-dark.page {
  padding: 70px 0 130px;
}

.section-about {
  padding: 80px 0 20px 0;
}

.section-black {
  background: top no-repeat url(../img/sep-top-white.png), left top no-repeat url(../img/back-courbe-white.png);
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 170px 0 120px;
}

.section-black p {
  color: rgba(255, 255, 255, 0.7);
}

.section-black img {
  border: 3px solid white;
}

.section-black-02 {
  background: left top no-repeat url(../img/back-courbe-white.png);
  background-repeat: no-repeat;
  background-color: #000000;
  padding: 70px 0 70px;
}

.section-black-02 p {
  color: rgba(255, 255, 255, 0.7);
}

.section-black-02 img {
  border: 3px solid white;
}

.section-orang {
  background: bottom no-repeat url(../img/sep-bottom-white.png), right top no-repeat url(../img/back-courbe-white-right.png);
  background-repeat: no-repeat;
  background-color: #e0791b;
  padding-top: 100px;
  padding-bottom: 170px;
}

.section-orang li {
  color: rgba(255, 255, 255, 0.7);
}

.section-orang .absolute {
  display: block;
  position: absolute;
  width: 200px;
  height: auto;
  top: 150px;
  left: 185px;
  border-radius: 50%;
  border: 3px solid white;
  box-shadow: 10px 10px 11px -6px rgba(0, 0, 0, 0.66);
  padding: 0 !important;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .section-orang .absolute {
    top: 120px;
    left: 140px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .section-orang .absolute {
    width: 150px;
    height: auto;
    top: 90px;
    left: 105px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .section-orang .absolute {
    width: 200px;
    height: auto;
    top: 150px;
    left: 170px;
  }
}

@media (min-width: 280px) and (max-width: 574px) {
  .section-orang .absolute {
    width: 130px;
    height: auto;
    top: 30%;
    left: 35%;
    border: 2px solid white;
  }
}

.section-orang img {
  border: 3px solid white;
}

.section-orang img.no-border {
  border: none;
}

.section-orang .badge {
  top: -150px;
  display: block;
  position: absolute;
  background-color: #fabb46;
  border-radius: 8px;
  width: 300px;
  padding: 10px 10px;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

.section-orang .relative {
  position: relative;
}

.section-actu {
  background-image: url(../img/actus-bandeau.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100vw;
  padding-top: 80px;
}

/*-------SEPARATEURS------------*/
.sep-top-orange {
  background-image: url(../img/sep-top-orange.png);
  background-repeat: no-repeat;
  padding: 140px 0 0 0;
}

.sep-top-orange h3 {
  font-size: calc(1.405rem + 1.86vw);
  line-height: calc(1.425rem + 2.1vw);
  font-weight: 700;
  color: #e0791b;
}

@media (min-width: 1200px) {
  .sep-top-orange h3 {
    font-size: 2.8rem;
  }
}

@media (min-width: 1200px) {
  .sep-top-orange h3 {
    line-height: 3rem;
  }
}

.sep-top-orange h2 {
  font-size: calc(1.445rem + 2.34vw);
  line-height: calc(1.455rem + 2.46vw);
}

@media (min-width: 1200px) {
  .sep-top-orange h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 1200px) {
  .sep-top-orange h2 {
    line-height: 3.3rem;
  }
}

.sep-top-orange img {
  border: 3px solid #e0791b;
}

/*-------ACTUS et CAROUSEL------------*/
.post {
  padding: 15px;
  border: 1px solid #ff9036;
  min-height: 443px;
  background-color: white;
  min-height: 503px;
}

.post .post-image .card-img-top {
  width: 100%;
  height: 220px;
  text-align: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.post .post-content {
  padding: 0rem;
}

.post .post-content p {
  font-size: 1rem;
  line-height: 22px !important;
}

.post .post-content a {
  color: black;
}

.post .post-content .date {
  color: #ff9036;
  font-weight: 700;
  font-size: 12px;
}

.post .post-content .btn {
  color: white;
}

.p-post-detail p {
  font-size: 1em !important;
  line-height: 26px;
}

.blog-posts:not(.blog-posts-no-margins) article {
  border-bottom: 1px solid #ff9036;
}

ul.simple-post-list .post-image {
  float: none;
  margin-right: 12px;
  list-style: none;
}

.simple-post-list a {
  color: #ff9036;
}

.owl-item .post {
  margin-right: 20px;
}

/*-------PARTENAIRES------------*/
.partenaires .border {
  border: 1px solid #d3d3d3;
  min-height: 240px;
}

.partenaires .border img {
  max-height: 160px;
  width: auto;
  padding-top: 15px;
  border: none !important;
}

.border-white {
  border: 20px solid white;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

/*----VIDEOS------*/
.video .img {
  margin-bottom: 20px;
}

iframe {
  border: 1px solid #e0791b;
}

.iframe-container {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.iframe-container:after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: calc(315/560*100%);
}

.iframe-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

/*-------GALERIE------------*/
.galerie img {
  border: 2px solid black;
  margin-bottom: 15px;
}

/*-------DON------------*/
.modal {
  padding: 100px 30px 0 30px;
}

.modal.dark .modal-dialog {
  background-color: #000000;
}

.modal.dark .modal-dialog .modal-content .modal-header {
  background-color: #000000;
  border-radius: 15px;
}

.modal.dark .modal-dialog .modal-content .modal-header .btn-close {
  background-color: white !important;
}

.modal.dark .modal-dialog .modal-content .header-second {
  background-color: #000000;
  padding: 0;
}

.modal.dark .modal-dialog .modal-content .modal-body {
  background-color: #000000;
}

.modal.dark .modal-dialog .modal-content .modal-body h3 {
  font-size: 2rem !important;
  line-height: 2.3rem;
  font-weight: 700;
  color: #e0791b;
  margin-bottom: 20px !important;
}

.modal.dark .modal-dialog .modal-content .modal-body p {
  font-size: 1rem !important;
  color: white;
}

.modal .modal-dialog {
  border: 1px solid #e0791b;
  background-color: white;
  border-radius: 15px;
  box-shadow: 0px 10px 11px 4px rgba(0, 0, 0, 0.2);
}

.modal .modal-dialog .modal-content .modal-header {
  background-color: white;
  border-radius: 15px;
}

.modal .modal-dialog .modal-content .header-second {
  background-color: white;
  padding: 0;
}

.modal .modal-dialog .modal-content .modal-body {
  background-color: white;
}

.modal .modal-dialog .modal-content .modal-body h3 {
  font-size: 2rem !important;
  line-height: 2.3rem;
  font-weight: 700;
  color: #e0791b;
  margin-bottom: 20px !important;
}

.modal .modal-dialog .modal-content .modal-body p {
  font-size: 1rem !important;
}

.bloc-seisme {
  border: 1px solid #e0791b;
  border-radius: 15px;
  padding: 15px 15px 60px;
}

.bloc-seisme h2 {
  font-size: 2.1rem;
  line-height: 2.3rem;
}

.bloc-seisme h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.bloc-seisme .image img {
  border: 0px solid transparent !important;
}

@media (min-width: 200px) and (max-width: 576px) {
  .bloc-seisme p {
    font-size: 1rem !important;
  }
}

.bloc-seisme-02 {
  background-color: black;
  border-radius: 15px;
  padding: 50px 15px 60px;
  min-height: 1035px;
}

.bloc-seisme-02 h2 {
  font-size: 2.1rem;
  line-height: 2.3rem;
  color: white;
  font-weight: 700;
}

.bloc-seisme-02 h3 {
  font-size: 1.8rem;
  font-weight: 700;
}

.bloc-seisme-02 .image img {
  border: 0px solid transparent !important;
}

.bloc-seisme-02 .graph {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bloc-seisme-02 .graph .graph-detail {
  max-width: 160px;
}

.bloc-seisme-02 .graph .graph-detail .chiffre {
  padding: 15px 0 5px;
  color: #e0791b;
  font-size: 2rem;
  font-weight: 700;
}

.bloc-seisme-02 .graph .graph-detail .text {
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.2rem !important;
  color: white;
}

@media (min-width: 200px) and (max-width: 576px) {
  .bloc-seisme-02 .graph {
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.bloc-seisme-02 .object {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-bottom: 30px;
}

.bloc-seisme-02 .object p {
  font-size: 1.2rem;
  font-weight: 700;
  color: white;
  margin: 0;
  padding: 0 20px;
}

@media (min-width: 200px) and (max-width: 576px) {
  .bloc-seisme-02 .object {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .bloc-seisme-02 .object .arrow-obj {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .bloc-seisme-02 .object .circle {
    padding-bottom: 15px;
  }
}

/*----FOOTER------*/
#footer {
  background-color: #000000;
  margin-top: 0px;
}

.footer p {
  font-size: 1rem;
}

.footer .icone {
  padding: 5px 10px 0 0;
}

.footer .social-icons-big li a {
  height: 48px;
  line-height: 48px;
  width: 48px;
}

.footer .social-icons-big li a i {
  margin-top: .7rem;
}

/*# sourceMappingURL=custom.css.map */
