/*
Theme Name: the7dtchild
Author: Dream-Theme
Author URI: http://dream-theme.com/
Description: The7 is perfectly scalable, performance and SEO optimized, responsive, retina ready multipurpose WordPress theme. It will fit every site – big or small. From huge corporate portals to studio or personal sites – The7 will become a great foundation for your next project!
Version: 1.0.0
License: This WordPress theme is comprised of two parts: (1) The PHP code and integrated HTML are licensed under the GPL license as is WordPress itself.  You will find a copy of the license text in the same directory as this text file. Or you can read it here: http://wordpress.org/about/gpl/ (2) All other parts of the theme including, but not limited to the CSS code, images, and design are licensed according to the license purchased. Read about licensing details here: http://themeforest.net/licenses/regular_extended
Template: dt-the7
*/

.accordion-header {
  width: 100%;
  background: none;
  border: none;
  padding: 24px 0;
  font-size: 1.1rem;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.title {
	display: flex;
	align-items: center;
	gap: 12px;
	text-align: left;
}
.title .titre {
	color: #0A0A0A;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px;
}
.title .sous-titre {
	color: #717182;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px; /* 142.857% */
}
.title p {
	    margin-bottom: 0;
}
.picto {
  width: 22px;
  height: 22px;
  fill: #666;
  transition: transform 0.3s ease, fill 0.3s ease;
}

.accordion-item.active .picto {
  fill: #000;
  transform: scale(1.1);
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.accordion-item {
	border-radius: 12px;
	padding: 0 20px;
	background-color: #fff;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	border: 2px solid rgba(255, 107, 53, 0.2);
}
.accordion-item.active {
  border-color: #000;
  background: linear-gradient(180deg, #ffffff, #fafafa);
}
.accordion-item.active {
  border-color: #333;
}

.accordion-item:hover {
 	border: 2px solid rgba(255, 107, 53, 0.5);
}

.accordion-item.active {
  border: 2px solid rgba(255, 107, 53, 0.5);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}


.accordion-header {
	width: 100%;
	background: none;
	border-radius: 15px;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.accordion-header:hover {
  color: #555;
}

.icon {
    transition: transform 0.3s ease;
    color: rgba(255, 107, 53, 1);
    font-size: 36px;
    font-weight: 500;
    font-family: 'dt-icons';
}

.accordion-item.active .icon {
  transform: rotate(45deg);
}

.accordion-content {
	max-height: 0;
	overflow: hidden;
    transition: max-height 0.4s ease;
}

.accordion-inner {
	background: rgba(255, 107, 53, 0.05);
    border-radius: 15px;
    border-left: 4px solid rgba(255, 107, 53, 1);
    padding: 20px 30px;
    margin-bottom: 20px;
}

.accordion-content p:nth-child(1) {
  	color: #0A0A0A;
	font-family: Inter;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: 32px; 
}
.accordion-content p:nth-child(1) span {
	color: rgba(255, 107, 53, 1);
}
.accordion-content p:nth-child(3) b {
	color: rgba(255, 107, 53, 1);
}


.blanc, .blanc h1, .blanc h2, .blanc h3, .blanc p, .blanc span,.blanc a {
	color: #fff !important;
}
#breadcrumbs {
    text-align: center;
	margin: 0 auto;
}
#breadcrumbs > span {
	border-radius: 100px;
	border: 1px solid rgba(0, 102, 255, 0.20);
	background: rgba(0, 102, 255, 0.05);
	padding: 5px 20px;
}
#breadcrumbs span,
#breadcrumbs a {
	color: #0A0A0A;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
}
.scroll-top {
	bottom: 100px;
}
.rollover i, .post-rollover i, .rollover-video i, .enable-bg-rollover .post-thumbnail-rollover:after, .enable-bg-rollover .gallery-rollover, .enable-bg-rollover.hover-scale figure:after {
    background: none !important;
}
/*webmastering*/
.page-id-434 #breadcrumbs > span {
	border-radius: 100px;
	border: 1px solid rgba(16, 185, 129, 0.20);
	background: rgba(16, 185, 129, 0.05);
	padding: 5px 20px;
}
.page-id-434 .contentQuestionFAQ {
	border: 2px solid rgba(16, 185, 129, 0.20);
}
.page-id-434 .titreFAQ:before {
	background: #10B981;
    border: 0px solid #10B981;
}
.page-id-434 .titreFAQ:after {
    background: #10B981;
    border: 0px solid #10B981;
}
.page-id-434 .contentQuestionFAQ:hover {
    border: 2px solid rgba(16, 185, 129, 0.50);
}
/*maintenance*/
.page-id-449 #breadcrumbs > span {
	border-radius: 100px;
	border: 1px solid rgba(255, 107, 53, 0.20);
	background: rgba(255, 107, 53, 0.05);
	padding: 5px 20px;
}
.page-id-449 .contentQuestionFAQ {
	border: 2px solid rgba(255, 107, 53, 0.20);
}
.page-id-449 .titreFAQ:before {
	background: #FF6B35;
    border: 0px solid #FF6B35;
}
.page-id-449 .titreFAQ:after {
    background: #FF6B35;
    border: 0px solid #FF6B35;
}
.page-id-449 .contentQuestionFAQ:hover {
    border: 2px solid rgba(255, 107, 53, 0.50);
}
/*SEO*/
.page-id-447 #breadcrumbs > span {
	border-radius: 100px;
	border: 1px solid rgba(124, 58, 237, 0.20);
	background: rgba(124, 58, 237, 0.05);
	padding: 5px 20px;
}
.page-id-447 .contentQuestionFAQ {
	border: 2px solid rgba(124, 58, 237, 0.20);
}
.page-id-447 .titreFAQ:before {
	background: #7C3AED;
    border: 0px solid #7C3AED;
}
.page-id-447 .titreFAQ:after {
    background: #7C3AED;
    border: 0px solid #7C3AED;
}
.page-id-447 .contentQuestionFAQ:hover {
    border: 2px solid rgba(124, 58, 237, 0.50);
}

