/*
Theme Name: the7dtchild
Author: Cyclone Design Communications
Author URI: https://www.cyclonedesign.ca/
Template: dt-the7
*/

/* TABLE DES MATIÈRES
  01 - Variables
  02 - Fonts
  03 - Contact form 7
  04 - General responsive
  05 - Header
  06 - Footer
  07 - General
  ---> CSS relatif au site web
*/

/****************************************
 01 - VARIABLES
****************************************/
:root {
  --color-black: #3A3C3D;
  --color-grey: #EBEBEB;
  --color-primary: #1E95D3;
  --color-secondary: #002443;
  --color-red: #9E2027;
  --font-accent: 'Poppins', sans-serif;
  --font-general: 'Open Sans', sans-serif;
}

/****************************************
 02 - FONTS
****************************************/
h1:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h2:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h3:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h4:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h5:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
h6:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
p:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
a:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
span:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
blockquote:not(h1 *, h2 *, h3 *, h4 *, h5 *, h6 *, p *, a *, span *, blockquote *),
.dt-fancy-title,
.masthead .menu-item .menu-text,
.dt-mobile-header .menu-item .menu-text {
  transition: font-size .3s ease;
  /* transition: all .3s linear; */
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-accent);
  line-height: 1.2em;
}

p, a, span, blockquote, label, ul, li {
  font-family: var(--font-general);
  font-size: 1rem;
  line-height: 1.2em;
  color: var(--color-black);
}

a{
	text-decoration: none;
}

li{
	margin-bottom: 10px;
}

h1, h1.h1, .h1, h1 span{
  font-family: var(--font-general);
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1em;
}

h2, h2.h2, .h2, h2 span, .h2 h1{
  font-family: var(--font-accent);
  font-size: 2.125rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 20px !important;
  white-space : wrap;
}

h3, h3.h3, .h3, h3 span{
  font-family: var(--font-general);
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase;
}

h4, h4.h4, .h4, h4 span{
  font-family: var(--font-general);
  font-size: 1.125rem;
  font-weight: 700;
}

h5, h5.h5, .h5, h5 span{
  font-family: var(--font-general);
  font-size: 1rem;
  font-weight: 700;
}

h6, h6.h6, .h6{
  font-family: var(--font-accent);
  font-size: 1.375rem;
  font-weight: 400;
  text-transform: uppercase;
}

