/* include modern-nusiness */
/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

body {
	font-weight: 400;
	padding-top: 70px;
	font-family: Montserrat, Verdana, Helvetica, Arial, sans-serif;
}

@media (min-width: 992px) {
  body {
    padding-top: 80px;
  }
}

.portfolio-item {
  margin-bottom: 0px;
}


.img-portfolio {
    margin-bottom: 0;
}

.img-hover:hover {
    opacity: 0.8;
}

.navbar {
	background-color: var(--bs-body-bg);	
}

#live-menu {
  min-width: 360px
}

#navbarSupportedContent {
	min-width:80%;
}

.navbar-header {
    float: left;
    width: 30%;
}
.navbar-brand {float:none;margin-left: var(--bs-navbar-brand-margin-end);}

.navbar-nav li:active {
	background-color: #ddd;
}

.fixed-right {
  position: fixed;
  top: 0;
  right: 0;
  left: 1;
  z-index: 1030;
  margin: 10px;
}

.navbar-inverse {
	background-color: rgb(16, 16, 16);
	border-color: rgb(16, 16, 16);
}

.navbar-fixed-top {
	top: 0;
	border-width: 0 0 0px;
}

button.nav-link > svg {
	padding: 1px;
}
.navbar .navbar-nav .nav-link {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0px;
	text-align: center;
}

@keyframes blur {
  from {filter:blur(10px);}
  to {filter:blur(0);}
}

@keyframes from-right {
  from {padding-left: 1000px;}
  to {position: 0px;}
}

@keyframes from-left {
  from {padding-right: 1000px;}
  to {position: 0px;}
}

@keyframes swip {
  from {padding-left: 1000px;}
  to {position: 0px;}
}

.brand-animation-DESACTIVED {
	animation-name: from-right;
	animation-duration: 0.5s;
}

#content-content {
	animation-name: from-right;
	animation-duration: 0.5s;
}

#menu_item {
	animation-name: from-left;
	animation-duration: 0.5s;
}

.first-page-blur  {
	animation-name: blur;
	animation-duration: 1s;
}

.navbar-nav:hover a.nav-link {
  transform:scale(1);
  opacity:0.5;
  filter:blur(1px);
}

.navbar-nav a.nav-link:hover{
  transform:scale(1.0);
  opacity:1;
  filter:blur(0);
  text-decoration:none;
  color:#fff;
}

.navbar-nav a.nav-link:before{
  content:'';
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:#cccccc;
  transition:0.5s;
  transform-origin:right;
  transform:scaleX(0);
  z-index:-1;
}

.navbar-nav a.nav-link:hover:before{
  transition:transform 0.5s;
  transform-origin:left;
  transform:scaleX(1);
}


.nav-item .active {
	border-bottom: solid 0px #999999;
	background-color: #cccccc;
	border-radius: 3px;
}

.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
	opacity: 0.9;
}

.offcanvas-header .btn-close {
  padding: calc(var(--bs-offcanvas-padding-y) * .8) calc(var(--bs-offcanvas-padding-x) * 1.1);
 }
  
.dropdown-menu {
	background-color:#eeeeee;
}

.dropdown-menu > li#user {
	display: block;
	padding: 3px 10px;
	clear: both;
	font-weight: 400;
	color: #f77;
	white-space: nowrap;
}

a.dropdown-item {
	padding: .10rem 1.0rem;
}

ul.dropdown-menu a.current {
	background-color: #e0e0e0;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

button.nav-link > img {
	margin: 4px 0px;
}

.offcanvas.offcanvas-end {
  top: 0;
  right: 0;
  width: 100%;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }
}



/* Alena Chernoff's style*/

.clear-block {
	display: block;
}

.area > header{
	margin-bottom: 5px;
}
.mission {
	display: inline-block;
	position: fixed;
	font-style: italic;
	color: #999;
	font-size: 0.95em;
	margin: 65px 0px 0px 263px;
	text-align: left;
}

.alternative {
	font-style: italic;
}

.header-menu {
	padding: 1px 0px;
	text-align: right;
	height: 18px;
}

