img {
    max-width:100%;
}

.clear {
    clear: both;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    /* float: left; */
}

b {
    font-weight: 700;
}

a {
    color: #000000;
    text-decoration: none;
}

a:hover {
    color: #EB4D55;
    text-decoration: none;
}

.medium {
    font-family: "AvantGarde Medium";
}

body {
    font-family: "AvantGarde";
    font-size: 16px;
}

.a-la-une * {
    font-family: "AvantGarde CondBook";
}

.page {
    /* padding-bottom: 50px; */
/*     min-height: calc(100vh - 80px); */
}

section {
    position:  relative;
}

nav {
    position:  relative;
    z-index: 2;
}

nav:after {
    content:"";
    display:block;
    clear:both;
}

span.text-book {
    font-family:  "AvantGarde";
}

.bold-title, strong {
    font-family: "AvantGarde CondBook";
    font-weight: 700;
}

.medium-title {
    font-family: "AvantGarde";
}

.text-left-little {
    font-size: 14px;
}

.tiret-line {
    margin:5px 0;
}

.intro-text b {
    font-family: 'AvantGarde CondBook'; font-weight: 700;
}

.intro-diagram {
    font-family: 'AvantGarde CondBook'; 
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
}
.intro2-diagram {
    font-family: 'AvantGarde CondBook';
    font-size: 18px;
    margin-bottom: 5px;
}

.reduce-diagram {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(50% - 30px);
    font-weight: 700;
    font-size: 20px
}

.arrow-reduce {
    background-image: url(../images/arrow_reduce.png);
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    width: 57px;
    height: 31px;
}
.container-diagram:nth-child(2) .reduce-diagram {
    top: calc(50% - 56px);
}
.container-diagram:first-child .arrow-reduce {
    top: -43px;
    left: 14px;
}
.container-diagram:nth-child(2) .arrow-reduce {
    top: 31px;
    left: -5px;
    -webkit-transform: rotate(-21deg);
    -moz-transform: rotate(-21deg);
    transform: rotate(-21deg);
}
.container-diagram:last-child .arrow-reduce {
    top: 30px;
    left: 0;
    -webkit-transform: rotate(-52deg);
    -moz-transform: rotate(-52deg);
    transform: rotate(-52deg);
}

.wrap-diagram {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: auto;
}
.container-diagram-title {
    font-size: 20px;
    font-weight: 700;
}

.container-diagram-flex {
    display: flex;
    justify-content: space-between;
    width: 215px !important;
    position: relative;
}
.container-diagram:not(:last-child):after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    border-right: 1px dotted black;
    right: -11%;
}

.flex-three > * {
    width: 33%;
}
.flex-three .figure {
    font-size: 30px;
    font-weight: 700;
    margin-top: 7px;
}
.flex-three > *:not(:last-child) {
    border-right: 1px dotted black;
}

section .bottom-arrow {
    display:  block;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 35px solid #84bf52;
    position:  absolute;
    left: 50%;
    bottom:-35px;
    margin-left: -25px;
    z-index: 3;
}


.nav-item {
    float:  left;
    width: 25%;
    text-align:  center;
    font-weight:  700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0;
    color: #FFFFFF;
}

.nav-item:hover {
    color:#FFFFFF;
}

h1 {
    text-align:  center;
    font-size: 51px;
    margin-top: 40px;
    margin-bottom: 40px;
}
.third {
    width: 33.33%;
    float: left;
}



.half {
    width: 50%;
    float: left;
}


.quarter {
    width: 25%;
    float: left;
}
.quarter1 {
  
    float: left;
}

.vspacer {
    display: block;
    width: 100%;
}

.vspacer.h15 {
    height: 15px;
}

.vspacer.h30 {
    height: 30px;
}

.vspacer.h45 {
    height: 45px;
}

.vspacer.h60 {
    height: 60px;
}

.vspacer.h90 {
    height: 90px;
}


.color-green {
    color: #1DB0A3;
}

.color-blue {
    color: #89c1cf;
}

.color-darkblue {
    color: #89c1cf;
}

.color-marine {
    color: #252D51;
}

.color-black {
    color: #000000;
}

.color-white {
    color: #FFFFFF;
}

.color-red {
    color: #EA4E55;
}

.color-orange {
    color:#F49600;
}
.color-white {
    color:#ffffff;
}


.color-yellow {
    color: #fdba00;
}

.color-apple {
    color: #cdd146;
}
.color-purple {
    color:#864B6C;
}

.color-green60s {
    color: #58BFC7;
}

.color-blue.darker {
    color:#6db4cb;
}

.color-sable{
	color:#A79C86;
}

.color-petrol{
	color:#6a7f99;
}

.no-margin {
    margin:0;
}

.big-figure {
    font-size: 70px;
    font-family: "AvantGarde";
    font-weight: 700;
    line-height: 1.2;
}

.medium-figure {
    font-size: 87px;
    font-family: "AvantGarde";
    font-weight: 700;
    line-height: 1;
}

.medium-symbol {
    font-size: 50%;
}

.mini-symbol {
    font-size: 35%;
}

.mini-text {
    font-size: 10px;
}

.medium-text {
    font-size: 20px;
}

.medium-alone-title {
    font-family: "AvantGarde Demi";
    font-size: 30px;
    text-transform: initial;
}

a.print-download {
    border: 1px solid #ffffff;
    padding: 0px 30px;
    margin-right: 30px;
    color: #b93020;
    background: white;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    font-weight: 500;
    font-family: "AvantGarde Demi";
}

a.print-download:hover {
    color: white;
    background: #b93020;
}


/* -------------------------------------------------------------------- POPUP -------------------------------------------------------------------- */



div#popups-container {
    position:  fixed;
    left:  0;
    right:  0;
    bottom:  0;
    top: 0;
    z-index: 999;
    pointer-events: none;
}

.popup-container {
    background: #00000066;
    width:  100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom:  0;
    left:  0;
    right: 0;
    display:  none;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    z-index: 99;
}

.popup-container.visible {
    display: block;
}

.popup-container.active {
    opacity: 1;
}

.theme-titled .popup {
    padding-top:0;
    padding-bottom:40px;
    max-height: 80vh;
    overflow-y: auto;
}

.popup {
    background: #FFFFFF;
    padding: 80px 20px;
    margin-top: -100vh;
    position:relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.popup-container.active .popup {
    margin-top: 18vh;
}

.popup-exit {
    width: 20px;
    position:  absolute;
    right:  20px;
    top: 20px;
    cursor:pointer;
    display:  block;
    z-index: 9;
}

.popup-exit img {
    transform:rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.popup-exit:hover img {
    transform:rotate(90deg);
}

.popup-title {
    padding: 20px 30px 15px 30px;
    text-align:center;
    text-transform:uppercase;
    color:#FFFFFF;
    background:green;
    margin-left:-20px;
    margin-right:-20px;
    font-family: 'AvantGarde';
    font-weight: 700;
    font-size: 26px;
    line-height: 1;
}

.blue .popup-title {
    background: #89c1cf;
}

.red .popup-title {
    background: #F5BC05;
}
.petrol .popup-title{  
	background-color: #697E98;
}


.popup-content {
    max-width:  800px;
    margin:  auto;
}

.theme-titled .popup-content {
    padding-top:20px;
}

.popup-content p{
	font-family: "AvantGarde CondBook" !important;
    font-size: 18px; }

.home-button {
    position: fixed;
    right:  30px;
    top: 70px;
    z-index: 2;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    padding: 8px;
    z-index: 10;
    box-shadow: 0px 0px 3px 0px #00000094;
}

.home-button:hover {
}

.popup-big-text {
    font-family: 'AvantGarde Medium';
    font-size: 22px;
}

/* -------------------------------------------------------------------- HOME -------------------------------------------------------------------- */




.jassure-home-img {
    display: flex;
    justify-content: space-between;
    max-width: 720px;
    margin: auto;
    
}

.jassure-home-illustration {
    width: calc(33% - 40px);
    
}


span.big-couv-text {
    font-size: 110px;
    line-height: 1;
}


section#home-head {
    padding: 20px 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    margin: auto;
  
}





.inner-div {
     margin: auto;

}





div#logo-ecureuil-CE {
    width: 260px;
    padding: 5px 0;
    background: #FFFFFF;
}

div#logo-jassure {
    margin: 0 20px;
    text-align:  center;
    line-height: 132px;
    height: 120px;
    display: table;
}


div#logo-jassure-inner {
    line-height:  normal;
    vertical-align:  middle;
    display: table-cell;
}

