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

@media(min-width: 768px) {

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
    #news .wrapper_slider:first-of-type {
        grid-column: span 2;
        grid-row: span 3
    }

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 600px;
        position: relative;
        z-index: 2
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 2em;
        text-shadow: 0 0 8px var(--black);
        line-height: 1.1;
        margin-bottom: 15px !important;
    }

    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        order: 2;
        height: 650px;
        width: 50%
    }

    #news .wrapper_slider:first-of-type .content_slider {
        width: 50%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        margin-bottom: 100px;
    }

    #news .wrapper_slider:first-of-type .text_slider,
    #news .wrapper_slider:first-of-type .text_slider a {
        max-width: 80%;
        font-size: 16px;
    }

    /*-------------------- MOT -------------------*/
    .checklist,
    .filelist,
    .wrap-fieldset .blc_desc {
        flex: 1 1 94%;
        max-width: 94%;
    }

    .checklist,
    .filelist {
        margin: 0 auto;
    }

    .cekome_form .filelist .blc_fileattach {
        margin: 0;
    }

    .cekome_form .checklist .blc_checkbox {
        padding: 0 10px 0 10px;
    }

    .wrap-fieldset :is(.blc_desc, .blc_textarea) {
        margin-top: 15Px;
    }
}

@media(min-width: 1025px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #infoadresse {
        order: -1
    }

    #header-coordonnees div br {
        display: none
    }

    #logoCoordonnees {
        grid-row: span 3;
        order: -1;
        margin: 0px 30px;
    }

    #logoCoordonnees img {
        width: 300px;
        max-height: 130px;
        margin: -20px 0;
    }

    #header-coordonnees {
        margin: 20px auto 20px;
    }

    #header-coordonnees>:nth-child(1),
    #header-coordonnees>:nth-child(4) {
        padding: 0 24px 0 0;
        text-align: right
    }

    #header-coordonnees>:nth-child(1) span,
    #header-coordonnees>:nth-child(4) span {
        text-align: right
    }

    #headerSocial .sociblock .share-buttons {
        justify-content: flex-start
    }

    #header-coordonnees>:nth-child(1):before,
    #header-coordonnees>:nth-child(4):before {
        right: 0;
        left: auto
    }

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    #navprimary {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        border-bottom: 1px solid rgb(255 255 255 / 40%);
    }

    #navprimary .navigmenu {
        width: 100%;
        max-width: 1200px;
        margin: 0 auto;
    }

    .has-child-megamenu .naviglink.lvl-2 span {
        padding-left: 12px;
    }

    .has-child-megamenu .naviglink.lvl-2 span:before {
        content: "";
        --size: 5px;
        width: var(--size);
        height: var(--size);
        position: absolute;
        left: 0;
        border: solid 1px var(--primary-color);
        top: 12px;
        border-radius: 10px;
        transition: 250ms all ease-in-out;
    }

    .has-child-megamenu .naviglink.lvl-2:hover span:before {
        background: var(--primary-color);
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .nohome:not(.template-prestations-php) #content {
        position: relative;
        padding-top: 150px;
        padding-bottom: 50px;
    }

    .home #content::before {
        top: -151px;
    }

    .home #content .blocthumb {
        position: absolute;
        left: 0;
        top: 0;
        width: 65.9%;
        height: 100%;
    }

    .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!important;
        padding-bottom: 120px;
    }

    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.home #prestations{padding: 120px 30px;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    #sections {
        padding-top: 100px;
        /* padding-bottom: 250px; */
    }

    .sectionsbloc.even .wrap-text {
        max-width: 900px;
    }

    .sectionsbloc .specialthumb img {
        position: absolute;
        top: 0;
        left: 0;
    }

    .sectionsbloc.section_num2 {
        padding-top: 110px;
    }

    .sectionsbloc.even {
        z-index: 2;
    }

    .sectionsbloc {
        gap: 0 30px;
    }

    .sectionsbloc.even .section_thumb {
        position: relative;
        height: calc(100% - 200px);
        padding: 0;
        border-left: initial;
        border-top: initial;
        width: 100%;
    }

    .sectionsbloc.even .section_thumb {
        padding-bottom: 20px;
    }

    .sectionsbloc.odd .section_thumb,
    .sectionsbloc.odd .section_txt {
        grid-column: span 9;
    }

    .sectionsbloc.odd .secondary_thumb {
        display: none;
    }

    .sectionsbloc.odd .section_thumb {
        height: 800px;
        margin-top: -105px;
        filter: brightness(0.5);
    }

    .sectionsbloc.odd .section_txt {
        max-width: 1150px;
        margin: 0 auto;
        margin-top: -150px;
        width: 95%;
        background: var(--title-color);
    }

    .sectionsbloc.odd .section_txt,
    .sectionsbloc.odd .section_txt .title h2 {
        color: var(--white);
    }

    .sectionsbloc.even .buttons-wrap {
        padding-top: 60px;
    }

    .sectionsbloc .specialthumb {
        height: 70%;
        top: 5%;
        border: 10px solid var(--background-color);
    }

    .sectionsbloc.odd .section_thumb .blocthumb img {
        height: 130%;
    }

    .sectionsbloc.odd .wrap-text {
        column-count: 2;
        column-gap: 80Px;
    }

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
    #news {
        padding: 120px 30px;
    }

    #news .wrapper_slider:first-of-type .text_slider a {
        line-height: 1.4;
        font-size: 19px;
    }

 /*-----------------*/
    /* FOOTER */
    /*-----------------*/
	body:not(.template-contact-php) #footer:before {
	    background: url(../images/home-bg3.jpg);
	    background-position: center;
	}
	
	body:not(.template-contact-php) #footer:before {
        height: 500px;
        top: 110px;
    }
	
	#footer:after{
		background: var(--white);
		z-index: -2;
		top: 60px;
		height: calc(100% - 60px);
	}
	body.template-contact-php #footer:after{
		top: 0;
		height: 100%;
	}
	
	 .wrapperFooter {
        padding: 50px;
        width: 94%
    }
}

