body {
    margin: 0;
    padding: 0;
    background: #fff;
}

body, select, input {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.5;
    color: #222;
    background: #e8e8e8;
}

.success-box {
    display: none;
    background-color: #e6f0ec;
    align-items: center;
    justify-content: center;
    height: 93px;
    width: 100%
}

.success-msg {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #006039;
}

.cookies-box {
    background-color: #e6f0ec;
    align-items: center;
    justify-content: center;
    height: 93px;
    width: 100%
}

.cookies-msg {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    text-align: center;
    color: #006039;
}

.msg-fhwi {
    background-color: #e6f0ec;
    align-items: center;
    justify-content: center;
    min-height: 70px;
}

img {
    border: none;
}

::-moz-selection {
    color: #fff;
    background: #000;
}

::selection {
    color: #fff;
    background: #000;
}

figure {
    margin: 0;
}

.group:after {
    content: "";
    display: table;
    clear: both;
}

a {
    color: #fff;
    outline: none;
    text-decoration: none;
}

a:hover, a:focus {
    outline: none;
    -webkit-transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -ms-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    text-decoration: underline;
}

/******************HEADINGS****************/

.margin-top-medium {
    margin-top: 18px;
}

.margin-bottom-small {
    margin-bottom: 10px;
}

.margin-bottom-large {
    margin-bottom: 25px;
}

.title {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
}

.subtitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
}

.link {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #006039;
    display: block;
    text-decoration: none;
}

.link:focus {
    text-decoration: underline;
    color: #006039;
}

.link:focus {
    text-decoration: underline;
    color: #006039;
}

.link:visited {
    text-decoration: none;
    color: #006039;
}

.link:active {
    text-decoration: none;
    color: #006039;
}

.icon-mobile {
    display: none;
}

.outerbox {
    background-image: url(../images/main_bannerbg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;

}

.head {
    background: #124734;
    padding: 0 26px;
    height: 20px;
    width: 100%;
}

.outerbox.bg {
    min-height: 450px;
}

.title p {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
}

.title p#parag {
    color: #93989b;
    font-weight: 500;
    font-size: 13px;
    line-height: 18px;
}

.title h5 {
    font-weight: 700;
}

.outerbox.bg h2 {
    color: #000;
    font-size: 18px;
    margin-top: 5px;
    font-weight: 500;
}

.outerbox.bg h2.sante {
    color: #7595ac;
}

.outerbox.bg h2.formation {
    color: #cc97aa;
}

.outerbox.bg h2.culture {
    color: #88a99e;
}

@media screen and (max-width: 990px) {
    .outerbox.bg {
        min-height: auto;
    }
}

ul.links {
    position: absolute;
    padding: 70px;
    line-height: 20px;
    text-align: left;
    font-size: 12px;
}

ul.links li {
    list-style: none;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    font-size: 11px;
    line-height: 17px;
}

ul.links li.without-link {
  cursor: initial;
}

ul.links li.active {
    color: #9d9d9d;
}

.no_padding p {
    color: #000;
}

ul.links li:hover, ul.links li:focus, ul.links li:visited {
    color: #d5d5d5;
}

ul.links li.without-link:hover, ul.links li.without-link:focus, ul.links li.without-link:visited {
  color: #000;
}

ul.links li:visited {
    color: #000;
}

.key-figures-sante img {
    width: 100%;
}

.key-figures-formation img {
    width: 100%;
}

.key-figures-culture img {
    width: 100%;
}

.tx-ind {
    text-indent: -3px;
}

.opacity {
    opacity: 0.7;
}

/*organisations*/
.info_Section div.barre {
    position: absolute;
    right: 0;
    top: -397px;
}

@media screen and (max-width: 990px) {
    .info_Section div.barre {
        display: none;
    }
}

/*
chiffres clés
*/

.container-graph .outerbox {
  min-height: 515px;
}

.container-graph .footer {
  min-height: 320px;
}

ul.links {
  z-index: 1001;
}

.container-graph svg {
  z-index: 1000;
  position: absolute;
  left: 80px;
  top: 245px;
}

.container-graph svg text {
  user-select: none;
}

svg .selectable {
  cursor: pointer;
}

svg .sub-graph {
  display: none;
}