div#logo-jassure img {
    max-height: 132px;
}

.header-hone-separator {
    float: right;
    width:  2px;
    height: 83px;
    display: inline-block;
    vertical-align: middle;
    background: #FFFFFF;
    margin: 30px 30px 0 0;
}

.jassure-number-container {
    color: #FFFFFF;
    line-height: 1;
    padding-left:  40px;
    border-left: 2px solid #FFFFFF;
}
.jassure-pdf-container {
    width: 100px;
}
.jassure-pdf-svg {
    width: 40px;
    margin: auto;
}
.jassure-pdf-text  {
    width: 124px;
    text-align: left;
    margin-left: 20px;
    line-height: 1.7;
    letter-spacing: 2px;
}
.jassure-pdf-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #ffffff !important;
    font-weight: 700;
    text-decoration: none;
    font-size: 13px;
}
.text-underline {
    text-decoration: underline;
}

span.indice {
    font-size: 28px;
    font-weight: 200;
    color: #000000
}

span.number {
    font-size: 76px;
    font-weight:  300;
    color: #000000
}

.jassure-number-separator {
    width:  100%;
    margin: 0 0 10px 0;
    height:  1px;
    background: #FFFFFF;
}

.jassure-number-date {
    font-size: 22px;
    font-weight:  600;
    letter-spacing: 1px;
}

section#jassure-title {
    margin-top: 3vh;
    margin-bottom: 30px;
}

.jassure-title-line-1 {
    color: #343434;
    font-size: 31px;
    font-weight:  200;
    line-height: 1.3;
    font-family: "AvantGarde";
    margin-bottom: 20px;
}


#turquoiseoverwhite{color:#0AB3AF; background-image: url(../images/70_bggris.png); background-position: bottom 10px right 20px; background-repeat: no-repeat;}
#turquoiseoverwhite:hover{color:#FFFFFF;background-image: url(../images/70_bgvert.png);}


.jassure-title-line-2 {
    color: #646464;
    font-size: 73px;
    font-weight: 800;
    line-height: 1.2;
    font-family: "AvantGarde";
    font-weight: 700;
}

.jassure-title-strong {
    text-transform:uppercase;
    color:#89c1cf;
}


div#home-illustration {max-width: 550px;}

