/*
Theme Name: IPPI-DB
Theme URI: https://ippidb.pasteur.fr/
Author: Rachel Torchet
Description: IPPI-DB Theme
*/

* {
    font-family: "BrandonGrotesqueReg";
}

/* HEAD */

.hide {
    display: none;
}

.clear_all {
    font-size: 14px;
    color: #007bff;
    text-decoration: none;
    font-family: "BrandonGrotesqueReg"
}

#main-header {
    margin-bottom: 2px;
}

#head-top {
    background-color: #211b1d;
    height: 33px;
    position: relative;
}

/* -- Header Menu -- */

#head-top #mainmenu {
    position: relative;
}

#head-top #mainmenu ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

#head-top #mainmenu ul li {
    float: left;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
}

#head-top #mainmenu ul li a {
    font-size: 11px;
    font-family: "BrandonGrotesqueBld";
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 9px 35px;
    text-align: center;
}

#head-top #mainmenu ul li a:hover {
    background: #FFF none repeat scroll 0% 0%;
    color: #2D80E2;
    text-decoration: none;
}

#head-top #mainmenu ul li a:focus {
    background: #FFF none repeat scroll 0% 0%;
    color: #2D80E2;
    text-decoration: none;
}

div.tabs {
    will-change: transform;
    position: fixed;
    bottom: 0px;
    right: 0px;
    left: 0px;
    z-index: 999;
    margin: 0px;
    text-align: center;
}

div.hidden {
    display: none;
}

.locale-block {
    float: right;
    margin-left: 10px;
    margin-top: 5px;
}

/* -- Jumbotron -- */

.logoJum {
    padding: 50px;
    margin-bottom: 0px;
    color: inherit;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-color: #F9F9F9;
    background-size: cover;
    height: 200px;
}

.logoJum h1 {
    font-family: "BrandonGrotesqueBlk";
    font-size: 61px;
}

.logoJum p {
    font-family: "BrandonGrotesqueReg";
    font-size: 22.5px;
}

.logoJum a {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.logoJum a:hover {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

.logoJum a:focus {
    color: rgb(0, 0, 0);
    text-decoration: none;
}

/* -- Main Menu -- */

#mainnav {
    overflow: hidden;
    border-bottom: 1px solid #AEB7C0;
    background-color: #F9F9F9;
}

.main-nav {
    margin: 0 auto;
    position: relative;
    text-align: center;
    text-wrap: balance;
    height: auto;
}

.main-nav ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    border: 0px none;
    width: auto;
}

.main-nav ul li {
    float: left;
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0px 30px;
    width: 6rem;
}

.main-nav ul li a {
    font-size: 12px;
    font-family: "BrandonGrotesqueBlk";
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;
    position: relative;
    display: inline-block;
}

.main-nav ul li a:hover {
    font-size: 12px;
    font-family: "BrandonGrotesqueBlk";
    color: #211B1D;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;
    position: relative;
    display: inline-block;
}

.main-nav ul li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #211B1D none repeat scroll 0% 0%;
}

.main-nav ul li a:focus {
    font-size: 12px;
    font-family: "BrandonGrotesqueBlk";
    color: #211B1D;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;
    position: relative;
    display: inline-block;
}

.main-nav ul li a:focus::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #211B1D none repeat scroll 0% 0%;
}

.main-nav ul li a:active {
    font-size: 12px;
    font-family: "BrandonGrotesqueBlk";
    color: #211B1D;
    text-transform: uppercase;
    text-decoration: none;
    padding: 5px 0px;
    position: relative;
    display: inline-block;
}

.main-nav ul li a:active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #211B1D none repeat scroll 0% 0%;
}

/* -- Secondary Menu -- */

.secondary-nav {
    background: #F0F3F4 none repeat scroll 0% 0%;
    padding: 15px 0px;
    text-align: center;
}

.secondary-nav ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

.secondary-nav ul li {
    margin: 0px 35px;
    display: inline-block;
}

.secondary-nav ul li a {
    font-size: 11px;
    font-family: "BrandonGrotesqueBlk";
    color: #414144;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
}

.secondary-nav a {
    font-size: 11px;
    font-family: "BrandonGrotesqueBlk";
    color: #414144;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px;
    margin: 0px 30px;
    position: relative;
}

.secondary-nav ul li a:active {
    font-size: 11px;
    font-family: "BrandonGrotesqueBlk";
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
}


.secondary-nav ul li a:focus::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
    color: #000;
}