div.logo {
	padding: 10px;
	height: 90px;
	background-color: white;
	font-size: 40px;
	font-style: italic;
	font-family: Montserrat, "DINCondensedWeb", "Arial Narrow", Arial;
}

a.logo, img.logo {
	float: left;
}

.site-name {
	
}

ul.menu {
	margin: 0px;
	padding: 0px;
	list-style: none outside none;
	border: medium none;
	text-align: left;
}

ul.menu li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

ul.menu li.leaf {
	font-weight: bold;
	font-variant: small-caps;
}

.active-trail {
	background-color: rgb(51, 51, 51);
}

.disabled, .menu-disabled {
	text-decoration: line-through;
}

.navbar .navbar-nav .menu-disabled {
	font-size: 60%;
}

h1, h1.title {
	font-size: 24px;
	margin-bottom: 2px;
	font-weight: normal;
	color: var(--bs-gray-500);
}

p {
	text-align: justify;
}

.content, .light {
	padding: 20px;
	-border-left: 2px solid #aaaaaa;
}

p {
	margin: 0px;
	padding: 0px 0px 10px;
}

#breadcrumb {
	padding-top: 15px;
	color: #333;
	font-size: 0.8em;
}

.breadcrumb {
	padding: 10px 0px 0px 0px;
]}

.breadcrumb>li+li:before {
	padding: 0 0px;
	color: #ccc;
}

.publish-info {
	text-align: right;
	font-size: 0.8em;
	color: #666666;
}

.column-2 {
	text-align: left;
	width: 295px;
	padding-left: 10px;
	float: left;
}

.pagination > li.current-page > a {
	border-color: #e8ac42;
}

.pagination > li.first-page > a,
.pagination > li.last-page > a 
{
	background-color: var(--bs-secondary-bg);	
}

.pagination > li.next-page > a,
.pagination > li.previous-page > a,
{
	background-color: var(--bs-secondary-bg);	
}

/* Footer Styles */

footer {
	background-color: var(--bs-body-bg);	
	padding: 10px 50px;
	margin-top: 10px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 0.9em;
	clear: both;
}

#popup {
	display: none;
	width: auto;
	height: auto;
	position: fixed;
	z-index: 3;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
}

#mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: White;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 0px;
	opacity: 0.65;
}

#mask {
	position: absolute;
}

#boxes .window {
	position: absolute;
	left: 0;
	top: 0;
	width: 440px;
	height: 200px;
	display: none;
	z-index: 9999;
	padding: 20px;
	text-align: center;
	font-size: 25px;
}

#boxes #dialog {
	width: 375px;
	height: 203px;
	padding: 10px;
	background-color: #ffffff;
}

.close {
	float: right;
	margin-top: 0px;
}

.error, form > input.field-error, select.field-error, textarea.field-error {
	color: #fff;
	background-color: #ff0000;
	font-weight: bold;
}

.form-control-sm {
  height: calc(1.15em + .5rem + 2px);
}

.error-expand {
	padding: 10px;
	background-color: #cc0000;
}

.message {
	color: #000;
	background-color: #00cc00;
	font-weight: bold;
}

.message-expand {
	padding: 10px;
	background-color: #00cc00;
}

a {
	color: var(--bs-body-color);
	text-decoration: none;
}

a:hover {
	color: var(--bs-body-color);
	text-decoration: underline;
}

a:visited {
	color: var(--bs-body-color);
	text-decoration: none;
}

div.content p::-moz-selection {
	background: #fff;
	color: #000000;
}

div.content  p::selection {
	background: #fff;
	color: #181818;
}

/** headers **/
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
}

h1, h1.title {
	font-size: 28px;/*1.7em;*/
	font-size: 26px;
	margin-bottom: 2px;
	font-weight: bolder;
	border-bottom: 2px solid #aaaaaa;
}

h2 {
	font-size: 1.4em;
	font-weight: bold;
	font-family: Montserrat, Verdana, Arial, Tahoma, sans-serif;
	font-variant: all-petite-caps;
	padding: 0px 0px 15px 0px;
	margin: 0.2em 0 0.2em 0;
	border-bottom: 2px solid #aaa;
}

.headline span a {
	color: #333333;
}

