/*--------------------------------------*\
	Base
\*--------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&display=swap');


* {
    font-family: "Funnel Display", sans-serif;
}


input:focus, textarea:focus, select:focus{
    outline: none;
}

.position-relative {
    position: relative;    
}

.overflow-hidden {
    overflow: hidden;
}

.no-margin-bottom p {
    margin-bottom: 0;
}

.container {
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}


.col-12 {
    width: 100%;
}

.col-3 {
    width: 33.33333333%;
}

body.post-type-archive .page-content, body.search .page-content, body.error404 .page-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

.btn-website .elementor-button {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn-website .elementor-button::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background-color: #F8B133;
    z-index: -1;
    transition: width 0.6s ease;
}

.btn-website .elementor-button:hover {
    text-decoration: none;
}

.btn-website .elementor-button:hover::before {
    width: 100%
}

/* .btn-website a{
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.btn-website a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #f8b133;
    transform:scale3d(0.3, 1, 1);
    transition: all 0.3s;
}

.btn-website a:hover::before  {
    opacity: 1;
    transform: translate3d(0, 0, 0);
} */

/* .btn-website .elementor-button-content-wrapper {
    position: relative;
    z-index: 1;
} */

.hfe-nav-menu__layout-horizontal {
    width: 100% !important;
}

/*--------------------------------------*\
	Header
\*--------------------------------------*/
.icon-color .st0 {
    fill: #073147;
}

.anime-icon-hover a svg{
    transition: all .3s !important;
}

.anime-icon-hover a {
    text-decoration: none;
}

.anime-icon-hover a:hover svg{
    transform: scale(1.2);
}

/*--------------------------------------*\
	Home Pgae
\*--------------------------------------*/
.triangle::after {
    content: "";
    height: 0;
    position: absolute;
    width: 0;
    z-index: 1;
    bottom: -47px;
    left: 0;

    border-top-width: 47px;
    border-top-style: solid;
    border-top-color: #f8b133;
    border-right-width: 55px;
    border-right-style: solid;
    border-right-color: #E9747400;
}

.img-png img{
    width: 712px;
    height: 915px;
}