.a-la-une-box {
    padding-bottom: 5px;
    margin: 10px 0;
    display: block;
    transform: scale(1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    position:  relative;
    box-shadow: 4px 3px 10px #0000004f;
    height:210px;
}

.a-la-une-box:hover {
    text-decoration:none!important;
    transform: scale(1.025);
    box-shadow:none;
}

.a-la-une-box:hover .a-la-une-box-inner {
    background:none;
    color:#FFFFFF;
}

.a-la-une-box:hover .a-la-une-box-title {
    background: #DDDDDD;
}

.a-la-une-box:hover .a-la-une-box-title {
    color:inherit!important;
}

.a-la-une-box-inner {
    padding: 10px 15px 5px 10px;
    color: #000000;
    overflow-y:  auto;
    height: 165px;
    line-height: 1.3;
    font-weight:  500;
    font-family: "AvantGarde";
    background: #DDDDDD;
}

.a-la-une-box-title {
    color: #FFFFFF!important;
    text-transform: uppercase;
    padding: 6px 10px 0px 10px;
    font-weight:  600;
    font-family: 'AvantGarde';
    font-weight: 700;
}


.a-la-une-box-line-bottom {
    height: 5px;
}

span.thin-text {
    font-weight: 200;
    font-family: "AvantGarde";
}

footer {
    padding: 5px 50px;
    height: 80px;
    color: #FFFFFF;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

a.next-hand {
    width: 38px;
    height: 38px;
    display:  inline-block;
    border: 1px solid #FFFFFF;
    border-radius: 100%;
    padding: 7px;
    vertical-align:  middle;
    -webkit-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

footer a {
    color:  #FFFFFF;
}

.footer-column {
    width: 33%;
}

a.next-hand:hover {
    padding-left: 10px;
    padding-right: 4px;
}

a.underline-link {
    text-decoration: underline;
}

footer a:hover {
    color: #000000;
}

.footer-message {
    font-weight:  100;
    letter-spacing: 1px;
}

.text-italic {
    font-style:  italic;
}


/* -------------------------------------------------------------------- A LA UNE -------------------------------------------------------------------- */

.apartir{ background-image: url(../images/62_apartir.png); background-repeat: no-repeat; background-position:95% 1%; background-size: 17%}
.bgcontrat{ background-image: url(../images/62_bgcontrat.png); background-repeat: no-repeat; background-position:99% 1%; background-size: 12%}

.bgbleurounded{background-color:#D2E6E3; padding: 25px 25px 25px 25px; border-radius:20px;}


.bgpurplerounded {background-color:#864B6C; padding: 25px 25px 25px 25px; border-radius:20px; color:#ffffff;}

.purple-accordeon-top {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
}

.purple-accordeon > img {
    pointer-events: none;
}

.purple-accordeon-top:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 8px solid #000;
    position: absolute;
    right: 3%;
    top: 57%;
    pointer-events: none;
    transition: all .2s ease-out;
}

.purple-accordeon.active .purple-accordeon-top:after {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.purple-accordeon-show {
    height: 0;
    overflow: hidden;
    transition: all .3s ease-out;
}

/*

.accordbox{background-color: #ffffff; width: 160px;color:#db328a; float: right; padding: 3px 10px 3px 10px; margin-right: -17px; margin-top: -12px; font-weight: 500;}
*/


.accordbox{background-color: #ffffff;}


.a-la-une,
.a-la-une strong {
    font-family: "AvantGarde CondBook";
}
.a-la-une {
    font-size: 18px;
}

.sun-container {
    max-width: 720px;
    margin: auto;
}

.sun-container-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.sun-container-equalSymbol  {
    font-size: 35px;
    display: block;
    text-align: center;
}

.sun-item {
    width: 34%;
    text-align: center;
    position: relative;
}

.sun-item:not(:last-child):after {
    content: "+";
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    transform: translateX(50%);
}

.sun-item img {
    width: 100%;
    max-width: 76px;
}

.sun-item-title {
    font-size: 26px;
    font-weight: 700;
    color: #f28800;
}
.sun-container-equal {
    font-weight: 700;
    font-size: 21px;
    line-height: 50px;
    text-align: center;
    margin-top: 11px;
}

.sun-container-equal:after {
    content: "";
    margin: auto;
    display: block;
    width: 0; 
    height: 0; 
    margin-top: 8px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f28800;
}

.sun-container-conclusion {
	padding-top: 15px;
/*
    color: #01a75d;
    font-weight: 700;
    font-size: 33px;
    line-height: 36px;
    text-align: center;
    margin: 24px 0 35px;
*/
}

.condbook *{
    font-family: "AvantGarde CondBook" !important;
    font-size: 18px;
}

.big-arrow-text {
    font-size: 40px;
    color: #01a75d;
    font-weight: 700;
}

.bloc_green {
    width:34%;
    background-color:#01a75d;
    color: #fff;
    padding:20px;
}



.last-list {
    width: 60%;
    margin-left: 53px;
    padding-top: 7px;
}

.diagram-listContent {
    padding-left: 15px;
}
.diagram-legended_credit {
    font-size: 12px;
}

.enjeux-content {
    background-color: #fff;
    width: 100%;
    padding: 50px;
}

.red-bloc {
    background-color: #e30713;
    color: #fff;
    padding: 14px 26px;
    font-size: 26px;
    font-weight: 700;
    max-width: 720px;
    text-align: center;
    margin: auto;
}

.red-bloc-source {
    font-size: 12px;
    font-weight: 400;
    margin-top: 10px;
}

.big-numbered {
    font-size: 25px;
    font-family: "AvantGarde";
    font-weight: 700;
}

.thin-title.text-uppercase {
    font-weight:  200;
}

.intro-text {
    font-size: 25px;
    margin-bottom: 100px;
    font-weight:  300;
    font-family: "AvantGarde CondBook";
    line-height: 1.3;
}

.intro-text.big {
    font-size: 26px;
}

.jassure-titles {
    position: relative;
    width: 100%;
}

.jassure-title-container {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #6d6e71;
/*     max-width: 800px; */
    margin: 0 auto; 
    font-size: 82px;
    line-height: 85px;
}

h2.section-title {
    text-transform:  uppercase;
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 42px;
    text-align:  center;
    margin-bottom: 5px;
}


h3.section-subtitle {
    text-align:  center;
    font-family: "AvantGarde Demi";
    font-size: 32px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: 600;
}

h3.section-subtitle-28 {
    text-align:  center;
    font-family: "AvantGarde";
    font-size: 25px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight:bold;
}


.square-title {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
}
.square-title-orange {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
}
.square-title-purple {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1;
}

.square-title:before {
    content: "";
    width: 15px;
    height: 15px;
    display:  inline-block;
    background-color:#EA4E55;
    margin-right: 5px;
}
.square-title-orange:before {
    content: "";
    width: 15px;
    height: 15px;
    display:  inline-block;
    background-color:#F49600;
    margin-right: 5px;
}
.square-title-purple:before {
    content: "";
    width: 15px;
    height: 15px;
    display:  inline-block;
    background-color:#864B6C;
    margin-right: 5px;
}

span.square-puce.mini {
    width: 3px;
    height: 3px;
}

.disk-title {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 15px;
}

span.disk-puce {
    width: 8px;
    height: 8px;
    display:  inline-block;
    margin-right: 5px;
    border-radius: 100%;
}

.tiret-title {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 15px;
}

span.tiret-puce {
    width: 8px;
    height: 8px;
    display:  inline-block;
    margin-right: 5px;
    border-radius: 100%;
}

.legend-text {
    color: #000000;
    font-size: 18px;
    font-family: "AvantGarde CondBook";
}

.alu-bubble-text {
    position:  absolute;
    top: 0;
    left:  0;
    right: 5%;
    bottom: 27%;
    padding: 35px;
    text-align:  center;
    color: #FFFFFF;
}

.big-figure-popup {
    font-size:30px;
}

.alu-bubble {
    position:  relative;
    margin-top: 140px;
}

.alu-bubble-text-bold {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 35px;
}

.alu-graph-1 {
    display: inline-block;
    width: 100%;
}

img.alu-graph-1-1 {
    width: 26%;
}

img.alu-graph-1-2 {
    width: 37%;
}

img.alu-graph-1-3 {
    width: 33%;
}

span.triangle-puce {
    border-top: 10px solid transparent;
    border-left: 10px solid #ff0000;
    border-bottom: 10px solid transparent;
    width:  0;
    height: 0;
    margin-right: 20px;
    display:  inline-block;
    vertical-align: sub;
}

span.figure-big {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
}

span.figure-medium {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
}

.triangle-puced-texte {
    margin-bottom: 15px;
}

.arrowed-text {
    float: left;
    margin-top: 20px;
}

img.text-arrow.left {
    float: left;
}

img.text-arrow.right {
    float:  right;
}

.info-box {
    max-width: 640px;
    margin:  auto;
    border-style:  solid;
    border-width: 1px;
    padding: 0 7px 0 7px;
    cursor:  pointer;
    display: flex;
    align-items: center;
}

.info-box-icon-container {
    display:  inline-block;
    border-right-style:  solid;
    padding: 2px 14px 2px 8px;
    border-right-width:  1px;
}

.info-box-icon-container img {
    max-height: 28px;
}

.info-box-text-container {
    display:  inline-block;
    padding-left: 30px;
    padding-right: 30px;
    margin: auto;
    align-content: center;
}

.info-box-legend {
    font-family: "AvantGarde";
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 11px;
}

.info-box-text {
    font-family: "AvantGarde";
    font-weight: 700;
    text-transform:  uppercase;
    font-size: 21px;
    padding: 7px 0;
}

.ic-opener {
    width: 30px;
    float: right;
    margin-top: 5px;
    line-height: 1px;
    height: 30px;
}


ul#tabs-etude .nav-item {
    text-align:  center;
    padding-bottom: 0;
}

ul#tabs-etude .nav-item a{
    border: none;
    border-radius: 20px 20px 0 0;
    height: 170px;
}

.objection-tab-icon {
    width: 45px;
    margin-top: 0;
    display:  inline-block;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.objection-tab-text {
    color: #ec6619;
    font-size: 20px;
    margin-bottom: 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.objection-tab-legend {
    color:  #000000;
    text-transform:  uppercase;
    font-family: "AvantGarde Medium";
    line-height: 1.3;
    font-size: 12px;
    overflow:  hidden;
}

.nav-item.active .objection-tab-icon {
    width: 60px;
    margin-bottom: 0;
    margin-top: 30px;
}

.nav-item.active .objection-tab-text {
    font-size: 30px;
}

.nav-item.active .objection-tab-legend {
    display: none;
}
div#contents-etude .tab-pane {
    background: #FFFFFF;
    padding: 30px 20px;
}

.etude-title {
    text-align:  center;
    color: #6cb03b;
    text-transform:  uppercase;
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 30px;
    margin-bottom: 30px;
}

.etude-figure-legend {
    text-align:  center;
    color: #6cb03b;
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 17px;
}

.etude-figure-text {
    text-align: center;
}

.etude-figure-mini {
    text-align:  center;
    font-size: 11px;
}

.etude-figure {
    text-align: center;
    color: #ec6619;
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 32px;
    margin-bottom: 15px;
}

.col-md-3.plus-separated-column {
    position:  relative;
}

.col-md-3.plus-separated-column:after {
    content:  "";
    width: 26px;
    height: 26px;
    background-image: url(../images/ic-plus-black.png);
    background-size:  contain;
    background-position: 50%;
    background-repeat:  no-repeat;
    position:  absolute;
    right: -15px;
    top: 6px;
}

.etude-figure-total-horizontal {
    border-bottom: 1px solid #6d6d6d;
    border-right: 1px solid #6d6d6d;
    border-left: 1px solid #6d6d6d;
    height: 31px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
    margin-top: 30px;
    position:  relative;
}

.etude-figure-total-horizontal:after {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #464646;
    position:  absolute;
    bottom: -21px;
    left: calc(50% - 7px);
}

.etude-figure-total-horizontal:before {
    content: "";
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #ffffff;
    position:  absolute;
    bottom: -19px;
    left: calc(50% - 7px);
    z-index: 2;
}

.timing-figure {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 110px;
    text-align:  center;
    line-height: 0.7;
    margin-top: 60px;
}

.timing-title {
    text-align:  center;
    text-transform:  uppercase;
    font-size: 28px;
    font-family: "AvantGarde Medium";
}

.timing-subtitle {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    font-family: "AvantGarde Medium";
}

.timing-figure-camenbert {
    max-width: 250px;
    margin: auto;
}


.family-diagram.responsive img {
    max-width: 460px;
}

.family-diagram.responsive {
    text-align:  center;
}

span.family-diagram-item-name {
    font-family: "AvantGarde";
    font-weight: 700;
    color: #fdba00;
}

span.family-diagram-item-argent {
    display: block;
}

.family-diagram-item {
    margin-top: 20px;
    width:  33%;
    float:  left;
}

.family-diagram-items:after {
    content:  "";
    display:  block;
    clear: both;
    margin-bottom: 45px;
}



/* -------------------------------------------------------------------- DIRECT -------------------------------------------------------------------- */


section.padded-section {
    padding: 30px 0;
}

.direct-map img {
    max-height: 260px;
    margin-top: 25px;
}

.col-map {
    width:50%;
    padding:0 15px;
}

.direct-map {
    text-align:  center;
}

.question-title {
    font-family: "Gill BoldItalic";
    font-size: 25px;
    line-height: 1;
    margin-bottom: 10px;
}

hr.medium {
    max-width: 135px;
    height: 0px;
    margin: 15px 0;
    border-top-color:#FFFFFF;
    margin-left: 0;
}

hr.thick {
    border-top-width: 5px;
}

.question-name {
    font-family: "Gill BoldItalic";
    font-size: 24px;
    line-height: 1;
}

.question-legend {
    font-family: "Gill SemiBold";
    font-size: 17px;
    line-height: 1;
}

.lettering-title {
    font-family: "Gill BoldItalic";
}

span.quote-mark {
    font-size: 60px;
    line-height: 0;
}

span.quote-mark.closer {
    vertical-align:  text-top;
    margin-left: 10px;
}

span.quote-mark.opener {
    vertical-align:  middle;
}

.accordion .card.jassure-accordion {
    background: #FFFFFF;
    padding: 15px 15px;
    margin: 5px 0;
    border: none;
    border-radius: 0;
}

.card.jassure-accordion .btn-link {
    color: #000000;
    font-family: "AvantGarde";
    font-weight: 700;
    text-transform: uppercase;
    font-size: 13px;
    width: 100%;
    text-align:  left;
    outline:0;
    white-space: inherit;
    border: none;
    background: none;
}

.card-header {
    border: none;
    background: none;
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
    width: 100%;
}

.card.jassure-accordion .btn-link:focus {
    outline:0;
}

.card.jassure-accordion .btn-link:after {
    content:"";
    display:  inline-block;
    width: 12px;
    height: 6px;
    background-image:url("../images/ic-arrow-accordion.png");
    background-size: cover;
    vertical-align:  middle;
    margin-left: 7px;
    transform:rotateX(180deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.card.jassure-accordion .btn-link.collapsed:after {
    transform:rotateX(0deg);
}

.jassure-accordion .card-body {
    padding: 15px 15px;
    max-width: 800px;
    margin: auto;
    line-height: 1.8;
}


/* -------------------------------------------------------------------- BOITE A OUTILS -------------------------------------------------------------------- */



/* -------------------------------------------------------------------- PREVOYANCE -------------------------------------------------------------------- */

.header-paragraphe {
    text-align:  center;
    font-size: 18px;
}

button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    background: #FFFFFF;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    line-height: 24px;
    font-size: 12px;
    font-family: "AvantGarde";
    font-weight: 700;
    color: #ec6619;
    margin: 0 5px;
}

div#objections-dots {
    text-align:  center;
    margin-bottom: 30px;
}

button.owl-dot.active {
    background: #ec6619;
    color: #FFFFFF;
}

.objection-slides {
    width: calc(100% - 200px);
    float: left;
}

.slider-arrow {
    float: left;
    cursor: pointer;
    margin-top: 40px;
}

.slider-arrow img {
    width: 36px;
    margin-bottom: 10px;
}

.slider-arrow-text {
    text-transform:  uppercase;
    font-family: "AvantGarde Medium";
    color: #ec6619;
    max-width:  80px;
    font-size: 13px;
}

.slider-arrow-text.arrow-left-text {
    text-align:  right;
}

.slider-arrow.arrow-left {
    text-align:  right;
    margin-right: 20px;
}

.slider-arrow.arrow-right {
    margin-left: 20px;
    float:  right;
}

.objection-slide-left {
    width: 270px;
    padding: 0 20px 0 0;
    /* float:  left; */
    display:  inline-block;
    vertical-align:  middle;
}

.objection-slide {
    background: #FFFFFF;
    padding: 10px 12% 10px 5%;
    overflow-y: scroll;
    line-height: 190px;
    height: 190px;
    display: table;
    text-align:  center;
}

.objection-slide:after {
    content:'';
    display:block;
    clear:both;
}

.objection-slide-right {
    width: calc(100% - 270px);
    /* float:  left; */
    line-height: 1;
    display:  inline-block;
    vertical-align: middle;
}

.objection-title {
    font-family: "AvantGarde";
    font-weight: 700;
    line-height: 1;
    font-size: 25px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #89c1cf;
}

.objection-slide-full {
    line-height:  normal;
    vertical-align:middle;
    display: table-cell;
}

.objection-text {
    font-size: 20px;
}

hr {
    margin: 15px 0;
    border-top-color: #777777;
}

.objections-slider:after {
    content: "";
    display: block;
    clear: both;
}

/* -------------------------------------------------------------------- A BON DROIT -------------------------------------------------------------------- */

.figure-big.color-red.text-uppercase {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 21px;
}

.big-text {
    font-size: 20px;
}

.dot-separator {
    float:  left;
    border-right: 4px dotted #000000;
    margin-left:  -2px;
    margin-right: -2px;
}

.book-condensed {
    font-family: "AvantGarde CondBook";
}

.info-box.medium {
    max-width: 460px;
}

.title-box-1 {
    line-height: 1.2;
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
}

.title-box-2 {
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "AvantGarde";
}

/* -------------------------------------------------------------------- CHARTS -------------------------------------------------------------------- */

.left-iso {
    background: #6CA0AE;
    width: 50%;
    height: 100%;
    transform: skewY(30deg);
    position:  absolute;
    left: 0;
}

.right-iso {
    background: #83BECE;
    width: 50%;
    height: 100%;
    transform: skewY(-30deg);
    position:  absolute;
    right: 0;
}

.iso-chart {
    height: 50px;
    width: 60px;
    position:  relative;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.top-iso {
    width: 70%;
    height: 43px;
    background: #97C8D6;
    position:  absolute;
    top: -30px;
    left: 9px;
    transform: rotateX(55deg) rotateY(0deg) rotateZ(-45deg);
}

.green .left-iso {
    background: #5ab04f;
}

.green .right-iso {
    background: #81bf4c;
}

.green .top-iso {
    background: #94c419;
}

.orange .top-iso {
    background: #F49600;
}

.left-iso {
    background: #6CA0AE;
    width: 50%;
    height: 100%;
    transform: skewY(30deg);
    position:  absolute;
    left: 0;
}

.right-iso {
    background: #83BECE;
    width: 50%;
    height: 100%;
    transform: skewY(-30deg);
    position:  absolute;
    right: 0;
}

.iso-chart {
    width: 60px;
    position:  relative;
    -webkit-transition: all 2s 0s;
    -moz-transition: all 2s 0s;
    -o-transition: all 2s 0s;
    transition: all 2s 0s;
    display: inline-block;
    margin: 0 5px;
}

.iso-chart-container:not(.motion-active) .iso-chart {
    height: 5px!important;
}

.iso-chart-container:not(.motion-active) .top-legend, .iso-chart-container:not(.motion-active) .bottom-legend {
    opacity: 0;
}

.top-iso {
    width: 70%;
    height: 43px;
    background: #97C8D6;
    position:  absolute;
    top: -30px;
    left: 9px;
    transform: rotateX(55deg) rotateY(0deg) rotateZ(-45deg);
}

.top-legend {
    position:  absolute;
    left: 90px;
    top: 30px;
    width: 120px;
    -webkit-transition: all 2s 0.3s;
    -moz-transition: all 2s 0.3s;
    -o-transition: all 2s 0.3s;
    transition: all 2s 0.3s;
}

.iso-chart-container {
    display:  inline-block;
    padding-top: 130px;
    margin-bottom: 40px;
    position:  relative;
}

.legend-figure {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 29px;
    color: #EE5C00;
}

.legend-figure:after {
    content:"";
    width: 100%;
    height:  2px;
    background: #EE5C00;
    position:  absolute;
    left: 0;
    top: 100%;
}

.legend-figure:before {
    content:"";
    width: 55px;
    height:  2px;
    background: #EE5C00;
    transform: rotate(-45deg);
    position:  absolute;
    left: -47px;
    top: calc(100% + 19px);
}

.animated-iso-chart {
    width: 33%;
}

.col-chart {
    width:  33%;
    position:  relative;
    display:  inline-block;
    vertical-align: bottom;
    line-height: normal;
}

.col-chart.col-small {
    width: 25%;
}

.col-chart.col-medium {
    width: 32%;
}

.cols-charts:after {
    content: "";
    display:  table;
    clear:  both;
}

.bottom-legend {
    position:  absolute;
    left: 80px;
    bottom: 30px;
    width: 230px;
    -webkit-transition: all 2s 0.3s;
    -moz-transition: all 2s 0.3s;
    -o-transition: all 2s 0.3s;
    transition: all 2s 0.3s;
}

.bottom-legend .legend-figure:before {
    content:none;
}

.bottom-legend .legend-figure:after {
    background: #94c419;
    max-width: 75px;
}

.legend-figure.green {
    color: #94c419;
    padding-left: 15px;
    text-align: left;
}

.mini-legend {
    font-size: 15px;
    font-family: "AvantGarde";
}

.chart-year {
    font-family: "AvantGarde";
    font-weight: 700;
    font-size: 29px;
    padding-left: 8px;
}

.cols-charts {
    height: 390px;
    position: relative;
    line-height: 390px;
}

.horizontal-chart-legend {
    width: 235px;
    display:  inline-block;
    vertical-align:  super;
}

.horizontal-chart {
    width: 100%;
    display:  inline-block;
    border: 1px solid #848484;
    font-family: "AvantGarde";
    font-weight: 700;
    background: #ec6619;
    height: 24px;
}

.horizontal-chart-row {
    margin: 5px 0;
}

.horizontal-chart-bar {
    display:  inline-block;
    height: 22px;
    background: #9a9a9a;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.horizontal-chart-row:not(.motion-active) .horizontal-chart-bar {
    width:0%!important;
}

.horizontal-chart-data {
    display:  inline-block;
    margin-left: 6px;
    color: #666666;
    font-family: "AvantGarde CondBook";
}



.vertical-chart-legend {
    display: block;
    vertical-align: super;
    text-align: center;
}

.vertical-chart {
    font-family: "AvantGarde CondBook";
    font-weight: 700;
    height: 140px;
    display: flex;
    margin: 10px auto 0;
    flex-direction: column-reverse;
}

.vertical-chart-row {
    margin: 5px 0;
}

.vertical-chart-bar {
    vertical-align: bottom;
    background: #9a9a9a;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    width: 20px;
    margin-left: auto;
    margin-right: auto;
}

.vertical-chart-row:not(.motion-active) .vertical-chart-bar {
    height:0%!important;
}

.conclusion {
    text-align: center;
    color: #ec3a2e;
    font-weight: 700;
    max-width: 750px;
    margin: auto;
    font-size: 26px;
    line-height: 30px;
}

.vertical-chart-data {
    display:  inline-block;
    margin-left: 6px;
    color: #666666;
    font-family: "AvantGarde CondBook";
    margin: 5px 0;
    text-align: center;
    text-align: center;
}

.vertical-chart__cible {
    text-align: center;
    width: 100%;
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 22px;
    position: absolute;
    bottom: 0;
    transform: translateY(100%);
    left: 0;
}

.cloud { 
    font-family: "AvantGarde CondBook";
    margin: auto;
    position: relative;
}
.cloud_title {
    text-align: center;
    color: #ec3a2e;
    
    font-weight: 700;
    font-size: 22px;
    max-width: 403px;
    margin: auto;
}

.cloud_content {
    position: absolute;
    top: 69px;
    left: 50%;
    width: 65%;
    transform: translateX(-50%);
}
.cloud_title span {
    display: block;
    color: #000000;
}
.cloud_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
}
.cloud_item {
    width: 170px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
}
.cloud_img img {
    width: 100%
}
.cloud_item_img{
    display: block;
    padding: 0 17px;
    width: 100%;
}

.legend-square {
    color: #777777;
}

.square {
    width: 20px;
    height: 20px;
    display:  inline-block;
    vertical-align: sub;
    border: 1px solid #000000;
}

.legend {
    display:  inline-block;
    vertical-align:  middle;
    margin-left: 15px;
}

.home-button:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
    border: 2px dashed #fff;
}

.home-button:after {
    padding: 0;
    z-index: 10;
    content:"";
    position:  absolute;
    left: -1px;
    border: 2px solid #fff;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 100%;
}

.faux_accordeon{
	 border-bottom: 1px solid #000000;padding-bottom: 20px; padding-left: 56px;
}
.faux_accordeon_bleu{
	 border-bottom: 1px solid #000000;
	 padding-left: 60px;color: #01a75d; font-size: 22px; font-weight: 700;
}

.step_header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 20px;
}

.step_header img {
    width: 90px;
    margin-right: 25px;
    margin-top: -19px;
}

.step_title {
    font-size: 24px;
    font-weight: 700;
    color: #01a75d;
}

.step_subtitle {
    font-size: 18px;
    font-family: 'AvantGarde';
    font-weight: 700;
    color: #f39000;
    font-syle: italic;
}

.step_back-red {
    background-image: url(../images/back-red.png);
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    font-size: 17px;
    padding: 5px 26px;
    margin-top: 2px;
    padding-bottom: 10px;
}

.step_sub-header {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.step_sub-header-item {
    margin-bottom: 5px;
}

.step_sub-header-item:first-child:before {
    content: "1";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.step_sub-header-item:nth-child(2):before {
    content: "2";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.step_sub-header-item:nth-child(3):before {
    content: "3";
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    line-height: 33px;
    border-radius: 50%;
    background-color: #000;
    text-align: center;
    color: #fff;
    margin-right: 10px;
}

.step_red {
    color: #e00813
}

.step_green {
    color: #01a75d
}

.step_orange {
    color:#f58600
}


.underline {
    text-decoration: underline;
}

.forwho {
    display: flex;
    align-items: flex-start;
    font-size: 20px;
}

.step_one .accordeons__item__content img {
    width: 88px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.accordeons__content__flex > div {
    position: relative;
}

.accordeons__item__content .forwho:not(:last-child) {
    margin-bottom: 10px;
}

.forwho > :first-child {
    width: 250px;
    flex-shrink: 0;
}

.accordeons__item {
/*     padding: 15px 15px; */
/*     margin-bottom: 10px; */
}

.accordeons__item2 {
/*     padding: 15px 15px; */
    margin-bottom: 10px;
      border-top: 1px solid #000000;
}



.accordeons__item {
    border-top: 1px solid #000000
}
.a-la-une .accordeons__item__content {
    padding-left: 15px; 
    font-size: 18px;
}
.accordeons__item__content {
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    font-size: 23px;
/*     padding-left: 25px; */
}

.a-la-une .accordeons__subject {
    font-family: 'AvantGarde CondBook';
    font-size: 18px;
    position: relative;
    cursor: pointer;
      font-weight: 700;
 
}

.accordeons__subject {
    font-family: 'AvantGarde';
    font-size: 23px;
    font-weight: 700;
    position: relative;
    cursor: pointer;
}


.accordeons__subject-green {
    color: #01a75d;
    font-size: 22px;
    font-weight: 700;
}

.accordeons__content__flex {
    display: flex;
    align-items: center;
    font-size: 18px;
    margin-bottom: 25px;
    padding-right: 25px; 
}

.accordeons__content__flex :first-child {
    width: 28%;
}

.accordeons__content__flex img {
    width: 25px;
    margin: 0 22px;
}

.step_three .accordeons__item:nth-child(2) .accordeons__content__flex :first-child {
    width: 100%;
}

.accordeons__content-listContent {
    padding-left: 15px;
}

.accordeons__content__flex-or {
    color: #01a75d;
    position: absolute;
    right: 40px;
    width: auto !important;
    top: 37px;
    font-weight: 700;
    font-size: 22px;
}

.accordeons__content__flex-or:after {
    content:"";
    width: 0; 
    height: 0; 
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #01a75d;
    position: absolute;
    right: -20px;
    transform: translateY(-60%);
    top: 50%;

}
.accordeons__content__flex-or:before {
    content:"";
    width: 0; 
    height: 0; 
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-right: 16px solid #01a75d;
    position: absolute;
    left: -20px;
    transform: translateY(-60%);
    top: 50%;
}

.orange-bloc {
    padding: 25px 25px 15px;
    background-color: #f39000;
    color: #fff
}

.orange-bloc-title {
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 25px;
}

.orange-bloc p {
    font-size: 21px;
    line-height: 20px;
    margin-bottom: 0;
}

.orange-bloc-more {
    display: block;
    margin-top: 10px;
    font-size: 15px;
}

.pad30{margin-left: 30px;}
.yelloaccordeon{color:#fbba20 !important;}
.green60accordeon{color:#2F8D80 !important;}
.orangeaccordeon{color:#f0702f !important;}
.redaccordeon{color:#EA4E55 !important;
	text-transform: uppercase;

}
.petroaccordeon{color:#697E98 !important;
    font-size: 26px;
}
.noiraccordeon{color:#000000 !important;}
.blancaccordeon{color:#ffffff !important;}
.purpleaccordeon{color:#864B6C !important;}
.bgnoiraccordeon{background-color: #f4c5ad; color:black; font-weight: 300; padding: 5px 4px 4px 4px;}
.bluebg{background-color: #89ccd7; padding: 45px 45px 45px 45px; }
.savoirplus{float: right; border:1px solid red; }

.accordeons__subject:after {
    content: "";
    display: block;
    width: 0; 
    height: 0; 
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
    position: absolute;
    right: 20px;
	margin-top: 20px;
    top: 0;
    transition: all .2s ease-out;
    
}



.accordeons__item--active .accordeons__subject:after {
    -webkit-transform: rotate(-90deg);
    -moz-ransform: rotate(-90deg);
    transform: rotate(-90deg);
}

#imgcontent{top:20px;position:relative;  background-color: #fff;}


.exemp-purple,
.exemp-purple span {
    color: #9d2a50;
}
.exemp-yellow .exemp-title,
.exemp-yellow span {
    color: #e4b720;
}
.exemp-blue .exemp-title,
.exemp-blue span {
    color:#01a75d;
}

.exemp-title {
    font-size: 22px;
    font-weight: 700;
    color: 00a8ba;
}

.exemp-horiz-list {
    list-style: none;
    padding-left: 0;
    color: #000000;
}

.exemp-horiz-list li:before {
    content: "-";
    margin-right: 5px; 
}

.exemp-horiz {
    display: flex;
    justify-content: space-between;
    font-family: 'AvantGarde CondBook';
    align-items: flex-start;
    margin-top: 15px;
}
.exemp-horiz:not(:last-child) {
    
    margin-bottom: 30px;
}
.exemp-horiz-left {
    flex-basis: 440px;
}
.exemp-horiz-middle {
    font-size: 20px;
    flex-basis: 260px;
    line-height: 24px;
    border-left: 1px solid #000000;
    padding-left: 27px;
}
.exemp-horiz-right {
    font-size: 25px;
    flex-basis: 180px;
    line-height: 30px;
    color:#01a75d;
    position: relative
}
.loupe_section_title {
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 24px;
}

.shape {
    position: absolute;
    top: 0%;
    left: -50px;
    bottom: 0;
}

.loupe_clientSay {
    font-size: 18px;
    color: #ec3a2e;
    font-weight: 700;
    font-style: italic;
    position: relative;
    margin-left: 66px;
}
.loupe_clientChapo {
    font-size: 24px;
    max-width: 900px;
    margin-left: 66px;
}
.bulle_client {
    position: absolute;
    left: -23px;
    top: 9px;
    width: 68px;
    transform: translateX(-100%);
}
.accordeons__subject--loupe {
    color:#01a75d;
    padding-left: 46px;
    padding-right: 13px;
    
}
.accordeons-chapo {
    font-family: 'AvantGarde CondBook';
    font-size: 18px;
    padding-left: 66px;
}
.accordeons-chapo b {
    font-family: 'AvantGarde CondBook'; font-weight: 700;
}

/*
.accordeons__item--loupe {
    padding: 0 15px 10px;
}
*/
.accordeons__item__img {
    max-width: 55%;
    margin: auto;
    position: relative;
    padding-left: 15px;
}

.accordeons__item__duo {
    display: flex;
    justify-content: center;
}
.accordeons__item__duo > * {
    width: 36%;
    margin: 0;
}

.accordeons__item__legend {
    position: absolute;
    font-family: 'AvantGarde CondBook'; font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.accordeons__item__legend--right {
    right: -24px;
    transform: translateX(100%);
}
.accordeons__item__legend--top {
    top: 20%;
}
.accordeons__item__legend--bottom {
    top: 60%;
}
.accordeons__item__legend--left {
    left: 0px;
    transform: translateX(-100%);
    text-align: right;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }
    to {
        -moz-transform: rotate(360deg);
    }
}
@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }
    to {
        transform: rotate(360deg);
    }
}

.tooltiped {
    text-decoration: underline;
}

.tooltip-inner {
    background: #FFFFFF;
    padding: 10px 15px;
    color: inherit;
    font-size: 14px;
    box-shadow:0px 0px 8px #0000009c;
}

.tooltip.in {
    opacity: 1;
}

.tooltip.top .tooltip-arrow {
    border:none;
}



.donut-chart {
    width: 250px;
    height: 250px;
    position: relative;
    display: inline-block;
}


.legend-type-text {
    font-size: 16px;
    margin: 15px 0;
    font-family: "AvantGarde Demi";
}

.legend-type-text .figure {
    font-size: 30px;
    font-weight: 700;
    font-family: "AvantGarde";
    font-weight: 700;
}

.legend-type-text h4 {
    margin: 0;
    font-size: 35px;
    line-height: 1;
}

.triangle-puced-col {
    padding-left: 65px;
}

.triangle-puced-col:after {
    content:"";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0 20px 20px;
    border-color: transparent transparent transparent #000000;
    position: absolute;
    left: 0;
}

.parenthese-puced-col {
    padding-left: 65px;
}

.parenthese-puced-col:after {
    content:"";
    background-image:url("../images/parenthese-left-black.jpg");
    position: absolute;
    left: 0;
    height: 100%;
    width: 25px;
    background-size: 30px auto;
    background-position: 40% -40%;
    background-repeat: no-repeat;
}


/* -------------------------------------------------------------------- TIMELINE -------------------------------------------------------------------- */


.circle-content-title {
    font-family: "AvantGarde Demi";
    font-size:  18px;
    margin-bottom: 10px;
}

.circle-content {
    padding: 0 14%;
    height:  300px;
    width: 300px;
    line-height: 300px;
    border-radius: 100%;
    text-align:  center;
    display: table;
    margin: 20px 0;
}

.circle-content-inner {
    line-height: 1.4;
    display: table-cell;
    vertical-align:  middle;
}

.timeline-chapter-title h3 {
    font-family: "AvantGarde Demi";
    font-size: 30px;
    text-transform:  initial;
}

.timeline-chapter-title {
    text-align:  center;
    margin: 50px 0;
}

.timeline-chapter-title p {
    max-width: 500px;
    margin: auto;
}

.timeline-section-button {
    display:  inline-block;
    border:1px solid grey;
    padding: 12px 0px 9px 0px;
    background: grey;
    border-radius: 10px;
    margin-bottom: 15px;
    color: #FFFFFF;
    font-family: "AvantGarde CondMedium";
    position:  relative;
    z-index: 2;
    line-height: 1;
    cursor: pointer;
    width: 200px;
}


.timeline-section-arrow {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto 0 auto;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 20px solid #89c1cf;
    z-index: 3;
}


.blue .timeline-section-button {
    background: #6db4cb;
    border: 2px solid #6db4cb;
}

.orange .timeline-section-button {
    background: #ec6619;
    border: 2px solid #ec6619;
}

.apple .timeline-section-button {
    background: #cdd146;
    border: 2px solid #cdd146;
}

.timeline-section-button:hover {
    background:none!important;
    color:#000000;
}


.circle-number {
    color: #FFFFFF;
    background: grey;
    display:  inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-family: "AvantGarde Demi";
    line-height: 34px;
    margin-bottom: 15px;
    font-size: 18px;
}

.blue .circle-number {
    background: #6db4cb;
}

.orange .circle-number {
    background:#ec6619;
}

.apple .circle-number {
    background:#cdd146;
}

.dot-separator-vertical {
    font-size: 20px;
    line-height: 1;
}

.timeline-section {
    text-align:  center;
    margin-bottom: 15px;
    position:  relative;
}

.timeline-section-content:after {
    content:  "";
    display:  block;
    clear: both;
}

.timeline-section-content {
    background:#FFFFFF;
    position:  relative;
    z-index: 1;
    max-height: 0;
    overflow:  hidden;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.timeline-section-content .col-sm-4 {
    padding:0 45px;
}

.timeline-section-content.active {
    max-height: 700px;
    margin-top: -35px;
}

.timeline-section-close {
    position:  absolute;
    right: 15px;
    top: 15px;
    width: 25px;
    cursor:pointer;
}

.timeline-section-close img {
    transform:rotate(0deg);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.timeline-section-close:hover img {
    transform:rotate(90deg);
}

.timeline-section-content .container {
    padding: 80px 0;
}


.timeline-section-content h4 {
    font-family: "AvantGarde CondMedium";
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 15px;
}

.timeline-section-content .big-figure {
    font-size:40px;
}

.timeline-section-content span.figure-medium {
    font-family:"AvantGarde CondMedium";
    font-size: 21px;
}

#objections-questions .card.jassure-accordion {
    background: none;
    padding: 15px 15px 15px 0;
}

#objections-questions .card.jassure-accordion .btn-link {
    padding-left:0;
}

#objections-questions .card.jassure-accordion .btn-link:after {
    float: right;
}



.border-simple {
    border: 2px solid #FFFFFF;
    padding: 10px;
}


.col-sm-6.border-simple {
    width: calc(50% - 40px);
    margin: 20px;
}

.commentaire-box {
    padding: 15px;
    position:  relative;
}

.top-bar {
    margin-top:  -15px;
    margin-left:  -15px;
    margin-right: -15px;
    padding: 5px 0 0px 15px;
    margin-bottom: 10px;
    font-size: 20px;
}

.top-bar.black {
    background:  #000000;
    color: #FFFFFF;
}

.puce-triange-right img{
    width:10px;
    margin-right: 7px;
}

.speak-bubble-queue {position:  absolute;left: -30px;top: 20%;}

.speak-bubble-queue img {
    width: 30px;
}
.right-diagram {
    position: absolute;
    right: 8px;
}

.diagram-legended .left, .diagram-legended .right {
    width: 50%;
}

.diagram-legended .size-diagram {
    width: 170px;
/*     margin: 16px 0; */
margin: auto;
}

.diagram-legended .size-diagram-legend {
    width:calc(100% - 150px);
}

.diagram-legended .right {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}

.diagram-legended .right .tiret {
    width: 30px;
    margin-left: -10px;
}

.diagram-legended .right .tiret.top {
    align-self: start;
    width: 50px;
    margin-left: -20px;
    margin-top: 10px;
}
.diagram-legended .right .tiret.bottom {
    align-self: flex-end;
    width: 50px;
    margin-left: -20px;
    margin-top: 10px;
}

.diagram-legended .right .tiret-inside {
    width: 100%;
    height: 1px;
    background: #7cbdcb;
    display: block;
}

.diagrams-legended {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: auto;
}

.diagram-legended.two {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.diagram-legended.fourth {
    width: 20%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}
.diagram-legended-title {
    font-size: 26px;
    color: #ec3a2e;
    font-weight: 700;
}

.diagram-legended-title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-color: #ec3a2e;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
}

.pastille {
    font-family:"AvantGarde";
    background-color: #e30713;
    border-radius: 50%;
    height: 213px;
    width: 332px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding: 0 28px;
    font-size: 17px;
    position: absolute;
    right: 0;
    top: -28px;
    line-height: 26px;
}
.pastille p {
    margin: 0
}

.pastille:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 35px;
    left: 22px;
    width: 0;
    height: 0;
    transform: translateY(95%) rotate(35deg);
    border-left: 1px solid transparent;
    border-right: 47px solid transparent;
    border-top: 64px solid #e30713;
}

.diagram-legend {
    text-align: left;
    margin: 10px 0;
}

.diagram-legended.fourth:nth-child(3) .diagram-legend {
    width: 100%;
    text-align: left;
}
.diagram-legended_full--red {
    color: #ec3a2e;
    font-weight: 700;
    font-size: 18px;
}

.diagram-legend span.figure {
    font-size: 30px;
    font-weight: 700;
    font-family: "AvantGarde";
    font-weight: 700;
    color: #7cbdcb;
    line-height: 1;
}










.figure-number {
    display: inline-block;
    font-size: 30px;
}

ul.simple-tiret {list-style: none;padding-left: 10px;text-indent: -10px;}

ul.simple-tiret > li:before {
    content: "- ";
}

#tabs-ages.nav-tabs .nav-item.show .nav-link, #tabs-ages.nav-tabs .nav-link.active {
    border-color: #FFFFFF;
}

#tabs-ages .etape-tab-icon img {
    max-height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: bottom;
}

#tabs-ages .etape-tab-icon {
    margin-bottom: 10px;
    height: 105px;
    line-height: 105px;
    display: list-item;
}

#tabs-ages .etape-tab-legend {
    background: #a7d3af;
    text-transform: none;
    color: #fff;
    height: 80px;
    padding: 0 10px;
    display: flex;

    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#tabs-ages .active .etape-tab-legend {
    background:#01a75d;
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 900;
}



#tabs-ages.nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    width: 100%;
}

#tabs-ages .active .etape-tab-icon img {
    max-height: 105px;
    margin-top: 0;
}

.calendar-flex {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 10px;
    display: flex;
    align-items: flex-end;
}

.tab-list {
    padding-left:15px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    padding-right: 13px;
}

.tab-orange-bloc {
    background-color: #f48a31;
    padding: 10px;
    margin-top: 20px;
}

.tab-content>.tab-pane {
    font-size: 18px;
}

.tab-content-back {
    background: #f3f9f5;
    padding: 10px
}

.tab-content-back-flex {
    display: flex;
    align-items: center;
}

.tab-content-back-section:first-child {
   border-bottom: 3px dotted #f48f00;
   margin-bottom: 10px;
}

.tab-content-back-section:first-child > :first-child {
    width: 12%;
    margin-right: 37Px;
}

.tab-content-back-section:first-child > :nth-child(2) {
    line-height: 1;
    width: 33%;
    border-right: 2px solid #f48f00;
    margin-right: 100Px;
}

.tab-content-back-section:nth-child(2) > .tab-content-back-flex > :first-child {
    margin-right: 37px;
    width: 178px;
}

#etape-3 .tab-content-back > :first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f39000;
    position: absolute;
    right: -28px;
    top: 0;
}

.calendar-flex strong{
    font-size: 16px;
}

.calendar-flex .arrow_green {
    position: absolute;
    top: -2px;
    transform: translate(-39%, -100%) scale(0.9);
}

.calendar-flex .second-arrow-green {
    position: absolute;
    top: -2px;
    left: 0;
    transform: translate(-22%, -94%) scale(0.5);
}

.calendar-flex .calendar {
    width: 200px;
    margin: 0 52px;
    position: relative;
}

.puis-container {
    position: relative;
    width: 128px;
    margin: auto;
}

.puis-side {
    position: absolute;
    top: 50%;
}

.puis-left {
    left: -50px;
}
.puis-right {
    right: -11px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    width: 300px;
}

#tabs-ages.nav-tabs .nav-link:focus, #tabs-ages.nav-tabs .nav-link:hover {
    border-color: #ffffff00;
}
div#contents-ages {
/*     border: 4px solid #776060; */
/*     padding: 20px; */
    margin: 0 1px;

}

.age-title {
    font-size: 37px;
    font-family: "AvantGarde Light";
    color: #00a89c;
}

.ages-bubble {
    font-size: 22px;
    font-family: "AvantGarde Demi";
    font-style: italic;
}

.bubble-image {
    max-width: 150px;
    margin-bottom: 17px;
}

div#contents-ages .row > div {
    padding: 0 30px 30px 30px;
}

.normal-alone-title {
    font-size: 21px;
    font-family: "AvantGarde Demi";
}

.map {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    float: left;
    opacity: 0.5;
    cursor: pointer;

}

.map.active {
    opacity:1;
}

.maps-container {
    max-width: 1600px;
    margin: auto;
}

[section-id="map-1"] .lettering-title {
    text-align: left!important;
    max-width: 100%!important;
}

[section-id="map-2"] .lettering-title {
    text-align: left!important;
    max-width: 100%!important;
}

section.to-activate {
    display: none;
}

section.to-activate.active {
    display: block;
}

section .bottom-arrow[section-id="map-1"] {
    left: 40%;
}

section .bottom-arrow[section-id="map-2"] {
    left: 60%;
}

.bottom-arrow.to-activate {
    display: none;
}

.bottom-arrow.to-activate.active {
    display: block;
}

.title-bolded {font-family: "AvantGarde Demi";font-size: 65px;}

.puma-assure-title img {
    max-width: 300px;
}

.bordered-4px {
    border: 4px solid;
    padding: 21px;
    width: 100%;
    margin: 10px 0;
}

.bordered-4px.purple {
    border-color: #f0702f;
}

.buttons-accordeon .header-signe {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-image: url('../images/ic_plus.png');
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: #FFFFFF;
    border-radius: 100%;
    vertical-align: top;
    margin-right: 10px;
    position: relative;
    z-index: 2;
}

.buttons-accordeon  .header {display: block;width: 205px;padding: 6px;margin: 15px auto;cursor: pointer;position: relative;}

.buttons-accordeon  .header:after {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00000000;
}

.buttons-accordeon .header:hover:after {
    background: #00000045;
}

.buttons-accordeon .header img {
    display: inline-block;
    height: 20px;
    z-index: 2;
    position: relative;
    margin-top: 6px;
}

.buttons-accordeon .content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.buttons-accordeon .content.active {
    max-height:200px
}

.buttons-accordeon .content-inner {
    padding: 15px 0;
}

.accolade-left {
    float: left;
    width: 20px;
    margin-right: 30px;
}

.yellow-bloc {
    background-color: #FCBD01;
    color: #000000;
    padding: 14px 26px;
    font-size: 26px;
    font-weight: 700;
    max-width: 720px;
    text-align: center;
    margin: auto;
}

.petrol-bloc {
    background-color: #697E98;
    color: #ffffff;
    padding: 10px 10px;
    font-size: 26px;
    font-weight: 700;
    max-width: 720px;
    text-align: center;
    margin: auto;
}

#tabs-ages.nav-tabs .nav-item.show .nav-link,
#tabs-ages.nav-tabs .nav-link.active {
    border-color: #ffffff;
}