.block h2, .block  h2.title {
	font-size: 1.4em;
	padding: 1px 0px 1px 15px;
	color: #fff;
	background-color: #ee8800;
	margin: 0 0 0.5em 0;
	border: hidden;
	font-weight: bold;
}

.block h2 a, .block h2.title a {
	color: #fff;
}

.block h2 a:hover, .block h2.title a:hover {
	color: #bbbbbb;
}

.sticky h2, .sticky h2 a {
	color: #343434 !important;
	font-weight: bold;
}

/* .column-1 .block h2, .column-1 .block h2.title{background-color:#b6b5b5; } */
h3 {
	margin-bottom: 10px;
	font-size: 1.5em;
	text-align: center;
}

div.last_publications h3, div.publication_short h4 {
	text-align: center;
}

h4, h4.title {
	font-size: 1.1em;
	font-family: Montserrat, Verdana, Arial, Verdana, sans-serif;
	margin: 0px;
	padding: 0 0 6px 0;
	color: #333333;
	clear: both;
	display: block;
	font-weight: bold;
}

table {
	width: 100%;
}

table td {
	padding: 2px;
}

.content li {
	margin-bottom: 0.6em;
}

.content form li {
	margin-bottom: 0;
}

.nobr {
	white-space: nowrap;
}

.small {
	width: 50px;
	font-size: x-small;
}

.short {
	width: 100px;
}

.little {
	width: 100px;
}

.large {
	width: 100%;
}

.form-error {
	width: 100%;
	background-color: #faa;
}

.span-50 {
	width: 50px;
}

.span-75 {
	width: 75px;
}

.span-100 {
	width: 100px;
}

.span-150 {
	width: 150px;
}

.span-200 {
	width: 200px;
}

.span-250 {
	width: 250px;
}

.span-300 {
	width: 300px;
}

.span-350 {
	width: 350px;
}

.span-400 {
	width: 400px;
}

/** tables */
div.table {
	display: table;
}

div.table>div {
	display: table-row;
	color: #333333;
}

div.table>div.header {
	background-color: #666666;
	color: #ffffff;
	font-weight: bold;
}

div.table>div.odd {
	background-color: #999999;
}

div.table>div.even {
	background-color: #dddddd;
}

div.table>div>span {
	padding: 1px 10px 2px 2px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;
	display: table-cell;
}

div.table>div>span>a {
	color: #333333;
}

.table-header {
	background-color: rgb(64, 64, 64);
	color: rgb(255, 255, 255);
}

.table-line {
	vertical-align: top;
	display: inline-flex;
	box-sizing: border-box; /* Inclure padding et border dans la taille */
    overflow: auto; 
}

.cell {
	border-right: 1px solid rgb(201, 201, 198);
	border-bottom: 1px solid rgb(201, 201, 198);
	display: inline-block;
}

div.row > div > input[type=select],div.row > div > input[type=text], div.row > div > select {
width:100%;
}

div.row > div > select {
width:100%;
background-color: white;
}

div.row > div > input[type="text"].contact-type-zip-pro,div.row > div > input[type="text"].contact-type-zip {
	width:33%
}

div.row > div > input[type="text"].column-phone {
	width: 66%;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.frame {
	border: 1px solid rgb(201, 201, 198);
}

.dclient-group {
	border: 1px solid rgb(201, 201, 198);
	margin-bottom: 10px;
}

.gray {
	color: gray;
}

textarea.form {
	height: 80px;
}

#content-content {
	
}

.list-date {
	width: 140px;
	display: inline-block;
	font-size: 0.8em;
}

.ERASED_edit-link {
	width: 0px;
	height: 0px;
	padding: 0;
	margin: 0;
	display: inline;
	background: url("/res/icons/pencil-2x.png") no-repeat;
	vertical-align: middle;
}

fieldset {
  padding: 0px 0px 0px 10px;
  border-left: black 1px solid;
}

.bold {
	font-weight: bold;
}

.line-table {
	padding: 2px;
	border-top: 1px solid rgb(201, 201, 198);
}

.line100 {
	padding-bottom: 3px;
}

.field150 {
	width: 150px;
	display: inline-block;
}