body.section-selected svg .sub-graph {
  display: initial;
}

body.section-selected svg .main-graph rect {
  opacity: 0.5;
}

body.section-selected.social svg .main-graph .social rect,
body.section-selected.formation svg .main-graph .formation rect,
body.section-selected.culture svg .main-graph .culture rect {
  opacity: initial;
}

body.section-selected svg .sub-graph .social,
body.section-selected svg .sub-graph .formation,
body.section-selected svg .sub-graph .culture {
  display: none;
}

body.section-selected.social svg .sub-graph .social,
body.section-selected.formation svg .sub-graph .formation,
body.section-selected.culture svg .sub-graph .culture {
  display: initial;
}

body.section-selected svg .mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {

  .container-graph .outerbox {
    /*min-height: calc(100dvh - 20px);*/
  }

  .container-graph svg {
    position: initial;
    display: block;
    margin: auto;
  }

}

@media screen and (max-width: 990px) {

  body.section-selected svg .desktop {
    display: none;
  }

  body.section-selected svg .mobile {
    display: initial;
  }

  .container-graph .outerbox.bg {
    min-height: auto;
  }

  .container-graph svg {
    position: initial;
    display: block;
    width: 200%;
    margin-left: -50%;
  }

  .container-graph {
    overflow-x: hidden;
  }

}

.top_image {
    padding-left: 57px;
    padding-right: 20px;
}

.banner_box {
    padding-top: 170px;
    font-size: 13px;
    line-height: 20px;
}
.banner_box_graph{
    padding-top: 112px;
    font-size: 13px;
    line-height: 20px;
}
.banner_box.graph {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.banner_text {
    padding-left: 0px;
    padding-top: 120px;
    color: #858585;
}

.textbox {
    padding-top: 11px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 200;
    padding-right: 40px !important;
    color: #222;
}

.textbox-sc {
    padding-top: 140px;
    font-size: 12px;
    line-height: 19px;
    font-weight: 200;
    padding-right: 40px !important;
    color: #222;
}

@media only screen and (min-width: 1200px) {
  .textbox-sc {
    padding-top: 190px;
  }
}

.chiffre-cle {
    font-size: 12px;
    line-height: 19px;
    font-weight: 200;
    display: block;
    color: #858585;
}
.chf-cle {
    font-size: 18px;
    font-weight: 500;
}

.p333 {
    padding-top: 242px;
}


.textbox-sc p span {
    display: block;
    color: #858585;
}

.textbox p {
    margin: 0 0 21px;
}

.textbox p span {
    display: block;
    color: #858585;
}

.info_Section {
    display: table;
    float: none;
    padding-bottom: 15px;
    padding-left: 72px !important;
    height: 240px;
}

body.home .info_Section > .menu > .space {
  display: none;
}

@media screen and (min-width: 992px) {

  body.home .info_Section {
    position: absolute;
    height: 100%;
    padding: 0;
  }

  body.home .info_Section > .menu {
    position: absolute;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 21px 0;
  }

  body.home .info_Section > .menu > .row {
    margin: 0;
  }

  body.home .info_Section > .menu > .clearfix {
    flex: 1 1 0;
  }

  body.home .info_Section > .menu > ul {
    padding-left: 12px;
    width: 120%;
  }

  body.home .info_Section > .menu > br {
    display: none;
  }

  body.home .info_Section > .menu > .space {
    display: initial;
    flex: 1 1 0;
  }

}

.info_Section-sc {
    display: table;
    float: none;
    padding-bottom: 15px;
    padding-left: 42px !important;
    height: 240px;
}

.menu {
    padding: 12px;
}

.info_Section-sc div {
    display: table-cell;
    vertical-align: bottom;
}

.buttonbox {
    float: left;
    padding-bottom: 10px;
    cursor: pointer;
    transition: all ease-in-out 0.6s;
    margin-right: 0;
    margin-bottom: 20px;
    margin-left: 0;

}

.container-graph #title-social{
  color: #7595ab;
}

.container-graph #title-formation {
  color: #cd8d84;
}

.container-graph #title-culture {
  color: #88a991;
}


@media screen and (max-width: 990px) {

  .container-graph #title-social,
  .container-graph #title-formation,
  .container-graph #title-culture {
    display: none;
    left: 0;
    right: 0;
  }

}

