/**
 * Content
 */

body {
	background-color: #fff;
	color: #000;
}
html {
	scroll-behavior:smooth;
}
a:anchor {
	top: -100px;
    display: block;
    position: relative;
    visibility: hidden;
}

a:active {
    
}

/**
 * CV lien soulignés
 */
[data-page-id="23498074"] .page a {
   text-decoration: underline;}

[data-page-id="23549340"] .page a {
   text-decoration: underline;}

[data-page-id="23498096"] .h2 a {
   text-decoration: none;}
    
.page a.active {
text-decoration: underline;}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
	border: 0;
	padding: 0;
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(0, 255, 170, 0.86);
	border: 0;
	height: 1px;
	display: block;
    
}
.hover-title {
    display: inline;
    pointer-events: auto;
    cursor: pointer;
        z-index: 250;
}

.hover-image {
    visibility: hidden;
        z-index: 250;

}

body:not(.mobile) .hover-title:hover + .hover-image {
    visibility: visible;
    pointer-events: none;
}

.hover-image {
    display: flex;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 250;
    pointer-events: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;

/* Change width and height to scale images */
    width: 30%;
    height: 50vh;
}

.hover-image img {
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    margin-bottom: 0;
    z-index: 250;
}

.content img {
	float: none;
	margin-bottom: 0em;
    
}

.content .image-link,
.content .icon-link {

}

.gallery_image_caption {
	text-align: left;
	font-size: 1.1rem;
    margin-top: 5px;
	color:#000;
	line-height: 1.2;    
    font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	font-weight: 400;
}

.plain {
  text-decoration: none;
}


/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 1.5rem;
	color:#000;
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
    text-align:start;
	line-height: 1.1; 
    border-bottom: 1px solid transparent;
    border-left: 1px solid transparent;
    margin-left: -0.1em;
	font-weight: 400;
}

[data-page-id="14712520"] bodycopy {
	font-size: 1.1rem;
	color:#000;
	font-family: "Plex Sans", Icons;
	font-style: normal;
    text-align:start;
	line-height: 1.2; 
    border-bottom: 0px solid transparent;
    border-left: 0px solid transparent;
}


[data-predefined-style="true"] bodycopy a {
	color:rgb(0, 0, 0);
    text-decoration: none;
    text-decoration-color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(0, 0, 0, 1);
}

[data-predefined-style="true"] bodycopy a:active {
	color:rgb(0, 0, 0);
    text-decoration: underline;
    text-decoration-color: rgba(0, 0, 0, 1);
}



[data-predefined-style="true"] h1 {
	font-family: "IBM Plex Sans", Icons;
	padding: 0;
	margin: 0;
	font-size: 1.7rem;
	line-height: 1.1;
    text-align: left;
	color: rgb(255, 255, 255);
	font-style: normal;
	font-weight: 400;
	}

[data-predefined-style="true"] h1 a {
    background: none;
	color: rgb(255, 255, 255);
    text-decoration: none;
}
[data-predefined-style="true"] h1 a:hover {
    text-decoration: underline;
    color: inherit;

	}


[data-predefined-style="true"] h2 {
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 1.7rem;
	line-height: 1.1;
	}

[data-predefined-style="true"] h2 a {
	color: rgba(0, 0, 0, 0.84);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.1;
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.84);
}



[data-predefined-style="true"] small a {
	color: rgba(0, 0, 0, 0.85);
}
[data-predefined-style="true"] small a:hover {
}

[data-predefined-style="true"] [local-style="7645266"] small a {
    background: none;
	color: rgba(1, 1, 122, 0.84);
	font-family: "Plex Sans", Icons;
	font-style: normal;
	font-weight: 400;
}

[data-predefined-style="true"] [local-style="7643100"] small a {
    margin-top: 0.5rem;
    margin-bottom: 0.9rem;
    font-size: 1.2rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
	font-family: "Plex Sans", Icons;
	font-style: normal;
	line-height: 1.3;	
    text-align: center;
}
.blink {
    animation: 2.0s infinite blink;
    display: inline-block;
}