.row-full-color .upb_row_bg {
	opacity: 1 !important;
}
.upb_row_bg {
	opacity: 0.05 !important;
}
body .btn-invisible {
	font-size: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
body .btn-invisible.btn-shadow:hover {
	box-shadow: none !important;
}
.texte-accroche-20 {
	color: #717182;
	text-align: center;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	line-height: 32.5px;
}
.texte-accroche-18 {
	color: #717182;
	text-align: center;
	font-family: Inter;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 32.5px;
}
.petit-texte-14 {
	color: #717182;
	font-family: Inter;
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
}
.btn-shadow {
	transition: all 0.3s ease;
}
.btn-shadow:hover {
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.20), 0 4px 6px -4px rgba(0, 0, 0, 0.20) !important;
	transition: all 0.3s ease;
}
li::marker {
    font-size: 22px;
}
.li-bleu li::marker {
  color: #0066FF;
}
.li-violet li::marker {
  color: #7C3AED;
}
.li-orange li::marker {
  color: #FF6B35;
}
.li-vert li::marker {
  color: #10B981;
}
.li-rouge li::marker {
	content: "✖ ";
    color: #FB2C36;
    font-size: 16px;
    font-weight: 100;
}
.li-rouge.li-padding ul {
	padding-left: 12px;
}
.li-padding ul {
	padding-left: 20px;
}
ol {
  list-style: none;
  counter-reset: step;
}
ol {
	list-style: none !important;
}
ol li {
	counter-increment: step;
	position: relative;
	padding-left: 2.5em;
	margin-top: 5px;
}
ol li::before {
	list-style: none;
}
ol li::before {
  content: counter(step);
  position: absolute;
  left: 0;
  top: 0.2em;

  width: 1.8em;
  height: 1.8em;

  background-color: #0066FF;
  color: #fff;
  font-weight: bold;

  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-next {
    right: -30px !important;
}
.slick-prev {
    left: -30px !important;
}
.popup-populaire {
    position: absolute;
    top: 25px;
    right: 25px;
    padding: 5px 20px 6px 16px;
    border-radius: 100px;
    background: #10B981;
}
.popup-populaire span {
    color: #FFF;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.frise-process .wpb_column.vc_column_container {
	background: url(/wp-content/themes/dt-the7-child/images/frise-barre.png);
    background-repeat: repeat-x;
    background-position: 0 58px;
}
.process-barre {
	background: url(/wp-content/themes/dt-the7-child/images/process-barre.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.process-barre-orange {
	background: url(/wp-content/themes/dt-the7-child/images/process-barre-orange.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}
.process-barre-violet {
	background: url(/wp-content/themes/dt-the7-child/images/process-barre-violet.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
}

.need-pos-bottom .vc_column-inner {
	height: 100%;
}

.need-pos-bottom .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.need-pos-bottom .pos-bot {
	  margin-top: auto !important;
}
.need-pos-bottom .pos-bot .icomoon-the7-font-the7-arrow-29 {
	  margin-left: 10px !important;
}
.need-pos-bottom .vc_column-inner {
  transition: all 0.3s ease;
  cursor: pointer;
}

.need-pos-bottom .vc_column-inner:hover {
  background-color: #f0f5ff; /* modifiable */
  transform: translateY(-10px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.need-pos-bottom .vc_column-inner .pos-bot .icomoon-the7-font-the7-arrow-29 {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.need-pos-bottom .vc_column-inner .pos-bot .icomoon-the7-font-the7-arrow-29 {
	transition: transform 0.3s ease;
}
.need-pos-bottom .vc_column-inner:hover .pos-bot .icomoon-the7-font-the7-arrow-29 {
  transform: translateX(6px);
}
.wpb_single_image .vc_single_image-wrapper.vc_box_rounded, .wpb_single_image .vc_single_image-wrapper.vc_box_rounded img {
    border-radius: 24px;
	box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.need-pos-bottom-plan .vc_column-inner > .wpb_wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.need-pos-bottom-plan .btn-align-center {
	  margin-top: auto !important;
}
.need-pos-bottom-plan .icomoon-the7-font-the7-arrow-29 {
	margin-left: 10px !important;
	transition: transform 0.3s ease;
}
.need-pos-bottom-plan .vc_column-inner {
	transition: all 0.3s ease;
}

.need-pos-bottom-plan .vc_column-inner:hover {
	background-color: #f0f5ff; /* modifiable */
	transform: translateY(-10px);
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

.need-pos-bottom-plan .vc_column-inner .icomoon-the7-font-the7-arrow-29 {
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.need-pos-bottom .vc_column-inner .icomoon-the7-font-the7-arrow-29 {
	transition: transform 0.3s ease;
}
.need-pos-bottom-plan .vc_column-inner:hover .icomoon-the7-font-the7-arrow-29 {
  	transform: translateX(6px);
	transition: transform 0.3s ease;
}
/* FAQ */

.contentQuestionFAQ {
	width: calc(100% - 54px) !important;
	display: inline-block;
	position: relative;
	margin-bottom: 15px !important;
    padding: 15px 25px 15px 25px;
    border-radius: 14px;
    border: 2px solid rgba(0, 102, 255, 0.20);
    background: #FFF;
}
.contentQuestionFAQ:hover {
	border: 2px solid rgba(0, 102, 255, 0.50);
}
.open.contentQuestionFAQ::before{
	background-color: #fff;
}

.contentQuestionFAQ:hover::before {
  width: 100%;
}
.titreFAQ {
	position: relative;
	color: #0A0A0A;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 0;
	text-decoration: none;
	text-transform: initial;
}
.open .titreFAQ:before {
	opacity:0;
	transition: all 0.2s ease-out;
}
.open .titreFAQ:after {
	transform: translateY(-50%) rotate(0deg);
	transition: all 0.2s ease-out;
}
.titreFAQ:before {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #0066FF;
    border: 0px solid #0066FF;
    width: 20px;
    height: 2px;
    content: "";
	transition: all 0.2s ease-out;
}
.titreFAQ:after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    background: #0066FF;
    border: 0px solid #0066FF;
    width: 20px;
    height: 2px;
    content: "";
	transition: all 0.2s ease-out;
}
.reponseFAQ div{
    margin-top: 20px;
    margin-bottom: 10px;
}
.titreFAQ{
	cursor:pointer;
}
.reponseFAQ{
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-out;
}
/* START TABLE */

.content table {
    border-color: rgba(0, 0, 0, 0.10);
	text-align: center;
	border-radius: 16px;
	border: 1px solid rgba(0, 0, 0, 0.10);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10);
	
	border-collapse: separate;
    border-spacing: 0;
    border-radius: 16px;
    overflow: hidden;
}
.content table, .content td, .content th {
    border-color: rgba(0, 0, 0, 0.10);
}
.content td,
.content th {
	color: #0A0A0A;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	height: 60px;
    vertical-align: middle;
}
.content img {
    vertical-align: middle;
}
.content td {
	text-align: center;
}
.content th {
	background: rgba(16, 185, 129, 0.05);
	padding: 15px 25px;
	color: #10B981;
	font-size: 16px !important;
	text-align: center;
	font-weight: bold;
}
.content td {
	background: #fff;
	padding: 15px 25px;
	text-align: center;
}
.content td .column-1,
.content tr .column-1 {
	text-align: left;
}
.content tr .column-3,
.content th .column-3 {
	border-right: 2px solid rgba(16, 185, 129, 0.30);
	border-left: 2px solid rgba(16, 185, 129, 0.30);
	background: rgba(16, 185, 129, 0.05);
}
.content table tr:last-child td {
	background: rgba(16, 185, 129, 0.05);
	font-weight: bold;
}

.content #tablepress-2 tr .column-2,
.content #tablepress-2 th .column-2 {
	border-right: 0;
	border-left: 2px solid rgba(255, 107, 53, 0.3);
	background: rgba(255, 107, 53, 0.05);
}
.content #tablepress-2 tr .column-3,
.content #tablepress-2 th .column-3 {
	border-right: 0;
	border-left: 2px solid rgba(16, 185, 129, 0.30);
	background: rgba(16, 185, 129, 0.05) !important;
}
.content #tablepress-2 th {
	background: rgba(255, 107, 53, 0.05);
	padding: 15px 25px;
	color: #FF6B35;
	font-size: 16px !important;
	font-weight: bold;
}
.content #tablepress-2 .row-1 .column-3 {
	color: #10B981;
}
.content #tablepress-2 tr:last-child td {
    background: rgba(255, 107, 53, 0.05);
}
.content #tablepress-3 th {
	color: #FF6B35;
	background: rgba(255, 107, 53, 0.05) !important;
}
.content #tablepress-3 tr .column-3, .content #tablepress-3 th .column-3 {
    border-right: 2px solid rgba(255, 107, 53, 0.3);
    border-left: 2px solid rgba(255, 107, 53, 0.3);
    background: rgba(255, 107, 53, 0.05) !important;
}
.content #tablepress-3 tr:last-child td {
    background: rgba(255, 255, 255, 1);
    font-weight: 500;
}
/* article */

.template-news {
	position: relative;
    padding: 0px !important;
    border-radius: 15px !important;
    background: #fff !important;
    position: relative;
    border: 2px solid #0066FF33;
    overflow: hidden;
}
.template-news .template-news-top {
	padding: 0px !important;
}
.template-news .template-news-top .vc_gitem-post-data-source-post_categories {
	position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #070b16;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    padding: 12px 12px 8px 12px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
	margin-bottom: -1px;
}
.template-news .template-news-top .vc_gitem-post-data-source-post_categories::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -19px;
    background: transparent;
    width: 1.2rem;
    height: 1.2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0.4rem 0.4rem 0px 0.3rem #fff;
}
.template-news .vc_gitem-post-data-source-post_categories::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -19px;
    background: transparent;
    width: 1.2rem;
    height: 1.2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0.3rem 0.4rem 0px 0.3rem #fff;
    transform: rotate(90deg);
}
.template-news h2 {
	color: #0A0A0A;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
	margin-bottom: 5px;
}
.template-news .vc_gitem-post-data-source-post_title {
	margin-bottom: 5px;
}
.template-news .template-news-bottom {
    padding: 23px 30px 27px 30px;
}
.template-news .template-news-bottom .vc_gitem-post-data-source-post_excerpt {
    color: #717182;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 40px;
}
.template-news .template-news-bottom .vc_gitem-post-data-source-post_date {
    color: #06F;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.template-news {
	transition: all 0.3s ease;
}
.template-news:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.template-news .vc_figure a {
	overflow: hidden;
    height: 230px;
}
.template-news img {
  transition: transform 0.5s ease;
  width: 100%;
}
.template-news:hover img {
  transform: scale(1.1);
}
ul.vc_grid-filter {
	margin-bottom: 35px;
}