.img-right {
    width: auto;
    margin-right: -90px;

    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.logos {
    align-items: stretch;
}

.logos > div{
    border-right: 1px solid #C2CBCB;
    border-bottom: 1px solid #C2CBCB;
    border-top: 1px solid #C2CBCB;
    border-left: 1px solid #C2CBCB;
}


.service {
    border: 1px solid #C2CBCB;
    border-radius: 20px;
}

.img-service {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: block;
}

.img-service img {
    width: 100%;
    height: auto;
    transition: all .3s;
}

.icon-service {
    background-color: #073147;
    width:70px;
    height: 70px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top:0;
    left: 0;
    z-index: 1;
    transition: all .3s;
}

.title-service {
    background-color:#f6f6f6 ;
    padding: 10px;
    border-radius: 20px 0 20px 20px;
    display: inline-block;
    width: 95%;
    color: #073147;
    display: flex;
}

.title-service:hover {
    text-decoration: none;
}

.title-service:hover h3{
    color: #f8b133;
}

.title-service:hover .arrow-service {
    background-color: #f8b133;
}

.conteneur-title-service {
    display: flex;
    justify-content: flex-end;
    transform: translate(0,-38px);
}

.title-service h3 {
    margin: 0;
    width: 80%;
    transition: all .3s;
}

.conteneur-arrow-service {
   width: 20%;
}

.arrow-service {
    width: 50px;
    height: 50px;
    background-color: #073147;
    border-radius: 50%;
    line-height: 45px;
    text-align: center;
    transition: all .3s;
}

.conteneur-arrow-service {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.arrow-service svg {
    width: 30px;
    transform: rotate(-45deg);
}

.content-service {
    padding: 0 16px 38px 16px;
}

.content-service ul {
    list-style: none;
    margin: 0;
    padding-left: 15px;
}

.content-service ul li{
    position: relative;
    padding-left: 25px;
}

.content-service ul li:not(:last-child) {
    margin-bottom: 8px;
}

.content-service ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 16px;
    height: 16px;
    background-image: url(../images/check-list.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

/* .content-service ul li{
    list-style-image: url(../images/check.png);
} */

.img-service:hover img {
    transform: scale(1.1);
}

.img-service:hover .icon-service {
    background: #f8b133;
}

/*--------------------------------------*\
	Swiper
\*--------------------------------------*/

.swiper-pagination {
    position: relative;
    margin-top: 30px;
}

.swiper-pagination-bullet {
    width: 20px;
    height: 6px;
    border-radius: 0px;
    border-radius: 10px;
}

.swiper-pagination-bullet-active {
    background: #f8b133;
}

/*--------------------------------------*\
	NewsLetter
\*--------------------------------------*/
body.page-id-1269 .page-content > p {
    text-align: center;
}

.newsletter-style-website  form {
    display: flex;
}

.newsletter-style-website .tnp-email{
    margin-right: 0 !important;
    border-radius: 100px 0 0 100px !important;
    background-color :#20465a !important;
    border: none !important;
    color: #fff !important;
    width: 70% !important;
    max-width: none !important;
    transition: all .3s;
    border-top: 1px solid transparent !important;
    border-bottom: 1px solid transparent !important;
    border-left: 1px solid transparent !important;
}

.newsletter-style-website .tnp-email:focus{
    border-top: 1px solid #F8B133 !important;
    border-left: 1px solid #F8B133 !important;
    border-bottom: 1px solid #F8B133 !important;
}

.newsletter-style-website .tnp-subscription-minimal input.tnp-submit {
    width: 30% !important;
    background-color :#F8B133 !important;
    background-image: url(../images/newsletter.svg)  !important;
    background-position:  center center !important;
    background-repeat:  no-repeat !important;
    background-size: 30px 30px;
    margin-bottom: 0;
    transition: all .3s;
}

.newsletter-style-website .tnp-subscription-minimal input.tnp-submit:hover {
    background-color :#ffcf7d !important;
}

.newsletter-style-website .tnp-subscription-minimal {
    margin: 0 !important;
}

/*--------------------------------------*\
	Footer
\*--------------------------------------*/
.icon-color-white .st0 {
    fill: #fff;
}

.copyright-footer {
    position: relative;
}

.copyright-footer::before, .copyright-footer::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 46px;
    width: 20px;
    background-color: rgb(0 0 255 / 0%);
    border-radius: 0;
    box-shadow: 0 20px 0 0 #fff;
}

.copyright-footer::before {
    left: -20px;
    border-bottom-right-radius: 20px;
}

.copyright-footer::after {
    right: -20px;
    border-bottom-left-radius: 20px;
}

.hover-rotate svg {
    transition: all .5s;
}

.hover-rotate a:hover svg{
    transform: rotate(360deg);
}

/*--------------------------------------*\
	Services
\*--------------------------------------*/
.all-services .service {
    margin-bottom: 30px;
}



/*--------------------------------------*\
	Pagination
\*--------------------------------------*/
.pagination-content {
    text-align: center;
}

.pagination-content > .pagination > * {
    display: inline-block;
    vertical-align: top;
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 2px;
    border-radius: 50%;
    text-align: center;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: #121212;
    text-decoration: none;
    transition: all 0.3s;
}

.pagination-content > .pagination .current {
    color: #fff;
    background-color: #f8b133;
}

.pagination-content > .pagination a:hover {
    color: #f8b133;
    background-color: #f4f4f4;
}

.pagination-content .prev , .pagination-content .next {
    line-height: 1.7rem;
}

/*--------------------------------------*\
	Block search
\*--------------------------------------*/
.block-search {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    z-index: 1000;
    height: 100%;
    width: 100%;
}

.back-section {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


/*--------------------------------------*\
	Search page
\*--------------------------------------*/
body.search-results .page-content, body.search-no-results .page-content, body.error404 .page-content{
    border-top: 1px solid #C2CBCB;
}


.page-title {
    text-align: center;
    margin-bottom: 30px;
    color: #073147;
}

.para-not-found {
    text-align: center;
    margin-bottom: 30px;
}


.results > div {
    display: flex;
    margin-bottom: 30px;
    background: #f4f4f4;
    justify-content: flex-start;
    padding: 20px;
    flex-wrap: nowrap;
    align-items: center;
    border-radius: 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px;
}

.results img {
    max-width: 100%;
    height: auto;
    display: block;
}

.post-text {
    width: calc(70% - 30px);
}

.post-thumb {
    display: block;
    width: 30%;
    margin-right: 30px;
}

.results a {
    color: #073147;
    transition: all .3s;
}

.results a:hover {
    text-decoration: none;
    color:#f8b133 ;
}

.page-title span {
    color:#f8b133 ;
}

.content-form-not-found {
    display: flex;
    width: 588px;
    margin: auto;
}

.search-not-found {
    width: 80%;
    background: #fff;
    height: 50px;
    padding: 0 20px;
    border: solid 1px #d4d4d4;
    transition: all .3s;
}

.search-not-found:focus {
    border: solid 1px #f8b133;
}

.button-not-found {
    width: 20%;
    border: none;
    background: #F2F2F2;
    background-size: 30px;
    display: block;
    border: solid 1px #d4d4d4;
    transition: all .3s;
    border-left: 0px;
}

.button-not-found:hover {
    background-color: #fff;
}

/*--------------------------------------*\
	Contact
\*--------------------------------------*/
.form-contact {
    margin: 0 auto !important;
}


.form-contact input[type=checkbox]:checked:before, .form-contact input[type=radio]:checked:before {
    border-color: #F8B133 !important;
    box-shadow: 0 0 0 1px #F8B133, 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}

.form-contact  input[type=checkbox]:checked:after {
    border-left: 4px solid #F8B133 !important;
    border-bottom: 4px solid #F8B133 !important;
}


.form-contact input[type=checkbox]:focus:before, .form-contact input[type=radio]:focus:before {
    border-color: #F8B133 !important;
    box-shadow: 0 0 0 1px #F8B133 , 0px 1px 2px rgba(0, 0, 0, 0.15) !important;
}


.form-contact input[type='text'], .form-contact input[type='email'] {
    padding: 17px 20px!important;
    height: 54px !important;
    border-radius: 12px !important;
    border: 1px solid #C2CBCB;
    transition: all .3s;
}

.form-contact textarea {
    border-radius: 12px !important;
    padding: 17px 20px !important;
    border: 1px solid #C2CBCB;
    transition: all .3s;
}

.form-contact input[type='text']:focus, .form-contact textarea:focus, .form-contact input[type='email']:focus {
    border: 1px solid #F8B133 !important;
    box-shadow: none !important;
}

.btn-contact {
    background-color: #F8B133 !important;
    border-radius: 12px !important;
    border: 1px solid #F8B133 !important;
    transition: all .3s;
}

.btn-contact:hover {
    background: #fff !important;
    color: #F8B133 !important;
}

.anime-hover {
    transition: all .3s;
}

.anime-hover:hover {
    transform: translate(0,-5px);    
}

/*--------------------------------------*\
	Responsive
\*--------------------------------------*/
@media only screen and (max-width : 1039px) {
    .copyright-footer::before, .copyright-footer::after {
        display: none;
    }
}


@media only screen and (max-width : 1024px) {
    .all-services .col-3 {
        width: 50%;
    }
}

@media only screen and (max-width : 767px) {

    .form-contact .wpforms-one-half, .form-contact .wpforms-three-sixths, .form-contact .wpforms-two-fourths {
        width: 100% !important;
    }

    .form-contact .wpforms-one-half {
        margin-left: 0 !important;
    }

    .all-services .col-3 {
        width: 100%;
    }

    #menu-mobile {
		display: none;
		background: #fff;
       	position: fixed;
		top: 0;
        left: 0;
		z-index: 999;
		height: 100%;
		width: 100%;
        overflow: auto;
	}

    #menu-mobile > div 
	{
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
	}

    .body-mobile {
        overflow: hidden;
    }

    .nav-menu-mobile nav {
        width: 100% !important;
    }

    .nav-menu-mobile nav > ul > li {
        border-bottom: 1px solid #C4C4C4;
    }

    #menu-mobile .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-menu-item,#menu-mobile .hfe-nav-menu__align-left .hfe-nav-menu__layout-vertical li a.hfe-sub-menu-item {
        justify-content: space-between !important;
    }

    .anime-icon-hover ul {
        margin-bottom: 30px !important;
    }

    .post-thumb, .post-text {
        width: 100%;
    }

    .post-thumb {
        margin: 0;
    }

    .results > div {
        flex-direction: column;
    }

    .post-text {
        margin-top: 10px;
    }
}

@media only screen and (max-width : 700px) {
    .content-form-not-found{
        width: 100%;
    }
}



