/*-------------------------
* GENERAL
*-------------------------*/

@font-face {
 font-family: "Noto Sans";
 src: url("/wp-content/themes/antigone/assets/fonts/NotoSans-Bold.otf") format("otf"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Bold.woff") format("woff"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Bold.woff2") format("woff2"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Bold.ttf") format("ttf");
 		 font-weight: bold;
 }
 @font-face {
 font-family: "Noto Sans";
 src: url("/wp-content/themes/antigone/assets/fonts/NotoSans-Regular.otf") format("otf"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Regular.ttf") format("ttf"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Regular.woff") format("woff"),
 		url("/wp-content/themes/antigone/assets/fonts/NotoSans-Regular.woff2") format("woff2");
 		font-weight: regular;
 		 
 }

@font-face {
 font-family: "Arima Madurai";
 	src: url("/wp-content/themes/antigone/assets/fonts/ArimaMadurai-Bold.otf") format("otf"),
 		url("/wp-content/themes/antigone/assets/fonts/ArimaMadurai-Bold.woff") format("woff"),
 		url("/wp-content/themes/antigone/assets/fonts/ArimaMadurai-Bold.ttf") format("ttf"),
 		url("/wp-content/themes/antigone/assets/fonts/ArimaMadurai-Bold.woff2") format("woff2");
        font-weight: bold;
}


:root {
	--primary-color:#A0BF36;
	--secondary-color:#D57B18;
	--text-color: #222222;
	--padding-btn: ;
	--taille-container: 1500px;
}

@media screen and (min-width: 576px) {
	:root {
		--h1-size: 5rem;
		--h2-size: 4rem;
		--h3-size: 3rem;
	}

	.container {
	    border: 20px solid transparent;
	}
}

@media screen and (max-width: 576px) {
	:root {
		--h1-size: 4rem;
		--h2-size: 3rem;
		--h3-size: 2rem;
	}
.container {
	border: 10px solid transparent;

    }
}
	

::selection {
	background-color:var(--primary-color);
	color:white;
}

.container {
    width: calc(var(--taille-container));
}

.vert {
	color: var(--primary-color);
}

.orange {
	color: #D57B18;
}

.esperluette {
    font-family: 'Nunito', sans-serif;
}


/*-----------------------
*Cookies
*------------------*/

.seopress-user-consent.seopress-user-message {
    z-index: 90;
}

/*-------------------------
* TITRES
*-------------------------*/

h1 {
	font-family: 'fertigo-script', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: white;
	
}

@media screen and (max-width: 992px) {
h2.noir {
	margin: 12px auto 20px;
	font-family: 'fertigo-script';
    font-size: 2.4rem;
    text-align: center;
}
}

@media screen and (min-width: 992px) {
    h2.noir {
    font-family: 'fertigo-script';
    font-size: 4rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 850px;
    text-align: center;
    }
}

h3 {
	font-family: 'fertigo-script', sans-serif;
	font-weight: 400;
	color: white;
	font-size: 3.5rem;
    text-align: center;

}
/*-------------------------
* LIENS ET BOUTONS
*-------------------------*/

 ::marker {    
    color: #A0BF36;
}

a {
	color: var(--primary-color);
}

.btn {
    text-decoration: none;
    display: flex;
    justify-content: center;
    font-family: 'Arima Madurai', bold;
    border-radius: 2px;
    border-width: 2px;
    border-style: solid;
    max-width: 420px;

}

.btn:hover {
    background-color: var(--primary-color);
    color: white;
    text-decoration: none;
}


@media screen and (max-width: 992px) {

.btn-vert {
    border-color: var(--primary-color); 
    font-size: 1.4rem;
    color: var(--primary-color);
    padding: 10px;
     margin-left: auto;
    margin-right: auto;
   
}

.btn-blanc {
    border-color:white;
    font-size: 1.4rem;
    color: white;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

span.fond-vert {
    background-color: var(--primary-color);
    color: white;
    font-family: 'Arima Madurai';
    font-size: 1.8rem;
    padding: 6px;
    display: inline-block;
    max-width: 80%;
    transform: rotate(-1deg);
}
}

@media screen and (min-width: 992px) {

    .btn-vert {
    border-color: var(--primary-color);
    font-size: 1.8rem;
    color: var(--primary-color);
    padding: 10px 20px;
     margin-left: auto;
    margin-right: auto;
}

.btn-blanc {
    border-color: white;
    font-family: 'Arima Madurai', bold;
    font-size: 1.8rem;
    color: white;
    padding: 10px 20px;
    
}

span.fond-vert {
    background-color: var(--primary-color);
    color: white;
    font-family: 'Arima Madurai';
    font-size: 2.8rem;
    padding: 0 25px;
    display: inline-block;
    transform: rotate(-1deg);
    max-width: 470px;

}
}

input#submit {
    background: #A0BF36;
    padding: 10px;
}
input#submit:hover {
    background: #cccccc;
    padding: 10px;
    border: #A0BF36 solid 2px;
}