#tabs-ages .etape-tab-icon img {
    max-height: 60px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    vertical-align: bottom;
}

#tabs-ages .etape-tab-icon {
    margin-bottom: 10px;
    height: 105px;
    line-height: 105px;
    display: list-item;
}

#tabs-ages .etape-tab-legend {
    background: #ADDAD9;
    text-transform: none;
    color: #fff;
    height: 120px;
    padding: 0 10px;
    display: flex;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
    
}

#tabs-ages .active .etape-tab-legend {
    background: #1CB0A4;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    height: 120px;
}
#tabs-ages .etape-tab-legendb {
    background: #ADDAD9;
    text-transform: none;
    color: #fff;
    height: 120px;
    padding: 0 10px;
    display: flex;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
    
}

#tabs-ages .active .etape-tab-legendb {
    background: #1CB0A4;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    height: 120px;
}

#tabs-ages .etape-tab-legendr {
    background: #ADDAD9;
    text-transform: none;
    color: #fff;
    height: 120px;
    padding: 0 10px;
    display: flex;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
    
}
#tabs-ages .active .etape-tab-legendr {
    background: #1CB0A4;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    height: 120px;
}



#tabs-ages .etape-tab-legend-p1 {
    background: #C7E7F1;
    text-transform: none;
    color: #1DB0A3;
    height: 120px;
    padding: 0 10px;
    display: flex;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
    
}