.follow-link a {
	background: transparent
		url('/www.alenachernoff.com/flags/social-sprite.png') left -34px
		no-repeat;
	display: inline-block;
	height: 21px;
	text-indent: -999em;
	width: 21px;
}

.column-right {
	padding:10px;
border-left-color: gray;
border-left-width: thin;
border-left-style: dashed;
}

.carousel-caption>h5 {
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.60);
	color: #000;
}

.carousel-caption>p {
	padding: 5px;
	text-align: center;
}

.carousel-indicators li {
	list-style: none;
}

#acCarousel {
	height:20%;
}
div.carousel-item>img {
	max-height:300px;
	object-fit: cover;
}


.carousel-indicators li {
	height: 5px;
}


.page-header {
	font-family: Montserrat, Verdana;
	font-size: xx-large;
}

.link-parution {
	display: inline-block;
	min-height: 235px;
	padding:10px;
}

.img-cover {
	width: 100%;
	max-height: 235px;
	overflow: hidden;
	vertical-align: bottom;
}

.img-cover2 {
	max-height: 235px;
	vertical-align: bottom;
	max-width: 220px;
	text-align: center;
	float: right;
}

.publication-short {
    position: relative;
    
}

div.publication-short img.size-post-thumbnail {
	object-fit: cover;
	object-position: 100% 0;

	width: 300px;
	height: 337px;
}

.jl_overlay {
    opacity: 0;
    background: hsla(0,0%,100%,.8);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    transition: opacity .1s ease-in-out;
}
.jl_overlay, .jl_overlay_container a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.publication-short a img {
	position: relative;
	margin: -50% auto;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.publication-short a {
	display: block;
	height: 400px;
	overflow: hidden;
}

legend {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 5px;
	background-color: lightgray;
	font-weight: bold;
}

label {
	margin-bottom: .0rem;
}

.form-group {
	margin-bottom: 0.5rem;
}

form {
	margin-bottom: 0.5rem;
}

.page-header {
	margin: 5px 0 10px 0px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 0px solid #c5c5c5;
	background: #ffffff;
	font-weight: normal;
	color: #454545;
}

.ui-widget-content .ui-state-highlight {
	border: 2px solid #FF0000;
	background: #ffffff;
	font-weight: normal;
	color: #454545;
}

.ui-widget-content .ui-state-active {
	border: 0px solid #c5c5c5;
	background: #e0e0ff;
	font-weight: normal;
	color: #454545;
}

.ui-datepicker-year, .ui-datepicker-month {
	border: 0px solid #c5c5c5;
}

.ui-autocomplete {
	max-height: 150px;
	overflow-y: auto;
	/* prevent horizontal scrollbar */
	overflow-x: hidden;
}

* html .ui-autocomplete {
	height: 150px;
}

.ui-autocomplete-loading {
	background-color: red;
	background: white url("/res/animations/ui-anim_basic_16x16.gif") right
		center no-repeat;
}

.progresszone {
	width: 100%;
	height: 10px;
	border: 0px solid #fff;
	background: #eee;
	display: inline-block;
}

.progressbar {
	width: 0px;
	height: 10px;
	background: green;
}

#manualupload {
	display: none;
}

div.vignette {
	display: inline-table;
	vertical-align: top;
	width: 210px;
	background-color: #eee;
	height: 200px;
	margin: 5px;
	text-align: center;
}

.vignette>a>img {
	max-width: 200px;
	max-height: 180px;
}

.btn-compact {
	padding: 1px 1px;
	font-size: 12px;
	border-radius: 3px;
}

.form-file, .form-folder {
	list-style: none;
	outline-offset: -2px;
}

.clipboard-copy {
	cursor: copy;
}

.has-float-label {
	position: relative
}

.has-float-label label {
	position: absolute;
	cursor: text;
	font-size: 110%;
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s;
	top: -0.6em;
	left: 7px;
	z-index: 3;
	padding: 0 1px 0 1px;
}

.has-float-label label::after {
	content: " ";
	display: block;
	position: absolute;
	background: #fff;
	height: 2px;
	top: 50%;
	left: -.2em;
	right: -.2em;
	z-index: -1
}

.has-float-label .form-control::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all .2s;
	transition: all .2s
}