div.titre-h2{
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

div.text-center.titre-h2{
	display: flex;
    justify-content: center;
    align-items: flex-start;
}

.h2-red-disc{
	min-width: 22px;
    min-height: 22px;
    border-radius: 20px;
    background-color: var(--color-red);
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
}

@media screen and (max-width: 768px){
	h1, h1.h1, .h1, h1 span{
	  font-size: 3.3rem;
	  line-height: 1.1em;
	}
	
	h2, h2.h2, .h2, h2 span{
	  font-size: 1.9rem;
	}
	
	div.text-mobile-center.titre-h2{
		display: flex;
		justify-content: center;
		align-items: flex-start;
	}
}

/* Text align */
.text-center,
.h1.text-center, .text-center h1,
.h2.text-center, .text-center h2,
.h3.text-center, .text-center h3,
.h4.text-center, .text-center h4,
.h5.text-center, .text-center h5,
.h6.text-center, .text-center h6,
.text-center p{
  text-align: center;
}

.h2.text-center{
	display: block;
}

.text-left,
.h1.text-left,
.h2.text-left,
.h3.text-left,
.h4.text-left,
.h5.text-left,
.h6.text-left{
  text-align: left;
}

.text-right,
.h1.text-right,
.h2.text-right,
.h3.text-right,
.h4.text-right,
.h5.text-right,
.h6.text-right{
  text-align: right;
}

@media screen and (max-width: 768px){
	.text-mobile-center,
	.h1.text-mobile-center,
	.h2.text-mobile-center,
	.h3.text-mobile-center,
	.h4.text-mobile-center,
	.h5.text-mobile-center,
	.h6.text-mobile-center{
	  text-align: center;
	}
	
	.text-mobile-left,
	.h1.text-mobile-left,
	.h2.text-mobile-left,
	.h3.text-mobile-left,
	.h4.text-mobile-left,
	.h5.text-mobile-left,
	.h6.text-mobile-left{
	  text-align: left;
	}
}

.text-uppercase,
.h1.text-uppercase,
.h2.text-uppercase,
.h3.text-uppercase,
.h4.text-uppercase,
.h5.text-uppercase,
.h6.text-uppercase{
	text-transform: uppercase;
}

/* Font weight */
.text-light,
.h1.text-light,
.h2.text-light,
.h3.text-light,
.h4.text-light,
.h5.text-light,
.h6.text-light{
	font-weight: 300;
}

.text-regular,
.h1.text-regular,
.h2.text-regular,
.h3.text-regular,
.h4.text-regular,
.h5.text-regular,
.h6.text-regular{
	font-weight: 400;
}

.text-semibold,
.h1.text-semibold,
.h2.text-semibold,
.h3.text-semibold,
.h4.text-semibold,
.h5.text-semibold,
.h6.text-semibold{
	font-weight: 500;
}

.text-bold,
.h1.text-bold,
.h2.text-bold,
.h3.text-bold,
.h4.text-bold,
.h5.text-bold,
.h6.text-bold{
	font-weight: 700;
}

/* Font color */
.text-white,
.h1.text-white,
.h2.text-white,
.h3.text-white,
.h4.text-white,
.h5.text-white,
.h6.text-white{
	color: white;
}

.text-color-primary,
.text-color-primary h1,
.text-color-primary h2,
.text-color-primary h3,
.text-color-primary h4,
.text-color-primary h5,
.text-color-primary h6,
.text-color-primary p{
	color: var(--color-primary);
}

.text-color-secondary{
	color: var(--color-primary);
}

strong{
	color: var(--color-primary);
}

strong.text-black{
	color: #000000;
}

/****************************************
 03 - CONTACT FORM 7
****************************************/
/* Col display */
.wpcf7 .form-row{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.wpcf7 .form-row .form-col-half{
	width: 49%;
	min-width: 150px;
}

.wpcf7 .form-row .form-col-full{
	width: 100%;
	min-width: 150px;
}

 .wpcf7-form input[type="submit"].wpcf7-submit{
	margin-top: 20px;
	padding: 5px 50px;
	border-radius: 20px;
	min-height: 20px;
    line-height: 20px;
}

/* Form colors */
input[type=text], input[type=email], input[type=tel], textarea{
	border: 0px;
	color: #000000;
	background-color: #f5f5f5;
}

.wpcf7-form .wpcf7-select{
	background-color: #f5f5f5;
}

/* focus border color */
input[type=text]:focus, input[type=email]:focus, input[type=tel]:focus, textarea:focus{
	border: 1px solid #1E95D3;
}

/* placeholder color */
input[type=text]::placeholder, input[type=email]::placeholder, input[type=tel]::placeholder, textarea::placeholder{
	color: #898E9A;
	font-family: var(--font-general);
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
textarea::-webkit-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  font-family: var(--font-general) !important;
}


.wpcf7-form-control.wpcf7-checkbox .wpcf7-list-item{
  margin-left: 0px;
  margin-bottom: 10px;
}

/* invalid color */
textarea.wpcf7-not-valid,
input.wpcf7-validates-as-required.wpcf7-not-valid,
select.wpcf7-validates-as-required.wpcf7-not-valid{
  border: 1px solid red;
}

.wpcf7-checkbox.wpcf7-not-valid label>.wpcf7-list-item-label{
  color: red!important;
}

.wpcf7-not-valid+.wpcf7-not-valid-tip{
  display: block!important;
}

.popup-message-style #page .wpcf7-response-output{
	background-color: transparent;
    padding: 0px;
	/* position: static; */
	margin-top: 40px;
}

.popup-message-style #page .wpcf7-mail-sent-ok, 
.popup-message-style #page .wpcf7-response-output.run-animation, 
.popup-message-style #page .wpcf7-validation-errors{
	/* background-color: transparent;
    padding: 0px;
	position: static;
	
    -ms-align-items: left;
    -ms-flex-align: left;
    align-items: left;
    box-shadow: none;
    border: none!important;
    width: 100%;
    transform: none;
    animation:none;
    animation-duration: 0s;
    animation-delay: 0s;
	margin-top: 40px !important; */
  z-index: 999999;
}

.popup-message-style #page .wpcf7-mail-sent-ok:before, 
.popup-message-style #page .wpcf7-response-output.run-animation:before, 
.popup-message-style #page .wpcf7-validation-errors:before {
        content: "";
}

.wpcf7-response-output .wpcf7-not-valid-tip-text{
	background-color: red;
    padding: 5px 10px;
}

.wpcf7-response-output .wpcf7-valid-tip-text{
	background-color: forestgreen;
    padding: 5px 10px;
}

@media screen and (max-width: 769px){
	.wpcf7 .form-row .form-col-half{
		width: 100%;
		min-width: 150px;
	}
}

/****************************************
 04 - GENERAL RESPONSIVE
****************************************/
/*desktop*/
@media screen and (min-width: 1080px){
	.hide-desktop{
		display: none;
	}

	.hide-tablet{
		display: none;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-desktop-1 {
    order: 1;
  }
  .tablet-desktop-2 {
    order: 2;
  }
}

/*tablet*/
@media screen and (min-width: 769px) and (max-width: 1079px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: none;
	}

	.hide-mobile{
		display: block;
	}

  .tablet-order-1 {
    order: 1;
  }
  .tablet-order-2 {
    order: 2;
  }
}