#tabs-ages .active .etape-tab-legend-p1 {
    background: #1DB0A3;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    height: 100px;
}

#tabs-ages .etape-tab-legend-p2 {
    background: #B996A9;
    text-transform: none;
    color: #fff;
    height: 100px;
    padding: 0 10px;
    display: flex;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
    
}
#tabs-ages .active .etape-tab-legend-p2 {
    background: #722E53;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
    height: 100px;
}



/* ###############. Onglets A la une 64 ############### */

#tabs-ages .etape-tab-legend1 {
    background: #bde89b;
    text-transform: none;
    color: #fff;
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: left;
    justify-content: left;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#tabs-ages .active .etape-tab-legend1 {
    background: #84bf53;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}
#tabs-ages .etape-tab-legend2 {
    background: #92cdb5;
    text-transform: none;
    color: #fff;
    height: 50px;
    padding: 0 10px;
    display: flex;
    align-items: left;
    justify-content: left;
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#tabs-ages .active .etape-tab-legend2 {
    background: #45b38b;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}
#tabs-ages .etape-tab-legend3 {
    background: #f6c596;
    text-transform: none;
    color: #fff;
    height: 50px;
    padding: 0 10px;
    display: flex;
/*
    align-items: center;
    justify-content: center;
*/
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#tabs-ages .active .etape-tab-legend3 {
    background: #eb8f4d;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}
