@media(min-width: 481px) {}

@media(min-width: 768px) {
    /*-------------------- PRESTATIONS -------------------*/
    .prestations-wrapper, .prestations-img {
        min-height: 530px;
    }
    
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    #footer-coordonnees {
        border-top: solid 1px rgb(255 255 255 / 50%);
    }

    #footer-coordonnees .wrappercontent>div:not(:last-of-type) {
        border-right: solid 1px rgb(255 255 255 / 50%)
    }

}

@media(min-width: 1025px) {
    /*-------------------- MOT -------------------*/
    .home #wrappersite
    {
        overflow: hidden;
    }
    /*-------------------- HEADER -------------------*/
    #header-coordonnees 
    {
        border-bottom: 1px solid #ffffff50;
        padding: 20px 10px 10px 10px;
        justify-content: end;
        gap: 15px;
    }
    .navigmenu
    {
        justify-content: end;
    }
    /*-------------------- HEADERHOME -------------------*/
    #headerHome-accroche
    {
        max-width: 800px;
        margin: 0 auto;
        width: 100%;
    }
    #banner:after,#headerHome::after {
        content: "";
        position: absolute;
        top: 1px;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bottomCurveColor.svg);
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        pointer-events: none;
    }
    /*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
    .nohome #content
    {
        position: relative;
        padding-top: 150px;
    }
    #content:before {
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        width: 100%;
        height: 380px;
        background-image: url(../images/bottomCurveColor.svg);
        transform: scale(-1);
        z-index: -1;
        top: -1px;
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        pointer-events: none;
    }
    .home #content::before
    {
        top: -151px;
    }
	.home #content .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 85%;
    }
	.home #content .wrap-text {
        padding: 0;
        max-width: 57%;
        margin-left: auto;
        background: var(--white);
        position: relative;
        z-index: 1;
        padding: 30px;
    }
	.home #content .content_txt{padding-top: 100px;}
	.home #content .content_title .title{max-width: 55%;margin-bottom: 60px;}
	.home #content .content_thumb .specialthumb{
	    position: absolute;
	    width: 284px;
	    height: 284px;
	    z-index: 1;
	    top: -285px;
	    left: -100px;
	}
	.home #content .content_thumb .tertiarythumb{
		height: 80%;
		position: relative;
		top: -15%;
	}
	.home #content .content_thumb .tertiarythumb img{object-position: right;}
	.home #content .content_thumb{padding-left: 30px;}
	.home #content{
		padding-top: 180px;
		padding-bottom: 120px;
	}
    /*------------NEWS / ACTUS--------*/
    #news .wrapper_slider {
        grid-column: span 2;
    }

    #news .wrapper_slider:first-of-type {
        order: 2;
        grid-column: span 3;
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 680px;
    }

    #news .wrapper_slider:not(:first-of-type) .text_slider {
        display: none;
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        background-image: -ms-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
        opacity: .8;
        z-index: 1;
    }

    #news .wrapper_slider:first-of-type .content_slider {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px;
        z-index: 1;
    }

    #news .title_slider {
        font-size: 18px;
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 26px;
        line-height: 1.3;
    }

    #news .wrapper_slider:first-of-type .button {
        color: var(--white);
    }

    #news .wrapper_slider:first-of-type .title_link_slider:hover {
        color: var(--primary-color);
    }

    #news .wrapper_slider:last-of-type {
        order: 3;
        margin: 55px 0 0;
    }

    #news .wrapper_slider:nth-child(2) {
        order: 1;
        margin: 100px 0 0;
    }

    .listedarticle,
    .listedarticle .wrapper_inner_slider {
        height: 100%;
    }


    #news .wrapper_slider:nth-child(1) .title_link_slider,
    #news .wrapper_slider:nth-child(1) .text_slider {
        color: var(--white);
    }
    /*-------------------- PRESTATIONS -------------------*/
    #prestations .widget_parentpage li:nth-child(2) {
        transform: scale(1.2);
        box-shadow: 0 0 10.1px rgb(0 0 0 / 20%);
        z-index: 3;
    }
  
    .home #prestations>.wrappercontent {
        margin: -230px auto;
        position: relative;
        z-index: 2;
    }
    .home #prestations{
        position: relative;
        z-index: 2;
        background: var(--primary-color);
        margin-bottom: 150px;
    }
    /* .home #prestations:before,.home #prestations:after{
        content: "";
        position: absolute;
        top: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/bottomCurveColor.svg);
        background-position: 80% bottom;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: 1;
        pointer-events: none;
    }
    .home #prestations:after
    {
        top: 100%;
        transform: scale(-1);
    } */
    /*-------------------- SECTIONS -------------------*/
    .sectionsbloc.section_num0 {
        display: flex;
        flex-direction: column;
        margin-bottom: 100Px;
    }

    .sectionsbloc.section_num0 .section_txt {
        width: 100% !important;
    }

    .sectionsbloc.section_num0 .section_txt .wrap-text {
        margin: 0 auto;
        max-width: 1100px;
        padding: 150px 80px 100px;
        background: var(--background-color);
    }

    .sectionsbloc.section_num0 .section_txt .wrap-text .wrap-content ul,
    .sectionsbloc.section_num0 .section_txt .wrap-text .wrap-content .tc_content {
        column-count: 2;
        column-gap: 100px;
    }

    .sectionsbloc.section_num0 .buttons-wrap {
        justify-content: center;
    }

    .sectionsbloc.section_num0 .section_thumb {
        width: 90% !important;
        height: 800px;
        order: 2;
        margin-left: auto;
        margin-top: -200px;
        z-index: -1;
    }

    .section_num1 {
        z-index: 2;
    }

    .section_num2 {
        padding: 100px;
        padding-top: 0;
        position: relative;
    }

    .section_num2::before {
        top: initial;
        bottom: 0;
        height: calc(100% + 100px);
    }

    .section_num1 .section_thumb .blocthumb {
        height: 110%;
        width: 100%;
    }

    .sectionsbloc .blocthumb {
        overflow: hidden;
    }

    .sectionsbloc .blocthumb img {
        height: 120%;
    }
    
    /*-------------------- REASSURANCES -------------------*/
    .home #reassurances {
        padding: 250px 20px 200px;
    }

    /*-------------------- PARTENAIRES -------------------*/
    #partenaires {
        position: relative;
        top: -100px;
        z-index: 1;
    }
}

