/* 
Theme Name:     Hello Child
Theme URI: 		http://www.webloft.ca/
Description: Thème personnalisé pour le client. Habituellement développé à partir d'un PSD fournis par votre agence de communication. Pour plus d'informations, veuillez communiquer avec votre agence ou le support de Webloft au 514-945-3700 / support@webloft.ca
Author:         WEBLOFT // JFRanger, Maxime & Dominique
Theme URI: 		http://www.webloft.ca/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Swiper-wrapper overflow-x */
.e-n-carousel, .elementor-main-swiper {
    overflow-x: hidden;
}

.swiper-wrapper {
    overflow-x: visible !important;
}
/* /Swiper-wrapper overflow-x */


/* Cards & buttons */
.card-container {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.card, .carte {
  position: absolute;
  border-radius: 28px;
  box-shadow: 0px 3px 25px #3330513E;
}

.card:nth-child(1) {
    animation: rotateCard 10.5s ease-in-out infinite;
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);
    animation-iteration-count: 2;
}

.card:nth-child(2) {
    animation: rotateCard2 10.5s ease-in-out infinite;
    animation-iteration-count: 2;
}

@keyframes rotateCard {
  /* Hold left */
  0% {
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);
  }
  /* Hold left */
  28.57% {
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);
  }
  /* Move right */
  66.67% {
    transform: rotate(14deg) scale(0.9) translate(20%, -5%);
  }
  /* Hold right */
  80.23% {
    transform: rotate(14deg) scale(0.9) translate(20%, -5%);
  }
  /* Move left */
  100% {
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);  
  }
}

@keyframes rotateCard2 {
  /* Hold front */
  0% {
    transform: translateZ(1px);
  }
  /* Hold front */
  28.57% {
    transform: translateZ(1px);
  }
  /* Move left */
  66.67% {
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);
  }
  /* Hold left */
  80.23% {
    transform: rotate(-14deg) scale(0.9) translate(-20%, -5%);
  }
  /* Move front */
  100% {
    transform: translateZ(1px);
  }
}

.card:nth-child(1) {
  animation-delay: -3.5s;
}
/* This one is naturally at the front so we'll start with it */
.card:nth-child(2) {
  animation-delay: 0;
}

.premier_conteneur, .quatre_conteneur {
    height: 380px;
}

.premier_conteneur .card, .quatre_conteneur .card {
    width: 182px;
    height: 337px;
}

.deuxieme_conteneur {
	height: 377px;
}

.deuxieme_conteneur .card {
	width: 222px;
	height: 347px;
}

.troisieme_conteneur {
	height: 380px;
}

.troisieme_conteneur .card {
    width: 282px;
    height: 337px;
}
	
.quatre_conteneur {
	height: 200px;
}
.quatre_conteneur .card, .quatre_conteneur .carte {
      width: 160px;
      height: 167px;		
}	
.quatre_conteneur .carte:nth-child(1) {
	transform: rotate(333deg) scale(0.9) translate(-20%, -5%);
    bottom: 50px;
}
	
.quatre_conteneur .carte:nth-child(2) {
    transform: rotate(1deg) scale(0.9) translate(42%, -5%);
    bottom: 40px;
}	
	
@media only screen and (min-width: 768px) {
    .premier_conteneur {
        height: 610px;
    }
	.premier_conteneur .card {
        width: 322px;
        height: 457px;
    }
	
	.deuxieme_conteneur {
        height: 457px;
    }
    .deuxieme_conteneur .card {
        width: 422px;
        height: 557px;
    }
	
	.troisieme_conteneur {
		height: 610px;
	}
	.troisieme_conteneur .card {
        width: 452px;
        height: 500px;
	}
	
	.quatre_conteneur {
		height: 510px;
	}
	.quatre_conteneur .card, .quatre_conteneur .carte {
        width: 322px;
        height: 457px;		
	}
	
	.quatre_conteneur .carte {
		width: 222px;
        height: 357px;
	}
	
	.quatre_conteneur .carte:nth-child(1) {
		transform: rotate(333deg) scale(0.9) translate(-20%, -5%);
    	bottom: 50px;
	}
	
	.quatre_conteneur .carte:nth-child(2) {
		transform: rotate(1deg) scale(0.9) translate(-20%, -5%);
		left: 196px;
		bottom: 40px;
	}
	
	.elementor-button .elementor-button-content-wrapper {
		height: 15px;
	}
	
	.elementor-button .elementor-button-icon, .elementor-button .elementor-button-icon svg {
		height: 12px;
	}
}
	
