/*
 Theme Name:   Divi Child
 Theme URI:    http://keovia.com/wp-content/themes/Divi-child/
 Description:  Divi Child Theme
 Author:       Helene Larocque
 Author URI:   http://www.progexia.com
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  divi-child
*/
@import url('assets/fonts/axiforma_fonts.css');

/* BASIC TAGS */
body {font-family:'Axiforma', Arial, Helvetica, sans-serif !important;letter-spacing: 0.5px;font-size:15px;}
h1,h2,h3,h4,h5,h6{font-family:'Axiforma', Arial, Helvetica, sans-serif !important;letter-spacing:1px;}
h1{color:#ffffff;font-size:37px;line-height:54px;text-align:center;font-weight:700;letter-spacing:2px;}
h2{font-size: 31px;line-height: 23px;font-weight:700;text-transform:uppercase;padding-bottom: 15px;border-bottom: 1px solid #fff;margin-bottom: 35px;}
h3{font-size: 24px;line-height: 25px;font-weight:400;color:#1da6fb;}

p{font-weight:400;}

ul, ol{list-style-type: none !important;margin-left: 0; padding-left: 0 !important;padding-top: 1em !important;}
ul li {padding-left: 1em;text-indent: -1em;font-weight:400;}
ul li:before {content: "-"; padding-right: 5px;}


/* FORM FIELDS */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #ffffff;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #ffffff;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #ffffff;
}
:-moz-placeholder { /* Firefox 18- */
  color: #ffffff;
}
.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea,
.et_pb_contact_select{
	background-color:transparent;
	border : 1px solid #ffffff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	color:#ffffff;
}
.et_pb_contact p input:focus,
.et_pb_contact p textarea:focus,
.et_pb_subscribe .et_pb_contact_field input:focus,
.et_pb_subscribe .et_pb_contact_field textarea:focus,
.et_pb_contact_select:focus{ border-color:#ffffff;}
.et_pb_contact_field[data-type="select"]::after {content: '\0276F';color:#ffffff;transform: rotate(90deg);top: 35%;border:none;}
.et_pb_contact_right {color:#ffffff;}
.et_pb_contact_submit {
	text-transform:uppercase;
	border:2px solid #ffffff !important;
	background-color:#ffffff;
	color:#1da6fb;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	font-weight:normal !important;
}
.et_pb_contact_submit:hover,
.et_pb_contact_submit:active,
.et_pb_contact_submit:focus {border:2px solid #ffffff !important;background-color:transparent;color:#ffffff !important;}


/* BUTTONS */
.btn-blue .et_pb_more_button,
.btn-blue.et_pb_button {
	font-size:17px;
	font-weight:bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	color: #00d4ff !important;
	border: 2px solid #00d4ff !important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	width: 80%;
	max-width: 235px;
	height: 50px;
	line-height: 50px !important;
	margin: 0;
	padding: 0 !important;
}
.btn-blue .et_pb_more_button:hover,
.btn-blue .et_pb_more_button:active,
.btn-blue .et_pb_more_button:focus,
.btn-blue.et_pb_button:hover,
.btn-blue.et_pb_button:active,
.btn-blue.et_pb_button:focus {
	padding: 0 !important;
	color:#ffffff !important;
	background-color:#00d4ff;
}
	@media only screen and (max-width: 992px) {
		.btn-blue .et_pb_more_button,
		.btn-blue.et_pb_button {
			font-size:14px;
			width: 80%;
			max-width: 190px;
			height: 45px;
			line-height: 45px !important;
		}
	}


/* CONTAINER */
.box-icon-container {display:flex;flex-direction:row;text-align:center;}
.box-icon-container .box-icon-inner{display:inline-block;width:33.33%;padding:10px;}
.box-icon-container .box-icon-inner .box-icon {
	height: 80px;
	width: 80px;
	margin: 15px auto;
	background-color: #f6f6f6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: flex;
	align-items: center;
	align-content: center;
}
.box-icon-container .box-icon-inner .box-icon img {width: 40px;height: auto;max-height: 40px;max-width: 40px;margin: auto;}
.box-icon-container .box-icon-inner .box-text{color: #3ed1b0;font-size: 14px;letter-spacing: 1px;padding: 10px;line-height: 1.4em;}

.et_pb_video_overlay_hover:hover {background-color: rgba(0,212,255,0.6) !important;}

	@media screen and (max-width: 992px) {
		.container{width:90%;}
	}
	@media screen and (max-width: 500px) {
		.box-icon-container .box-icon-inner .box-text{font-size:11px;}
	}

/* SECTIONS */
#main-header {height:100px;transition: 0.4s}
#main-header .container {height:100%;padding:10px 30px;}
#main-header .logo_container {width: 25%;min-width:200px;float: left;position: initial;}
#main-header .logo_container img {height:100%;max-height:60px;}
#main-header #et_mobile_nav_menu{display:none !important;}
#main-header #et-top-navigation {height:100%; width: 50%;padding: 0 !important;float: left;}
#main-header #et-top-navigation #et_mobile_nav_menu {position: absolute;top: 35px;right: 120px;}
#main-header #et-top-navigation .mobile_menu_bar::before {color:#ffffff;}
#main-header #et-top-navigation #top-menu-nav{float:none;display:table;height:100%;width:100%;}
#main-header #et-top-navigation #top-menu-nav #top-menu {display: table-row;float:none;width:100%;}
#main-header #et-top-navigation #top-menu-nav #top-menu li {display:table-cell;vertical-align: middle;white-space: nowrap;padding:0 !important;text-align:center;}
#main-header #et-top-navigation #top-menu-nav #top-menu li:before{content:'';padding-right:0;}
#main-header #et-top-navigation #top-menu-nav #top-menu li a {font-family: 'Axiforma', Arial, Helvetica, sans-serif !important;padding:0;}


#main-header #language-widget {width: 15%;max-width: 200px;float: right;text-align: right;height:100%;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal {padding:0;height:100%;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul {padding:0 !important;height:100%;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li {text-transform: uppercase;font-weight: normal;height:100%;line-height:100%;width:100%;display:table;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li:before{content:'';padding:0;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li a {color:#ffffff;padding:0;display:table-cell;vertical-align:middle;}
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li a:hover,
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li a:focus,
#main-header #language-widget .wpml-ls-legacy-list-horizontal ul li a:active {opacity:0.7;}
#main-header #language-widget > div .wpml-ls-sidebars-language_header_widget{height: 100px;text-transform: uppercase;font-weight: normal;width: 100%;padding: 0;}
#main-header #language-widget > div .wpml-ls-sidebars-language_header_widget > ul {padding: 0 !important;margin: 0 !important;list-style-type: none;width: 100%;}
#main-header #language-widget > div .wpml-ls-sidebars-language_header_widget > ul .wpml-ls-item {padding: 0;margin: 0;list-style-type: none;width:100%;}
#main-header #language-widget > div .wpml-ls-sidebars-language_header_widget > ul .wpml-ls-item:before{content:'';padding-right:0;;}
#main-header #language-widget > div .wpml-ls-sidebars-language_header_widget > ul .wpml-ls-item a {color:#ffffff;font-size:16px;text-decoration: none;padding: 0;text-align: right;line-height:100px;}


.wpml-ls-sidebars-language_header_widget .wpml-ls-item {
	text-indent: 0;
}


	@media only screen and (max-width: 992px) {
		#main-header #et-top-navigation #top-menu-nav {display:none !important;}
		.et_header_style_left #logo, .et_header_style_split #logo {max-width:70%;}
	}
	@media only screen and (max-width: 500px) {
		#main-header .logo_container{min-width:150px;width:100%;}
		.et_header_style_left #logo, .et_header_style_split #logo {max-width: 100%;max-height: 50px;height: 50px;width: 98%;}
		#main-header #et-top-navigation{display:none;}

		.wpml-ls-sidebars-language_header_widget .wpml-ls-item a span {
			width: 2.25ch;
			overflow: hidden;
			display: inline-block;
		}

		#main-header #language-widget {position: absolute;right: 0;float: none;width: auto;}
	}


#section-title,
#section-title .et_pb_fullwidth_header {height:100vh !important;}


#section-title .mig-youtube-outer-wrapper {
	position: absolute;
	top:0;
	opacity: 1;
	-webkit-animation-name: iframe;
	-webkit-animation-duration: 2s;
	-webkit-animation-fill-mode: forwards;
	animation-name: iframe;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@-webkit-keyframes iframe {
	0%{opacity: 1;}
}

@keyframes iframe {
	0%{opacity: 1;}
}

.mig-youtube-customoverlay {
	background: transparent !important;
}

/*
@-webkit-keyframes iframe {
	from{top:100%;}
	to {top:0;}
	0%{opacity: 1;}
}

@keyframes iframe {
	from{top:100%;}
	to {top:0;}
	0%{opacity: 1;}
}
*/

#section-title .et_pb_fullwidth_header_scroll svg {width: 24px !important;height: 40px !important;}
#section-title .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content {width:100%;max-width:900px;}
#section-title .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 {padding-bottom:45px;}
#section-title .et_pb_more_button {
	border-color: #00d4ff;
	text-transform: uppercase;
	width: 80%;
	max-width: 235px;
	height: 50px;
	line-height: 50px !important;
	margin: 0;
	padding: 0 !important;
	letter-spacing: 1px;
}
	@media only screen and (max-width: 992px) {
		#section-title .et_pb_fullwidth_header {height:100vh;}
	}
	/*@media only screen and (max-height: 500px){
		#section-title .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 {font-size:22px;line-height:1.7em;}
		#section-title .header-content-container {align-self:auto;}
	}*/
	@media only screen and (max-width: 500px) {
		#section-title .et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content h1 {font-size:22px;line-height:1.7em;padding-top:10vh;}
		#section-title .header-content-container {align-self:auto;}
	}


#section-a-propos h2 {color:#ffffff !important;border-color:#ffffff;width: 20vw;}
	@media only screen and (max-width: 1024px){
		#section-a-propos {padding-top: 10vh;padding-bottom:10%;}
	}
	@media only screen and (max-width: 992px) {
		#section-a-propos h2 {width:100%;}
	}


#section-services .et_pb_video,
#section-modele-3d .et_pb_video,
#section-developpement .et_pb_video{
	overflow:hidden;
	-webkit-box-shadow: 0px 0px 30px 20px rgba(218,218,218,1);
	-moz-box-shadow: 0px 0px 30px 20px rgba(218,218,218,1);
	box-shadow: 0px 0px 30px 20px rgba(218,218,218,1);
	max-width:750px;
	margin:auto;
	border-radius: 25px;
}


#section-services .et_pb_row,
#section-modele-3d .et_pb_row,
#section-developpement .et_pb_row,
#section-ressources .et_pb_row {width:90%;max-width:1800px;}

#section-services {width:100% !important;}
#section-services h2 {color:#1da6fb !important;border-color:#e2e2e2;width: 25vw;}
#section-services .et_pb_gutters2 .et_pb_column, #section-services .et_pb_gutters2.et_pb_row .et_pb_column{margin-right:8%;}
#section-services .et_pb_row:first-child  .et_pb_column {width:90%;margin:auto;}
#section-services .et_pb_row_2 .et_pb_column.et-last-child{background-position: bottom left;}
#section-services .mod-liste-services a { color:#1DA6FB; transition: color .15s ease; }
#section-services .mod-liste-services a:hover { color:#77787b; }
#section-services .mod-liste-services ul {margin-left: -1em;}
#section-services .mod-liste-services ul li:before {content: '\0279C';font-size: 18px;color: #1da6fb;display: inline-block;padding-right:10px;}
#section-services .mod-liste-services ul li {font-size:21px;font-weight:500;padding-bottom:15px;letter-spacing:1px;}
	@media only screen and  (max-width: 1440px) {
		#section-services .et_pb_row_2 .et_pb_column.et-last-child{background-position: center left;}
	}

	@media only screen and  (max-width: 992px) {
		#section-services {width:100%;}
		#section-services h2 {width:100%;}
		#section-services .mod-liste-services {margin-bottom: 0;}
		#section-services .mod-liste-services ul {margin-left: 1em;}
		#section-services .et_pb_column.et-last-child {margin-top: 30px;}
	}

#section-modele-3d {height:auto;padding:16% 0;}
#section-modele-3d .et_pb_video {
	-webkit-box-shadow: 0px 0px 30px 5px rgba(51,51,51,1);
	-moz-box-shadow: 0px 0px 30px 5px rgba(51,51,51,1);
	box-shadow: 0px 0px 30px 5px rgba(51,51,51,1);
}
	@media only screen and  (max-width: 992px) {
		#section-modele-3d {height:auto;padding:16% 0;}
		#section-modele-3d .et_pb_column.et-last-child {margin-top: 30px;}
	}

#section-developpement {height:auto;padding:16% 0;}
	@media only screen and  (max-width: 992px) {
		#section-developpement {height:auto;padding:16% 0;}
		#section-developpement .et_pb_column.et-last-child {margin-top: 30px;}
	}


#section-ressources h2 {color:#1da6fb !important;border-color:#e2e2e2;width: 25vw;margin:auto;}
#section-ressources .et_pb_image {width:100% !important; max-width:250px;}

	@media only screen and (max-width: 1200px) and (min-width: 800px) {
		#section-ressources .et_pb_image {width:100% !important; max-width:190px;}
	}
	@media only screen and (max-width: 992px) {
		#section-ressources h2 {width:100%;}
	}

#section-contact {padding:8% 0 20% 0;}
#section-contact p {color:#ffffff;}
#section-contact a {color:#ffffff;}
#section-contact a:hover,
#section-contact a:active,
#section-contact a:focus{color:#ffffff; text-decoration:underline;}

#section-contact .et_parallax_bg {background-size:50%;background-position:0;}

#section-footer{font-size: 11px;letter-spacing: 0;line-height: normal;padding:3% 0 0 0;}
#section-footer a{color:#77787b;}
#section-footer a:hover,
#section-footer a:active,
#section-footer a:focus{color:#77787b;text-decoration:underline;}

.logo-listing {
	margin-bottom: 20px;
}

.logo-listing p {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.logo-listing a {
	display: block;
	padding:0 5px;
	max-width: 125px;
}

@media only screen and (max-width: 992px) {
	.logo-listing a {
		margin-bottom: 20px;
	}
}



	@media only screen and (max-width: 992px) {
		#section-footer .et_pb_row:first-child .et_pb_text.et_pb_text_align_right {text-align:left;}
		#section-footer .et_pb_gallery_item  {margin:0 auto 20px 0;padding:0;max-width: 120px;}
	}
	@media only screen and (max-height: 500px){
		#section-footer .et_pb_column .et_pb_grid_item:nth-child(2n+1) {clear:none;}
	}
	@media only screen and (max-width: 500px){
		#section-footer .et_pb_row {width:80%;}
		#section-footer .et_pb_column .et_pb_grid_item:nth-child(2n+1) {clear:none;}
	}

#main-footer { display:none; }

.social a img {
	width: 20px;
	margin-left: 5px;
}


/*
R37: HOW TO SHOW THE GALLERY IMAGE TITLE AND CAPTION ON HOVER
https://divisoup.com/r37-how-to-show-the-gallery-image-title-and-caption-on-hover/
*/
/*Position the gallery items*/
.ds-hover-gallery .et_pb_gallery_item {position: relative;}
.ds-hover-gallery .et_pb_gallery_item:hover,
.ds-hover-gallery .et_pb_gallery_item:focus,
.ds-hover-gallery .et_pb_gallery_item:active {background-color: transparent !important;}

/*Remove the default top margin from the title*/
.ds-hover-gallery .et_pb_gallery_title {margin: 0 !important;color: transparent;}

/*Set the overlay z-index*/
.ds-hover-gallery .et_overlay {z-index: 1;border:none;background:none;}
.ds-hover-gallery .et_overlay:before{content:'';}

/*Position and style the content text container*/
.ds-hover-gallery .ds-gallery-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: /*rgba(255, 255, 255, .8)*/;
	opacity: 0;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	text-align:center;
}

.ds-hover-gallery .ds-gallery-text p { margin: 0; height: 100%; }
.ds-hover-gallery .ds-gallery-text p a { display:block; margin: 0; height: 100%; }

.ds-hover-gallery .et_pb_gallery_title { display: none; }
.ds-hover-gallery .ds-gallery-text img {max-width:32px; height:auto;}

/*Show the content text container on hover*/
.ds-hover-gallery .et_pb_gallery_item:hover .ds-gallery-text {/*opacity: 1;background: rgb(63 72 82);color: rgb(255 255 255);*/}
.ds-hover-gallery .et_pb_gallery_item:hover .ds-gallery-text img{/*filter: hue-rotate(175deg) invert(100%);*/}
/*---End Show the Gallery Image Title and Caption on Hover by Divi Soup--*/


/* ANIMATIONS */

@keyframes scroll {
	0% {
		transform: translateY(0);
	}
	30% {
		transform: translateY(100px);
	}
}

svg #wheel {
	animation: scroll ease 1.5s infinite;
}


/**
 * Loader
 */

.js .loader {
	position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100000; /* that's high */
  transition: opacity 0.5s;
  transition-delay: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.js .loader::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translate(0,0);
	transition: transform .75s ease;
	background-color: #003277;
}

.is-loaded .loader {
	opacity: 0;
	pointer-events: none;
}

.is-loaded .loader::before {
	transform: translate(0, -100%);
}


.loader-line {
	position: relative;
  z-index: 2;
  width: 8.4375rem;
  height: .6875rem;
  transition: -webkit-transform .3s cubic-bezier(.4,0,.2,1);
  transition: transform .3s cubic-bezier(.4,0,.2,1);
  transition: transform .3s cubic-bezier(.4,0,.2,1),-webkit-transform .3s cubic-bezier(.4,0,.2,1);
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: center right;
  -ms-transform-origin: center right;
  transform-origin: center right;
}

.loader > * {
  white-space: normal;
  font-size: 1rem;
}

.loader-line::after {
	content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 2px;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: center left;
  -ms-transform-origin: center left;
  transform-origin: center left;
  -webkit-animation: loading 1.2s cubic-bezier(.4,0,.2,1) infinite forwards;
  animation: loading 1.2s cubic-bezier(.4,0,.2,1) infinite forwards;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1)
  }

  100%,80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}

@keyframes loading {
  0% {
    -webkit-transform: translate(0) scaleX(0);
    transform: translate(0) scaleX(0)
  }

  30% {
    -webkit-transform: translate(0) scaleX(1);
    transform: translate(0) scaleX(1)
  }

  100%,80% {
    -webkit-transform: translate(100%) scaleX(0);
    transform: translate(100%) scaleX(0)
  }
}