/*mobile*/
@media screen and (max-width: 768px){
	.hide-desktop{
		display: block;
	}

	.hide-tablet{
		display: block;
	}

	.hide-mobile{
		display: none;
	}

  .mobile-order-1 {
    order: 1;
  }
  .mobile-order-2 {
    order: 2;
  }
}

/****************************************
 05 - HEADER
****************************************/
header .branding a img, .branding img {
    max-width: 130px;
    height: auto;
}

header .branding{
	margin-top: -25px;
}

.inline-header .header-bar > .mini-widgets{
    margin-top: 12px;
}


.masthead .header-bar .mini-widgets .text-area{
  margin-right: 0;
}

.masthead .header-bar .mini-widgets .text-area>p{
  display: flex;
}

.masthead .header-bar .mini-widgets .text-area>p a.microwidget-btn:first-child{
  margin-right: 16px;
}


html[lang="fr-CA"] .hide-fr{
  display: none!important;
}

html[lang="en-CA"] .hide-en{
  display: none!important;
}

/* html[lang="en-CA"] header > .mini-widgets .header-elements-button-1, */
/* html[lang="en-CA"] header > .mini-widgets .header-elements-button-1.hide-en,
html[lang="fr-CA"] header > .mini-widgets .header-elements-button-1.hide-fr,
html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-2,
html[lang="en-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1,
html[lang="en-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1.hide-en,
html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1.hide-fr,
html[lang="fr-CA"] .mobile-mini-widgets-in-menu .header-elements-button-2,
html[lang="en-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1,
html[lang="en-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1.hide-en,
html[lang="fr-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1.hide-fr{
	display: none !important;
} */

/* html[lang="en-CA"] header > .mini-widgets .header-elements-button-1:not(.bg-grey){
  display: none ;
} */
/* 
@media screen and (max-width: 768px){
  html[lang="en-CA"] header > .mini-widgets .header-elements-button-1:not(.bg-grey){
    display: block !important;
  }
}
html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-2{
  display: none ;
} */



/* html[lang="fr-CA"] header > .mini-widgets .header-elements-button-1,
html[lang="en-CA"] header > .mini-widgets .header-elements-button-2,
html[lang="fr-CA"] header > .mini-widgets .header-elements-button-1.hide-en,
html[lang="en-CA"] header > .mini-widgets .header-elements-button-1.hide-fr,
html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1,
/* html[lang="en-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-2, 
html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1.hide-en,
html[lang="en-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1.hide-fr,
html[lang="fr-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1,
html[lang="en-CA"] .mobile-mini-widgets-in-menu .header-elements-button-2,
html[lang="fr-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1.hide-en,
html[lang="en-CA"] .mobile-mini-widgets-in-menu .header-elements-button-1.hide-fr{
	display: block ;
} */

@media screen and (max-width: 768px){
	html[lang="fr-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1,
	html[lang="en-CA"] .mobile-header-bar > .mobile-mini-widgets .header-elements-button-1.hide-fr{
		display: none !important;
	}
}


.mini-widgets .mini-nav .menu-text{
	font-size: 16px;
}

.inline-header li{
	margin-bottom: 0px;
}

.mini-widgets .mini-nav ul li{
	padding: 0px 10px !important;
    margin: 0px 0px !important;
}

.mini-widgets .mini-nav ul li:first-child{
	border-right: 2px solid black;
}

.mini-widgets .mini-nav ul li:last-child{
	padding-left: 6px !important;
}

.list-type-menu.mini-nav > ul > li:not(.act) > a:hover,
html[lang="fr-CA"] .mini-widgets .mini-nav ul li:last-child a:hover,
html[lang="en-CA"] .mini-widgets .mini-nav ul li:first-child a:hover{
	font-weight: 700 !important;
	color: black;
	opacity: 1;
}

.mini-widgets .text-area a:not(.dt-btn){
	text-decoration: none;
}

html[lang="fr-CA"] .mini-widgets .mini-nav ul li:first-child a,
html[lang="en-CA"] .mini-widgets .mini-nav ul li:last-child a{
	font-weight: 700 !important;
}

html[lang="fr-CA"] .mini-widgets .mini-nav ul li:last-child a,
html[lang="en-CA"] .mini-widgets .mini-nav ul li:first-child a{
	font-weight: 400 !important;
}

.header-elements-button-1.bg-grey.microwidget-btn-bg-on:before,
.header-elements-button-1.bg-grey.microwidget-btn-bg-on{
	background: #3A3C3D;
}

.microwidget-btn::before,
.microwidget-btn,
.microwidget-btn::after{
  transition: none;
}

/* Sticky header */
.sticky-on header .branding a img, .branding img {
    max-width: 90px;
}

.sticky-on header .branding{
	margin-top: 0px;
}

.sticky-on header .main-nav > li > a {
    margin: 10px 25px 10px 25px;
}

.inline-header.sticky-on .header-bar > .mini-widgets{
    margin-top: 0px;
}

.mobile-header-bar .mobile-branding .same-logo{
  line-height: 0;
}

@media screen and (max-width: 1200px){
	.mobile-header-bar .mobile-branding img{
		max-height: 90px;
		width: auto;
	}
}

@media screen and (max-width: 992px){
	.mobile-header-bar .mobile-branding img{
		max-height: 55px;
		width: auto;
	}
	
	#page #mobile-menu .sub-nav > li{
		margin-bottom: 2px;
	}
	
	.dt-mobile-header .mini-nav > ul:not(.mini-sub-nav) > li > a span{
		color: #ffffff;
	}
  .mini-nav ul > li:first-child > a span{
    margin-bottom: 5px;
  }

  .dt-mobile-header .mobile-mini-widgets-in-menu .mini-nav li.lang-item{
    margin-bottom: 0;
  }


  .header-elements-button-1 span{
    /* color: #1E95D3 !important; */
  }
  .mobile-main-nav .next-level-button svg{
    /* color: #FFF !important; */
    /* fill: #FFF !important; */
  }
	
	.header-elements-button-1.microwidget-btn-bg-on:before {
		/* background: #0C3764; */
    		/* background: #FFF; */
	}
	
	.header-elements-button-1.hover-border-on:after {
		/* box-shadow: none; */
	}
	
	.mobile-main-nav>li {
		margin: 0px;
		padding: 10px 0px;
	}
}
/* FIN Sticky header */