/*-------------------------
* HEADER
*-------------------------*/



/*-------------------------
* NAVIGATION
*-------------------------*/
ul#menu-icones-nav {
    display: flex;
    overflow-x: auto;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {

    ul#menu-icones-nav {
    column-gap: 12px;
    }

    ul#menu-icones-nav svg {
    width: 60px;
    height: 60px;
    margin-inline: 10px;
    }
}



ul#menu-icones-nav a {
    color: #222222;
    font-family: 'Noto Sans';
    font-size: 0.9rem;
    
}

@media screen and (min-width: 768px) {

    ul#menu-icones-nav svg {
    width: 78px;
    height: 78px;
    margin-inline: 10px;
    }

    ul#menu-icones-nav a {
    color: #222222;
    font-family: 'Noto Sans';
    font-size: 1.8rem;
    
}
}

    ul#menu-icones-nav li {
    text-align: center;
}


@media screen and (max-width: 576px) {
    nav#site-navigation {
	display: block;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9;
	background-color: white;
    }
}

@media screen and (min-width: 992px) {


    ul#menu-icones-nav {
    max-width: 90%;
    }
}


/*-------------------------------
* PAGE TOUS LES PRODUITS
*-------------------------------*/

section#main-archives h1 {
    color: black;
    text-align: center;
}

section#main-archives img {
    width: auto;
    height: auto;
}

main#primary img {
    width: auto;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

section#related-post {
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}

div#respond h3 {
    color: black;
}

div#comments {
    margin: 0;
}
section#related-post h2 {
    font-family: 'Arima Madurai';
}
/*-------------------------
* LES PRODUITS 
*-------------------------*/


section#produits {
    background-image: url(/wp-content/uploads/2022/09/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-background.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-y: top;
    background-position-x: -60px;
}
}

main#primary a {
    text-decoration: none;
}

div#carousel-produits-homepage {
    margin-top: 50px;
   }

#pcp_wrapper-118 .categoriesproduits.pcp-category.above_title a, .pcp-modal-118 .categoriesproduits.pcp-category.above_title a {
    padding: 10px;
    margin-top: 15px;
    transform: rotate(-1deg);
}

.pcp-wrapper-118 .sp-pcp-title a, .pcp-modal-118 .sp-pcp-title, .pcp-wrapper-118 .pcp-collapse-header a {
    margin-top: -40px;
}

main#primary .entry-title {
    margin-bottom: 50px;
}

.pcp-category.above_title.categoriesproduits a:not(:first-child) {
    display: none;
}

/*-------------------------
* PAGE PRODUITS SINGLE
*-------------------------*/

div#taxonomies-produits-single a {
    text-decoration: none;
    font-weight: normal;
}
div#taxonomies-produits-single {
    color: black;
    font-weight: bold;
}

section#single-produits-general .post-thumbnail{
    display: none;
}

section#single-produits-general {
        position: relative;
    }
section#single-produits-general span.titre-produits-single {
        font-family: 'Arima Madurai';
    }

@media screen and (max-width: 992px) {

    section#single-produits-general img {
    width: 100%;
    }
    section#single-produits-general span.titre-produits-single {
    font-size: 18px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {

    div#taxonomies-produits-single {
    position: absolute;
    left: 46%;
    margin-top: -320px;
    }
    
    
    section#single-produits-general span.titre-produits-single {
    font-size: 20px;
    }
    section#single-produits-general img {
    padding: 0 30px;
    }

}


