/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

/* TYPO */

.aktiv{
	font-family: aktiv-grotesk-extended, sans-serif!important;
	font-weight: 700;
	font-style: normal;	
}

.interstate-light{
	font-family: interstate, sans-serif;
	font-weight: 400;
	font-style: normal;
}

.interstate{
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
}

.interstate-bold{
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;
}

p{
font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;	
}

h1, h2, h4, h5, h6{
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
}

h1{
	font-size:75px;
}

h2{
	font-size:50px;
}

h3{
	font-size:50px;
	font-family: aktiv-grotesk-extended, sans-serif!important;
	font-weight: 500;
	font-style: normal;	
}

h4{
	font-size:35px;
}


h5{
	font-size:25px;
}

h6{
	font-size:20px;
}

/* CTA */

.et_button_no_icon .et_pb_button{
	padding: .6em 1.4em!important;
	font-weight:bold;
	text-align:center;
}

body .et_pb_bg_layout_light.et_pb_button:hover{
	padding: .6em 1.4em!important;
}

.et_pb_button {
    line-height: 1.2em!important;
    
}

/* MENU */

@media (min-width: 981px){
.et_fullwidth_nav #main-header .container {
    width: 100%;
    max-width: 100%;
    padding-right: 60px;
    padding-left: 60px;
	}
}



/*
.et_pb_row {
    width: 86%!important;
}*/

.font-regular{
	font-weight:500!important;
}

.margin-auto{
	margin: auto 0;
}

.col2-footer{
	display:flex;
}

.adresse-mtl{
margin-right:20px;	
	width:250px;
}

.adresse-toronto{
	margin-right:20px;	
	width:260px;
}

.suivez-nous{
	
}

.bouton-footer{
	color: #882B36!important;
    background-color: #FFFFFF;
	padding: .6em 1.4em!important;
	font-weight:bold;
	margin-top:102px;
	display:inline-block;
	text-align:center;
}

.bouton-footer:hover{
	color: #fff!important;
    background-color: #882B36;
transition: all 300ms ease 0ms!important;
}

.long-bouton{
	max-width:350px;
	text-align:center;
}

.long-bouton2{
	max-width:260px;
	text-align:center;
}

#top-menu a {
font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;	
}

.entete-cygle{
	
}

.cercle-after:after{
	content:url('/wp-content/uploads/2021/05/cercle.png');
	width:22px;
	height:22px;
	position: absolute;
    top: -13px;
    right: -13px;
}

.cercle-before:before{
	content:url('/wp-content/uploads/2021/05/cercle.png');
	width:22px;
	height:22px;
	position: absolute;
    top: -13px;
    left: -13px;
}

.fleche:after{
	content:url('/wp-content/uploads/2021/05/fleche.png');
	width:20px;
	height:18px;
	position: absolute;
    bottom: 0px;
    left: -10.5px;
}

/* ** ACCORDÉON **/

.et_pb_toggle_title:before {
    font-size: 60px;
    right: -10px!important;
    color: #1A2430;
	content:"\4c";
	font-weight:lighter;
}

.et_pb_toggle_open .et_pb_toggle_title::before{
    font-size: 60px;
    right: -10px!important;
    color: #FFFFFF!important;
	content:"\4b";
	font-weight:lighter;
}
/*
.et_pb_toggle_close:hover {
    background-color: #093678!important;
   color:#fff!important;
}

h5.et_pb_toggle_title:hover {
   color:#fff!important;
}*/

.accordeon-bouton{
	color: #882B36!important;
    background-color: #FFFFFF;
	padding: .6em 1.4em!important;
	font-weight:bold;
	display:inline-block;
	text-align:center;
	margin:20px 0 0 0;
}

.accordeon-bouton:hover{
	color: #fff!important;
    background-color: #882B36;
transition: all 300ms ease 0ms!important;
}



/* PAGE ÉQUIPE */

.equipe .et_pb_team_member_image{
	margin:0 auto;
	max-width:480px;
}

.equipe .et_pb_team_member h4{
	margin-top:30px;
}


.equipe .et_pb_member_position{
padding:0 60px;	
	margin-bottom:20px;
}

.et_pb_google_icon:before {
    content: "\e010";
	background:#093678;
 color:#fff;
	padding:10px;
}


.et_pb_linkedin_icon:before {
 	background:#093678;
	 color:#fff;
	padding:10px;
}

/* MODAL équipe */

.popup{
	cursor:pointer;
}

