.text-orange {
    color: #f37a20
}

.text-violet {
    color: #603b8e
}

.text-bleu-light {
    color: #3e9fc7
}
.half-text.text-violet {
    color: #603b8e
}

.half-text.text-violet span {
    display: inline
}

.half-text.text-orange,.half-text.text-violet span:last-child {
    color: #f37a20
}

.half-text.text-orange span {
    display: inline
}

.half-text span:first-child,.half-text.text-orange span:last-child {
    color: #603b8e
}

.half-text span:last-child {
    color: #f37a20
}
.text-bleu {
    color: #00507d
}
.body.layout{
    overflow-x: hidden;
}
.title-h1,.title-h2, .title-h3, .title-h4 {
    font-family: "UtopiaStd-Capt";
    font-weight: 400;
    margin-top: 0;
}
.title-h1 {
    font-size: 60px;
    line-height: 62px;
    margin-bottom: 20px;
}
.title-h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}

.title-h3 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 20px;
}
.title-h4 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
}
.desc-default{
    color: #565758;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.desc-default p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.desc-default a:hover {
    text-decoration: none
}

.desc-default h2,.desc-default h3,.desc-default h4,.desc-default h5,.desc-default h6 {
    color: #603b8e;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.desc-default h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px
}

.desc-default h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-bottom: 16px
}
.desc-default h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 16px
}
.desc-default h5 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    margin-bottom: 16px
}
.block-item-content{
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.block-item-content > div, .blocs-association > div {
    margin-bottom: 80px;
}
.layout__main{
    padding: 80px 0 30px;
}
.nav-pills {
  list-style: none;
  display: flex;
  gap: 10px 16px;
  padding: 0;
  margin-bottom: 45px;
}
.pill .nav-link{
    text-align: center;
    font-family: Rubik, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 11px 18px;
    border: 1px solid #808184;
    background-color: transparent;
    border-radius: 46px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #808184;
    padding: 11px 21px;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    font-size: 16px;
}
.pill .nav-link.active {
    background: #fff;
    border-color: #603b8e;
    color: #603b8e;
}
.tab {
  display: none;
}
.tab.show {
  display: block;
  margin-top: 20px;
}
.collapsible__content .block-item-content > div{
    margin-bottom: 50px;
}
.collapsible__content .block-item-content > div:last-child{
    margin-bottom: 0;
}

@media (max-width: 993px) {
    .title-h1 {
        font-size: 42px;
        line-height: 49px
    }

    .title-h2, .desc-default h2 {
        font-size: 36px;
        line-height: 39px
    }

    .title-h3, .desc-default h3 {
        font-size: 25px;
        line-height: 29px
    }
    .block-item-content > div, .blocs-association > div {
        margin-bottom: 50px;
    }
    .layout__main{
        padding: 50px 0 30px;
    }
}