@media screen and (min-width: 1200px) {

    div#taxonomies-produits-single {
    position: absolute;
    left: 35%;
    margin-top: -320px;
    }
    
    
    section#single-produits-general span.titre-produits-single {
    font-size: 22px;
    font-family: 'Arima Madurai';
    }
    section#single-produits-general img {
    padding: 0 30px;
    }

}
/*-----------------------------------------
* LA CHOUCROUTERIE ANGSTHELM PAGE D'ACCUEIL
*-----------------------------------------*/

picture#photo-chou img {
    display: block;
    width: 100%;
}


h2#lorem-ipsum {
    font-family: 'fertigo-script';

}

section#choucrouterie {
    text-align: center;
    background-image: url(/wp-content/uploads/2022/09/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-tracteur-background.svg);
    background-repeat: no-repeat;
    background-position-x: right;
}


div#colonne-D-histoire-famille {
    padding-top: 40px;
}


#famille {
	background-image: url(/wp-content/uploads/2022/10/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-fond-header-mobile-800x1000-v02.jpg);
}

#famille h2 {
	color: white;
}

div#colonne-D-histoire-famille a {
    margin-bottom: 40px;
    margin-top: 40px;
}


@media screen and (max-width: 576px) {

    section#choucrouterie {
    margin-top: -50px;
    }

    h2#lorem-ipsum {
        font-size: 2.2rem;
    }
}

@media screen and (max-width: 992px) {

    section#choucrouterie p {
    font-size: 1.4rem;
}

    section#famille {
    position: relative;
    text-align: center;
}

#colonne-G-photos-de-famille img {
    margin-bottom: -130px;
}

#colonne-D-histoire-famille p {
    color: white;
    text-align: center;
    font-size: 1.4rem;
}
}

@media screen and (min-width: 992px) {

    section#choucrouterie p {
    font-size: 1.8rem;
    max-width: 1120px;
    margin: auto;
}

    section#famille {
        display: flex;
    }

    section#famille div {
    flex: 50%;
    max-width: 50%;
    }

    #colonne-D-histoire-famille p {
    color: white;
    font-size: 1.8rem;
    line-height: 1.6;
    }

    #colonne-D-histoire-famille {
        padding-left: 2%;
    }

    h2#lorem-ipsum {
    text-align: left;
    }
    div#colonne-G-photos-de-famille {
    margin-top: auto;
    margin-bottom: auto;
    }
    div#colonne-D-histoire-famille span {
    margin-left: 0;
    }
}
/*-------------------------
* VALEURS & PRINCIPES
*-------------------------*/

section#valeurs-principes {
    padding-top: 120px;
    background-image: url(/wp-content/uploads/2022/09/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-tracteur-background.svg);
    background-repeat: no-repeat;
    background-position: -50px 50px;
    background-size: 40%;
    text-align: center;
}


ul#icones-valeurs {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 576px) {

	ul#icones-valeurs li {
    flex: 50%;
	}
    ul#icones-valeurs svg {
    width: 60px;
}
}
@media screen and (min-width: 576px) {
	ul#icones-valeurs li {
    flex: 5%;
	}
    ul#icones-valeurs svg {
    width: 70px;
    }


    ul#icones-valeurs {
        column-gap: 25px;
    }
}

@media screen and (min-width: 992px) {
    ul#icones-valeurs {
        max-width: 90%;
    }
    ul#icones-valeurs p {
    font-size: 2rem;
}
}

/*-------------------------
* DEGUSTATION
*-------------------------*/

section#degustation {
    text-align: center;
}

@media screen and (min-width: 992px) {
    section#degustation {
        max-width: 1060px;
        margin: auto;
    }
}

@media screen and (max-width: 1200px) {

    section#degustation #feuilles-gauche {
        display: none;
    }
    img#feuilles-droite {
        display: none;
    }
}

@media screen and (min-width: 1200px) {

    section#degustation {
    position: relative;
    }

    section#degustation #feuilles-gauche {
    position: absolute;
    width: 30%;
    left: -310px;
    top: 30px;
    z-index: 1;
    }

    img#feuilles-droite {
    width: 30%;
    position: absolute;
    right: -320px;
    top: 220px;
    z-index: 1;
}
}
/*-------------------------
* LES RECETTES
*-------------------------*/

