/* Header */

#infoBandeau{
    display: none !important;
}

.topHeader2, .sousMenus.topHeader2{
    top: 0 !important;
}

.zoneDroiteHeader > div {
    display: none;
}

.displayFlex_C_AC {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.displayFlex_R_JC {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.spaceEndBlock {
    padding-bottom: 3rem;
}

.paddingList {
    padding: 0 20px;
}

.flex-gap2 {
    gap: 2rem;
}


/* Buttons */
.button {
    cursor: pointer;
	color:#FFF;
    width: fit-content;
	height:40px;
	background-color:#025159;
	border:1px solid #025159;
	border-radius:20px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
    justify-content: center;
    align-self: center;
	padding:0 1.8em;
    margin: 0.8em 0.8em;
    font-family: opensanssemibold;
    font-size:16px;
    /*text-transform: uppercase;*/
}
.button:hover{
	color:#025159;
	background-color:#FFF;
}

.button.secondary{
	color:#FFF;
	background-color:#44BCC9;
	border-color: #44BCC9;	
}

.button.secondary:hover{
    color:#44BCC9;
    background-color:#FFF;
}

/* General */

.bg-blue{
    background-color: #025159;
}
.bg-blue > * {
    color: #FFF;
}
.bg-grey{
    background-color: #F2F6F7;
}
.bg-white{
    background-color: #FFF;
}
.bg-black{
    background-color: #000000;
}
.capitalize{
    text-transform: capitalize;
}
.uppercase{
    /*text-transform: uppercase;*/
}
.pointer{
    cursor: pointer;
}

.title {
    font-family: opensanssemibold;
    line-height: 2em;
    font-size: 28px;
    margin-top: 1.2em;
    font-weight: 700;
    text-align: center;
}

.subtitle{
    font-family: opensansregular;
    font-size: 20px;
    font-weight: 400;
    display: flex;
    place-content: center;
}

.sub_subtitle {
    font-family: opensansregular;
    font-size: 16px;
    font-weight: 400;
    display: flex;
    place-content: center;
}


.subtitleCarac {
    text-align: center;
}

.titreGras {
    font-family: opensansregular !important;
}

.catchphrase {
    font-family: opensansregular;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    font-size: 20px;
}


/* blocks */

.direction-column {
    flex-direction: column !important;
}
.direction-row {
    flex-direction: row !important;
}

.align-stretch {
    align-items: stretch;
}

.no-wrap {
    flex-wrap: nowrap;
}

.height-auto {
    height: auto !important;
}
.height-100 {
    min-height: 100%;
}
.height-full {
    min-height: 100vh;
}
.height-10 {
    min-height: 10vh;
}
.height-20 {
    min-height: 20vh;
}
.height-80 {
    min-height: 80vh;
}
.height-90 {
    min-height: 90vh;
}

.block-full{
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

#large-img-texte {
    align-items: center;
}

.block-near-full{
    width: 90%;
}
.block-half{
    width: 50%;
}
.block-two-thirds{
    width: 66.6%;
}
.block-forty{
    width: 40%;
}
.block-one-third, .block-thirty-three{
    width: 33.3%;
}
.block-thirty{
    width: 30%;
}
.block-a-quarter{
    width: 25%;
}
.block-one-sixth{
    width: 16.6%;
}

.block-title {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.block-title > * {
    align-self: center;
    /* text-align: center; */
}

.block-links{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.block-press {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    width: 80%;
}

.js-tab .block-press {
    flex-direction: row;
}

.presentationPressTheoremeFS{
    align-content: start;
    margin: auto;
}

.presentationPressTheoremeFS blockquote {
    font-size: 18px;
    margin-bottom: 1em;
}

blockquote {
    font-family: opensansregular;
    font-style: italic;
    font-size: 28px;
    text-align: center;
}

figcaption, figcaption a{
    color: #000;
    font-family: opensanssemibold;
    line-height: 2.5em;
    font-size: 20px;
    font-weight: bold;
}

/* Specifics */

.blockPreviewContent{
    display: flex;
    align-items: center;
    height: auto;
    min-height: 100%;
    overflow: hidden;
}
.blockPreviewContent picture{
    width: 100%;
    height: auto;
    min-height: 100vh;
}
.blockPreviewContent picture img, .blockGallery picture img, .blockReinsurance picture img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blockPreviewContent picture img{
    height: 100vh;
}

.block-full img {
    height: auto;
}

.blockPreviewContent .title, .blockPreviewContent .subtitle, .blockPreviewContent .catchphrase {
    /*text-transform: uppercase;*/
    color: #FFF; 
}

.previewTitle {
    text-shadow: 0px 0px 8px rgba(0,0,0,0.6);
}

.previewText{
    display: flex;
    flex-direction: column !important;
    position: absolute;
}

.blockPreviewContent .title {
    font-size: 46px;
    line-height: 1.5em;
}

.blockPreviewContent .subtitle {
    font-size: 28px;
    font-weight: 600;
}

.blockPresentation > * {
    align-self: center;
}

.blockPresentation picture {
    width: 75%;
    margin: 1.5rem auto;
}

.blockPresentation .presentationTitle{
    flex-direction: column;
    margin-top: 1em;
}

.blockPresentation .presentationTitleTheoremeFS{
    margin: 3em auto;
    flex-direction: row;
    gap: 5rem;
}

.blockPresentation .presentationTitleTheoremeFS .title{
    margin-bottom: 1em;
}

.blockPresentation .block-links {
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
}

.blockPresentationTheoremeFS {
    padding-bottom: 3rem;
}

.js-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
}

.js-gallery-grid .js-gallery-picture:nth-child(1),
.js-gallery-grid .js-gallery-picture:nth-child(2) {
    grid-row: 1;
}

.js-gallery-grid .js-gallery-picture:nth-child(3),
.js-gallery-grid .js-gallery-picture:nth-child(4),
.js-gallery-grid .js-gallery-picture:nth-child(5) {
    grid-row: 2;
    grid-column: span 1;
}

.js-gallery-full {
    display: flex;
    align-items: stretch;
    height: 80vh;
}

.js-gallery-full .js-gallery-picture {
    display: flex;
    flex-direction: row;
    flex: 1;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    scrollbar-width: none;
    position: relative;
    transition: flex 1s ease-in-out;
    height: 80vh;
    cursor: pointer;
}

.js-gallery-picture.active{
    flex-grow: 4;
    overflow-y: auto;
}

.js-gallery-picture picture {
    width: 100%;
    height: 100%;
}
.js-gallery-picture picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.js-gallery-picture.active picture img{
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.blockReinsurance > .block-full{
    flex-direction: row;
}

.blockReinsurance .blockReinsuranceText {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.blockReinsurance .reinsuranceTitle, .blockReinsurance .reinsuranceText {
    margin-bottom: 2rem;
    padding: 0em 5em;
    flex-direction: column;
}

.blockReinsurance .reinsuranceTitle .title {
    line-height: 30px;
    padding-bottom: 20px;
}

.blockReinsurance .reinsuranceTitle .reinsuranceSubtitle{
    font-size: 22px;
    line-height: 30px;
}

.blockReinsurance .reinsuranceText {
    font-family: opensanslight;
    font-size: 16px;
    /* text-align: center; */
}

.blockReinsurance.floating-picture{
    margin-top: 3rem;
}

.blockReinsurance.floating-picture > .block-full{
    margin-bottom: 3rem;
}

.blockReinsurance.floating-picture .block-half{
    display: flex;
    margin-top: 3rem;
    margin-left: 2.5%;
    margin-right: 2.5%;
    width: 45%;
}

.blockReinsurance.floating-picture picture {
    aspect-ratio: 16 / 11;
}

.blockReinsurance.floating-picture-side {
    justify-content: initial;
    align-content: initial;
}

.blockReinsurance.floating-picture-side > .block-full {
    margin-bottom: 3rem;
}

.blockReinsurance.floating-picture-side .block-half {
    display: flex;
    align-content: center;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
}

.blockReinsurance.floating-picture-side picture.right-side {
    margin-right: -6rem;
}

.blockBikeChoice .block-full{
    flex-direction: row;
}
.blockBikeChoice .block-full > div {
    display: flex;
    flex-direction: column !important;
}

.blockBikeChoice .block-title .title {
    font-size: 20px;
}
.blockBikeChoice .block-title .subtitle {
    font-size: 14px;
}

.blockBikeChoice picture {
    width: 80%;
    align-self: center;
}
.blockBikeChoice .bikeChoiceTitle{
    margin-bottom: 1em;
}

.blockBikeChoice .bikeChoiceLinks{
    margin-top: 1em;
    margin-bottom: 1em;
}

/* .blockSmallGallery {
    margin-top: 2rem;
} */

.blockSmallGallery div > div {
    position: relative;
}

.blockSmallGallery a {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
}

.blockSmallGallery a:hover {
    z-index: 3;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}


.technicalInformationTitle .title {
    margin-bottom: 1em;
}

.technicalInformationContent .subtitle{
    font-size: 22px;
    margin-bottom: 1em;
}

.blockTechnicalInformation {
    padding-bottom: 1rem;
}

.blockTechnicalInformation .technicalInformationContent {
    width: 95%;
    margin: 0 2.5%;
}

.blockTechnicalInformation .technicalInformationContent > .block-full:not(.tabControllers){
    padding: 3rem 5rem;
}

.blockTechnicalInformation .technicalInformationText {
    padding: 1rem 2rem;
    width: auto;
}
.blockTechnicalInformation .geometryTable > div {
    display: flex;
    flex-wrap: wrap;
}

.blockTechnicalInformation .geometryTable > div > * {
    display: block;
    order: 1;
    width: 100%;
}

.blockTechnicalInformation .geometryTable > div > div:first-child {
    order: 2;
    width: 40%;
    margin: 0;
}
.blockTechnicalInformation .geometryTable .blocTableauGeometrie {
    order: 3;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockTechnicalInformation .geometryTable .blocTableauGeometrie:not([class*="block-"]) {
    /* width: calc(60% - 2rem); */
    margin: 0 1em 1em 1em;
}

.geometryTable .blocTableauGeometrie table{
    text-align: center;
}

.geometryTable .blocTableauGeometrie table .col1{
    font-weight: bold;
}
.geometryTable .blocTableauGeometrie table .col1, .geometryTable .blocTableauGeometrie table .col2 {
    padding: 5px 5px;
    text-align: left;
}

.geometryTable .blocTableauGeometrie table .geo2{
    padding: 5px 5px;
}

.geometryTable .h2PageTexte {
    padding: 0;
    margin-bottom: 20px;
    font-size: 22px !important;
    font-family: opensansregular;
    font-weight: 400;
}


/* Modal */


.close-btn {
    position: absolute;
    top: 1%;
    right: 1%;
    padding: 1%;
    background: transparent;
    border: 0;
    font-size: 20px;
    color: #FFF;
    cursor: pointer;
}

.modal-container {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
}

.modal-container.show-modal {
    display: block;
}

.modal {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 90%;
    max-height: 90%;
    animation-name: modalopen;
    animation-duration: 1s;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modal.youtube {
    width: auto;
}

/* Tabs */
.tabControllers {
    flex-direction: row;
}
.tabControllers > div{
    transition-duration: 1s;
    transition-property: width;
}

.tabController {
    z-index: 8;
    width: 100%;
    border-top: 1px solid #025159;
    text-align: center;
    padding-top: 14px;
    padding-bottom: 15px;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    position: relative;
}
.tabControllers div:first-child .tabController:not(.active) {
    border-left: 1px solid #025159;
}
/* div .js-tab.block-one-third:first-child {
    border-left: 1px inset #025159;
    border-bottom: 1px solid #025159;
} */
.tabControllers div:last-child .tabController:not(.active) {
    border-right: 1px solid #025159;
}

/* div .js-tab.block-one-third:last-child{
    border-right: 1px inset #025159;
    border-bottom: 1px solid #025159;
} */

.tabController.active {
    z-index: 7;
    background-color: #FFF;
    border-top: 5px solid #025159;
    padding-top: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.tabController::after {
    display: none;
    width: 100%;
    height: 12px;
    background: #fff;
    content: ' ';
    bottom: -12px;
    position: absolute;
}
.tabController.active::after {
    display: block;
}

.tabControllers.integrated .tabController.active::after {
    display: none;
}

.tabController .title {
    margin: 0;
    width: 100%;
    font-size: 20px;
}
.tabController .subtitle {
    font-size: 16px;
}

.js-tab{
    transition-duration: 1s;
    transition-property: width;
    z-index: 5;
}
.js-tab.active{
    z-index: 6;
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.js-tab.active.block-full{
    transition-property: display;
    transition-duration: 0s;
    display: block;
}
.js-tab:not(.active).block-full{
    transition-property: display;
    transition-duration: 0s;
    display: none !important;
}

.js-tab.active picture {
    margin-top: 0;
    transition-property: margin;
    transition-duration: 0.5s;
}
.js-tab:not(.active) picture {
    margin-top: 20%;
    width: 100%;
    height: 100%;
}

.js-tab:not(.active) picture img {
    object-fit: fill;
}

.js-tab figure.active{
    opacity: 1;
    visibility: visible;
}

.js-tab figure{
    transition-property: opacity;
    transition-delay: 1s;
    transition-duration: 0.5s;
    opacity: 0;
    visibility: hidden;
}

/* Mobile */

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

    .order1 {
        order: 1 !important;
    }

    .order2 {
        order: 2 !important;
    }
    .order3 {
        order: 3 !important;
    }

    .order4 {
        order: 4 !important;
    }
    .order5 {
        order: 5 !important;
    }
    .order6 {
        order: 6 !important;
    }

    .order7 {
        order: 7 !important;
    }
    .order8 {
        order: 8 !important;
    }

    .order9 {
        order: 9 !important;
    }
    .order10 {
        order: 10 !important;
    }

    .flecheVersBasHeader {
        display: none !important;
    }

    .modal {
        width: 95%;
    }

    .button {
        margin: 0.8em 0.2em;
    }
    
    .js-gallery-full{
        flex-direction: column !important;
        flex-wrap: wrap;
        height: auto !important;
    }

    .js-gallery-full .js-gallery-picture {
        height: auto;
        max-height: 40vh;
    }

    .js-gallery-full .js-gallery-picture.active{
        max-height: 90vh;
    }

    .js-gallery-picture.active picture img{
        position: relative;
        height: 100%;
    }

    [class^="height-"]{
        height: auto;
    }

    .block-full:not(.block-title) {
        width: unset !important;
    }

    .block-half:not(.same-on-mobile),
    .block-two-thirds:not(.same-on-mobile),
    .block-one-third:not(.same-on-mobile){
        width: 100% !important;
    }

    .block-one-sixth:not(.same-on-mobile){
        width: 50% !important;
    }
    
    .block-forty:not(.same-on-mobile){
        width: 100%;
    }
    .block-thirty:not(.same-on-mobile),
    .block-a-quarter:not(.same-on-mobile){
        width: 50%;
    }

    .block-full-mobile {
		width: 100% !important;
	}
    
    .block-half-mobile {
		width: 50%;
	}
    .block-quarter-mobile {
		width: 25%;
	}

    .block-links {
        flex-direction: column;
        max-width: 70%;
        align-self: center;
    }

    .mobile-reverse {
        flex-direction: column-reverse !important;
    }

    .title {
        margin-bottom: 10px;
    }

    blockquote{
        font-size: 20px;
    }

    figcaption {
        font-size: 16px;
    }

    .blockPresentation picture {
        width: 100%;
        margin-top: 1rem !important;
    }

    .blockReinsurance.floating-picture{
        margin-top: 0;
    }
    .blockReinsurance.floating-picture picture {
        width: calc(100% - 3rem);
        margin-top: -1.5rem;
    }

    .blockReinsurance.floating-picture-side .block-full.left-side{
        flex-direction: column;
        margin-top: 0rem;
    }
    
    .blockReinsurance.floating-picture-side .block-full.left-side picture{
        margin-left: 0;
    }
    
    .blockReinsurance.floating-picture-side picture {
        height: 100%;
        margin-right: 0 !important;
    }
    
    .blockReinsurance.floating-picture .block-half{
        margin-top: 3rem;
    }

    .blockReinsurance.floating-picture > .block-full {
        margin-bottom: 0;
    }

    .blockReinsurance .reinsuranceTitle, 
    .blockReinsurance .reinsuranceText,
    .blockTechnicalInformation .technicalInformationContent > .block-full:not(.tabControllers)
    {
        padding: 1rem;
        margin-bottom: 0;
    }

    .blockReinsurance .reinsuranceTitle .title {
        margin-bottom: 0;
    }

    .blockReinsurance .reinsuranceText {
        margin-bottom: 1rem;
    }

    .blockTechnicalInformation .geometryTable {
        overflow-x: scroll;
    }

    .blockTechnicalInformation .geometryTable > div > div:first-child,
    .blockTechnicalInformation .geometryTable .blocTableauGeometrie:not([class*="block-"]),
    .blockTechnicalInformation .geometryTable #geometrie
    {
        width: 100%;
        margin: 0;
    }

    .presentationSubtitle, .subtitle {
        line-height: 1.2em;
    }

    .blockBikeChoice .block-full > div {
        display: flex;
        flex-direction: row;
        align-content: space-between;
    }

    .blockBikeChoice picture {
        width: 100%;
    }

    .tabControllers.integrated{
        margin-top: 1em;
    }

    .js-tab:not(.active){
        display: none;
    }
}

@media screen and (max-width: 680px){
    .blockTechnicalInformation .geometryTable .blocTableauGeometrie {
        justify-content: start;
    }
}

@media screen and (max-width: 650px){
    .block-thirty:not(.same-on-mobile),
    .block-a-quarter:not(.same-on-mobile){
        width: 100%;
    }
}

.tabCell {
    padding: 0.25rem 2rem;
    border: none;
}

.geoLigne:hover *{
    background-color: #e5eff7;
}

#geometrie {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: row;
}

#geometrie .blocTableauGeometrie {
    width: fit-content;
}

.pictureFlex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.technicalInformationContent .insideOfCarac {
    flex-direction: column;
}

.imgMontmartre {
    width: 100%;
}

.container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.catchphrase-vtt {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 20px;
}

.button.button-vtt-header {
    background-color: var(--white-color);
    color: #000;
    border: none;
    padding: 0 5rem;
}

.presentationEquipeVTT {
    width: 60%;
}

.subtitle-vtt {
    font-family: opensansregular;
    font-size: 20px;
    display: flex;
    place-content: center;
}

.logo-reseaux-presensation-vtt {
    width: 3.5rem;
}
.titreBloc {
    margin: 2.5rem 0;
}

.listeEquipe {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
}

.liste-competition-part li {
    list-style: none;
}

.noBullets { list-style-type: none; }

.liste-competition-part li a{
    color: white;
}

.bloc-membre:nth-child(even) {
    flex-direction: row-reverse;
}

.img-staff {
    width: 20rem;
    border-radius: 50%;
}

.img-partenaire {
    width: 15rem;
}

.div-img-partenaire {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 10rem;
    height: 7rem;
}

.conteneurFooter {
    margin-top: 0;
}

table {
    font-size: 16px;
}

table th,
table td {
    text-align: left;
    padding: 2px;
}

table tr td:first-child {
    padding-left:10px;
}

table tr td:last-child {
    padding-right:10px;
}

table tr.firstFromCategory td{
    padding-top: 15px;
}
table tr.lastFromCategory td {
    padding-bottom: 15px;
}

.halfOfWidth {
    width: 50%;
}

.partenaireList {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    justify-items: center;
    gap: 1rem;
}

.fullRow {
    grid-column: 1 / 5;
}

.partenaire-size-one {
    width: 30rem;
}

.partenaire-size-two {
    width: 20rem;
}

.partenaire-size-three {
    width: 15rem;
}

@media screen and (max-width: 950px){
    .listeEquipe {
        display: flex !important;
        justify-content: center;
        align-items: center;
        gap: 2rem;
    }

    .membre-image img{
        width: 25rem;
        border-radius: 50%;
    }
}

@media screen and (max-width: 1300px){
    .partenaireList {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
    }

    .partenaireList .div-img-partenaire:last-child, .partenaireList .partenaire-size-three:last-child {
        grid-column: 2 / 3;
    }

    .fullRow {
        grid-column: 1 / 4;
    }

    .staffBloc {
        gap: 2rem;
    }
}

@media screen and (max-width: 1300px){
    .membre-texte {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width: 1050px){
    .partenaireList {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr);
    }

    .partenaireList .div-img-partenaire:last-child, .partenaireList .partenaire-size-three:last-child {
        grid-column: auto;
    }

    .fullRow {
        grid-column: 1 / 3;
    }    
}

@media screen and (max-width: 700px){
    .partenaireList {
        display: grid !important;
        grid-template-columns: repeat(1, 1fr);
    }
    
    .partenaire-size-one {
        width: 20rem;
    }

    .fullRow {
        grid-column: 1 / 2;
    }    
}

@media screen and (max-width: 450px) {
    .zoneGaucheHeader {
      padding-left: 0;
    }

    .logo-reseau a img {
        width: 3rem;
    }    

    .presentationEquipeVTT {
        width: 80%;
    }
}

.staffMember {
    width: 25rem;
}