/* MOBILE MENU */
li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-15 {
    margin-bottom: 0px;
}

.mobile-main-nav .sub-nav > li > a, #page .mobile-main-nav .sub-nav li {
    padding: 2px 0px 3px 0;
}

.mobile-main-nav .sub-nav > li > a:hover span, #page .mobile-main-nav .sub-nav li:hover a span {
    font-weight: 700;
}

.mini-nav ul > li:first-child > a span {
  margin-bottom: 0;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .mini-nav{
  margin-bottom: 30px;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:not(.bg-grey)::before{
  background-color: white;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:not(.bg-grey)>span{
  color:#1E95D3;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:not(.bg-grey)::after{
  box-shadow: none;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:hover::before,
.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:hover::after,
.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:hover{
  box-shadow: inset 0px 0px 0px 2px #ffffff;
  background: transparent;
}

.dt-mobile-header .mobile-mini-widgets-in-menu .microwidget-btn:hover>span{
  color:white;
}

/* FIN MOBILE MENU */

/****************************************
 06 - FOOTER
****************************************/
footer .logo-footer-social{
	border-right: 1px solid white;
    padding-right: 30px;
}

footer .logo-social-icons{
	align-items: center;
    display: flex;
}

footer .logo-social-icons figure{
	width: 30px;
	margin-right: 10px;
}

.footer .menu li {
    margin: 5px;
    padding: 0px;
    border: none;
}

.footer .menu .sub-menu li {
    margin-top: 2px;
	margin-bottom: 2px;
}

.footer #menu-footer-menu,
.footer #menu-footer-menu-en{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.footer .menu > li a{
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 1rem !important;
	text-transform: none;
}

.footer .menu > li ul{
    margin-left: 10px;
}

.footer .menu > li ul li a{
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 0.8rem !important;
}

.footer .btn-joindre > a{
	padding: 7px 25px;
    margin-top: -7px;
    background-color: var(--color-primary);
    border-radius: 20px;
	border: 2px solid var(--color-primary);
}

.footer .btn-joindre a:hover{
    background-color: transparent;
	color: var(--color-primary);
	text-decoration: none;
}

.microwidget-btn span,
.wpcf7-form input[type="submit"].wpcf7-submit{
	font-family: var(--font-accent);
}

#bottom-bar #branding-bottom{
	display: none;
}

#bottom-bar p,
#bottom-bar a{
    color: white;
    font-size: 14px;
}

@media screen and (max-width: 768px){
	footer .logo-footer-social{
		border: none;
		padding-right: 0;
	}
	
	footer .logo-footer-social img{
		max-width: 200px;
		margin: auto;
	}
	
	.footer #menu-footer-menu,
	.footer #menu-footer-menu-en{
		align-items: center;
		flex-direction: column;
	}
	
	.footer .menu li {
		text-align: center;
	}
	
	.footer .menu li.btn-joindre{
		margin-top: 30px;
	}
	
	footer .logo-social-icons {
		justify-content: center;
	}
	
	.footer .menu > li ul.sub-menu{
		margin-left: 0px;
	}
	
	.wp-block-social-links.is-style-logos-only .wp-social-link svg {
		height: 2em;
		width: 2em;
	}
}

/****************************************
 07 - GENERAL
****************************************/
/* Temporary hide a section of the 
website for development purpose */
.hide-section{
	display: none;
}

/* html[lang="fr-CA"] .hide-fr,
html[lang="en-CA"] .hide-en{
	display: none;
}

html[lang="fr-CA"] .hide-en,
html[lang="en-CA"] .hide-fr{
	display: block;
} */

