/*
 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
------------------------------------------------------- */

.et_pb_button {
	padding: 10px 25px !important;
}

.et_pb_button:after, .et_pb_button:before {
	display: none !important;
}

.liste-plat ul {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.liste-plat li::marker {
	font-size: 24px;
	color: #f28f2e;
}

.proof-strip {
	margin-top: 40px;
	background: #f28f2e;
	border-radius: 24px;
	padding: 56px 8px;
	display: flex;
}

.proof {
	flex: 1 1 0;
	text-align: center;
	padding: 0 20px;
	border-left: 1px solid rgb(0 0 0 / 10%);
}

.proof:first-child {
	border-left: none;
}

.proof .num {
	font-size: 30px;
	color: #ffffff;
}

.proof p {
	margin-top: 15px;
	font-size: 15px;
	line-height: 1.3;
	color: #fff;
}

.of-platform-box {
    width: 100%;
    margin: 0 auto;
    padding: 24px 22px 22px;
    background: #ffffff;
    border: 1px solid rgb(242 242 242);
    border-radius: 22px;
    box-sizing: border-box;
}


/* TITLE */

.of-platform-title {
    text-align: center;
}


/* CENTER LINE */

.of-platform-line {
    width: 1px;
    height: 27px;
    margin: 15px auto 13px;
    background: rgb(0 0 0 / 20%);
}


/* GRID */

.of-platform-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 13px;
}


/* ITEM */

.of-platform-item {
    min-height: 73px;
    padding: 13px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #f5f7f9;
    border-radius: 14px;
    text-align: center;
}


/* ICON */

.of-platform-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #0093e5;
}

.of-platform-icon svg {
    width: 45px;
    height: 45px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}


/* TEXT */

.of-platform-item span {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 500;

    color: #003946;
}


/* TABLET */

@media (max-width: 767px) {

    .of-platform-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* MOBILE */

@media (max-width: 480px) {

    .of-platform-box {
        padding: 22px 16px 16px;
        border-radius: 18px;
    }

    .of-platform-grid {
        gap: 10px;
    }

    .of-platform-item {
        min-height: 80px;
        padding: 12px 8px;
    }

    .of-platform-title {
        font-size: 17px;
    }

}

.cta-final::before {
	content: "";
	position: absolute;
	width: 640px;
	height: 640px;
	border-radius: 50%;
	border: 1.5px solid rgba(255,255,255,.2);
	top: -320px;
}

.cta-final::after {
	content: "";
	position: absolute;
	width: 420px;
	height: 420px;
	border-radius: 50%;
	border: 1.5px solid rgba(255,255,255,.2);
	bottom: -260px;
	left: -120px;
}

.of-semantic-icon{width:64px;height:64px;color:#0092e4;margin:0 0 14px 0}
.of-semantic-icon .et_pb_code_inner{width:64px;height:64px}
.of-semantic-icon svg{display:block;width:64px;height:64px;fill:none;stroke:#0092e4;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:767px){.of-semantic-icon{margin-left:auto;margin-right:auto}}
.proof-icon svg{width:28px;height:28px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}