.secondary-nav a:focus::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    widows: ;
    background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
    color: #000;
}

.secondary-nav ul li a:active::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
    color: #000;
}

.secondary-nav ul li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
}

.secondary-nav a:hover::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #414144 none repeat scroll 0% 0%;
    text-decoration: none;
}

/* -- Home page choices -- */

.compound_choices {
    position: relative;
    background: #E3E9EB url(/static/images/Other/cross.png) 50px 100px no-repeat;
    text-align: center;
    height: fit-content;
    box-shadow:  0 3px 11px 0 rgb(0 0 0 / 20%);
}

.compound_background {
    position: relative;
    background: #E3E9EB url(/static/images/Other/cross.png) 50px 100px no-repeat;
    text-align: center;
    height: fit-content;
}

.compound_choices:hover{
    background: #D1DBDE url(/static/images/Other/cross.png) 50px 100px no-repeat;
}

.pocket_choices {
    position: relative;
    background: #AABDC3 url(/static/images/Other/cross.png) 50px 100px no-repeat;
    text-align: center;
    height: fit-content;
    box-shadow:  0 3px 11px 0 rgb(0 0 0 / 20%);
}

.pocket_choices:hover {
    background: #97ADB5 url(/static/images/Other/cross.png) 50px 100px no-repeat;
}

.pocket_background {
    position: relative;
    background: #AABDC3 url(/static/images/Other/cross.png) 50px 100px no-repeat;
    text-align: center;
    height: fit-content;
}

.icons {
    padding: 10%;
    font-size: 1.5em;
}

.choices_background {
    background-color: #FFFFFF;
    color: #414144;
    height: 100%;
}

.choices_background a {
    color: #414144;
    text-decoration: none;
}

.choices_background a:hover {
    color: #000;
    text-decoration: none;
}

.choices_background:hover {
    cursor: pointer;
    color: #000;
    text-decoration: none;
}

.choices_background:hover .flip-card-inner{
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.2);
}

.choices_image {
    text-align: center;
    padding: 11px;
}

.choices_title {
    font-family: "PlayfairDisplayReg";
    text-align: center;
}

.choices_description {
    text-align: left;
    padding: 11px;
}

/* --- Flipping card on home page ---*/

.flip-card {
    background-color: transparent;
    position: relative;
  }
  
  .flip-card-inner {
    
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: rotateX(0deg);
    transition: all 0.5s linear;
  }
  
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
  }
  
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
  }
  
  .flip-card-front {
    background-color: #fff;
    color: #414144;
    text-align: center;
    padding: 11px;
    transform: rotateY(0deg);
  }
  
  .flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    display:block;
  }

  .front-vertical-align {
      padding-top: 80px;
  }

  .back-vertical-align {
      padding-top: 25px;
  }


/* -- Breadcrumb -- */

.breadNav {
    color: #C6C5C6;
    max-width: 1200px;
    background-color: #fff;
    font-family: "BrandonGrotesqueBld";
    margin-bottom: 0px;
}

.breadNav-label {
    position: absolute !important;
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden;
    font-family: "BrandonGrotesqueBld";
}

.breadNav-link {
    font-family: "BrandonGrotesqueReg";
    color: #C6C5C6;
    text-decoration: underline;
}

.breadNav-link a:hover {
    font-family: "BrandonGrotesqueReg";
    color: #2D96FA;
    text-decoration: underline;
}

.breadNav-link a:focus {
    font-family: "BrandonGrotesqueReg";
    color: #2D96FA;
    text-decoration: underline;
}

/* -- Unclickable option -- */

.unclickable_option {
    font-size: 11px;
    font-family: "BrandonGrotesqueBlk";
    text-transform: uppercase;
    text-decoration: none;
    padding: 0px 0px;
    position: relative;
    display: inline-block;
    color: #8D8889 !important;
    cursor: default;
}

/* -- Page Header -- */

.adv-page__header {
    margin-left: -50px;
    margin-right: -50px;
    box-shadow: 0px 0px 0px 1500px rgba(0, 0, 0, 0.1) inset;
    min-height: 260px;
    line-height: 260px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    text-align: center;
    background-image: url("https://research.pasteur.fr/wp-content/uploads/2015/03/Facebook-offers-its-Proxygen-server-on-Open-Source-Platform-for-developers-1000x300.jpg")
}

.header__inner {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
    min-width: 450px;
    font-size: 42px;
    font-family: "BrandonGrotesqueBlk";
    color: #fff;
    text-transform: uppercase;
}