.has-float-label .form-control:placeholder-shown:not (:focus )::-webkit-input-placeholder
	{
	opacity: 0
}

.has-float-label .form-control:placeholder-shown:not (:focus )+label {
	font-size: 125%;
	opacity: .6;
	top: .6em;
	font-weight: 400;
	padding: 0 1px 0 16px;
}

.input-group .has-float-label {
	display: table-cell
}

.input-group .has-float-label .form-control {
	border-radius: 4px
}

.input-group .has-float-label:not (:last-child ) .form-control {
	border-bottom-right-radius: 0;
	border-top-right-radius: 0
}

.input-group .has-float-label:not (:first-child ) .form-control {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	margin-left: -1px
}

/* enable absolute positioning */
.inner-addon {
	position: relative;
}

/* style glyph */
.inner-addon .glyphicon {
	position: absolute;
	padding: 10px 5px;
	pointer-events: none;
	z-index: 4;
}

/* align glyph */
.left-addon .glyphicon {
	left: 0px;
}

.right-addon .glyphicon {
	right: 0px;
}

/* add padding  */
.left-addon input {
	padding-left: 30px;
}

.right-addon input {
	padding-right: 30px;
}

.img-portfolio,
.publication_short {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align:center;
	margin: 2px 0px;
	padding: 2px;
}

.publication_short {
	height: 100%;
	width: auto;
}

.img-portfolio img,
.publication_short img {
	width:100%;
	padding: 10px;
}

.img-portfolio .fadedbox,
.publication_short .fadedbox {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 10px 10px;
	border: 2px solid orange;
	margin: 0px;
}

.img-portfolio:hover .fadedbox,
.publication_short:hover .fadedbox {
	opacity: 0.8;
}

.img-portfolio .text,
.publication_short .text {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

.img-portfolio .title,
.publication_short .title {
	font-size: 1.2em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}

.img-portfolio a.taxonomy {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}
.publication_short a.taxonomy,
.img-portfolio .press-cover {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
}

.img-portfolio a,
.publication_short a {
	outline: 0;
	display: inline-block;
}

.img-portfolio:hover .title,
.img-portfolio:focus .title,
.publication_short:hover .title,
.publication_short:focus .title {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}

#grid
.img-grid-portfolio {
	cursor: pointer;
	position: relative;
	overflow: hidden;
	text-align:center;
	margin: 0;
	padding: 0;
}

.img-grid-portfolio img {
	width:100%;
	padding: 0;
}

.img-grid-portfolio .fadedbox {
	background-color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	color: #000;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	opacity: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 2px solid orange;
	margin: 0;
}

.img-grid-portfolio:hover .fadedbox {
	opacity: 0.8;
}

.img-grid-portfolio .text {
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
	transform: translateY(30px);
	-webkit-transform: translateY(30px);
}

.img-grid-portfolio .title{
	font-size: 1.2em;
	opacity: 0;
	transition-delay: 0.2s;
	transition-duration: 0.3s;
}

.img-grid-portfolio a.taxonomy {
	font-size: 1.2em;
	text-transform: uppercase;
	font-weight: bold;
}

.img-grid-portfolio .press-cover {
	font-size: 1.0em;
	text-transform: uppercase;
	font-weight: bold;
}

.img-grid-portfolio a{
	outline: 0;
	display: inline-block;
	padding: 10px;
}

.img-grid-portfolio:hover .title,
.img-grid-portfolio:focus .title {
	opacity: 1;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
}


.link-grid-parution {
	display: inline-block;
	padding:5px;
}

.link-grid-parution-TEST {
  width: 200px;
  height: 250px;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Set the image to fill its parent and make transparent */
.link-grid-parution-TEST img {
  min-height: 100%;
  min-width: 100%;
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* modern browsers */
  opacity: 1;
}
#autoupload {
display: inline-table;
padding: 0px 5px;
margin: 0px 0px;
border: 5px dashed #cc0;	
}
#uploadfiles {
font-size: 12px;
}
.btn-sm {
padding:3px;
margin:3px;
margin-right: 20px;
}
label.inline {
display: inline;
}
ul.folders {
padding:0px;
margin-bottom: 0px;
}
li.delete {
list-style-type: none;	
}
#new_folder {
padding:0px;
font-size: 0.7rem;
}