ul.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active, .vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover {
    background-color: #0066FF;
    color: #fff;
    border-radius: 15px;
    padding: 8px 20px 10px;
}
ul.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item.vc_active span {
	color: #fff;
}
ul.vc_grid-filter.vc_grid-filter-size-md .vc_grid-filter-item {
    font-size: 100%;
    padding: 2px 10px;
    padding: 8px 20px 10px;
    background-color: #0066FF0D;
    border: 2px solid #0066FF33;
    border-radius: 15px;
	margin-right: 15px;
}
ul.vc_grid-filter.vc_grid-filter-color-grey>.vc_grid-filter-item:hover>span {
    color: #fff;
}

.template-news .vc_btn3-container.vc_btn3-inline {
	color: #06F;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    position: absolute;
    bottom: 25px;
    border: 0;
    margin-bottom: 0;
}
.template-news .vc_btn3-container.vc_btn3-inline a {
	color: #06F;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-decoration: none;
    border: 0;
    background: transparent;
    margin-bottom: 0;
	padding: 0;
}
.template-news .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:focus, .template-news .vc_btn3.vc_btn3-color-grey.vc_btn3-style-modern:hover {
    background-color: transparent;
    border: 0;
    color: #FF6B35;
}
article .post-thumbnail {
	display: none;
}