.container-graph #title-social,
.container-graph #title-formation,
.container-graph #title-culture {
  position: absolute;
  display: none;
}

.social .container-graph #title-social,
.formation .container-graph #title-formation,
.culture .container-graph #title-culture {
  display: initial;
}

.section-selected .container-graph #title,
.section-selected .container-graph #parag,
.section-selected .container-graph #parag2,
.section-selected .container-graph #desc
{
  visibility: hidden;
}

.buttonbox.org {
    margin-bottom: 0px !important;
}

.buttonbox.org span {
    color: #9d9d9d;
}

.buttonbox a {
    display: block;
}

.buttonbox:hover {
    border-radius: 0px;
    box-shadow: 0px -10px 0 0 #006039 inset;
}

.buttonbox:hover a {
    text-decoration: none;
}

.buttonbox a {
    color: #333;
}

.buttonbox span {
    margin: 5px 0 0;
    display: block;
    font-size: 13px;
    font-weight: 500;
}

.footer {
    min-height: 274px;
    background: white;
}

.info_Section ul li {
    font-size: 13px;
    line-height: 15px;
    color: #858585;
}

.info_Section ul li a {
    color: #858585;
}

.info_Section-sc ul li {
    font-size: 13px;
    line-height: 15px;
    color: #858585;
}

.info_Section-sc ul li a {
    color: #858585;
}

.greenbox, .greenbox2, .greenbox3 {
    float: left;
    width: 100%;
    height: 20px;
    background: #006039;
}

.greenbox a, .greenbox2 a {
    display: block;
    height: 20px;
    color: #006039;
}

.greenbox a:hover, .greenbox2 a:hover {
    display: block;
    height: 20px;
    color: #fff;
}

.margin20 {
    margin-top: 20px;
}

.download_section {
    font-size: 12px;
    line-height: 19px;
    font-weight: 200;
    padding-top: 25px;
}

.download_text {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 8px;
    padding-left: 40px;
}

.download_section > p {
    color: #858585;
}

.download_box {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.download_box2 {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.download_box2 .buttonbox {
    margin: 0 0 110px;
}

.download_box2 {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.download_box2 p {
    color: #333;
    margin: 0 0 22px;
}

.download_box2 p span {
    color: #858585;
    display: block;
}

.download_box2 p a {
    color: #000;
}

.grey_text {
    color: #858585 !important;
}

.black_text {
    color: #000 !important;
}

.black_text-big {
    color: #000 !important;
    font-size: 13px;
}

.footerbox {
    padding: 0px;
    background: url(../images/main_bannerbg.jpg) no-repeat center top;
    background-size: cover;
    padding-bottom: 35px;
}

.footerbox {
    display: table;
    float: none;
    height: 200px;
}

.footer_logo {
    display: table;
    height: 250px;
    padding-top: 50px;
}

.greenbox3 {
    display: none;
}

.download_box .buttonbox, .download_box2 .buttonbox {
    padding: 0 0 15px
}

.download_box .buttonbox:hover, .download_box2 .buttonbox:hover {
    color: #006039;
    border-radius: 0px;
    box-shadow: 0px -10px 0 0 #006039 inset;
}

.download_textbox {
    margin-top: 32px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

.btn_cookies {
    background-color: #006644;
    color: white;
    border-radius: 0px;
    text-align: center;
    width: 150px;
    margin-bottom: 7px;
    margin-top: 5px;
}

.responsive{
    width: 100%;
    display: none;
}

.image-responsive {
    width: 98%;
    margin: auto;
}

.buttons {
    display: none;
}


@media only screen and (max-width: 1200px) {
    .key-figures {
        display: none;
    }

    .responsive {
        display: inline;
    }

    .banner_box_graph {
        padding-top: 0px;
    }

    .col-lg-12.col-md-12.col-sm-12.col-xs-12.text-center.no_padding.footer {
        display: none;
    }

    .buttons {
        display: flex;
        justify-content: space-between;
        width: 185px;
        margin: auto;
    }

    .buttons1 {
        display: none;
    }

    .btn_cookies {
        width: 100px;
        padding: 0px 0px !important;
        font-size: 7px !important;
    }

    .texte {
        font-size: 7px;
        text-align: center;
    }
}