@media(min-width: 1281px) {

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .content_thumb .specialthumb {
        width: 334px;
        height: 350px;
        top: -300px;
    }

    .home #content {
        padding: 100px 0;
    }

    .home #content .wrap-text {
        padding: 50px;
        max-width: 47%;
    }

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb {
        margin-top: -125px;
    }

    .sectionsbloc.section_num1 {
        padding-bottom: 0;
    }

}

@media(min-width: 1481px) {

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc.odd .section_thumb .blocthumb {
        width: calc(100% - 150px);
        margin-left: auto;
    }
}

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

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

@media(max-width: 1480px) {

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .wrap-text {
        padding: 100px 60px;
    }
}

@media(max-width: 1280px) {

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .wrap-text {
        padding: 80px 50px;
    }

}

@media(max-width: 1024px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    #logoCoordonnees {
        order: -1;
    }

    #header-coordonnees {
        gap: 5px;
    }

    #header-coordonnees>div {
        max-width: 300px;
        width: 100%;
        margin: 8px auto;
    }

    #headerSocial .sociblock .share-buttons {
        justify-content: flex-start;
    }

    .ckmenu {
        position: relative;
        z-index: 1000;
    }

    #header #logoCoordonnees {
        display: none;
    }

    /*-----------------*/
    /* NAVPRIMARY */
    /*-----------------*/
    .navigmenu .naviglink {
        font-size: 14px;
    }

    .navigmenu .naviglink.lvl-0:not(.item-logo) span:after {
        bottom: 0;
        height: 2px;
    }

    .has-child-megamenu .naviglink.lvl-2 {
        text-align: center;
    }

    /*-------------------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;
        padding-top: 100px;
    }

    .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;
    }

    .home #content .tertiarythumb {
        filter: drop-shadow(2px 2px #ffffff50);
    }

    .home #content .tertiarythumb::before {
        bottom: 100px;
        left: 30px;
        --size: 200px;
        width: 120px;
    }
 /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-wrapper{grid-template-columns: 1fr 1fr 1fr;}

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc {
        gap: 10px;
        padding: 010px;
    }

    .sectionsbloc .section_txt {
        margin: 0 auto;
        width: 100%;
        order: -1;
    }

    .sectionsbloc .wrap-text {
        padding: 50px 15px;
        max-width: 800px;
        margin: 0 auto;
    }
    .sectionsbloc.section_num2 .wrap-text
    {
        padding-top: 80px;
    }
    .sectionsbloc .specialthumb {
        height: 100%;
    }

    .sectionsbloc .section_thumb {
        order: 0 !important;
    }

    .sectionsbloc .secondary_thumb {
        height: 450px;
    }
    .sectionsbloc.section_num1
    {
        z-index: 2;
    }
    /*-----------------*/
    /* ACTU */
    /*-----------------*/
    #news .content-news {
        grid-gap: 0 30px
    }

    #news:after {
        content: none;
    }

    #news {
        padding: 80px 15px 190px;
        margin: 0;
    }

    #news .wrapper_slider {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

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

    #news .wrapper_slider:first-of-type .text_slider,
    #news .wrapper_slider:first-of-type .text_slider a {
        line-height: 1.5;
    }

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: 170%
    }

    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 35px;
    }
        /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	.wrapperFooter {
        padding: 70px 25px;
        grid-gap: 70px!important;
    }
	#footerLinks {padding: 20px 10px;}
	.imgFooter{
		height: 300px;
		margin: 0 -25px -70px;
	}
	#logoCoordonneesFooter img{width: 160px;}
	#footer{background: var(--white);}

}