#tabs-ages .etape-tab-legend4 {
    background: #ec9b93;
    text-transform: none;
    color: #fff;
    height: 50px;
    padding: 0 10px;
    display: flex;
/*
    align-items: center;
    justify-content: center;
*/
    -webkit-transition: font-size 0.5s;
    -moz-transition: font-size 0.5s;
    -o-transition: font-size 0.5s;
    transition: font-size 0.5s;
}

#tabs-ages .active .etape-tab-legend4 {
    background: #dc3f53;
    color: #ffffff;
    font-size: 22px;
    font-weight: 900;
}

/* ///////////////////////////// */

.etape-tab-legend-inside {
    line-height: normal;
    vertical-align: middle;
    display: inline-block;
}

#tabs-ages.nav-tabs .nav-link {
    padding: 0;
    margin: 0;
    border-bottom: 0;
    width: 100%;
}

#tabs-ages .active .etape-tab-icon img {
    max-height: 105px;
    margin-top: 0;
}

.calendar-flex {
    width: 100%;
    max-width: 820px;
    margin: 0 auto 10px;
    display: flex;
    align-items: flex-end;
}

.tab-list {
    padding-left: 15px;
    position: relative;
    z-index: 2;
    background-color: #fff;
    display: inline-block;
    padding-right: 13px;
}