.node-fiche-page--full .node__title {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.2;
    margin: 0px;
    font-size: 58px;
    padding-top: 150px;
    color: #FFF;
}

.node-fiche-page--full {
    background-repeat: no-repeat;
    background-position: 50% top;
    background-size: 100% auto;
    position: relative;
    background-color: #fff;
}

.header__bg {
    box-shadow: 0px 0px 0px 1500px rgba(0, 0, 0, 0.15) inset;
    background-size: 100%;
    background-repeat: no-repeat;
}

.node-fiche-page--full .header__bg {
    position: absolute;
}

.node-fiche-page--full header {
    position: relative;
    min-height: 345px;
}

.node-fiche-page--full .content {
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px 65px;
}

.page-title {
    margin: 0px 0px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 32px;
    line-height: 1.2;
    color: #1D1D1B;
    font-family: "BrandonGrotesqueBlk";
}

.page-title-warning {
    margin: 0px 0px 20px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    line-height: 1.2;
    color: #1D1D1B;
    font-family: "BrandonGrotesqueBlk";
} 

.page-intro {
    color: #414144;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.4;
    text-align: justify;
    padding-bottom: 20px;
    font-family: "BrandonGrotesqueReg";
}

.page-intro ul {
    margin-left: 30px;
}

.page-intro ul li {
    font-weight: normal;
    line-height: 1.4;
}

.main-content {
    width: auto;
    float: none;
}

.main__inner {
    position: relative;
}

.btn--gift {
    display: block;
    text-align: center;
    float: right;
    background: #FFF none repeat scroll 0% 0%;
    color: #414144;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
}

.btn--gift:hover {
    display: block;
    text-align: center;
    float: right;
    background: #0275E3 none repeat scroll 0% 0%;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px;
    margin-top: 0px;
    text-decoration: none;
}

/*   MAIN PAGE   */

.main-publi {
    text-align: center;
    box-shadow: 0 3px 11px 0 rgba(0, 0, 0, 0.2);
}

.ch-item {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: relative;
    cursor: default;
    perspective: 900px;
}

.ch-info {
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.ch-info>div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    transition: all 0.4s linear;
    transform-origin: 50% 0%;
}

.ch-info .ch-info-front {
    box-shadow: inset 0 0 0 16px rgba(0, 0, 0, 0.3);
}

.ch-info .ch-info-back {
    transform: translate3d(0, 0, -220px) rotate3d(1, 0, 0, 90deg);
    background: #000;
    opacity: 0;
}

.ch-img-1 {
    background-image: url(../images/19.jpg);
}

.ch-img-2 {
    background-image: url(../images/20.jpg);
}

.ch-img-3 {
    background-image: url(../images/21.jpg);
}

.ch-info h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 24px;
    margin: 0 15px;
    padding: 60px 0 0 0;
    height: 110px;
    font-family: 'Open Sans', Arial, sans-serif;
    text-shadow: 0 0 1px #fff, 0 1px 2px rgba(0, 0, 0, 0.3);
}