@media(max-width: 767px) {

    /*-----------------*/
    /* HEADER */
    /*-----------------*/
    .horairesTitle {
        font-size: 24px;
    }

    /*-----------------*/
    /* INTRO / CONTENT */
    /*-----------------*/
    .home #content .content_txt .blocthumb {
        height: 300px;
    }

    #content .eb-feature-list-item {
        margin-bottom: 20px;
    }

    /*-----------------*/
    /* SECTIONS */
    /*-----------------*/
    .sectionsbloc .secondary_thumb {
        height: 300px;
    }

    /*-----------------*/
    /* ACTU */
    /*-----------------*/
    #news .wrapper_slider:first-of-type .wrapper_inner_slider {
        display: flex;
        flex-direction: column-reverse
    }

    #news .wrapper_slider:first-of-type .content_slider .title {
        min-width: auto
    }

    #news .title_slider,
    #news .wrapper_slider:first-of-type .title_slider {
        font-size: 22px;
    }

    #news .next_slider {
        margin-top: -10px
    }

    #news .wrapper_slider:first-of-type .thumbnail_slider {
        height: 200px;
        margin-top: 30px;
        margin-bottom: 20px;
    }

    #news .content-news {
        grid-gap: 20px 0;
    }

    #news {
        padding: 70px 25px 100px;
    }
    /*-----------------*/
	/* PRESTATIONS */
	/*-----------------*/
	.prestations-title h3{font-size: 20px;}
	.prestations-wrapper{grid-template-columns: 1fr;}
	.prestations-title{padding: 20px 30px;text-align: center;}
	.prestations-title:after{
	    width: 90%;
	    height: 120%;
	    left: 5%;
	}	
	.prestations-content{padding: 30px 10px;}

    /*-----------------*/
    /* REASSURANCES */
    /*-----------------*/
    .picto-container li:before {
        top: 50%;
        transform: translateY(-50%);
    }

    .picto-container {
        max-width: 350px;
        margin: 0 auto;
    }
/*-----------------*/
	/* PARTENAIRES */
	/*-----------------*/
	 #partenaires svg {
        bottom: -14px;
        left: -99px;
    }

    #partenaires {
        right: 0;
        bottom: -40px;
        padding: 5px 30px;
        max-width: 90%;
        width: 90%;
    }
	#partenaires .ckslidercontrols .prev{left: -15px;}
	#partenaires .ckslidercontrols .next{right: -15px;}
    #partenaires .widget_partenaires {padding: 0 5px}

     /*-----------------*/
	/* FOOTER */
	/*-----------------*/
	.wrapperFooter {
		padding: 40px 15px;
		grid-gap: 50px !important;
	}
	#logoCoordonneesFooter {
        margin-bottom: 15px;
        width: 150px;
    }
	.imgFooter{margin: 0 -15px -40px;}

}

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