div#recettes-homepage {
    position: relative;
}

div#recettes-homepage .sp-pcp-readmore {
    background-color: #A0BF36;
}

#pcp_wrapper-120 .sp-pcp-title {
    height: 50px;
}
#pcp_wrapper-120 .sp-pcp-post .sp-pcp-post-content {
    margin-bottom: 0px !important;
}
#pcp_wrapper-120.pcp_same_height .sp-pcp-post {
    height: auto !important;
}


#pcp_wrapper-151 .sp-pcp-title {
    height: 50px;
}

.recettes-template-default #related-post {
    display: none;
}

@media screen and (min-width: 992px) {

    .pcp-wrapper-151 .sp-pcp-title a {
    margin-right: 50px;
    margin-left: 50px;
    }

    #pcp_wrapper-151 .sp-pcp-post {
    height: 460px !important;
    }
}

/*--------------------------
*PAGES RECETTES SINGLE
*--------------------------*/


section#single-recettes-general .post-thumbnail {
    display: none;
}

 
@media screen and (min-width: 1200px) {

    .liste-preparation {
    padding-top: 25px;
    }
    .liste-ingredients {
    min-width: 250px;
    }

    section#saute-de-volaille {
    display: flex;
    }
    section#nems-choucroute {
    display: flex;
    }
    section#choucroute-fraicheur {
        display: flex;
    }
    section#choucroute-coquillages {
    display: flex;
    }
    section#mille-feuilles-choucroute {
    display: flex;
    }
    section#choucroute-st-jacques {
    display: flex;
    }
    section#choucroute-pintade {
    display: flex;
    }
    section#croustillant-porc-choucroute {
    display: flex;
    }
    section#choucroute-garnie {
    display: flex;
    }

}

span.nbre.personnes {
    padding-left: 45px;
    }

section.recettes-individuelles strong {
    color: #D57B18;
    padding-left: 45px;
    
    }
section.recettes-individuelles img {
height: 400px !important;
    }
/*-------------------------
* ACTUS-BLOG
*-------------------------*/

section#actus {
    text-align: center;
    background-image: url(/wp-content/uploads/2022/09/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-background.svg);
    background-repeat: no-repeat;
    background-size: 40%;
    background-position-x: -100px;
    background-position-y: top;
}

.post-template-default #related-post {
    display: none;
}

time.entry-date.published.updated {
    display: none;
}

span.cat-links {
    display: none;
}

span.posted-on {
    display: none;
}

section#blog li {
    border: 1px solid #E9E9E9;
}

 .entry-content {
    padding: 0 15px 30px 15px;
}

main#primary h2 {
    text-align: center;
} 

main#primary h1.page-title {
    color: black;
    text-align: center;
}

section#main-blog article {
    border: 1px solid #E9E9E9;
}


@media screen and (max-width: 992px) {

 ul#liste-articles-blog {
    flex: 100%;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    }

#liste-articles-blog li {
    width: 100%;
}


h2.entry-title {
    font-size: 1.8rem;
    font-family: 'Arima Madurai';
    }   

h1.entry-title {
    color: black;
    text-align: center;
    font-size: 30px;
} 

section#actus span {
    margin-bottom: 20px;
}
}


@media screen and (min-width: 992px) and (max-width: 1300px){

    .entry-header {
    font-size: 1.8rem;
    font-family: 'Arima Madurai';
    padding: 0 80px;
    }   

    #liste-articles-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin-bottom: 20px;
    }

    #liste-articles-blog li {
    width: 45%;
    margin: 15px;
    }

   ul#liste-articles-blog li {
    position: relative;
    }

  ul#liste-articles-blog a {
    bottom: 15px;
    position: absolute;
    left: 35%;
    right: 35%;
    }

  .post-inside {
    width: 100%;
  }

  main#primary .post-thumbnail img {
    object-fit: none;
    object-position: center;
    }

    h1.entry-title {
    color: black;
    text-align: center;
    font-size: 30px;
    } 

    main#primary h2 {
    font-size: 30px;
    height: 100px;
    }

    section#actus span {
    margin-top: 50px;
}
}