.mosaic {
	background: #cccccc;
	margin: auto;
	height: auto;
	width: 2600px;
	height: 1200px;
	position: relative;
}

.mosaic-container {
	background: rgb(22, 19, 18);
	margin: auto;
	height: auto;
	width: 2600px;
	height: 1200px;
	position: absolute;
	z-index: 20;
	filter: alpha(opacity = 100);
	-moz-opacity: 01;
	opacity: 01;
}

.mosaic-element {
	float: left;
	width: 100px;
	height: 100px;
	position: absolute;
	z-index: 20;
}

.each {
	background: white;
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

.odd {
	background: rgb(226, 226, 226);
	filter: alpha(opacity = 100);	
	-moz-opacity: 1;
	opacity: 1;
}

.even {
	background: rgb(256, 256, 255);
	filter: alpha(opacity = 100);
	-moz-opacity: 1;
	opacity: 1;
}

.center-container {
	left: -100px;
	top: -50px;
	width: 100%;
}

/* Icon 1 */

.animated-icon1,
.animated-icon2,
.animated-icon3 {
width: 30px;
height: 20px;
position: relative;
margin: 0px;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}

.animated-icon1 span,
.animated-icon2 span,
.animated-icon3 span {
display: block;
position: absolute;
height: 3px;
width: 100%;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
}

.animated-icon1 span {
background: #2d7ef7;
}

.animated-icon2 span {
background: #e3f2fd;
}

.animated-icon3 span {
background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
top: 0px;
}

.animated-icon1 span:nth-child(2) {
top: 10px;
}

.animated-icon1 span:nth-child(3) {
top: 20px;
}

.animated-icon1.open span:nth-child(1) {
top: 11px;
-webkit-transform: rotate(135deg);
-moz-transform: rotate(135deg);
-o-transform: rotate(135deg);
transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
opacity: 0;
left: -60px;
}

.animated-icon1.open span:nth-child(3) {
top: 11px;
-webkit-transform: rotate(-135deg);
-moz-transform: rotate(-135deg);
-o-transform: rotate(-135deg);
transform: rotate(-135deg);
}

/* Icon 3*/

.animated-icon2 span:nth-child(1) {
top: 0px;
}

.animated-icon2 span:nth-child(2),
.animated-icon2 span:nth-child(3) {
top: 10px;
}

.animated-icon2 span:nth-child(4) {
top: 20px;
}

.animated-icon2.open span:nth-child(1) {
top: 11px;
width: 0%;
left: 50%;
}

.animated-icon2.open span:nth-child(2) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
top: 11px;
width: 0%;
left: 50%;
}

/* Icon 4 */

.animated-icon3 span:nth-child(1) {
top: 0px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
top: 10px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
top: 20px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 0px;
left: 8px;
}

.animated-icon3.open span:nth-child(2) {
width: 0%;
opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 21px;
left: 8px;
}

.bi-instagram {
color: var(--bs-red);
}

.logos-partners {
	max-height: 8rem;
	text-align: center;
}

.logos-partners > img {
	width: auto;
	max-height: 8rem;
	padding: 0.5rem;
}

.not-updated {
	background-color: orange;
}

.column-note {
	font-size: 90%;
}

div.row > div > input[type="text"].autocomplete {
	width: 60%;
}

div.cell > input[type="text"].half {
	width: 49%;
}

input[type="text"] {
font-size: smaller;
}

textarea.column-note {
	width: 100%;
	height: 100%;
}



span.datetime {
	font-size: 70%;
}

div.compact-expand {
	max-height: 100px;
}

div.compact-contract {
	max-height: 1.6em;
}

div.table-header > a.expand:visited > i {
	color: white;
}

td.img-grid-portfolio {
	text-align: left;
}

a.link-grid-parution {
	position: relative;
	width: 100%;
	padding-bottom: 130%;
	overflow: hidden;
}

a.link-grid-parution > img {
	position: absolute;
	width: 100%;
	height: 100%;
	image-fit: cover;
}