.popup-overlay {
    position: absolute; /* fixed it */
    top: 0; /* moves it to the top */
    width: 100%; /* makes it fullwidth */
    height: 100%; /* makes it full height of the screen */
    z-index: -1; /* moves the section behind all the rest so it is not shown */
    justify-content: center; /* centers the row in the middle */
    align-items: center;  /* centers the row in the middle */
	  opacity: 100;  
	  overflow: hidden;
	  transition: opacity 0.4s ease-in-out; /* fades it in */
	  -moz-transition: opacity 0.4s ease-in-out;
	  -webkit-transition: opacity 0.4s ease-in-out;
	backdrop-filter: blur(2px);
}

/* CSS for overlay when shown */
.popup-overlay.show {
	  display: flex; /* flex as this allows us to center the row */
	  opacity: 1; /* shows the overlay */
    z-index: 99999; /* moves the overlay on top of all the other sections */
}

/* CSS X icon above the content */
.popup-overlay:after {
    display: block;
    content: "\4d"; /* Elegant themes icon code */
    font-family: ETmodules;
    position: absolute; /* makes the icon absolute to the parent */
       top: 26px;
    right: 45px;
    font-size: 40px;
    visibility: visible;
    color: #fff;
	  cursor: pointer; /* changes the cursor to be a pointer */
}

.popup-content{
	display:none;
	z-index: 99999999999999999999999;
	 position: absolute; /* fixed it */
    top: 100px; /* moves it to the top */
	width:90vw!important;
	left:5vw;
}


.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #fff;
    opacity: 1;
	color:#882b36!important;
}

#top-menu li li {
    margin: 0 0 12px 0;
}

#top-menu li li a:hover {
 	color:#882b36!important;
}

#top-menu-nav>ul>li>a:hover{
	opacity:1!important;
	color:#882b36!important;
}


#top-menu>li:last-child {
 
}
/*
#top-menu>li:last-child a {
 	padding: 14px 20px 14px 20px !important;
	color:#fff!important;
		background: #882b36!important;
}

#top-menu>li:last-child:hover {
	background: #093678!important;
}

#top-menu>li:last-child a:hover {
	color:#fff!important;
	background: #093678!important;
}
*/


#top-menu>li.menu-item-549 a,
#top-menu>li.menu-item-950 a{
 	padding: 14px 20px 14px 20px !important;
	color:#fff!important;
		background: #882b36!important;
}
/*
#top-menu>li.menu-item-549:hover,
#top-menu>li.menu-item-950:hover{
	background: #093678!important;
}*/

#top-menu>li.menu-item-549 a:hover,
#top-menu>li.menu-item-950 a:hover{
	color:#fff!important;
	background: #093678!important;
}




@media only screen and (min-width: 981px){
.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
    padding: 23px 0 0 0!important;
	}
}

/* ************************* MENU MOBILE ***************************** */

.et_mobile_menu {
    padding: 5% 5% 5% 0;

}

