/*
Theme Name: Divi Child Trustt
Template: Divi
Version: 1
Description: Custom style depuis Divi (thème enfant).
Author: Benjamin MVI
Author URI: http://www.monvanityideal.com
*/


/* Homepage Video */

@media (min-width:981px){
.et_pb_section_video_bg{
  position:absolute;
  top:100%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100vh + 50px);
  min-width: 100%;
}
}

@media (min-width:1250px){
.et_pb_section_video_bg{
  position:absolute;
  top:100%;
  left:50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100vh + 500px);
  min-width: 100%;
}
}

/* Ordre colonnes sur mobile */

@media (max-width:981px){
.reverse_flow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		    -ms-flex-direction:column;
		        flex-direction:column;
	}
	.reversed {
		-webkit-box-ordinal-group:3;
		    -ms-flex-order:2;
		        order:2;
	}
}

/* Menu */

.phoneMenu a:before{
		font-family: 'ETModules';
		content : "\e090";
		margin-right: 5px	;
		font-size: 10px;
}

.phoneMenu a{
	color: #7855ff !important;
}

span.mobile_menu_bar:before{
  color:#3a365d;
}

.et_mobile_menu {
border-top: 2px solid #3a365d!important;
}

@media screen and (min-width: 981px){
.nav li ul {
    width: 320px !important;
    right: 1px;
  }
  .nav li ul li a {
		width:280px !important;
	}
}


/* Mega menu mobile */

.et_mobile_menu .first-level > a {
background-color: transparent;
position: relative;
}
.et_mobile_menu .first-level > a:after {
font-family: 'ETmodules';
content: '\4c';
font-weight: normal;
position: absolute;
font-size: 16px;
top: 13px;
right: 10px;
}
.et_mobile_menu .first-level > .icon-switch:after{
content: '\4d';
}
.second-level {
display: none;
}
.reveal-items {
display: block;
}
.et_mobile_menu {
width: 100%;

}


/*-----------------------------------------------*/
/*-------CSS Grid Blog Layout by Divi Soup-------*/
/*-----------------------------------------------*/


/*Blog layout settings, adjust these values only*/

:root {
    --ds-white: #ffffff; /*The background colour for the post content and text colour for the second and third post content*/
    --ds-grid-2-item: 250px; /*Minimum column width for second grid, decrease this value for more columns*/
    --ds-grid-gap: 30px; /*The gap between posts*/
    --ds-title-background: rgba(0, 0, 0, .5); /*The background colour of the titles on the second and third posts*/
}


/******************************************************/
/*You should not need to edit anything below this line*/
/******************************************************/


/*Set posts to flex and remove post margin*/

.ds-grid-blog .et_pb_post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0;
}


/*Set flex direction for second grid*/

.ds-grid-blog-2 .et_pb_post {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


/*Set post content to flex*/

.ds-grid-blog-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: var(--ds-white);
}


/*Remove image margin and resize for responsiveness*/

.ds-grid-blog .entry-featured-image-url {
    margin-bottom: 0;
    height: 100%;
    width: auto;
}

.ds-grid-blog .et_pb_post a img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}


/*Reset the read more link display*/

.ds-grid-blog a.more-link {
    display: initial;
}


/*Add margin to excerpt*/

.ds-grid-blog .post-content p {
    margin-bottom: 20px;
}


/*Pagination placement*/

.ds-grid-blog .pagination {
    grid-column: 1/-1;
}


/*Set the grid for the first 3 posts*/

.ds-grid-blog-1 .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: var(--ds-grid-gap);
}


/*Set the grid for the remaining posts*/

.ds-grid-blog-2 .et_pb_ajax_pagination_container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--ds-grid-2-item), 1fr));
    grid-gap: var(--ds-grid-gap);
}


/*First grid first post placement*/

.ds-grid-blog-1 .et_pb_post:first-child {
    grid-column: 1 / -1;
}


/*First grid second post placement*/

.ds-grid-blog-1 .et_pb_post:nth-child(2) {
    grid-column: 1 / 2;
}


/*First grid third post placement*/

.ds-grid-blog-1 .et_pb_post:nth-child(3) {
    grid-column: 2 / 3;
}


/*First post content*/