@media(min-width: 1281px) {
    /*-------------------- HEADER -------------------*/
    .navigmenu .naviglink.lvl-0 {
        padding: 20px 14px;
        font-size: 15px;
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
	.home #content .content_thumb .specialthumb{
	    width: 334px;
	    height: 394px;
	    top: -355px;
	}
	.home #content{padding: 200px 0 0;}
	.home #content .wrap-text{
		padding: 50px;
		max-width: 47%;
	}
}

@media(min-width: 1481px) {}

@media(min-width: 1681px) {
    #partenaires .prev
    {
        left: -15px;
    }
    #partenaires .next
    {
        right: -15px;
    }
}

@media(max-width: 1680px) {}

@media(max-width: 1480px) {}

@media(max-width: 1280px) {
}

@media(max-width: 1024px) {

    /*---------------HEADER---------------------*/
    body:not(.is-toggle-open) #header .ckmenu {
        position: relative;
        z-index: 1000
    }

    .logoParent {
        display: none;
    }

    #header .ckmenu-nav {
        top: 0;
        padding-top: 50px
    }

    #headerGrid {
        align-items: start;
    }

    /*-------------------MDTAC---------------------*/
    .md-tac {
        text-align: center;
    }

    .title.md-tac:not(.no-after):after {
        left: 50%;
        transform: translateX(-50%);
    }
    /*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content {
	    flex-direction: column;
	    display: flex;
	}
	.home #content .content_thumb  {
		display: grid;
		align-items: stretch;
		grid-template-columns: repeat(2,1fr);
		grid-auto-rows: 200px;
	}
	.home #content .content_thumb > div{height: 100%;}
	.home #content .content_txt .wrap-text{grid-column: span 2;}
	.home #content .content_txt .blocthumb {height: 400px;}
	.home #content .content_title{padding: 0;}

	.home #content .linkTurn{
	    --size: 9rem;
	    position: absolute;
	    top: -70px;
	    margin: 0 auto;
	    right: 0;
	}
    /*-------------------- PRESTATIONS -------------------*/
	#prestations {
        padding: 20px;
        overflow: hidden;
    }
    #prestations h3 {
        font-size: 20px;
    }

    #prestations .prestations-content {
        padding: 20px 40px 20px 20px;
    }

    #prestations .widget_parentpage li:nth-child(3) .prestations-content {
        padding: 20px 20px 20px 40px;
    }

    #prestations .prestations-title {
        width: 100%;
        padding: 0;
        margin-bottom: 50px;
        max-width: 700px;
    }

    #prestations .prestations-content {
        width: 100%;
    }

    #prestations>.flex {
        flex-direction: column;
    }

    #prestations .wrap-presta .tc_excerpt {
        display: none;
    }

    #prestations .prestations-content h3 {
        font-size: 20px;
    }

    #prestations .item-metsHome {
        flex: 1 1 100%;
        width: 100%;
    }

    .prestations-contenttions .grid {
        grid-auto-rows: 300px;
    }

    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    #ctaFooter
    {
        padding: 120px 30px 320px;
    }
    #footer-coordonnees .wrappercontent>div {
        padding: 45px 10px 20px 10px;
    }

    #footer #footerbloc {
        grid-template-areas:
            "footerlogo"
            "footerLinks";
        grid-template-columns: 1fr;
        justify-items: center;
        grid-row-gap: 0;
    }
}

@media(max-width: 767px) {

  	/*-----------------*/
	/* INTRO / CONTENT */
	/*-----------------*/
	.home #content .content_txt .blocthumb{height: 300px;}
	#content .eb-feature-list-item{margin-bottom: 20px;}
    /*-----------------*/
    /* FOOTER */
    /*-----------------*/
    #ctaFooter .cta-body {
        padding: 30px;
    }

    #footerForm #wrapperForm {
        padding: 40px 20px;
        max-width: 600px
    }

    #footer-coordonnees {
        bottom: 20px
    }

    #footer-coordonnees>.wrappercontent {
        flex-direction: column;
    }

    #footer-coordonnees .wrappercontent>div {
        border: none;
        max-width: 190px;
        margin: 0 auto;
        text-align: left;
        padding: 10px 0 10px 24px;
        align-items: flex-start;
    }

    #footer-coordonnees .wrappercontent>div:before {
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media(max-width: 480px) {}