.post-navigation .nav-links {
    border-color: #0066FF33;
}
.post-navigation .nav-links svg {
    fill: #0066FF33;
    color: #0066FF33;
}
/* End article */
/* END TABLE */

/* ===== FILTRES SELECT ===== */

.rea-no-result {
    margin-top: 40px;
    text-align: center;
    font-size: 18px;
    color: #666;
    font-style: italic;
}


.rea-filters-select {
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}
.single-rea .excerpt {
	color: #0A0A0A;
}
.rea-select {
    padding: 12px 18px;
    border: 1px solid #000;
    background-color: #fff;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    cursor: pointer;
    min-width: 220px;
}

/* Focus */
.rea-select:focus {
    outline: none;
    border-color: #000;
}

/* Mobile */
@media (max-width: 768px) {
    .rea-filters-select {
        flex-direction: column;
    }

    .rea-select {
        width: 100%;
    }
}

#filter-categorie,
#filter-type {
    padding: 10px 40px 10px 20px;
    background-color: #0066FF0D;
    border: 2px solid #0066FF33;
    border-radius: 15px;
	
	font-size: 16px;
    font-family: 'Inter';
    color: #0A0A0A;
    text-transform: none;
}
/* ===== GRID REALISATIONS ===== */

.realisations-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

/* Carte */
.single-rea {
    transition: transform 0.3s ease, opacity 0.3s ease;
}