@media only screen and (min-width: 1024px) {
	.quatre_conteneur .carte {
        width: 322px;
        height: 457px;
	}
	.quatre_conteneur .carte:nth-child(1) {
		transform: rotate(333deg) scale(0.9) translate(-20%, -5%);
		bottom: 50px;
	}
	
	.quatre_conteneur .carte:nth-child(2) {
		transform: rotate(1deg) scale(0.9) translate(-20%, -5%);
		left: 346px;
		bottom: 40px;
	}
}
/* /Cards & buttons */


/* WOOCOMMERCE */
.woocommerce-account .woocommerce-MyAccount-navigation {
	width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
  display: inline-block;
  float: left;
  margin-left: 5%;
  width: 75%;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    padding: 0;
	border-top: 1px solid #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
	padding: 10px 5px;
	display: block;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:before {
	margin-right: 20px;
    opacity: .25;
    display: inline-block;
    width: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover:before {
	opacity: 1;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
    font-family: 'FontAwesome';
	content: "\f0e4";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    font-family: 'FontAwesome';
	content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
    font-family: 'FontAwesome';
	content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
    font-family: 'FontAwesome';
	content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    font-family: 'FontAwesome';
	content: "\f09d";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    font-family: 'FontAwesome';
	content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
    font-family: 'FontAwesome';
	content: "\f08b";
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--formation a:before,
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--content-buyed a:before {
    font-family: 'FontAwesome';
	content: "\f02d";
}


.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
    text-align: center;
	font-weight: 600;
}

.woocommerce-account p.order-again {
    text-align: right;
}

.woocommerce-account .woocommerce-EditAccountForm input[type="submit"] {
    margin-top: 50px;
    float: right;
}

.woocommerce-MyAccount-content fieldset {
    margin-top: 20px;
    margin-bottom: 20px;
}

.woocommerce-formations-table td a.view:not(:first-child) {
    margin-top: 10px;
}

@media screen and (max-width: 768px) {
    body.woocommerce-account .woocommerce-MyAccount-navigation {
        margin-bottom: 80px!important;
    }
    .woocommerce-account .woocommerce-MyAccount-navigation,
    .woocommerce-account .woocommerce-MyAccount-content {
    	width: 100%;
    	margin: 0;
    	padding: 0;
    }
}

body .woocommerce-order p.woocommerce-thankyou-order-received,
body .woocommerce-order h2 {
    color: var(--e-global-color-primary);
    font-family: "span", Sans-serif;
    font-size: 34px;
    font-weight: 300;
}
body .woocommerce-order ul.woocommerce-order-overview {
    padding:0;
    margin: 50px 0;
}

body .woocommerce .woocommerce-order table.woocommerce-table {
    border: 1px solid rgba(0,0,0,.1);
}
body .woocommerce .woocommerce-order table.woocommerce-table th,
body .woocommerce .woocommerce-order table.woocommerce-table td {
    padding: 10px!important;
}

body .woocommerce .woocommerce-order table.woocommerce-table th:not(:last-child),
body .woocommerce .woocommerce-order table.woocommerce-table td:not(:last-child) {
    border-right: 1px solid rgba(0, 0, 0, .1);
}

body .woocommerce .woocommerce-order table.woocommerce-table thead tr:last-child th,
body .woocommerce .woocommerce-order table.woocommerce-table thead tr:last-child td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body .woocommerce .woocommerce-order table.woocommerce-table tbody tr:not(:last-child) th,
body .woocommerce .woocommerce-order table.woocommerce-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body .woocommerce .woocommerce-order table.woocommerce-table tfoot tr:first-child th,
body .woocommerce .woocommerce-order table.woocommerce-table tfoot tr:first-child td {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

body .woocommerce .woocommerce-order table.woocommerce-table tfoot tr:not(:last-child) th,
body .woocommerce .woocommerce-order table.woocommerce-table tfoot tr:not(:last-child) td {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

body .woocommerce .woocommerce-order table.woocommerce-table tfoot th {
    text-align: right;
}



/* /WOOCOMMERCE */

/* GDPR */
body .large.cli-plugin-button {
    padding: 14px 20px;
    text-transform:uppercase;
}
body .cli_settings_button {
    font-size:11px;
}