/**** Nesting Menu ****/

    /* when mobile menu is open, change hamburger icon to x icon */

    #et_mobile_nav_menu .mobile_nav.opened .mobile_menu_bar::before {
        content: '\4d';
    }
    /* makes sub sub menu icon be right arrow instead of down arrow */

    #top-menu .menu-item-has-children .menu-item-has-children > a:first-child::after,
    #et-secondary-nav .menu-item-has-children .menu-item-has-children > a:first-child::after {
        content: '5';
    }
    /* - mobile menu toggling elements, injected via jQuery - */
    /* make menu list item be relative, to be able to position toggle within this item */

    #main-header #mobile_menu.et_mobile_menu .menu-item-has-children {
        position: relative;
    }
    /* the new toggle element, which is added via jQuery */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle {
        position: absolute;
        z-index: 1;
        width: 36px;
        height: 36px;
        line-height: 36px;
        border-radius: 50%;
        top: 5px;
        right: 30px;
        cursor: pointer;
        text-align: center;
    }
    /* the new toggle element when popped */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped {
        background-color: rgba(255,255,255, 0.2);
    }
    /* toggle icon */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle::before {
        font-family: "ETmodules" !important;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        line-height: 36px;
        font-size: 24px;
        text-transform: none;
        speak: none;
        content: '\33';
        color: #da1755;
    }
    /* toggle icon when triggered */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped::before {
        content: '\32';
    }
    /* hide sub menus by default */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle ~ ul.sub-menu {
        display: none !important;
        padding-left: 0;
    }
    /* show sub menu when triggered via jQuery toggle, and add slight bg color */

    #main-header #mobile_menu.et_mobile_menu .sub-menu-toggle.popped ~ ul.sub-menu {
        display: block !important;
    }
    /* remove sub menu list item left padding, since padding will be on anchors */

    #main-header #mobile_menu.et_mobile_menu li li {
        padding-left: 0;
    }
    /* adjust mobile menu anchors side paddings */

    #main-header #mobile_menu.et_mobile_menu li a {
        padding-left: 20px;
        padding-right: 20px;
		width:74%;
    }
    /* indent sub sub menus further */

    #main-header #mobile_menu.et_mobile_menu li li li a {
        padding-left: 60px;
        padding-right: 20px;
		 border-left:solid 1px #fff!important;
    }

 

    #main-header #mobile_menu.et_mobile_menu .menu-item-has-children > a {
        background-color: transparent;
        font-weight: inherit;
    }
    /* make the current page's mobile menu link be different */

    #main-header #mobile_menu.et_mobile_menu li.current-menu-item > a {
        font-weight: bolder;
    }

    /****** Code Style: Menu Slide-In ******/

    /* Font Awesome */
    .fa {
        margin-right: 15px ;
      }

    @media only screen and (max-width: 980px){
    #mobile_menu {
        display: block !important;
        min-height: 100vh;
        height: 100%;
        top: 0;
        right: 0;
        position: fixed;
        z-index: 9998;
        overflow: scroll;
        border-top: none;
        padding-top: 60px !important;
    }

    .et_mobile_menu li a {
        color: #fff !important;
        width: 100%;
        float: left;
        text-align: left;
      
        margin: 0;
        transition: .2s;
			font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
		
    }
    .mobile_nav ul#mobile_menu .current_page_item > a {
        color: #fff !important;
    background-color: rgba(255, 255, 255, 0.1);
		border-left: solid 7px #fff;
    }

    .mobile_nav.closed #mobile_menu {
        background: rgba(51,51,51,0.9) !important;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
        background: rgba(51,51,51,0.9) !important;
    }

    .mobile_nav.opened #mobile_menu {
        background: #093678 !important;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        -webkit-overflow-scrolling: touch;
        -webkit-transition: -webkit-transform 0.4s 0s;
        -moz-transition: -moz-transform 0.4s 0s;
        transition: transform 0.4s 0s;
    }

    #main-header .container.clearfix.et_menu_container {
        width: 100%;
    }

    .mobile_menu_bar:before {
        color: #1b1d1e !important;
    }
    .mobile_nav.opened .mobile_menu_bar:before {
        content: '\4d';
        color: #fff !important;
        z-index: 9999;
    }
    }

    @media only screen and  (max-width: 980px) {
      .et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar {    
        z-index: 9999;
      }
      #et-top-navigation {    
        padding-right: 30px!important;
      }
    }

    @media only screen and (min-width: 481px)  {
      #mobile_menu {    
        width: 340px;    
        margin-left: calc(100% - 340px);
      }
    }
    @media only screen and (max-width: 480px)  {
      #mobile_menu {    
        width: 290px;    
        margin-left: calc(100% - 290px);
      }
    }


/* *** CSS pour collapser les sous-menu sur MOBILE! ************************ */
.et_pb_menu .et_mobile_menu .menu-item-has-children > a,
#main-header .et_mobile_menu .menu-item-has-children > a {
    background-color: transparent;
    position: relative;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children > a:after, #main-header .et_mobile_menu .menu-item-has-children > a:after {
    font-family: 'ETmodules';
    text-align: center;
    speak: none;
    font-weight: 600;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    font-size: 18px;
    content: '\4c';
    top: 11px;
    right: 13px;
}

.et_pb_menu .et_mobile_menu .menu-item-has-children.visible > a:after,
#main-header .et_mobile_menu .menu-item-has-children.visible > a:after {
    content: '\4d';
}

.et_pb_menu .et_mobile_menu ul.sub-menu,
#main-header .et_mobile_menu ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li ul.sub-menu {
    display: none !important;
    visibility: hidden !important;
    transition: all 1.5s ease-in-out;
}

.et_pb_menu .et_mobile_menu li.visible > ul.sub-menu,
#main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l #main-header .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_fullwidth_menu .et_mobile_menu li.visible > ul.sub-menu,
.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li.visible > ul.sub-menu {
    display: block !important;
    visibility: visible !important;
}

 /* FIN collapse sous-menu sur mobile */
.et_mobile_menu li a, .nav li li a {
	font-size:16px;
}

/* formulaire contact */

div.wpforms-container-full.formulaire .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.formulaire .wpforms-form textarea {
	max-width: 80%!important;
	margin-bottom: 20px;
}

div.wpforms-container-full.formulaire .wpforms-form input[type=text],
div.wpforms-container-full.formulaire .wpforms-form input[type=email],
 div.wpforms-container-full.formulaire .wpforms-form textarea{
    border: 1px solid #093678!important;	
}

div.wpforms-container-full.formulaire .wpforms-form .wpforms-field-label {
	font-family: interstate, sans-serif;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 10px;
	font-size:18px;
}

div.wpforms-container-full.formulaire .wpforms-form button[type=submit]{
	padding: .6em 1.4em!important;
    font-family: interstate, sans-serif;
    font-weight: 600;
    font-style: normal;
    text-align: center;
	font-size: 18px;
    background-color: #093678;
	color:#fff;
	border:none;
}