@media screen and (min-width: 1300px) {

    h2.entry-title {
    font-size: 2.4rem;
    font-family: 'Arima Madurai';
    text-align: left;
    }

    .entry-content {
        text-align: left;
    }

    #liste-articles-blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin-bottom: 20px;
    }

    #liste-articles-blog li {
    width: 45%;
    margin: 15px;

    }

    #liste-articles-blog li .post-inside .post-thumbnail {
    float: left;
    width: 280px;
    height: 280px;
    }

    #liste-articles-blog li .post-inside .post-thumbnail .attachment-post-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    }

    #liste-articles-blog li .post-inside .entry-header {
    padding: 0 15px;
    float: right;
    width: calc(100% - 280px);
    height: 90px;
    }

    #liste-articles-blog li .post-inside .entry-content {
    float: right;
    width: calc(100% - 280px);
    }

    #blog {
    width: 100%;
    }

    #blog #liste-articles-blog {
    width: 100%;
    }

    #blog .entry-content p {
    height: 110px;
    }

    main#primary .post-thumbnail img {
    object-fit: none;
    object-position: center;
    }

    h1.entry-title {
    color: black;
    text-align: center;
    font-size: 50px;
    }    
}

article#post-61 img {
    padding-right: 20px;
}

div#video-secheresse {
    display: flex;
    justify-content: center;
}



/*-----------------------------------
*LES BIENFAITS DU CHOU PAGE INTERNE
*----------------------------------*/

h2.pb18 {
    color: #D57B18;
    font-family: 'Arima Madurai';
}


@media screen and (min-width: 1200px) {

article#leger-dietetique {
    display: flex;
    padding: 0px 50px;
}


article#probiotique-naturel {
    width: 1000px;
    padding-top: 20px;
}

article#vertus-choucroute {
    display: flex;
    padding: 0px 50px;
}
}


/*-----------------------------------
* IMAGES LES BIENFAITS DU CHOU 
*----------------------------------*/

@media screen and (min-width: 650px) and (max-width:  1200px){

img.alignleft.wp-image-549.size-full {
    max-width: 250px;
    padding-inline: 0px 30px;
}
img.alignright.size-full.wp-image-551 {
    max-width: 250px;
    padding-inline: 30px 0;
}
img.alignleft.wp-image-552.size-full {
    max-width: 250px;
    padding-inline: 30px;
}
}
/*---------------------------------------
*LA CHOUCROUTERIE ANGSTHELM PAGE INTERNE
*---------------------------------------*/


article#post-203 h2 {
    color: #D57B18;
    font-family: 'Arima Madurai';
    margin-top: 10vh;

}


@media screen and (min-width: 1200px) {

    article#depuis-1945 {
    display: flex;
    padding: 0px 50px;
    }

    article#installe-au-coeur {
    width: 850px;
    padding: 32px 0;
    }

    article#approche-raisonnee {
    display: flex;
    padding: 115px 50px;
    }

    article#en-alsace-nous-consonmmons {
    width: 850px;
    padding: 94px 0;
    }

}

/*--------------------
* LABELS
*-------------------*/

div#pcp_wrapper-512 {
    margin-top: 10vh;
}

/*------------------------------
* Images de la page choucrouterie
*-------------------------------*/
@media screen and (min-width: 650px) and (max-width:  1200px){

img.alignleft.size-full.wp-image-207 {
    padding-inline: 0 30px;
    max-width: 250px;
}
img.size-medium.wp-image-69.alignright {
    padding-inline: 30px 0;
    max-width: 250px;
}

img.alignright.wp-image-530.size-full{
    padding-inline: 30px 0;
    max-width: 250px;
}

img.alignleft.size-full.wp-image-531 {
    padding-inline: 0 30px;
    max-width: 250px;
}

img.alignleft.size-full.wp-image-523 {
    padding-inline: 0 30px;
    max-width: 250px;
}

img.alignleft.size-full.wp-image-208 {
    padding-inline: 0 30px;
    max-width: 250px;
}
img.alignnone.size-full.wp-image-381.alignright {
    padding-inline: 30px 0;
    max-width: 250px;
}
}

img.alignleft.wp-image-523.size-full {
    margin-top: 25px;
    margin-bottom: 25px;
}