.tab-orange-bloc {
    background-color: #f48a31;
    padding: 10px;
    margin-top: 20px;
}

.tab-content > .tab-pane {
    font-size: 18px;
}

.tab-content-back {
    background: #f3f9f5;
    padding: 10px;
}

.tab-content-back-flex {
    display: flex;
    align-items: center;
}

.tab-content-back-section:first-child {
    border-bottom: 3px dotted #f48f00;
    margin-bottom: 10px;
}

.tab-content-back-section:first-child > :first-child {
    width: 12%;
    margin-right: 37px;
}

.tab-content-back-section:first-child > :nth-child(2) {
    line-height: 1;
    width: 33%;
    border-right: 2px solid #f48f00;
    margin-right: 100px;
}

.tab-content-back-section:nth-child(2) > .tab-content-back-flex > :first-child {
    margin-right: 37px;
    width: 178px;
}

#etape-3 .tab-content-back > :first-child:after {
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f39000;
    position: absolute;
    right: -28px;
    top: 0;
}

.calendar-flex strong {
    font-size: 16px;
}

.calendar-flex .arrow_green {
    position: absolute;
    top: -2px;
    transform: translate(-39%, -100%) scale(0.9);
}

.calendar-flex .second-arrow-green {
    position: absolute;
    top: -2px;
    left: 0;
    transform: translate(-22%, -94%) scale(0.5);
}