/* Animation légère */
.single-rea:hover {
    transform: translateY(-5px);
}

/* Responsive */
@media (max-width: 768px) {
    .rea-filters {
        flex-direction: column;
        gap: 15px;
    }
}


.reponseFAQ.open {
	max-height: 1200px;
	transition: max-height 0.5s ease-in;
}

.realisations-grid {
    display: grid;
    gap: 30px;
    transition: opacity 0.3s ease;
	grid-template-columns: repeat(3, 1fr);
}
.realisations-grid .single-rea {
    padding: 0px;
    border-radius: 1rem;
    background: #fff;
    position: relative;
	border-radius: 14px;
    border: 2px solid #0066FF33;
    background: #FFF;
	overflow: hidden;
}
.realisations-grid .single-rea .title {
	color: #0A0A0A;
	font-family: Inter;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
.realisations-grid .single-rea .rea-text {
	padding: 23px 30px 27px 30px;
}
.realisations-grid .single-rea .rea-img img {
    width: 100%;
    max-height: 250px;
    height: 100%;
	object-fit: cover;
}
.realisations-grid .single-rea .categories {
	color: #06F;
	font-family: Inter;
	font-size: 15px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
.realisations-grid .single-rea .title-wrap {
	color: #0A0A0A;
	font-family: Montserrat;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 28px; /* 140% */
}
.realisations-grid .single-rea .client-infos {
	color: #717182;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; 
	margin-bottom: 40px;
}
.realisations-grid .single-rea .rea-thumb {
	position: relative;
}

.realisations-grid .single-rea .secteur {
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    color: #070b16;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    padding: 12px 12px 8px 12px;
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
	margin-bottom: -1px;
}
.realisations-grid .single-rea .secteur::before {
    position: absolute;
    content: "";
    bottom: 0px;
    left: -19px;
    background: transparent;
    width: 1.2rem;
    height: 1.2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0.4rem 0.4rem 0px 0.3rem #fff;
}
.realisations-grid .single-rea .secteur::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: -19px;
    background: transparent;
    width: 1.2rem;
    height: 1.2rem;
    border-bottom-right-radius: 2rem;
    box-shadow: 0.3rem 0.4rem 0px 0.3rem #fff;
    transform: rotate(90deg);
}
.realisations-grid .single-rea a {
	color: #06F;
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 24px;
	text-decoration: none;
	position: absolute;
    bottom: 25px;
}
.realisations-grid .single-rea a:hover {
	color: #FF6B35;
}
.realisations-grid .single-rea a i {
	margin-left: 10px;
}
.realisations-grid .single-rea a i {
	display: inline-flex;
	transition: transform 0.3s ease;
}
.realisations-grid .single-rea a:hover i {
	transform: translateX(6px);
}
.realisations-grid .single-rea {
	transition: all 0.3s ease;
}
.realisations-grid .single-rea:hover {
	transform: translateY(-10px);
	transition: all 0.3s ease;
	box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}
.realisations-grid .single-rea .rea-img {
	overflow: hidden;
    height: 250px;
}
.realisations-grid .single-rea img {
  transition: transform 0.5s ease;
  width: 100%;
}
.realisations-grid .single-rea:hover img {
  transform: scale(1.1);
}

.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(2),
.wpcf7-form p:nth-of-type(3),
.wpcf7-form p:nth-of-type(4) {
	width: calc(49% - 8px);
    display: inline-block;
}
.wpcf7-form p:nth-of-type(1),
.wpcf7-form p:nth-of-type(3){
	margin-right: 25px;
}
.wpcf7-form input,
.wpcf7-form select {
	border-radius: 14px;
	border: 2px solid rgba(10, 10, 10, 0.10);
	background: #FFF;
	height: 52px;
	padding: 12px 16px;
}
.wpcf7-form textarea {
	border-radius: 14px;
	border: 2px solid rgba(10, 10, 10, 0.10);
	background: #FFF;
	padding: 12px 16px;
}
.wpcf7-form label {
	color: #0A0A0A;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
.wpcf7-form span {
	color: #FF6B35;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
.wpcf7-form input[type="checkbox"] {
	height: auto;
}
.wpcf7-form .wpcf7-list-item-label,
.wpcf7-form .wpcf7-list-item-label a {
	color: #0A0A0A;
	text-align: center;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
}
.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 10px 0;
}
.wpcf7-form input[type="submit"] {
	display: flex;
	padding: 15px 0 17px 0 !important;
	justify-content: center;
	align-items: center;
	gap: 9.406px;
	align-self: stretch;
	border-radius: 14px!important;
	background: #FF6B35;
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.10), 0 4px 6px -4px rgba(0, 0, 0, 0.10)!important;
	
	color: #FFF;
	text-align: center;
	font-family: Inter!important;
	font-size: 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 28px !important;
    width: 100%;
    height: auto !important;
	    border: 0;
}
.wpcf7-form .chob {
	color: #0A0A0A ;
	font-family: Inter;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px; /* 142.857% */
}
.wpcf7-form input[type="submit"]:hover {
	background: #0066FF !important;
}
.wpcf7-form .wpcf7-not-valid {
	border-color: #f55b5f;
}
.popup-message-style #page .wpcf7-mail-sent-ok, .popup-message-style #page .wpcf7-response-output.run-animation, .popup-message-style #page .wpcf7-validation-errors {
	background: #FF6B35 !important;
}
.aio-icon-description {
    margin-top: 0px !important;
}
.aio-icon-title {
    margin-bottom: 5px !important;
}
footer .aio-icon-component {
    margin-bottom: 10px;
}
footer .aio-icon-header+.aio-icon-description {
    margin-top: 0!important;
}
footer .aio-icon-title.ult-responsive {
    margin-bottom: 0 !important;
}
#menu-menu-footer {
	margin-top: 20px;
}
footer .menu-item {
	display: inline-block;
    margin: 0 15px;
    padding-top: 0;
    border-top: 0 !important;
	
	text-align: center;
	font-family: Inter;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 28px;
}
.footer .widget {
    color: #ffffff;
    padding: 0 0 0px 0;
    margin-left: -15px;
}

/* FIN FAQ */
@media screen and (max-width:1200px){
	
}
@media screen and (max-width: 991px) {
    .row-inverse > div:nth-child(1) {
        order: 2;
    }
    .row-inverse > div:nth-child(2) {
        order: 1;
    }	
	.realisations-grid {
		grid-template-columns: repeat(1, 1fr);
	}
	.wpcf7-form p:nth-of-type(1), .wpcf7-form p:nth-of-type(2), .wpcf7-form p:nth-of-type(3), .wpcf7-form p:nth-of-type(4) {
		width: 100%;
		display: inline-block;
	}
}
@media screen and (max-width:767px){
	
}
