/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
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
*/


/* TITRES */

h2.elementor-heading-title:first-letter {
	color: var( --e-global-color-accent );
}

#sect_web h2.elementor-heading-title:first-letter {
    color: #26A5F1;
}
#sect_web .h2_lines:after {
    border-bottom: 1px solid #26A5F1;
}

.h2_lines:after {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0px;
    width: 0px;
    border-bottom: 1px solid var(--e-global-color-accent);
    transition-duration: 1.25s;
}
.animated.h2_lines:after {
    width: 100px;
}

/* HEADER */
.header_scroll.active {
	background-color: var(--e-global-color-secondary)!important;
}
.header_scroll .bloc_logo {
	opacity: 0;
}
.header_scroll.active .bloc_logo {
	opacity: 1;
}
.menu_bas_mob {
	bottom: -70px!important;
	transition:bottom 0.3s ease-out;
}
.menu_bas_mob.active {
	bottom: 0px!important;
}

.proj_cont {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 0.3s;
}

.proj_cont:hover {
	opacity: 1;
	transition-duration: 0.3s;
}

.loop_desc_icon .elementor-icon-list-icon {
	display: none!important;
}

.loop_desc_icon .elementor-icon-list-item:nth-child(1) .elementor-icon-list-text {
	font-weight: 600;
}

.loop_desc_icon .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text {
/* 	margin-left: 10px; */
	margin-right: 10px;
}

.loop_desc_icon .elementor-icon-list-item:nth-child(2) .elementor-icon-list-text:before {
	content: "•";
	font-weight: 600;
}

.loop_desc_icon .elementor-icon-list-item:nth-child(3) .elementor-icon-list-text {
	margin-top: 5px;
}

.port_case:hover .port_image_star img {
	transform: scale(1.06);
	transition-duration: 0.3s;
}

.competences .elementor-widget-icon-box .elementor-icon-box-description span {
	background-color: #ffffff;
	padding: 3px 8px;
	margin-left: 5px;
	border-radius: 100px;
	margin-bottom: 6px;
    display: inline-block;
}

.type-projet-webdesign .icon_type svg {
	fill: #26A5F1!important;
}

.type-projet-graphisme .icon_type svg {
	fill: #E3C219!important;
}

.port_case .e-con-inner {display:flex}
.port_case .e-con-inner .img_cont {flex:2}

.img_cont.small .port_image_star img {
        max-height: 180px !important;
    width: auto!important;
}

.img_cont.large .port_image_star img {
        max-height: 415px !important;
    width: auto!important;
}