@media screen and (min-width: 1024px) and (max-width:  1200px){
article#post-203 h2 {
    margin-bottom: -40px;
    margin-top: 50px;
}
}
/*-------------------------
* FOOTER 4 IMAGES
*-------------------------*/

@media screen and (max-width: 576px) {
	#footer-logo-coordonnes {
		background-image: url(/wp-content/uploads/2022/10/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-fond-header-mobile-800x1000-v02.jpg);
	}
}

@media screen and (min-width: 576px) {
	#footer-logo-coordonnes {
		background-image: url(/wp-content/uploads/2022/10/choucrouterie-angsthelm-alsace-krautergersheim-choucroute-chou-fond-header-mobile-800x1000-v02.jpg);
	   background-repeat: repeat-x;
    }
}	

ul#quatre-images img {
    display: block;
    width: 100%;
}

ul#quatre-images {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 576px) {
	ul#quatre-images li {
    flex: 50%;
	}
}

@media screen and (min-width: 576px) {
	ul#quatre-images li {
    flex: 5%;
	}
}

/*-------------------------
* FOOTER LOGO + titres
*-------------------------*/

 p#terroir {
    color: white;
    font-family: 'Arima Madurai';
    text-align: center;
    margin-top: -20px;
}

@media screen and (max-width: 768px) {

a#logo-footer img {
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
	}

    p#terroir {
        font-size: 2rem;
    }
}

@media screen and (min-width: 768px) {

a#logo-footer img {
    max-width: 500px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: -70px;
}
 p#terroir {
        font-size: 3rem;
    }

section#footer-logo-coordonnes h3 {
    font-size: 5rem;
    }
}


/*-------------------------
* FOOTER COORDONNEES
*-------------------------*/

nav#col-1-coordonnees strong {
    color: white;
    display: block;
    text-align: center;
}

nav#col-1-coordonnees {
    text-align: center;
    color: white;
}

nav#col-1-coordonnees a {
    text-decoration: none;
    color: white;
}

/*-------------------------
* FOOTER NAVIGATION
*-------------------------*/

nav#col-2-navigation {
    color: white;
    line-height: 2;
    padding: 0;
    text-align: center;
}

ul.menu-footer {
    padding: 0;
}

ul.menu-footer a {
    color: white;
    text-decoration: none;
}


/*-------------------------
*FOOTER LIENS UTILES
*-------------------------*/

nav#col-3-liens-utiles {
    color: white;
    text-decoration: none;
    text-align: center;
    line-height: 2;
}

ul.liens-footer {
    padding: 0;
}


ul.liens-footer a {
    text-decoration: none;
    color: white;
}

/*-----------------------
* FOOTER ICONES RESEAUX SOC
*-----------------------*/

.icon-facebook-new {
    fill: white;
}

.icon-instagram-new {
    fill: white;
}
nav#col-4-reseaux-soc svg {
    width: 40px;
}
nav#col-4-reseaux-soc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    column-gap: 10px;
}

/*---------------------------------------
* FOOTER GLOBAL 4 COLONNES AU DELA 768px
*---------------------------------------*/

@media screen and (min-width:  768px) {

    div#\ menu-coordonnees-footer {
    display: flex;
    justify-content: space-around;

    }

    div#\ menu-coordonnees-footer nav {
    text-align: left;
    font-size: 1.8rem;
    line-height: 2;
}

nav#col-1-coordonnees strong {
    text-align: left;
}

div#\ menu-coordonnees-footer nav ul {
    margin-top: 30px;
}

nav#col-4-reseaux-soc svg {
    height: 40px;

}
}

nav#col-1-coordonnees {
    padding: 15px;
}
nav#col-2-navigation {
    padding: 15px;
}
nav#col-3-liens-utiles {
    padding: 15px;
}
nav#col-4-reseaux-soc {
    padding: 15px;
}

/*-----------------------
* FOOTER COPYRIGHT
*-----------------------*/

section#copyright {
     background-color: black;

}

.copyright {
    border-top: 1px solid white;
    color: white;
    text-align: center;
    padding: 10px 10px;
}
.copyright a {
    color: inherit;
    text-decoration: none;
}