@keyframes blink {
    0%, 15% {
        opacity: 0.1;
    }
    16%, 100% {
        opacity: 1;
    }
}
/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {

	text-align: center /*!text_left*/;
    }

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 86%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 3rem /*!main_margin*/;
	padding-bottom: 3rem /*!main_margin*/;
	padding-left: 3rem /*!main_margin*/;
	padding-right: 3rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}



div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: rgba(0, 0, 0, 0)/*!thumbnails_bgcolor*/;   
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
    margin-left: auto;
    margin-right: auto;   
}

[data-css-preset] [thumbnails-pad] {
    padding: 1.4rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2.8rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.5rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid rgba(0,0,0,.12);
    outline-offset: -1px;
    
}
.thumbnails .title {
    margin-top: 0.7rem;
    margin-bottom: 1.0rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.85);
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.3rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.4);
	font-family: "Neue Haas Grotesk", Icons;
	font-style: normal;
	line-height: 1.3;
}

.thumbnails .tags a {
	border-bottom: 0;
    color: rgba(0, 0, 0, 0.35);
    text-decoration: none;
}

.thumbnails .has_title .tags {
	margin-top: 0rem;
}


/**
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: rgba(0, 0, 0, 1);
    background-color: transparent;
    line-height: 1;
    position: fixed;
    padding-left: 3px;
	right: 2rem /*!site_menu_button*/;
	font-size: 28px /*!site_menu_button*/;
	top: 1rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
    font-size: 37px;
padding-left: 2px;
    padding-bottom: 3px;
}

#site_menu_button.custom_icon {
}

#site_menu_button.active {
	display: flex;
}

/**
 * Site Menu
 */

#site_menu {
	font-family: "Dolly Pro", Icons;
	font-size: 21px;
	font-style: normal;
    position: absolute;
	justify-content: flex-start;
	font-weight: 400;

}

body.mobile #site_menu {
	background: rgba(0, 255, 170, 0.92);
}

#site_menu .page-link a {
	color: rgba(0, 0, 0, 1);
}

#site_menu .set-link > a {
    color: rgba(150, 150, 150, 1);
    font-weight: 400;
	font-family: "Dolly Pro", Icons;
	font-style: normal;
}

#site_menu a:active {
	opacity: 1;
}

#site_menu a.active {
    color: rgba(150, 150, 150, 1);
    font-family: "Freight Text", Icons;
	font-style: normal;
	font-weight: 700;
}

#site_menu .close {
    color: rgba(150, 150, 150, 1);
    right: 12px /*!site_menu_button*/;
    display: block;
	font-size: 58px;
	line-height: 0.9em;
margin-top: 3px;
    margin-right: 1rem;
}

body.mobile #site_menu .close {
}

#site_menu .break {
	height: 2px;
    margin-left: 8px;
}

#site_menu .indent {
	margin-left: 8px;
    
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 1);
    background: transparent;
	font-size: 22px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: absolute;
	padding: 0px;
	left: 1rem /*!shop_button*/;
	top: 5px /*!shop_button*/;
}

#shop_button.text {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-size: 2rem;
    padding: 0;
	font-weight: 400;
	color: rgba(0, 0, 0, 1);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 28rem;
    position: relative;
    display: contents;
}

.shop_product .price {
font-family: "IBM Plex Sans", Icons;
	font-weight: 300;
    font-size: 1.3rem;
	line-height: 1.9;
 	color: rgba(0, 0, 0, 1);
    display: block;
    margin-bottom: 0rem;
    text-align: left;
	font-style: normal;
}

.shop_product .dropdown {
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
    font-size: 13px;
    display: block;
	width: 100%;
    text-align: center;
    margin: 0 auto;
    border: 2px solid rgba(255, 255, 255, 1);
    background:  transparent url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.7;
    padding: 0.7rem;
	font-weight: 300;
}

[data-predefined-style="true"] .shop_product .button {
	font-family: "IBM Plex Sans", Icons;
	font-style: normal;
    font-weight: 600;
    background: rgba(0, 255, 170, 1);
    color: rgb(0, 0, 0);
    text-decoration: none;
    padding: 0.3rem 1rem 0.3rem;
    border: hidden;
    border-radius: 18px;
 	transition: all .15s cubic-bezier(.07,.95,0,1);
}