.calendar-flex .calendar {
    width: 200px;
    margin: 0 52px;
    position: relative;
}

.puis-container {
    position: relative;
    width: 128px;
    margin: auto;
}

.puis-side {
    position: absolute;
    top: 50%;
}

.puis-left {
    left: -50px;
}
.puis-right {
    right: -11px;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    width: 300px;
}

#tabs-ages.nav-tabs .nav-link:focus,
#tabs-ages.nav-tabs .nav-link:hover {
    border-color: #ffffff;
}
div#contents-ages {
    width: 99.69%;
/*     height: 500px; */
    margin: 0 1px;
   
}
div#contents-ages2 {
    width: 99.69%;
    height: auto;
    margin: 0 1px;
    padding-bottom: 30px;
     border: 4px solid #1DB0A3;
}

div#contents-ages3 {
    width: 99.69%;
    height: auto;
    margin: 0 1px;
    padding-bottom: 30px;
     border: 4px solid #1DB0A3;
}

div#contents-ages > .tab-pane {
    width: 100%;
/*     height: 500px; */
}

.age-title {
    font-size: 37px;
    font-family: "AvantGarde Light";
    color: #00a89d;
}

.ages-bubble {
    font-size: 22px;
    font-family: "AvantGarde Demi";
    font-style: italic;
}

.bubble-image {
    max-width: 150px;
    margin-bottom: 17px;
}

div#contents-ages .row > div {
    padding: 0 30px 30px 30px;
}

.normal-alone-title {
    font-size: 21px;
    font-family: "AvantGarde Demi";
}

.map {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
    float: left;
    opacity: 0.5;
    cursor: pointer;
}

.map.active {
    opacity: 1;
}

.maps-container {
    max-width: 1600px;
    margin: auto;
}
.nav-item {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    padding: 5px 0;
    color: #ffffff;
}

.nav-item2 {
    float: left;
    width: 50%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.nav-item13 {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.nav-item23 {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.nav-item33 {
    float: left;
    width: 33.33%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
  
}

nav-item41 {
    float: left;
    width:25%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.nav-item42 {
    float: left;
    width:25%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
}

.nav-item43 {
    float: left;
    width:25%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
  
}
.nav-item44 {
    float: left;
    width:25%;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
  
}



.nav-item:hover {
    color: #ffffff;
}
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    font-size: 10px;
    border: none;
    outline: none;
    background-color: #f7f6f6;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #cccccc;
}

.paracond{font-size: 20px;font-family: 'AvantGarde CondBook'; }

.incordeon{padding-right:180px; margin-left:-25px;font-size: 22px;font-family: 'AvantGarde CondBook';}
.incordeonimg{margin-left:-25px;font-size: 20px; }
.incordeonimgblack{margin-left:-25px;font-size: 18px; padding: 20px 150px 10px 20px; border: 1px solid black;}
.insidetab{;font-size: 24px;font-family: 'AvantGarde CondBook';  padding: 20px 20px 0px 30px; line-height: 26px;}






/* NEw ACCORDOn */
 button > img{
border-color: red;
border:1px 0 1px 0;
}

 button.accordion.active{ 
 outline: none;
 border: none;
 }



.accordion {
 background-color: #FBDAD3;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  margin-top:-5px;
  border: none;
}

.active, .accordion:hover {
	outline: none;

}

.panel {
	border: none;
  outline: none;
  display: none;
  background-color: #FBDAD3;
  overflow: hidden;
}