.ch-info p {
    color: #fff;
    padding: 10px 5px;
    font-style: italic;
    margin: 0 30px;
    font-size: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.ch-info p a {
    display: block;
    color: rgba(255, 255, 255, 0.7);
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    padding-top: 4px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.ch-info p a:hover {
    color: rgba(255, 242, 34, 0.8);
}

.ch-item:hover .ch-info-front {
    transform: translate3d(0, 280px, 0) rotate3d(1, 0, 0, -90deg);
    opacity: 0;
}

.ch-item:hover .ch-info-back {
    transform: rotate3d(1, 0, 0, 0deg);
    opacity: 1;
}

.link-publication a {
    text-decoration: none;
    color: #2D96FA;
}

.link-publication a:hover {
    text-decoration: underline;
    color: #2D96FA;
}

.link-publication a:focus {
    text-decoration: underline;
    color: #2D96FA;
}

.latest-publi {
    font-family: "BrandonGrotesqueBld";
}

.box {
    margin-top: 50px;
    position: relative;
    width: 1200px;
    height: 500px;
}

.boxs {
    margin-top: 50px;
    position: relative;
    width: auto;
    height: auto;
}

.box__inner {
    position: absolute;
    min-width: 49%;
    min-height: 49%;
    text-align: center;
    background-color: white;
    transition: all .1s ease;
}

.box__inner h2 {
    font-family: "BrandonGrotesqueBld";
    font-size: 20px;
    padding: 10px;
}

.box__inner.left {
    left: 0;
    border: 1px solid #E8E0E0;
    margin-right: 5px;
}

.box__inner.right {
    right: 0;
    margin-right: 5px;
}

.box__inner.top {
    top: 0;
    border: 1px solid #E8E0E0;
    margin-bottom: 5px;
}

.box__inner.bottom {
    bottom: 0;
    border: 1px solid #E8E0E0;
    margin-top: 5px;
}

.box__inner.box--active {
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

/*   READ MORE   */

.read_more {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.read_more a {
    font-family: "BrandonGrotesqueBlk";
    color: #2D96FA;
    font-size: 13px;
    text-transform: uppercase;
    padding-right: 6px;
    text-decoration: none;
}

.read_more a::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -8px;
    background-image: url("/static/images/Other/sprites.png");
    background-position: -186px -164px;
    width: 22px;
    height: 8px;
    text-decoration: none;
}

/*   CAROUSEL   */

.slideshow-container {
    position: relative;
    margin: auto
}

.mySlides {
    display: none;
}

.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: #222428;
    font-weight: bold;
    font-size: 30px;
    transition: .6s ease;
}

.next {
    right: -50px;
    border-radius: 3px 3px 3px 3px
}

.prev {
    left: -50px;
    border-radius: 3px 3px 3px 3px
}

/*   FORMS   */

.form_div {
    font-family: "BrandonGrotesqueReg";
    margin: 10px auto;
    width: 43%;
}

.form_div-fluid {
    width: auto;
    padding: 1em;
}

#Form {
    border: 1px solid #E3E9EB;
    padding: 10px;
    min-height: 150px;
    text-align: center;
    border-top: 1px solid #2D96FA;
}

.readonly {
    background-color: #E8E0E0;
    color: #8D8889;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 5px;
    width: 80%;
    margin: 2px;
}

.readonlyfields label {
    display: block;
    width: 150px;
    float: left;
}

.input_size {
    width: 80%;
}

.input_fields_wrap {
    display: inline-block;
}

.PperPocket {
    width: 150px;
    border-bottom: 1px solid #2d96fa;
    border-top: 1px solid #E3E9EB;
    border-left: 1px solid #E3E9EB;
    border-right: 1px solid #E3E9EB;
    text-align: center;
}

/* BUTTONS */

.close_btn {
    box-shadow: none !important;
    background: none !important;
    border: none !important;
    color: #495057 !important;
}

.close_btn:hover {
    box-shadow: none !important;
    background-color: none !important;
    border: none !important;
    color: #343a40 !important;
}

/* CONTENT */

#content {
    /*margin-bottom: 50px;*/
    flex-grow:1
}

/* PAGINATION */
.fit_pagination {
    width: 1154px;
    margin: 0 auto;
    padding: 10px;
}
.prev_button {
    border-top-left-radius: 80px 80px !important;
    border-bottom-left-radius: 80px 80px !important;
}

.next_button {
    border-top-right-radius: 80px 80px;
    border-bottom-right-radius: 80px 80px;
}

/* PARAGRAPH */

.paragraph {
    border: 1px solid #E8E0E0;
    padding: 10px;
}

.paragraph h2 {
    text-align: center;
    font-family: "BrandonGrotesqueBld";
    font-size: 24px;
    padding-bottom: 10px;
}

.paragraph ul {
    padding-left: 30px;
}

/* AKNOWLEDGMENTS */

.aklgmt_title {
    font-size: 30px;
    display: grid;
    width: 100%;
    align-items: center;
    text-align: center;
    grid-template-columns: minmax(20px, 1fr) auto minmax(20px, 1fr);
    grid-gap: 20px;
    color: #414144;
    padding: 20px;
}

.aklgmt_title:before,
.aklgmt_title:after {
    content: '';
    border-top: 1px solid #414144;
}

.aklgmt_logo {
    height: 100px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right 50% bottom 50%;
}

/* NEWS */
.news_title {
    font-size: 20px;
    font-family: BrandonGrotesqueReg;
    height: 70px;
    width: 70px;
    position: absolute;
    border: 1px solid #2d96fa;
    border-radius: 120px;
    background-color: #fff;
    color: #000;
}
.news_content {
    border-left: 1px solid #2d96fa;
    margin-left: 33px;
    height: 160px;
}

/* TUTORIALS */
.tuto_title{
    padding: 10px 10px 0px 10px;
    font-family: BrandonGrotesqueBld;
    font-size: 17px;
}