[data-predefined-style="true"] .shop_product .button a {
}

[data-predefined-style="true"] .shop_product .button a:hover {
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 1rem /*!quick_view_padding*/;
    padding-bottom: 1rem /*!quick_view_padding*/;
    padding-left: 1rem /*!quick_view_padding*/;
    padding-right: 1rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: rgba(150, 150, 150, 1) /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: "Plex Sans", Icons;
	line-height: 1.2;    
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3rem 16rem;
    text-align: center;
    font-size: 1.0rem;
    background-color: rgba(255, 255, 255, 0.7);
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: transparent;
    color: #000;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 50px;
}

.quick-view-navigation .right-arrow {
    right: 50px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 80px;
    width: 80px;
}
.slick-arrow.hidden {
    opacity: 0;
}
.slick-arrow {
    position: absolute;
    z-index: 9;
    width: 0;
    top: 0;
    height: 100%;
    will-change: opacity;

}
.slick-arrow.slick-next {
    right:0;
    width: 30%;
    position:absolute;
    top:0px;
    bottom: 100px;
    height:85%;
    cursor: e-resize, auto !important;
    z-index:999;
    background:none!important;
    text-indent:-9999px;
    overflow:inherit;	
}

.slick-arrow.slick-prev {
     position: absolute;
    left: 0;
    top: 0px;
    bottom: 100px;
    width: 50%;
    height: 85%;
    cursor: w-resize, auto !important;
    z-index: 999;
    background: none!important;
    text-indent:-9999px;
    overflow:hidden;  
}




.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: rgba(0, 0, 0, 0.86);
    stroke-width: 1.0px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 0.0px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 9px;
    right: 10px;
    /* Change height/width together to scale */
    width: 80px;
    height: 80px;
}

.quick-view-navigation .close-button .inner-color {
    stroke: rgba(0, 0, 0, 0.86);
    stroke-width: 1.0px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: transparent;
    stroke-width: 0px;
    opacity: 0.6;
}


/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 30px;
    width: 30px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 255, 170, 1);
    stroke-width: 0px;
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 1.0px;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */


.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
	height: 46px;
    width: 66px;

}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #000;
   stroke-width: 1px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: rgba(208, 17, 17, 0.6);
    stroke-width: 0px;
}




/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}




[data-container="page"][data-id="7881994"] .gallery_image_caption {
    font-size: 1.1rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(1, 1, 122, 1);
    position: absolute;
    margin-left: -10px;
}

[data-container="page"][data-id="7881994"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;
}













/* JANVIER */
[data-container="page"][data-id="22633362"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.3;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
    color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}

[data-container="page"][data-id="22633362"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;
    }
/* fev */
[data-container="page"][data-id="22633363"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633363"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;
 }
   
/* mars */
[data-container="page"][data-id="22633364"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633364"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* avril */
[data-container="page"][data-id="22633365"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633365"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* mai */
[data-container="page"][data-id="22633366"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633366"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* juin */
[data-container="page"][data-id="22633367"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633367"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* juillet */
[data-container="page"][data-id="22633368"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633368"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* aout */
[data-container="page"][data-id="22633369"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633369"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* sept */
[data-container="page"][data-id="22633370"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633370"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* oct */
[data-container="page"][data-id="22633371"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633371"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* nov */
[data-container="page"][data-id="22633372"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633372"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}
/* dec */
[data-container="page"][data-id="22633373"] .gallery_image_caption {
    font-size: 0.9rem;
    line-height: 1.2;
    font-family: "Helvetica Neue", Helvetica, sans-serif, "Helvetica Neue Regular", Icons;
    font-style: normal;
    font-weight: 400;
	color: rgba(1, 1, 122, 1);
    position: absolute;
    text-align: center;
}
[data-container="page"][data-id="22633373"] .gallery_card {
    border: 1px solid #0fa;
    border-collapse: collapse;  
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 1.0px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
    stroke: rgba(0, 255, 170, 1);
    stroke-width: 0px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
    stroke: rgba(255, 136, 0, 1);
    stroke-width: 1.0px;
}

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 116px;
    width: 86px;
}