.with-overflow{
	overflow: visible !important;
}

.bg-grey{
	background-color: #ebebeb;
}

/* SPACING */
/* padding 0 */
.pad-0,
.pad-inner-0>.vc_column-inner {
  padding-top: 0px !important;
  padding-right: 0px !important;
  padding-bottom: 0px !important;
  padding-left: 0px !important;
}
.pad-t-0,
#main .pad-inner-t-0 > .vc_column-inner{
  padding-top: 0px;
}
.pad-r-0 {
  padding-right: 0px;
}
.pad-b-0 {
  padding-bottom: 0px;
}
.pad-l-0 {
  padding-left: 0px;
}

/* padding 10 */
.pad-10 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.pad-t-10 {
  padding-top: 10px;
}
.pad-r-10 {
  padding-right: 10px;
}
.pad-b-10 {
  padding-bottom: 10px;
}
.pad-l-10 {
  padding-left: 10px;
}

/* padding 20 */
.pad-20 {
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.pad-t-20 {
  padding-top: 20px;
}
.pad-r-20 {
  padding-right: 20px;
}
.pad-b-20 {
  padding-bottom: 20px;
}
.pad-l-20 {
  padding-left: 20px;
}

/* padding 30 */
.pad-30 {
  padding-top: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-left: 30px;
}
.pad-t-30 {
  padding-top: 30px;
}
.pad-r-30 {
  padding-right: 30px;
}
.pad-b-30 {
  padding-bottom: 30px;
}
.pad-l-30 {
  padding-left: 30px;
}

/* padding 50 */
.pad-50 {
  padding-top: 50px;
  padding-right: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
}
.pad-t-50 {
  padding-top: 50px;
}
.pad-r-50 {
  padding-right: 50px;
}
.pad-b-50 {
  padding-bottom: 50px;
}
.pad-l-50 {
  padding-left: 50px;
}

/* padding 70 */
.pad-70 {
  padding-top: 70px;
  padding-right: 70px;
  padding-bottom: 70px;
  padding-left: 70px;
}
.pad-t-70 {
  padding-top: 70px;
}
.pad-r-70 {
  padding-right: 70px;
}
.pad-b-70 {
  padding-bottom: 70px;
}
.pad-l-70 {
  padding-left: 70px;
}

/* margin 0 */
.mar-0,
.mar-0>div,
.mar-0>div>div,
.mar-0>div .vc_tta-container,
.mar-inner-0>.vc_column-inner {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
}
.mar-t-0 {
  margin-top: 0px;
}
.mar-r-0 {
  margin-right: 0px;
}
.mar-b-0, 
.wpb_content_element.mar-b-0 {
  margin-bottom: 0px;
}
.mar-l-0 {
  margin-left: 0px;
}

/* margin 20 */
.mar-20 {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
}
.mar-t-20 {
  margin-top: 20px;
}
.mar-r-20 {
  margin-right: 20px;
}
.mar-b-20 {
  margin-bottom: 20px;
}
.mar-l-20 {
  margin-left: 20px;
}

/* margin 30 */
.mar-30 {
  margin-top: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.mar-t-30 {
  margin-top: 30px;
}
.mar-r-30 {
  margin-right: 30px;
}
.mar-b-30 {
  margin-bottom: 30px;
}
.mar-l-30 {
  margin-left: 30px;
}

/* margin 50 */
.mar-50 {
  margin-top: 50px;
  margin-right: 50px;
  margin-bottom: 50px;
  margin-left: 50px;
}
.mar-t-50 {
  margin-top: 50px;
}
.mar-r-50 {
  margin-right: 50px;
}
.mar-b-50,
.wpb_content_element.mar-b-50 {
  margin-bottom: 50px;
}
.mar-l-50 {
  margin-left: 50px;
}

@media screen and (max-width: 768px) {
  .vc_col-has-fill>.vc_column-inner, 
  .vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
  .vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, 
  .vc_row-has-fill>.vc_column_container>.vc_column-inner {
    padding-top: 15px;
	}

	/* padding mobile 0 */
  .pad-mobile-0,
  .pad-mobile-inner-0 > .vc_column-inner {
    padding-top: 0px !important;
    padding-right: 0px !important;
    padding-bottom: 0px !important;
    padding-left: 0px !important;
  }
  .pad-mobile-t-0 {
    padding-top: 0px;
  }
  .pad-mobile-r-0 {
    padding-right: 0px;
  }
  .pad-mobile-b-0 {
    padding-bottom: 0px;
  }
  .pad-mobile-l-0 {
    padding-left: 0px;
  }

  /* padding mobile 20 */
  .pad-mobile-20 {
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .pad-mobile-t-20 {
    padding-top: 20px;
  }
  .pad-mobile-r-20 {
    padding-right: 20px;
  }
  .pad-mobile-b-20 {
    padding-bottom: 20px;
  }
  .pad-mobile-l-20 {
    padding-left: 20px;
  }

  /* padding mobile 30 */
  .pad-mobile-30 {
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
  .pad-mobile-t-30 {
    padding-top: 30px;
  }
  .pad-mobile-r-30 {
    padding-right: 30px;
  }
  .pad-mobile-b-30 {
    padding-bottom: 30px;
  }
  .pad-mobile-l-30 {
    padding-left: 30px;
  }

  /* padding mobile 50 */
  .pad-mobile-50 {
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
  }
  .pad-mobile-t-50 {
    padding-top: 50px;
  }
  .pad-mobile-r-50 {
    padding-right: 50px;
  }
  .pad-mobile-b-50 {
    padding-bottom: 50px;
  }
  .pad-mobile-l-50 {
    padding-left: 50px;
  }
}

.section-titre hr{
	width: 40px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid white;
	margin-bottom: 15px;
}

.parallax-bg{
	background-attachment: fixed;
}

.img-rounded img{
	border-radius: 282px;
}

.blue-cercle-decoration{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	position: absolute;
	top: 80px;
	right: 15px;
	background-color: var(--color-primary);
}

@media screen and (max-width: 768px){
	.blue-cercle-decoration {
		width: 100px;
		height: 100px;
		top: 30px;
		right: 50px;
	}
	
	.section-titre .vc_column-inner{
		background-position: 75% 50% !important;
	}
	
	.parallax-bg{
		background-attachment: unset;
		background-size: cover;
		background-position: center;
	}
}

/***** PAGE D'ACCUEIL *****/
.container-pastille {
  	position: relative;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    padding: 10px;
    opacity: 1;
    background-color: #ffffff;
	border-radius: 50%;
}

.container-pastille .image {
    display: block;
    max-width: 100%;
    width: 70%;
    height: auto;
    position: absolute;
    top: 15%;
    left: 15%;
}

.height-selector{
	margin-top: 100%;
}

.container-pastille .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: rgba(30, 149, 211, 0.9);
  border-radius: 50%;
}

.container-pastille:hover .overlay {
  opacity: 1;
}

.container-pastille .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.pastille-line{
	width: 150px;
    height: 2px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid var(--color-red);
    transform: rotate(90deg) translate(0px, 5%);
    margin: auto;
    margin-top: -50px;
}

.home .pastille-line{
    margin-top: 50px;
}

.pastille-line-dot{
	width: 22px;
    height: 22px;
    border-radius: 20px;
    background-color: var(--color-red);
    margin-top: 70px;
	margin-bottom: 20px;
    margin-left: calc(50% - 12px);
}

.header-page-custom .pastille-line{
    margin-top: 100px;
	width: 200px;
}

.header-page-custom .pastille-line-dot{
    margin-top: 90px;
}

.lang-indicator {
    padding: 6px 9px 4px;
    border: 1px solid var(--color-red);
    width: fit-content;
    margin: auto;
    border-radius: 50%;
    color: var(--color-red);
    margin-bottom: 10px;
}

.blog-carousel-shortcode .dt-owl-item{
	box-sizing: border-box;
}

.blog-carousel-shortcode article.type-evenement{
	padding: 1px;
	box-sizing: border-box;
}

.blog-carousel-shortcode article.type-evenement .post-entry-content{
	background-color: #ffffff !important;
	min-height: 370px;
	border: 1px solid black;
	border-top: none;
}

.blog-carousel-shortcode article.type-evenement .post-thumbnail-wrap{
	border: 1px solid black;
	border-bottom: none;
}

.blog-carousel-shortcode article.type-evenement .entry-title{
	min-height: 60px;
}

.blog-carousel-shortcode article.type-logiciel .post-entry-content,
.blog-carousel-shortcode article.type-service .post-entry-content{
	padding: 10px !important;
	background-color: transparent !important;
}

.blog-carousel-shortcode article.type-logiciel .vc_column_container > .vc_column-inner,
.blog-carousel-shortcode article.type-service .vc_column_container > .vc_column-inner{
	padding: 0px;
}

.carousel-evenements .owl-carousel.owl-loaded{
	justify-content: center;
}

@media screen and (max-width: 768px){
	.pastille-line{
		width: 100px;
		height: 2px;
		background-color: transparent;
		border: none;
		border-bottom: 1px solid var(--color-red);
		margin-top: -20px;
		transform: rotate(90deg) translate(0px, 5%);
		margin: auto;
		margin-top: -80px;
	}

	.pastille-line-dot{
		margin-top: 45px;
	}
	
	.home .blog-carousel-shortcode .owl-nav .owl-next,
	.home .blog-carousel-shortcode .owl-nav .owl-prev{
		top: calc(32% - 45px) !important;
	}
}

/***** Pages logiciel et service *****/
.single-logiciel .page-title,
.single-service .page-title{
	display: none;
}

.logiciel-header-container,
.service-header-container{
	padding-top: 5vh;
	padding-bottom: 5vh;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-logo-logiciel,
.bg-logo-service{
	background-color: rgba(255, 255, 255, 0.80);
    width: 400px;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
}

.header-page-custom > div, 
.header-page-custom > div ol.breadcrumbs {
    padding-left: 0 !important;
}

.bg-logo-logiciel img,
.bg-logo-service img{
	width: 90%;
    max-width: 280px;
}

.logiciel-header-container-pastille .pastille-line,
.service-header-container-pastille .pastille-line{
    margin-top: 20px;
}

.dt-breadcrumbs-shortcode .breadcrumbs li:last-child span {
    color: var(--color-primary) !important;
    font-weight: 700;
}

html[lang="fr-CA"] .dt-breadcrumbs-shortcode .breadcrumbs li:first-child span,
html[lang="en-CA"] .single-logiciel .dt-breadcrumbs-shortcode .breadcrumbs li:nth-child(2) span{
    display: none;
}

html[lang="fr-CA"] .dt-breadcrumbs-shortcode .breadcrumbs li:first-child a::before{
    content: "Accueil";
}

html[lang="en-CA"] .single-logiciel .dt-breadcrumbs-shortcode .breadcrumbs li:nth-child(2)::after{
    content: "Solutions";
}

.dt-breadcrumbs-shortcode .breadcrumbs li:not(:first-child)::before {
    content: "•";
}

.dt-breadcrumbs-shortcode {
    margin-top: -120px;
    margin-bottom: 50px;
}

.single-logiciel article .post-thumbnail,
.single-service article .post-thumbnail{
	display: none;
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_pagination-trigger {
    border-color: var(--color-primary);
	border: 2px solid var(--color-primary);
}

.vc_pagination-color-grey.vc_pagination-style-outline .vc_active .vc_pagination-trigger {
    background-color: var(--color-primary);
	border: 2px solid var(--color-primary);
}

.single-service .carousel-service{
	padding: 30%;
    background-color: white;
    border-radius: 50%;
	text-align: center;
}

.slider-fonctionnalites strong{
	color: var(--color-red);
}

.cercle-decoratif{
    width: 175px;
    height: 175px;
    border: 1px solid var(--color-red);
    border-radius: 50%;
    margin: auto;
}

div.ult-carousel-wrapper button.slick-arrow{
  font-size: 2rem!important;
  background-color: var(--color-primary);
  border-radius: 50%;
  padding: 5px;
  box-sizing: content-box;
  font-size: 2rem;
}

.single-service .carrousel-cle-en-main h4{
    padding-top: 10px;
	min-height: 45px;
}


@media screen and (min-width:1301px){
	.single-service .carousel-service figure,
	.single-service .carousel-service figure img{
		max-height: 116px;
		width: auto;
		margin: auto;
	}
}

@media screen and (max-width:1300px){
	.single-service .carousel-service figure,
	.single-service .carousel-service figure img{
		max-height: 162px;
		width: auto;
		margin: auto;
	}
}

@media screen and (max-width:992px){
	.single-service .carousel-service figure,
	.single-service .carousel-service figure img{
		max-height: 96px;
		width: auto;
		margin: auto;
	}
}

@media screen and (max-width: 768px){
	.bg-logo-logiciel img,
	.bg-logo-service img{
		width: 78%;
	}
	
	.single-service .carousel-service{
		padding: 36% 25%;
	}
	
	.single-service .carousel-shortcode .owl-nav a.owl-prev,
	.single-service .carousel-shortcode .owl-nav a.owl-next{
		top: calc(50% - 15px) !important;
	}
	
	.single-service .breadcrumbs,
	.single-logiciel .breadcrumbs{
		visibility: hidden !important;
	}
}

/*.single-service .owl-carousel .wpb_text_column{
		visibility: hidden;
	}

@media screen and (min-width:1301px){
	.single-service .owl-carousel .active:nth-child(3) .wpb_text_column{
		visibility: visible;
	}
	
	.single-service .owl-carousel .active:not(:nth-child(3)) .wpb_text_column{
		visibility: hidden;
	}
}

@media screen and (min-width:769px) and (max-width:1300px){
	.single-service .owl-carousel .active:nth-child(even):not(:first-child):not(:last-child) .wpb_text_column{
		visibility: visible;
	}
	
	.single-service .owl-carousel .active:nth-child(odd) .wpb_text_column{
		visibility: hidden;
	}
}

@media screen and (max-width:768px){
  .single-service .owl-carousel .active .wpb_text_column{
		visibility: visible;
	}
}*/


@media screen and (max-width: 550px){
	.bg-logo-logiciel,
	.bg-logo-service{
		width: 300px;
		height: 300px;
	}
	
	.single-service .carousel-service{
		padding: 30% 30%;
	}
}

/***** PAGE NOUS JOINDRE *****/
.logo-soutien-tech img{
	max-width: 150px;
}

/** TIMELINE **/
/* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: var(--color-red);
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -0.5px;
}

/* Container around content */
.tl_container {
  position: relative;
  background-color: inherit;
  width: 50%;
}

.tl_container:nth-child(1) {
    margin-top: 0px;
    padding-top: 50px;
}

.timeline .tl_container:last-child {
    padding-bottom: 50px;
}

/* The circles on the timeline */
.tl_container::after {
  /* content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;*/
}

/* Place the container to the left */
.tl_left {
  left: 0;
  text-align: right !important;
}

/* Place the container to the right */
.tl_right {
  left: 50%;
  text-align: left !important;
}

/* Fix the circle for containers on the right side */
.tl_right::after {
  left: -16px;
}

/* The actual content */
.tl_content {
  padding: 20px 30px;
  position: relative;
}

.tl_content h2 {
  padding: 10px 5px;
  display: inline-block;
  margin-bottom: 0px !important;
}

.tl_container .tl_content h2:before {
  content: '•';
  font-size: 70px !important;
  color: var(--color-red);
  position: absolute;
}

.tl_container.tl_left .tl_content h2:before {
  right: -18px;
}

.tl_container.tl_right .tl_content h2:before {
  left: -17px;
}

.timeline .h2-red-disc{
	margin: auto;
    margin-bottom: -20px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  .timeline {
	text-align: left;
  }
	
  .timeline .text-center {
	text-align: left;
  }
	
  /* Place the timelime to the left */
  .timeline::after {
    margin-left: -11.5px;
    left: 31px;
  }

  /* Full-width containers */
  .tl_container {
    width: 100%;
    padding-left: 20px;
    padding-right: 25px;
    margin-top: 0px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .tl_container::before {
    left: 60px;
    border: medium solid var(--color-red);
    border-width: 10px 10px 10px 0;
    border-color: transparent var(--color-red) transparent transparent;
  }
	
  .tl_container.tl_left .tl_content h2:before {
	left: -17px;
  }
	
  .timeline .h2-red-disc{
	 margin-left: 9px;
  }
	
  .tl_container .tl_content {
    text-align: left !important;
  }

  .tl_container.tl_left .tl_content p:after {
    left: -17px;
    top: 5px;
  }

  .tl_container.tl_right .tl_content p:after {
    left: -17px;
    top: 5px;
  }

  /* Make sure all circles are at the same spot */
  .tl_left::after, .tl_right::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .tl_right {
    left: 0%;
  }
}

/** fin TIMELINE **/
.pop-up{
	display:none;
}
#pop-up2{
	display:none;
}

/** Début POP-UP **/
.custom-close-button {
	font-size: 30px;
	position: absolute;
	top: 30px;
	right: 50px;
	padding: 8px 12px;
	background-color: rgba(0, 0, 0, 0);
	color: white;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	z-index: 1000;
}

.custom-close-button:hover {
	background-color: rgba(0, 0, 0, 0.2);
}
.pop-up-title p{
	font-size: 2.25rem;
	color: white;
	font-weight:bold;
	line-height: 42px;
}
.wpb_button, .wpb_content_element, .pop-up-title {
    margin-bottom: 10px !important;
}
.pop-up-text p{
	font-size: 1rem;
	color: white;
	line-height: 20px;
}
.pop-up-img img{
	max-width: 80% !important;
}

.pop-up .ui-dialog-content {
	padding: 20px;
}

.ui-dialog{
	background-color: rgba(0, 0, 0, 0) !important;
}

.pop-up .ui-dialog {
	border-radius: 50px;
}
#pop-up2{
	margin-top: 15%;
}
.pop-up2-left .vc_column-inner{
	padding-right:40px;
}

.pop-up2-middle img{
	padding-top:100px;
	max-width: 40% !important;
}

.pop-up2-middle p{
	text-align:center;
	font-size: 1.25rem;
	color: white;
	line-height: 27px;
}

.pop-up2-right img{
	padding-right:40px;
	padding-top:40px;
	max-width: 80% !important;
}

@media screen and (max-width: 900px) {
	.pop-up2-left img {
    	max-width: 100% !important;
	}
	.pop-up2-right img{
		max-width: 70% !important;
	}
}

@media screen and (max-width: 500px) {
	.pop-up2-left img {
		padding-top:0px !important;
    	max-width: 100% !important;
	}
	.pop-up2-right{
		padding-top:20px;
	}
	.pop-up2-right img{
		padding-right:10px ;
		max-width: 60% !important;
	}
}
/** Fin POP-UP **/

.btn-se-connecter{
  padding-left: 20px;
  padding-right: 20px;
}
/* @media screen and (max-width: 480px){
  .mini-widgets{
    display: none !important;
  }
  .mobile-mini-widgets{
    display: none !important;
  }
} */

/* .show-on-desktop{
  display: none !important;
} */