.section-unboxing{
	background-position-x: 25%;
	background-color:#ddd;
}

/* Add here all your CSS customizations */


.toggle > .toggle-content > p{
	padding-left:15px;
}

/* styles pour strate pleine DCE */
.section-strate-pleinePage .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-right: auto;
  margin-left: auto;
}
.strateBox{
    position:absolute;
    left:0px;
    right:0px;
    top:0px;
    bottom:0px;
    z-index:-1;
    padding:10px;
}

.text-dark p {
    color:#1d2127 !important;
}
.text-light p {
    color:#fff !important;
}
	/*Styles pour tableau*/

	 table.tm-style2 {
		 clear:both;
		 display: table;
		 width:100%;
	 }
	 table.tm-style2 tr.entete {
		 font-weight: bold;
		 color: #000000;
		 text-align: left;
		 align:left;
	 }
	 table.tm-style2 tr.entete th {
		 background: #ffffff;
		 text-align:left;
		 align:left;
	 }
	 table.tm-style2 tr:nth-child(2n-1) {
		 background: #f2f2f2;
	 }
	 table.tm-style2 tr td,
	 table.tm-style2 tr th {
		 padding: 10px 15px;
		 text-align:left;
		 align:left;
	 }
	 table.tm-style1 {
		 clear:both;
		 display: table;
		 width:100%;
	 }
	 table.tm-style1 tr.entete {
		 font-weight: bold;
		 color: #000000;
		 text-align: left;
		 align:left;
	 }
	 table.tm-style1 tr td,
	 table.tm-style1 tr th {
		 border-bottom: 1px solid #f2f2f2;
		 padding: 10px;
		 text-align:left;
		 align:left;
	 }

	 /*custom table style patch typo3 pour skinner tableau du rte par défaut*/

.contenttable {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.contenttable tbody tr:nth-child(odd) td,
.contenttable tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.contenttable tbody tr:nth-child(odd) td,
.contenttable  tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.contenttable > tbody > tr > td, .contenttable > tbody > tr > th, .contenttable > tfoot > tr > td, .contenttable > tfoot > tr > th, .contenttable  > thead > tr > td, .contenttable  > thead > tr > th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.contenttable > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

/* style pour ajout du DCE etapes */

.custom-step-item .step {
	position: relative;
	text-align: center;
	clear: both;
	position: absolute;
	/*top: 0;
	left: 0;*/
	font-weight: 600;
}
.custom-step-item .step:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: -20px;
	height: 63px;
	border-left: 1px solid #e4e4e4;
}
.custom-step-item .step .step-number {
	display: block;
	font-size: 3em;
	font-weight: 700;
	letter-spacing: -4px;
	line-height: 1;
}
.custom-step-item .step-content {
	margin-left: 80px;
}

.step-content h4{
    font-size: 1.2em;!important;
}

.owl-carousel.numbered-dots .owl-dots {
	display: inline-block;
	counter-reset: dots;
	margin-left: 70px;
}
.owl-carousel.numbered-dots .owl-dot span {
	width: 30px;
	height: 30px;
}
.owl-carousel.numbered-dots .owl-dot span:before {
	counter-increment: dots;
	content: counter(dots);
	color: #245432;
	font-weight: bold;
	line-height: 2.2;
}
.owl-carousel.numbered-dots .owl-dot.active span:before, .owl-carousel.numbered-dots .owl-dot:hover span:before {
	color: #FFF;
}
.owl-carousel.numbered-dots .owl-dot:hover {
	opacity: 0.5;
}


/* styles pour l'ajout de special box dans le DCE Boite promo / callAction'*/