div.wpforms-container-full.formulaire .wpforms-form button[type=submit]:hover{
 	background-color: #882B36;	
	border:none;
}

div.wpforms-container-full.formulaire .wpforms-form .wpforms-submit-container {
    padding: 10px 0 0 0;
    clear: both;
    position: relative;
    text-align: right;
    width: 80%;
}

/*** Take out the divider line between content and sidebar ***/
#main-content .container:before {background: none;}

/*** Expand the content area to fullwidth ***/
@media (min-width: 981px){
#left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}
}

/*** Hide Sidebar ***/
#sidebar {display:none;}


@media (min-width: 981px) {
  .left-blog-image .et_pb_post .entry-featured-image-url {
    float: left;
    width: 100%;
    max-width: 300px;
    margin: 0 40px 30px 0;
}
  .left-blog-image .et_pb_post {
    margin-bottom: 20px !important;
  }
}

@media (min-width: 981px){
.left-blog-image .et_pb_post {
    margin-bottom: 40px !important;
}
}
/*
.blogue .et_pb_title_featured_container {
   margin-top:30px;
}*/


.emplois li{
	margin-bottom:12px;
}

/* ACCORDÉONS EMPLOIS LOGO */

.mandrake h5:after{
	content:url(/wp-content/uploads/2023/02/m-3.png);
	position:absolute;
	left:0!important;
	top:-10px!important;
}

.vezina h5:after{
	content:url(/wp-content/uploads/2023/02/v-4.svg);
	position:absolute;
	left:0!important;
	top:-9px!important;
	width:70px;
}

.mandrake h5{
	padding-left:88px!important;
}

.vezina h5{
	padding-left:88px!important;
}

/* *************** RESPONSIVE ******************************************* RESPONSIVE ***************************************** */
/* TABLETTE */

@media (max-width: 980px){

.equipe .et_pb_team_member_image {
    margin: 0 auto;
    max-width: 300px;
}
	
.liste-accordeons .et_pb_column {
    width: 100%;
    margin-bottom: 0px;
}
	
.et_pb_button {
    line-height: 1.3em!important;
    font-size:17px!important;
}

	
.et_header_style_left .logo_container {
    left: 20px;
}
	/*
.et_mobile_menu li a {
    padding: 20px 5%;
   
}	*/
	
#logo {
    max-height: 70%;
}


	
p{
font-size:17px;
}
	
.bouton-footer{

	margin-top:74px;

}

.mandrake h5:after{
	content:url(/wp-content/uploads/2023/02/m-4-mobile.svg);
	position:absolute;
	left:0!important;
	top:0!important;
	width:40px;
}

.vezina h5:after{
	content:url(/wp-content/uploads/2023/02/v-4-mobile.svg);
	position:absolute;
	left:0!important;
	top:0!important;
	width:40px;
}

	
.mandrake h5{
	padding-left:48px!important;
}

.vezina h5{
	padding-left:48px!important;
}
	
}


/* TÉLÉPHONES */

@media (max-width: 767px){
	
div.wpforms-container-full.formulaire .wpforms-form input.wpforms-field-medium,
div.wpforms-container-full.formulaire .wpforms-form textarea {
	max-width: 100%!important;
	margin-bottom: 20px;
}
	
div.wpforms-container-full.formulaire .wpforms-form .wpforms-submit-container {
	 width: 100%;
}
	
.equipe .et_pb_team_member_image {
    margin: 0 auto;
    max-width: 500px;
}

	
.equipe .et_pb_member_position{
padding:0 20px;	
	margin-bottom:20px;
}
	
.col2-footer{
	display:block;
}

.adresse-mtl{
margin-right:0;	
	width:100%;
	margin-top:30px;
}

.adresse-toronto{
margin-right:0;	
	width:100%;
		margin-top:40px;
}

.suivez-nous{
		margin-top:40px;
}

.bouton-footer{
	color: #882B36!important;
    background-color: #FFFFFF;
	padding: .6em 1.4em!important;
	font-weight:bold;
	margin-top:40px;
	display:inline-block;
}
.mandrake h5:after{
	content:url(/wp-content/uploads/2023/02/m-4-mobile.svg);
	position:absolute;
	left:0!important;
	top:30%!important;
}

.vezina h5:after{
	content:url(/wp-content/uploads/2023/02/v-4-mobile.svg);
	position:absolute;
	left:0!important;
	top:30%!important;
	width:40px;
}
	
	.mandrake h5{
	padding-left:48px!important;
	padding-right: 20px!important;
}

.vezina h5{
	padding-left:48px!important;
	padding-right: 20px!important;
}


}
