@charset "UTF-8";
/*
Theme Name: Divi Child by EuroTechConseil
Description: Theme Child du theme Divi
Author: EuroTechConseil
Author URI: https://etcinfo.fr
Template: Divi
Version: 1.0
*/

.c-logo {
    border: 1px solid #BFD7FF;
    padding: 10px;
    border-radius: 5px;
}

/* bloc article home */
.row-posts .et_pb_ajax_pagination_container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.list-posts .et_pb_ajax_pagination_container article {
	display: flex;
    flex-direction: column;
	padding: 10px;
    margin-bottom: 10px;
    border-radius: 15px;
    background-color: #E3EDFF;
}

.list-posts .et_pb_ajax_pagination_container article div:last-child {
    margin-top: auto;
}

.list-posts .et_pb_ajax_pagination_container article img {
    border-radius: 10px;
}

.list-posts .et_pb_ajax_pagination_container article a {
    margin-bottom: 13px;
}

.list-posts .post-content a {
    background-color: #0135FF;
    color: #fff;
    display: inline-block;
    padding: 3px 38px 3px 13px;
    border-radius: 50px;
    margin-top: 12px;
    position: relative;
}

.list-posts .post-content a:before {
    content: '';
    position: absolute;
    top: 7px;
    right: 6px;
    background-image: url(https://tech-computer.fr/new/wp-content/uploads/2025/10/more-btn-2.webp);
    background-position: 50% bottom;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    width: 25px;
    height: 25px;
}

.list-posts .post-content a:hover {
    color: #fff !important;
    background-color: #345eff;
}

.social-tech a:hover img {
    filter: contrast(0.5);
}

.fap-section p {
    max-width: 750px;
}

.zone {
	display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	cursor: pointer;
    background-color: #F0F5FF;
    color: #050047;
    padding: 7px 20px;
    border-radius: 40px;
    font-weight: 500;
	line-height: 1.5;
}

.zone a {
	color: #050047!important;
}

.zone.active {
    background-color: #C7DCFF!important;
}

img.zone-map {
    display: block;
    margin: 0 auto;
    width: 500px;
}

a.btn-arrow {
	position: relative;
    color: #000;
    font-weight: 700;
}

.arr {
    padding-left: 45px;
}

.arr:before {
    content: '';
    position: absolute;
    left: 0px;
	top: -10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 38px;
    height: 38px;
}

.arr.ar1:before {
    background-image: url(https://tech-computer.fr/new/wp-content/uploads/2025/11/arrow-cta-icon-2.webp);
}
.arr.ar2:before {
    background-image: url(https://tech-computer.fr/new/wp-content/uploads/2025/11/arrow-cta-icon-3.webp);
}
.arr.ar3:before {
    background-image: url(https://tech-computer.fr/new/wp-content/uploads/2025/11/arrow-cta-icon-4.webp);
}
.arr.ar4:before {
    background-image: url(https://tech-computer.fr/new/wp-content/uploads/2025/11/arrow-cta-icon-1.webp);
}

a.hover-link {
    color: #000 !important;
}

a.hover-link:hover {
    text-decoration: underline !important;
}

.post-section .ez-toc-list li:before {
    content: none!important;
}

.post-section div#ez-toc-container {
    background: #ffffff;
    border: 1px solid #0046fc;
    border-radius: 12px;
    width: 100%;
    padding: 20px;
}

.post-section div#ez-toc-container ul li {
    line-height: 2!important;
}

.post-section #ez-toc-container a {
    color: #000;
}

.post-section #ez-toc-container a:hover {
    color: #0046fc!important;
}

.tabs-glossaire .dsm-tab {
    min-width: 68px;
    margin: 5px;
	border: 1px solid #e5efff;
}

.tabs-glossaire .dsm-advanced-tabs-wrapper {
    justify-content: center!important;
}

.glossaire-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.glossaire-item {
	font-size: 16px;
	border: 1px solid #c9d4ff;
    color: #000;
    background-color: #e4efff;
    padding: 8px 14px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.glossaire-item:hover {
    background-color: #a8cbfd;
    transform: translateY(-2px);
    color: #000 !important;
}


@keyframes loading {
	 100% {
		 transform: translateY(-50%) rotate(360deg);
	}
}
@keyframes rotate {
	 100% {
		 transform: rotateY(360deg);
	}
}
 @keyframes scale {
	 0% {
		 transform: scale(10);
	}
	 50% {
		 transform: scale(0.2);
	}
	 70% {
		 transform: scale(1.2);
	}
	 90% {
		 transform: scale(0.7);
	}
	 100% {
		 transform: scale(1);
	}
}