/* CREDITS */
.credits_card {
    margin:22px;
}
.credits_title {
    position: absolute;
}

.credits_title img{
    border-radius: 50%;
    filter: grayscale(100%);
    height: 100px;
}

.credits_content {
    margin-left: 150px;
    padding-top: 17px;
}
/* FOOTER */

.main-footer {
    padding: 80px 0px;
    background: #211B1D none repeat scroll 0% 0%;
    color: #FFF;
    font: 12px "BrandonGrotesqueReg", "Arial", "Helvetica", sans-serif;
    line-height: 21px;
    bottom: 0;
    width: 100%;
}

.main-footer a {
    color: #FFF;
}

.inner-wrap {
    max-width: 1200px;
    margin: 0px auto;
    position: relative;
}

.footer__address::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background: transparent url("https://www.pasteur.fr/sites/all/themes/custom/pasteur/assets/img/map.png") no-repeat scroll left top;
    width: 152px;
    height: 153px;
    margin-right: 40px;
    float: left;
}

.clearfix::after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.footer__address {
    margin-right: 40px;
    display: inline-block;
    vertical-align: middle;
    min-width: 400px;
}

.footer__address .block {
    display: block;
    margin-top: -15px;
}

.footer__address .footer__logo {
    display: inline-block;
    margin-top: 20px;
}

.footer__address .block {
    display: block;
    margin-top: -15px;
}

.footer__section {
    display: inline-block;
    vertical-align: middle;
}

.footer__menu-social, .footer__menu-2, .footer__menu-1 {
    vertical-align: top;
    min-height: 172px;
    border-left: 1px solid #2D96FA;
    padding: 10px 50px;
}

.footer__menu-social .content {
    text-align: center;
}

.footer__menu-social .content li {
    margin-bottom: 15px;
}

.footer__menu-social .content a {
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
}

.footer__menu-social ul, .footer__menu-2 ul, .footer__menu-1 ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    border: 0px none;
}

.footer__menu-2 li, .footer__menu-1 li {
    margin-bottom: 8px;
}

.footer__menu-social a, .footer__menu-2 a, .footer__menu-1 a {
    text-transform: uppercase;
    text-decoration: none;
}

.footer__menu-2 a:hover, .footer__menu-1 a:hover {
    text-transform: uppercase;
    text-decoration: underline;
}

.footer__menu-2 a:focus, .footer__menu-1 a:focus {
    text-transform: uppercase;
    text-decoration: underline;
}

.footer__menu-2 a:active, .footer__menu-1 a:active {
    text-transform: uppercase;
    text-decoration: underline;
}

.main-footer .donate a {
    color: #2D96FA;
    font-family: "BrandonGrotesqueBld";
}

.suivre_pasteur_facebook {
    background-image: url("https://www.pasteur.fr/sites/all/themes/custom/pasteur/assets/img/sprites.png?0afff4d5b47e28179e26b2749a597aee");
    background-position: -230px -28px;
    width: 11px;
    height: 20px;
}

.suivre_pasteur_linkedin {
    background-image: url("https://www.pasteur.fr/sites/all/themes/custom/pasteur/assets/img/sprites.png?0afff4d5b47e28179e26b2749a597aee");
    background-position: -167px -177px;
    width: 15px;
    height: 15px;
}

.suivre_pasteur_twitter {
    background-image: url("https://www.pasteur.fr/sites/all/themes/custom/pasteur/assets/img/sprites.png?0afff4d5b47e28179e26b2749a597aee");
    background-position: -100px -177px;
    width: 19px;
    height: 16px;
}

.slider-selection {
    background: #2D80E2 !important;
}

.btn.float-right+.btn.float-right {
    margin-right: 5px
}

/* Modal */

.modal-xl {
    width:  100%;
    max-width:1200px;
    height: fit-content;
    max-height: 1200px;
}

.close_choices_modal {
    margin: 0px !important;
    right: 32px !important;
    top: 32px !important;
    width: 32px !important;
    height: 32px !important;
    opacity: 0.5;
    border: none !important;
    color: #495057 !important;
    cursor: pointer;
    float: right;
    text-align: right;
    font-size: 2em;
    background-color: white !important;
}

.close_choices_modal:hover {
    opacity: 1;
}

.align_modal {
    display: inline-block;
}

.modal_choices_title {
    float: left;
    text-align: right;
    font-family: "PlayfairDisplayReg";
    font-size: 2em;
}

.fade_index {
    transition: opacity 1s linear;
  }