.special-offer-item {
	margin-bottom: 30px;
}
.special-offer-item:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.special-offer-item img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.special-offer-item .special-offer-wrapper {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.special-offer-item .special-offer-wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(23, 23, 23, 0.5);
	z-index: 1;
}
.special-offer-item .special-offer-wrapper .special-offer-infos {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.special-offer-item .special-offer-wrapper .special-offer-infos span {
	display: block;
}

.special-offer-wrapper .text-color-dark {
    color: #2e353e !important;
}
.special-offer-wrapper .text-color-light {
    color: #ffffff !important;
}
.special-offer-description p {
    color:#ffffff !important;
}
.special-offer-infos .font-weight-bold {
    font-weight: 700 !important;
}


@media (max-width: 991px) {
	.special-offer-item .special-offer-wrapper img {
		width: 100%;
	}
}

/* style pour mode vertical dans DCE equipe */

.agent-item {
	border: 1px solid #DDD;
	margin-bottom: 30px;
}
.agent-item::after {
	clear: both;
	content: "";
	display: table;
}
.agent-item p {
	font-size: 0.9em;
	margin: 8px 0 0;
}
.agent-item.agent-item-detail {
	padding: 35px;
}

.agent-item .list li {
    margin-bottom:13px;
    line-height:18px;
}
/*fix pour academicons*/
.agent-item .list li .ai{
    position: absolute;
    left: 0;
    top: 5px;
}

@media (max-width: 991px) {
	.agent-item img {
		margin-bottom: 25px;
	}
	.agent-item .list.list-icons {
		margin: 20px 0 0 !important;
	}
}

/*nouveaux syles pour imageFrames2  custom*/

.custom-thumb-info-1 {
	border: none;
	overflow: initial;
	margin-bottom: 25px;
}
.custom-thumb-info-1 .thumb-info-caption {
	display: block;
}
.custom-thumb-info-1 .thumb-info-wrapper{
	margin: 0px;
}


.custom-thumb-info-1 .thumb-info-caption {
    display: block;
}


.custom-thumb-info-2 {
	background: transparent;
	border: none;
	overflow: initial;
    margin-bottom:20px;
}
.custom-thumb-info-2 .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info-2 .thumb-info-caption {
	position: relative;
	display: block;
	width: 80%;
	margin: -35px auto 0;
	background: #FFF;
	padding: 30px 30px 20px 30px;
	z-index: 1;
}
.custom-thumb-info-2 .thumb-info-caption a.btn {
	position: absolute;
	bottom: -25px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custom-thumb-info-2 .thumb-info-caption .thumb-info-caption-text, .custom-thumb-info-2 .thumb-info-caption p {
	padding: 0;
	font-size: 1em;
	line-height: 2;
}
.custom-thumb-info-2 .thumb-info-caption p {
	font-size: 0.9em;
	margin-bottom: 45px;
}
.custom-thumb-info-3 {
	border: none;
	padding: 15px;
}
.custom-thumb-info-3 .thumb-info-wrapper {
	margin: 0 !important;
}
.custom-thumb-info-3 .thumb-info-wrapper:after {
	content: none;
}
.custom-thumb-info-3 .thumb-info-caption {
	display: block;
	padding: 0;
}

.custom-thumb-info-3 .thumb-info-caption .thumb-info-caption-text p {
	font-size: 1em;
	padding: 5px;
}
.custom-thumb-info-post-infos ul {
	position: relative;
	padding: 0;
	margin: 0;
}
.custom-thumb-info-post-infos ul:before {
	content: '';
	display: block;
	position: absolute;
	top: -20px;
	left: 50%;
	width: calc(100% + 60px);
	border-top: 1px solid #efece8;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
.custom-thumb-info-post-infos ul:after {
	content: '';
	display: block;
	clear: both;
}
.custom-thumb-info-post-infos ul li {
	float: left;
	list-style: none;
	width: 50%;
	font-size: 0.9em;
}
.custom-thumb-info-post-infos ul li i {
	display: inline-block;
	font-size: 1em;
	color: #1f222b;
	font-weight: bold;
	margin-right: 8px;
}
.custom-thumb-info-post-infos.custom-blog-info ul:before {
	content: none;
}
.custom-thumb-info-post-infos.custom-blog-info ul li {
	margin-left: 2px;
}

.custom-box-shadow {
    box-shadow: 0px 0px 40px -6px rgba(139, 139, 139, 0.4);
}

.custom-btn-style-1 {
	padding: 13px 25px;
	margin-top: 15px;
}

.custom-btn-style-2 {
	width: 100%;
	padding: 10px 25px;
}

.custom-btn-style-3 {
	padding: 10px 40px;
}

.custom-btn-style-4 {
	position: absolute !important;
	bottom: 45px;
	left: 45px;
	padding: 10px 40px;
	z-index: 1;
}

.news .list-button-bottom,
.tx-script-events .list-button-bottom {
	flex-grow: 1;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	align-items: flex-start;
}

.news .flex-list,
.tx-script-events .flex-list {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.pagination > li > a.nolink,
.pagination > li > a.nolink:hover {
	color:#777;
	background-color: inherit;
	text-decoration: none;
	cursor:default;
}