.ds-grid-blog-1 .et_pb_post:first-child .ds-grid-blog-content {
    width: 60%;
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


/*Position and colour for second & third posts*/

.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .ds-grid-blog-content {
    background: var(--ds-title-background);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}


/*Text colour for second & third posts*/

.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .entry-title,
.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .post-meta,
.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .post-meta a {
    color: var(--ds-white) !important;
}


/*Font size for second & third posts*/

.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .entry-title {
    font-size: 150% !important;
}


/*Hide excerpt for second & third posts and second grid posts*/

.ds-grid-blog-1 .et_pb_post:nth-child(n+2) .post-content,
.ds-grid-blog-2 .et_pb_post .post-content p {
    display: none;
}


/*Remaining posts display*/

.ds-grid-blog-2 .et_pb_post .ds-grid-blog-content {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 100%;
}


/*Set margin for remaining posts*/

.ds-grid-blog-2 .et_pb_post .entry-title {
    margin-bottom: 30px;
}


/*Keep read more link at bottom*/

.ds-grid-blog-2 .et_pb_post .post-content {
    margin-top: auto;
}


/*Adjust for mobile*/

@media all and (max-width:980px) {
    .ds-grid-blog-1 .et_pb_post:first-child {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .ds-grid-blog-1 .et_pb_post:first-child .ds-grid-blog-content {
        width: 100%;
    }
    .ds-grid-blog-1 .et_pb_post {
        grid-column: 1 / -1 !important;
    }
}
/* Sidebar article */
.rpwe-block li{
  border-bottom: 0px !important;
}

/*-----------------------------------------------*/
/*-----End CSS Grid Blog Layout by Divi Soup-----*/
/*-----------------------------------------------*/

/*Welcome To The Jungle*/

.principal{
margin:auto;
box-shadow:0px 15px 50px rgba(0, 0, 0, 0.08);
padding: 10px 20px;
position: relative;
flex-shrink: 0;
border-radius:10px;
}
.enfant{
position: relative;
height: 200px;
background-image:url("https://www.trustt.io/wp-content/uploads/2021/03/trustt-wtj.jpeg");
background-size: 100%;
background-position: top;
margin: -20px -20px 0;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
overflow: hidden;
}

.enfant::after{
content: "";
position: absolute;
width: 100%;
height: 200px;
left: 0;
top: 100%;
background-color: #fff;
/*transform: skewY(-12deg);*/
transform-origin: 0 0;
}

.offres{
font-size:11px;
display:flex;
margin:20px 0;
color:#000;
}

.offres p{
padding:0;
}

.welcomeLogo{
margin-right: 0.5rem;
width: 1.875rem;
}

#welcomekit-embed{
overflow-y:scroll;
height:200px;
}

.welcomekit-jobs-list{
  list-style-type: none !important;
}


.welcomekit-jobs-list-item {
  margin: 0;
  padding: 0;
}

.welcomekit-jobs-list-item-link {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px 5px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  transition: all 0.2s;
  color: #7855ff;
}
.welcomekit-jobs-list-item-link:after {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  content: ' ';
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: rotate(45deg);
  transition: all 0.2s;
}
.welcomekit-jobs-list-item-link:hover {
  background: #f5f5f5;
  border-bottom-color: #ddd;
}
.welcomekit-jobs-list-item-link:hover:after {
  right: 20px;
  border-top-color: #aaa;
  border-right-color: #aaa;
}
.welcomekit-job-name {
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
.welcomekit-job-infos {
  margin: 0;
  padding: 0;

}
.welcomekit-job-infos > li {
  position: relative;
  display: inline-block;
  margin: 0 34px 0 0;
  color: #000;
  font-size:15px;
  padding-top:5px;
}

.welcomekit-job-infos > li:first-child:before {
  display: none;
}
.welcomekit-job-infos > li.welcomekit-job-description {
  display: block;
  margin: 10px 0 0 0;
  padding: 10px 20px;
  border-left: 2px solid #eee;
}
.welcomekit-job-infos > li.welcomekit-job-description p,
.welcomekit-job-infos > li.welcomekit-job-description ul {
  margin: 0;
  padding: 0 0 10px 0;
  color: #bbb;
}
.welcomekit-job-infos > li.welcomekit-job-description ul li {
  border-left: 1px solid #eee;
  padding-left: 10px;
  margin-bottom: 10px;
}
.welcomekit-job-infos > li.welcomekit-job-description pre {
  border-left: 1px solid #eee;
  padding-left: 10px;
  overflow: auto;
}
.welcomekit-job-infos > li.welcomekit-job-description:before {
  display: none
}
.welcomekit-office-city,
.welcomekit-department-name {
  display: block;
  padding: 15px;
  background: #eee;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
}
.welcomekit-warning {
  display: block;
  padding: 50px 0;
  text-align: center;
}

.et_divi_100_custom_back_to_top .et_pb_scroll_top{
  background:linear-gradient(270deg, #5FE8CA 0%, #50E68D 100%);
}

/*CTA dans le menu*/

.ctaMenuDemo a, .et-fixed-header #top-menu .ctaMenuDemo a{
 color:#fff !important;
}

.ctaMenuDemo{ 
	background: #7855ff;
    border: none;
    height: 40px;
    padding: 12px 14px !important;
    border-radius: 20px;
    text-align: center;
}

#top-menu li{
	padding-right: 15px;
}

/*influenceur ou conso roll over*/

.containerTester {
  position: relative;
  width: 304px;
  height: 331px;
}

.overlayTester {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: background 0.5s ease;
}

.containerTester:hover .overlayTester {
  display: block;
  background: rgba(0, 0, 0, .6);
}

.imgTester {
  position: absolute;
  width:304px;
  height:331px;
  left: 0;
}

.titleTester {
  position: absolute;
  width: 304px;
  left: 0;
  top: 120px;
  font-weight: bold;
  font-size: 25px;
  line-height:35px;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.infoTester{
  position: absolute;
  width: 304px;
  left: 0;
  top: 224px;
  font-weight: bold;
  font-size: 25px;
  line-height:35px;
  text-align: center;
  color: white;
  z-index: 1;
  transition: top .5s ease;
}

.containerTester:hover .titleTester {
  top: 15px;
}
.containerTester:hover .infoTester{
  display: none;
}

.paraTester{
  color:#fff;
  position: absolute;
  width: 304px;
  left:0;
  top: 74px;
  text-align: center;
  padding:20px;
  opacity: 0;
  transition: opacity .35s ease;
}

.buttonTester {
  position: absolute;
  width: 304px;
  left:0;
  top: 242px;
  padding:40px;
  text-align: center;
  opacity: 0;
  transition: opacity .35s ease;
}

.buttonTester a {
  width: 200px;
  padding: 12px 48px;
  text-align: center;
  color: white;
  border: solid 2px white;
  z-index: 1;
}

.containerTester:hover .buttonTester, .containerTester:hover .paraTester  {
  opacity: 1;
}


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

.buttonTester, .paraTester{
  opacity: 1;
}

.overlayTester{
  background: rgba(0, 0, 0, .5);
}

  .containerTester, .imgTester{
    width:304px;
    height:331px;
  }
  .titleTester{
    top:30px;
  }
  .containerTester:hover .titleTester {
  top: 40px;
  }
  .buttonTester{
    top:240px;
  }
  .paraTester{
    top:110px;
  }
  .titleTester, .buttonTester, .paraTester{
    width:304px;
  }
}

/*fin de influenceur ou conso roll over*/

/*Timeline*/

.ps-timeline-sec {
  position: relative;
  background: #fff;
}
.ps-timeline-sec .steps {
  position: relative;
}
@media screen and (max-width: 767px) {

  .ps-timeline-sec .steps ul.ps-timeline {
    margin: 0 0 !important;
    border-left: 2px solid #3a365d;
    padding-left: 0 !important;
    padding-top: 120px !important;
    border-top: 0 !important;
    margin-left: 50px !important;
    width:100%;
  }
  .ps-timeline-sec .steps ul.ps-timeline li {
    height: 220px;
    float: none !important;
    width: inherit !important;
  }

  .ps-timeline-sec .steps ul.ps-timeline li:last-child {
    margin: 0;
    bottom: 0 !important;
    height: 120px;
  }
  .ps-timeline-sec .steps ul.ps-timeline li:last-child .img-handler-bot {
    bottom: 130px !important;
    margin-left: 25px !important;
    margin-top: 0 !important;
  }

  .ps-timeline-sec .steps ul.ps-timeline li:last-child .ps-top {
    margin-bottom: 20px !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li span {
    left: 0 !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:before {
    content: none !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:after {
    content: none !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:before {
    content: none !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:after {
    content: none !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li .img-handler-top {
    position: absolute !important;
    bottom: 120px !important;
    width: 15% !important;
    float: left !important;
    margin-left: 30px !important;
    left:0 !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li .img-handler-top img, .ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot img {
    margin: 0 auto !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot {
    position: absolute !important;
    bottom: 250px !important;
    width: 15% !important;
    float: left !important;
    margin-left: 30px !important;
  }
  .ps-timeline-sec .steps ul.ps-timeline li p {
    text-align: left !important;
    width: 100% !important;
    margin: 0 auto !important;
    line-height: 1.1em;
  }
  .ps-timeline-sec .steps ul.ps-timeline li .ps-top {
    width: 90% !important;
    float: right !important;
    right: 0;
    line-height: 18px
  }
  .ps-timeline-sec .steps ul.ps-timeline li .ps-bot {
    width: 90% !important;
    float: right !important;
    right: 0;
    top: -50px;
    line-height: 18px;
  }
}

.ps-timeline-sec .steps ul.ps-timeline {
  margin: 300px 0;
  padding: 0;
  border-top: 2px solid #f0ede5;
  list-style: none;
}
.ps-timeline-sec .steps ul.ps-timeline li {
  float: left;
  width: 25%;
  padding-top: 30px;
  position: relative;
}
.ps-timeline-sec .steps ul.ps-timeline li span {
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: #fff;
  border: 4px solid #f0ede5;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 40px;
  color: #3a365d;
  font-size: 2em;
  font-style: normal;
  position: absolute;
  top: -26px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:before {
  content: "";
  color: #3a365d;
  width: 2px;
  height: 50px;
  background: #3a365d;
  position: absolute;
  top: -50px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-top:after {
  content: "";
  color: #3a365d;
  width: 8px;
  height: 8px;
  background: #3a365d;
  position: absolute;
  bottom: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:before {
  content: "";
  color: #3a365d;
  width: 2px;
  height: 50px;
  background: #3a365d;
  position: absolute;
  bottom: -50px;
  left: 50%;
}
.ps-timeline-sec .steps ul.ps-timeline li span.ps-sp-bot:after {
  content: "";
  color: #3a365d;
  width: 8px;
  height: 8px;
  background: #3a365d;
  position: absolute;
  top: 90px;
  left: 44%;
  border-radius: 100%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
  left:35%;
  width: 30%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-top img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot {
  position: absolute;
  margin-top: 60px;
  width: 35%;
  margin-left:30%;
}
.ps-timeline-sec .steps ul.ps-timeline li .img-handler-bot img {
  display: table;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li p {
  line-height: 1.5em;
  width: 100%;
  margin: 0 auto;
}
.ps-timeline-sec .steps ul.ps-timeline li .ps-top {
  position: absolute;
  bottom: 0;
  margin-bottom: 130px;
}
.ps-timeline-sec .steps ul.ps-timeline li .ps-bot {
  position: absolute;
  margin-top: 35px;
}

.titleStep{
font-weight: bold;
}

/*fin de timeline*/

/*slider equipe*/
#slider_70 .sa_hover_container{
  margin:0 5px !important;
  min-height:330px !important;
}

/*menu underline*/
#top-menu .current-menu-item a::before,
#top-menu .current_page_item a::before {
 content: "";
 position: absolute;
 z-index: 2;
 left: 0;
 right: 0;
}
#top-menu li a:before {
 content: "";
 position: absolute;
 z-index: -2;
 left: 0;
 right: 100%;
 bottom: 50%;
 background: #3a365d; /*** COLOR OF THE LINE ***/
 height: 3px; /*** THICKNESS OF THE LINE ***/
 -webkit-transition-property: right;
 transition-property: right;
 -webkit-transition-duration: 0.3s;
 transition-duration: 0.3s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
#top-menu li a:hover {
 opacity: 1 !important;
}
#top-menu li a:hover:before {
 right: 0;
}
#top-menu li li a:before {
 bottom: 10%;
}

/*Trustt Reviews*/

#pageBoutique .trustbeautyreviews-product-extrablock{
	margin:auto !important;
	text-align: center;
	width:50%;
}

.page-id-16 h2 span{
  padding: 0rem 0.7rem 0rem 0.8rem; 
  color: lighten(#000,20%);
  
  border-radius: 15% 5% / 12% 40%;
  background-image: linear-gradient(to right,transparent 50%,rgba(145, 138, 255,0.6) 50%);
  background-position: 0;
  background-size:200%;   
   
  animation: highlighter 0.5s cubic-bezier(0.6, 0.05, 0.35, 1) 0.5s forwards;
}

@keyframes highlighter {
   to {
        background-position: -100%;
    }
}
