/*
Theme Name: La Lunetterie Bressane
Description: Theme enfant du thème WP Made Simple de Publigo
Author: Hervé - Publigo
Author URI: https://www.publigo.fr
Template: wpms-theme 
Version: 1.0
Text Domain: la-lunetterie-bressane
*/


/* font-family: 'Manrope', sans-serif;
font-family: 'Boogaloo', 'Passion One', cursive; */

@import url('https://fonts.googleapis.com/css2?family=Boogaloo&family=Manrope:wght@300;400;600;800&family=Passion+One&display=swap');

body {
	font-family: 'Manrope', sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #999999;
}

/* ############################################################################################## */
/* ################### Navigation  #################################################################################### */

.site-header {
	background-color: #426b84;
}

ul {
    margin: 0;
}

a#logo {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    padding-top: 1rem;
}

.home a#logo,
.menu-opened a#logo {
    padding: 0 1rem;
}

.home a#logo svg {
    max-width: 400px;
    max-height: 250px;
      -webkit-filter: 
    drop-shadow( 3px 3px 2px rgba(0,0,0,.5) );
          filter: 
    drop-shadow( 3px 3px 2px rgba(0,0,0,.5) );
}

.home a#logo svg #visuel,
.home a#logo svg #lunetterie,
.home a#logo svg #bressane,
.menu-opened a#logo svg #visuel,
.menu-opened a#logo svg #lunetterie,
.menu-opened a#logo svg #bressane {
	fill: #FFF;
}

a#logo svg {
	width: 100%;
    max-width: 455px;
    max-height: 136px;
}

a#logo svg #visuel {
    fill: #3f6982;
}

a#logo svg #lunetterie {
    fill: #5b91b4;
}

a#logo svg #bressane {
    fill: #a73435;
}

.js .menu-toggle {
    height: calc(170px - 2rem);
    cursor: pointer;
    line-height: 1em;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    transition: .4s all ease;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top: 1rem;
}

.js .menu-toggle span.open {
    width: 100%;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    margin: 0;
    flex-direction: column;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.6rem;
    max-width: 166px;
    line-height: 4rem;
    transition: .4s all ease;
}

.js .menu-toggle span.close {
    position: relative;
    cursor: pointer;
    transition: .4s all ease;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    color: #FFF;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.3rem;
    max-width: 166px;
    line-height: 1.25rem;
    transition: .4s all ease;
}

i.menu-icon, i.menu-icon:after,
i.menu-icon:before {
    display: block;
    background: #a73534;
    width: 75px;
    height: 7px;
    position: relative;
    transition: top 0.1s, bottom 0.1s, transform 0.3s ease 0.0s, width .1s ease;
}

i.menu-icon:before {
    content: "";
    top: 14px;
}

i.menu-icon:after {
    content: "";
    bottom: 21px;
}

.js .menu-toggle:hover i.menu-icon {
    width: 35px;
}

.js .menu-toggle:hover i.menu-icon:before {
    width: 35px;
    top: -8px;
    transform: rotate(35deg);
    left: 12px;
}

.js .menu-toggle:hover i.menu-icon:after {
    width: 35px;
    top: 2px;
    transform: rotate(-35deg);
    left: 12px;
}

.js .menu-toggle span.close:after,
.js .menu-toggle span.close:before {
    position: absolute;
    display: block;
    width: 75px;
    border: solid 3.5px #a73534;
    content: "";
    top: 75px;
    transition: .4s all ease;
}

.js .menu-toggle span.close:before {
    transform: rotate(150deg);
}

.js .menu-toggle span.close:after {
    transform: rotate(30deg);
}

ul.social_links {
    margin-left: 0;
    list-style-type: none;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-left: .25rem;
    padding-right: .25rem;
    border-left: 1px solid #426b84;
    border-right: 1px solid #426b84;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

ul.social_links li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}

ul.social_links a svg {
    width: 50px;
    height: 50px;
    max-width: 100%;
    margin: 0 .1rem;
    fill: #FFF;
    transition: .4s all ease;
}

ul.social_links a svg g g:nth-child(2) {
    transform-origin: 50% 50%;
    transition: .4s all ease;
}

ul.social_links a:hover svg g g:nth-child(2),
ul.social_links a:focus svg g g:nth-child(2) {
    fill: #a73534;
    transform: scale(1.25);
}

#page {
    overflow: hidden;
}

.contact-header {
    padding-left: .25rem;
    padding-right: .25rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.contact-header a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    line-height: 1em;
    align-items: center;
    font-size: 1.5rem;
    color: #FFF;
    font-weight: 400;
    font-family: 'Boogaloo', 'Passion One', cursive;
    justify-content: center;
    transition: .4s all ease;
}

.contact-header a:hover,
.contact-header a:focus {
    color: #a73534;
}

.contact-header a svg {
    width: 30px;
    height: 50px;
    fill: #a73534;
    margin-right: .25rem;
    transition: .4s all ease;
    transform-origin: 25% 50%;
}

.contact-header a:hover svg,
.contact-header a:focus svg {
    transform: rotate(25deg);
    fill: #FFF;
}

.top-navigation .row {
    margin-left: 0;
    margin-right: 0;
}

.navigation-main {
    padding-left: 0;
    padding-right: 0;
}

.block_main_left {
    margin-left: 0;
    margin-right: 0;
    align-items: center;
}

.block-left {
    background-color: #5c93b8;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
}

.home .block-left {
    padding-bottom: 1rem;
    padding-top: 1rem;
}

.french {
    color: #FFF;
    padding-left: .25rem;
    padding-right: .25rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    position: relative;
    background-color: #a73534;
    text-transform: uppercase;
    font-size: 2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 2.2rem;
    font-weight: 600;
    text-align: center;
}

.home .french {
    padding-right: 1.5rem;
    height: calc(170px);
    font-size: 1.4rem;
    line-height: 1.8rem;
    padding-bottom: 1rem;
}

.french span {
    font-size: 3rem;
    font-weight: 800;
    letter-spacing: .25rem;
}

.home .french span {
    font-size: 2.3rem;
    letter-spacing: initial;
}

.mascotte {
    position: relative;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.mascotte img {
    width: 122px;
    height: auto;
    max-width: 100%;
    display: block;
    margin-bottom: -1rem;
}

.home .mascotte img {
    width: 270px;
    height: auto;
    max-width: 100%;
    display: block;
    position: absolute;
    top: -20px;
    left: -35%;
    margin-bottom: 0;
}

.top-navigation {
    transition: .4s all ease;
}

.home .top-navigation {
    padding-top: 1rem;
    transition: .4s all ease;
}

.menu-opened .top-navigation {
    left: 100%;
    opacity: 0;
}

.principal-navigation {
    padding-top: 1rem;
    position: absolute;
    top: 0;
    right: 100%;
    width: 100%;
    min-height: 100%;
    z-index: 1;
    opacity: 0;
    background-image: url(assets/images/background-menu-hover.svg);
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    transition: .4s all ease;
}

.menu-opened .principal-navigation {
    right: 0;
    opacity: 1;
    z-index: 3;
}

ul#parent_main_menu {
    list-style-type: none;
    margin-bottom: 2rem;
}

ul#parent_main_menu li {
    padding: .25rem;
}

ul#parent_main_menu li a {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1.3rem;
    transition: .1s font-weight ease, .1s color ease;
}

ul#parent_main_menu li a:hover,
ul#parent_main_menu li a:focus {
    font-weight: 400;
    color: #a73534;
}

ul#parent_main_menu > li:nth-child(1) {
    margin-top: 1rem;
}

ul.sub_main_menu {
    list-style-type: none;
    margin-left: 0;
    margin-bottom: 0;
}

ul#parent_main_menu li a .sub-menu-title {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-size: 2rem;
    line-height: 1.8rem;
    display: inline-block;
    margin-top: 1rem;
    transition: .4s all ease;
}

ul#parent_main_menu li a:hover .sub-menu-title,
ul#parent_main_menu li a:focus .sub-menu-title {
    color: #426b84;
}

.arrow svg {
    max-width: 321px;
    max-height: 217px;
    width: 100%;
    fill: #a73534;
}

.infos-localisation {
    columns: 2;
    margin-bottom: 4rem;
}

.infos-localisation .coordonnees p {
    color: #FFF;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    padding-left: .5rem;
    padding-right: .5rem;
}

.infos-localisation .coordonnees p span {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infos-localisation .coordonnees p.map svg {
    max-width: 21px;
    width: 100%;
    max-height: 30px;
    fill: #a73534;
    margin-right: .25rem;
}

.infos-localisation .coordonnees p.tel svg {
    max-width: 37px;
    width: 100%;
    max-height: 30px;
    fill: #a73534;
    margin-right: .25rem;
}

.coordonnees p.tel {
	font-weight: 600;
	font-size: 1.5rem;
}

.menu-toggle:focus {
    outline: none;
}

.arrow {
	padding-right: 0;
}

.infos-localisation .coordonnees {
    background-image: url(assets/images/enseigne.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    width: 664px;
    height: 580px;
    padding-right: 0;
    padding-left: 1rem;
    padding-top: 4rem;
}

.entete-header .fleche svg {
    width: 100%;
    max-width: 290px;
    max-height: 418px;
    fill: #FFF;
}

.entete-header .fleche {
    padding-left: 0;
    padding-right: 0;
}

.block_infos_header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.block_infos_header .coordonnees p {
    margin-bottom: .25rem;
    line-height: 1.2rem;
    text-align: center;
}

.block_center {
	background-color: #FFF;
	padding-left: .25rem;
	padding-right: .25rem;
	align-items: center;
}

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

	.home .french {
	    padding-right: .5rem;
	    font-size: 1.35rem;
	    letter-spacing: initial;
	}

	.home .french span {
	    font-size: 2.2rem;
	}

	.home .mascotte img {
	    left: -5%;
	}

	.french {
	    font-size: 2.5rem;
	    letter-spacing: .25rem;
	    line-height: 3rem;
	    padding-top: 2rem;
	    padding-bottom: 3rem;
	}

	.french span {
	    font-size: 4.5rem;
	}
}

@media screen and (min-width: 48em) {

	.home a#logo,
	.menu-opened a#logo {
	    padding: 0 2rem;
	}

	.js .menu-toggle {
	    display: flex;
	}
	
	.home a#logo svg,
	.menu-opened a#logo svg {
	    max-width: 800px;
	}

	.home .top-navigation {
	    position: absolute;
	    top: 0;
	    left: 0;
	    z-index: 1;
	    width: 100%;
	    opacity: 1;
	    padding-top: 2rem;
	    transition: .4s all ease;
	}

	.principal-navigation {
	    padding-top: 2rem;
	}

	.home a#logo {
		text-align: right;;
	}

	.home .french {
	    font-size: 1.7rem;
	    letter-spacing: .05rem;
	    line-height: 2rem;
	}

	.home .french span {
	    font-size: 2.65rem;
	    letter-spacing: .25rem;
	}

	ul#parent_main_menu {
	    columns: 2;
	}

	ul#parent_main_menu li {
	    display: block;
	    break-inside: avoid-column;
	}

}

@media screen and (min-width: 62em) {

	.home .mascotte img {
	    left: -15%;
	    top: calc(-50% + 5px);
	}

	.mascotte img {
	    margin-bottom: -2rem;
	}

	.block_main_left {
	    height: 170px;
	}

	.french {
	    font-size: 1.25rem;
	    line-height: 2rem;
	}

	.french span {
	    font-size: 2.4rem;
	}

	.home .french {
	    font-size: 2.2rem;
	    line-height: 2.5rem;
	}

	.home .french span {
	    font-size: 3.4rem;
	}

	.infos-localisation .coordonnees {
	    padding-left: 0;
	    height: 370px;
	}

	.coordonnees p.tel {
	    font-size: 1.25rem;
	}

	.home .coordonnees p.tel {
	    font-size: 1.5rem;
	}

}

@media screen and (min-width: 72em) {

	.home .mascotte img {
	    top: calc(-50% - 30px);
	}

	.home .french {
	    font-size: 2.6rem;
	    line-height: 2.8rem;
	}

	.home .french span {
	    font-size: 4.2rem;
	}

	.infos-localisation .coordonnees {
	    height: 430px;
	}

	.contact-header a {
	    font-size: 1.8rem;
	}
}


@media screen and (min-width: 92em) {

	.home .french {
	    font-size: 3.3rem;
	    line-height: 3.5rem;
	}

	.home .french span {
	    font-size: 5.3rem;
	}

	.home .mascotte img {
	    top: calc(-50% - 100px);
	}

	.infos-localisation .coordonnees {
	    height: 480px;
	}

	.french {
	    font-size: 2rem;
	    line-height: 2.8rem;
	}

	.french span {
	    font-size: 4rem;
	}
}

@media screen and (min-width: 102em) {

	.home .french {
	    font-size: 3.4rem;
	    line-height: 3.8rem;
	    letter-spacing: .2rem;
	    padding-bottom: 1rem;
	    padding-top: 0;
	}

	.home .french span {
	    font-size: 5.8rem;
	    letter-spacing: .35rem;
	}

	.infos-localisation .coordonnees {
	    height: 580px;
	    padding-top: 10rem;
	}

	.french {
	    font-size: 2.5rem;
	    line-height: 3rem;
	}

	.french span {
	    font-size: 4.5rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic prestations  #################################################################################### */

.thematique-prestations {
    background-image: url(assets/images/fond-prestations.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    padding-top: 4rem;
    padding-bottom: 7rem;
    margin-top: -50px;
    position: relative;
}

.thematique-prestations .fleche {
    position: absolute;
    left: 65%;
    top: -35px;
}

.thematique-prestations .fleche svg {
    max-width: 100px;
    width: 100%;
    max-height: 210px;
    fill: #426b84;
    transition: .4s all ease;
    transform-origin: 0 50%;
}

.thematique-prestations .fleche:hover svg {
    transform: rotate(45deg);
}

.thematique-prestations ul {
    list-style-type: none;
}


.thematique-prestations .title p {
    font-size: 5rem;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    line-height: 4rem;
    font-family: 'Boogaloo', 'Passion One', cursive;
    text-transform: uppercase;
}

.thematique-prestations .title p .first {
    color: #5c93b8;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.thematique-prestations .title p .second {
    color: #a73534;
}

.thematique-prestations .title p .ter {
    color: #a73534;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.thematique-prestations .title p .first svg {
    width: 100%;
    max-width: 103px;
    max-height: 67.5px;
    fill: #426b84;
}

.thematique-prestations .title p .ter svg {
    width: 100%;
    max-width: 57.5px;
    max-height: 55px;
    fill: #a73534;
}

.thematique-prestations ul {
    list-style-type: none;
    margin-top: 2rem;
}

.thematique-prestations ul li {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.thematique-prestations ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    font-weight: 600;
    font-size: 1.35rem;
    line-height: 1.5rem;
    text-transform: uppercase;
}

.thematique-prestations ul li a img {
    display: block;
    max-width: 100%;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -4rem;
    z-index: 1;
    transition: .4s all ease;
}

.thematique-prestations ul li a:hover img,
.thematique-prestations ul li a:focus img {
    transform: scale(1.15);
}

.thematique-prestations ul li a .image {
    position: relative;
}

.thematique-prestations ul li:nth-child(3) a img {
    transform: scaleX(-1);
    transition: .4s all ease;
}

.thematique-prestations ul li:nth-child(3) a:hover img,
.thematique-prestations ul li:nth-child(3) a:focus img {
    transform: scaleX(-1.15) scaleY(1.15);
}

.thematique-prestations ul li a .bulle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    color: #FFF;
    flex-direction: column;
    background-image: url(assets/images/bulle-prestations.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    width: 100%;
    height: 230px;
    max-width: 332px;
    align-items: center;
    justify-content: center;
    padding: 0 .5rem;
    transition: .4s all ease;
}

.thematique-prestations ul li a:hover .bulle,
.thematique-prestations ul li a:focus .bulle {
    background-image: url(assets/images/bulle-prestations-hover.svg);
    width: 150%;
    max-width: 498px;
    padding: 0 7rem;
}

.thematique-prestations ul li a .more {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-size: 2rem;
    font-weight: 400;
    text-transform: initial;
    transition: .4s all ease;
}

.thematique-prestations ul li a:hover .more,
.thematique-prestations ul li a:focus .more {
    color: #FFF;
    font-size: 2.2rem;
}

.thematique-prestations ul li a span.petite-fleche {
    display: block;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 80px;
    z-index: 1;
    transition: .4s all ease;
}

.thematique-prestations ul li a span.petite-fleche svg {
    width: 100%;
    max-width: 120px;
    max-height: 51px;
    fill: #a73534;
    transition: .6s all ease;
}

.thematique-prestations ul li a:hover span.petite-fleche svg,
.thematique-prestations ul li a:focus span.petite-fleche svg {
    transform: scale(1.25);
}

.thematique-prestations ul li:nth-child(2) a span.petite-fleche {
    transform: scaleY(-1) rotate(105deg);
    bottom: 100px;
    top: auto;
    left: 90px;
}

.thematique-prestations ul li:nth-child(2) a span.petite-fleche svg {
    fill: #5c93b8;
    transition: .4s all ease;
}

.thematique-prestations ul li:nth-child(3) a span.petite-fleche {
    transform: scaleX(-1) rotate(75deg);
    bottom: 0;
    top: auto;
    left: -150px;
}

.thematique-prestations ul li:nth-child(3) a span.petite-fleche svg {
    fill: #426b84;
    transition: .4s all ease;
}

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

	.thematique-prestations ul li a {
	    font-size: 1rem;
	    line-height: 1.2rem;
	}

	.thematique-prestations ul li a .more {
	    font-size: 1.5rem;
	}

	.thematique-prestations .fleche {
	    position: absolute;
	    left: 50%;
	    top: -105px;
	}


	.thematique-prestations .fleche svg {
	    max-width: 150px;
	}

	.thematique-prestations ul li a:hover .more,
	.thematique-prestations ul li a:focus .more {
	    font-size: 1.7rem;
	}

	.thematique-prestations ul li a:hover .bulle,
	.thematique-prestations ul li a:focus .bulle {
	    padding: 0 4rem;
	}

	.thematique-prestations ul li a span.petite-fleche {
	    top: 40px;
	    left: 40px;
	}

	.thematique-prestations ul li a span.petite-fleche svg {
	    max-width: 60px;
	    max-height: 25.5px;
	}

	.thematique-prestations ul li:nth-child(2) a span.petite-fleche {
	    bottom: 10px;
	    left: 45px;
	}

	.thematique-prestations ul li:nth-child(3) a span.petite-fleche {
	    bottom: -40px;
	    left: -80px;
	}
}

@media screen and (min-width: 62em) {

	.thematique-prestations ul li a {
	    font-size: 1.35rem;
	    line-height: 1.5rem;
	}

	.thematique-prestations ul li a .more {
	    font-size: 2rem;
	}

	.thematique-prestations ul li a:hover .more,
	.thematique-prestations ul li a:focus .more {
	    font-size: 2.2rem;
	}

	.thematique-prestations .fleche {
	    left: 40%;
	    margin-left: -75px;
	}

	.thematique-prestations ul li a {
	    font-size: 1.5rem;
	}

	.thematique-prestations ul li a span.petite-fleche {
	    top: 80px;
	    left: 80px;
	}

	.thematique-prestations ul li a span.petite-fleche svg {
	    max-width: 120px;
	    max-height: 51px;
	}

	.thematique-prestations ul li:nth-child(2) a span.petite-fleche {
	    bottom: 70px;
	    left: 70px;
	}

    .thematique-prestations ul li a img {
        width: 332px;
    }

}

@media screen and (min-width: 72em) {

	.thematique-prestations .title p .first svg {
	    max-width: 206px;
	    max-height: 135px;
	}

	.thematique-prestations .title p .ter svg {
	    max-width: 115px;
	    max-height: 110px;
	}

}

@media screen and (min-width: 102em) {

	.thematique-prestations .title p {
	    font-size: 8rem;
	    line-height: 6rem;
	}

	.thematique-prestations .fleche {
	    margin-left: -145px;
	    top: -210px;
	}

	.thematique-prestations .fleche svg {
	    max-width: 290px;
	    max-height: 420px;
	}

	.thematique-prestations ul li a:hover .bulle,
	.thematique-prestations ul li a:focus .bulle {
	    padding: 0 5rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic Made in France  #################################################################################### */

.thematique-madeinfrance {
    position: relative;
    background-image: url(assets/images/fond-made-in-france.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 6rem;
    padding-bottom: 6rem;
    margin-top: -100px;
}

.thematique-madeinfrance .fleche {
    position: absolute;
    left: 50%;
    top: -20px;
}

.thematique-madeinfrance .fleche svg {
    width: 100%;
    max-width: 65px;
    max-height: 111px;
    fill: #426b84;
}

.thematique-madeinfrance .title .first {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #426b84;
    line-height: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.thematique-madeinfrance .title .first #big {
    font-size: 5rem;
    line-height: 4.5rem;
    color: #5c93b8;
    font-weight: 400;
    font-family: 'Boogaloo', 'Passion One', cursive;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.thematique-madeinfrance .title .first #big:before {
    display: block;
    content: '';
    background-image: url(assets/images/effet-texte-gauche.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 82px;
}

.thematique-madeinfrance .title .second {
    font-size: 6rem;
    line-height: 5.5rem;
    color: #a73534;
    text-transform: uppercase;
    font-family: 'Boogaloo', 'Passion One', cursive;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

.thematique-madeinfrance .title .second:after {
    display: block;
    content: '';
    background-image: url(assets/images/effet-texte-droite.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 47px;
    height: 120px;
}

.thematique-madeinfrance ul {
    list-style-type: none;
    margin-top: 2rem;
}

.thematique-madeinfrance ul li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 498px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 50%;
}

.thematique-madeinfrance ul li a .image {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.thematique-madeinfrance ul li a .image:before {
    content: '';
    display: block;
    background-image: url(assets/images/cadre-visuel-mif-bleu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    width: 498px;
    height: 498px;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    opacity: 1;
    z-index: 1;
    transition: .4s all ease;
}

.thematique-madeinfrance ul li a:hover .image:before,
.thematique-madeinfrance ul li a:focus .image:before {
	opacity: 0;
}

.thematique-madeinfrance ul li:nth-child(2) a .image:before {
    background-image: url(assets/images/cadre-visuel-mif-rouge.svg);
}

.thematique-madeinfrance ul li a img {
    display: block;
    width: 390px;
    max-width: 80%;
    margin-left: -.75rem;
    position: absolute;
    transition: .3s all ease;
}

.thematique-madeinfrance ul li a:hover img,
.thematique-madeinfrance ul li a:focus img {
    width: 510px;
    max-width: 100%;
    margin-left: 0;
}

.thematique-madeinfrance ul li a .titre {
    position: absolute;
    display: block;
    top: 30%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF;
    font-size: 2.5rem;
    line-height: 1em;
    font-weight: 600;
    opacity: 1;
    text-transform: uppercase;
    text-shadow: 3px 3px 2px rgba(0,0,0,.5);
    transition: .3s all ease;
}

.thematique-madeinfrance ul li a:hover .titre,
.thematique-madeinfrance ul li a:focus .titre {
    opacity: 0;
}

.thematique-madeinfrance ul li:nth-child(2) a .titre {
    top: auto;
    bottom: 27%;
}

.thematique-madeinfrance ul li a .more {
    position: absolute;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    bottom: 27%;
    right: -5%;
    width: 100%;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 1em;
    font-family: 'Boogaloo', 'Passion One', cursive;
    transition: .4s all ease;
}

.thematique-madeinfrance ul li a:hover .more {
    transform: scale(1.5);
}

.thematique-madeinfrance ul li:nth-child(2) a .more {
    color: #a73534;
    bottom: auto;
    top: 40%;
    left: 10%;
}

.thematique-madeinfrance ul li a .more svg {
    width: 100%;
    max-width: 50px;
    max-height: 34px;
    fill: #FFF;
    margin-left: 25px;
    transition: .4s all ease;
}

.thematique-madeinfrance ul li:nth-child(2) a .more svg {
    fill: #a73534;
}


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

	.thematique-madeinfrance .title .first #big {
	    font-size: 4rem;
	}

	.thematique-madeinfrance .title .second {
	    font-size: 5rem;
	    margin-top: 1rem;
	}

	.thematique-madeinfrance .title .first {
	    font-size: 1.15rem;
	    line-height: 1em;
	}

	.thematique-madeinfrance .fleche {
	    top: 10px;
	    margin-left: -65px;
	}

	.thematique-madeinfrance ul li a .titre {
	    font-size: 2.2rem;
		left: -.5rem;	
	}

	.thematique-madeinfrance ul {
	    margin-top: 0;
	}
}

@media screen and (min-width: 48em) {

	.thematique-madeinfrance .fleche svg {
	    max-width: 80px;
	    max-height: 136px;
	}

	.thematique-madeinfrance .fleche {
	    top: -20px;
	    margin-left: -20px;
	}

	.thematique-madeinfrance .title .first #big {
	    font-size: 3.7rem;
        margin-top: -.75rem;
    	margin-left: -5rem;
	}

	.thematique-madeinfrance .title .second {
	    font-size: 4rem;
	    justify-content: flex-end;
	}

	.thematique-madeinfrance {
	    padding-top: 4rem;
	}

	.thematique-madeinfrance ul li a .titre {
	    font-size: 3rem;
	}

}

@media screen and (min-width: 62em) {

	.thematique-madeinfrance ul {
	    margin-left: 25%;
	}


	.thematique-madeinfrance ul li a .titre {
	    font-size: 1.8rem;
	}

	.thematique-madeinfrance ul li a img {
	    margin-left: -.25rem;
	}

	.thematique-madeinfrance ul li a .more {
	    font-size: 1.2rem;
	}

	.thematique-madeinfrance .fleche {
	    margin-left: -40px;
	}

	.thematique-madeinfrance ul li:nth-child(2) a .titre {
		bottom: 20%;
	}

	.thematique-madeinfrance nav {
		background-image: url(assets/images/fond-nav-mif.png);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center top;
	}

}

@media screen and (min-width: 72em) {

	.thematique-madeinfrance .title .first #big {
	    font-size: 4.5rem;
    	margin-left: -3rem;
	}

	.thematique-madeinfrance .title .second {
	    font-size: 5rem;
	}

	.thematique-madeinfrance ul li a img {
	    margin-left: -.5rem;
	}
}

@media screen and (min-width: 82em) {

	.thematique-madeinfrance .fleche {
	    margin-left: -50px;
	}

	.thematique-madeinfrance .fleche svg {
	    max-width: 100px;
	    max-height: 172px;
	}

	.thematique-madeinfrance ul li a .titre {
	    font-size: 2.2rem;
	}

	.thematique-madeinfrance ul li:nth-child(2) a .titre {
	    bottom: 27%;
	}
	.thematique-madeinfrance {
	    padding-bottom: 9rem;
	}

	.thematique-madeinfrance ul li a img {
	    margin-left: -.75rem;
	}
}

@media screen and (min-width: 102em) {


	.thematique-madeinfrance .fleche svg {
	    max-width: 130px;
	    max-height: 222px;
	}

	.thematique-madeinfrance .title .second:after {
	    height: 160px;
	}

	.thematique-madeinfrance .title .first #big:before {
	    height: 104px;
	}

	.thematique-madeinfrance .title .first {
	    font-size: 1.5rem;
	}

	.thematique-madeinfrance .title .first #big {
	    font-size: 6rem;
        margin-top: -.75rem;
    	margin-left: -3rem;
	}

	.thematique-madeinfrance .title .second {
	    font-size: 6rem;
	    margin-top: 3rem;
	}

	.thematique-madeinfrance ul li a .titre {
	    font-size: 2.8rem;
	}

}

@media screen and (min-width: 112em) {

	.thematique-madeinfrance .title .first {
	    font-size: 1.75rem;
	    padding-left: 0;
	}

	.thematique-madeinfrance .fleche {
	    margin-left: -60px;
	}

	.thematique-madeinfrance .title .first #big {
    	margin-left: -3.5rem;
	}

	.thematique-madeinfrance .title .second {
	    font-size: 7.2rem;
	    margin-top: 2rem;
	}

	.thematique-madeinfrance ul li a .more svg {
	    max-width: 100px;
	    max-height: 68px;
	}

	.thematique-madeinfrance ul li a .titre {
	    font-size: 3.2rem;
	}

	.thematique-madeinfrance ul li a .more {
	    font-size: 1.5rem;
	}

	.thematique-madeinfrance {
	    padding-bottom: 10rem;
	}
}
/* ############################################################################################## */
/* ############################################################################################## */


/* ############################################################################################## */
/* ################### Content  #################################################################################### */

.page .site-main article,
.page .site-main section {
    padding-bottom: 0;
    position: relative;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.home.page .site-main article {
    padding-left: .25rem;
    padding-right: .25rem;
}

article .fleche,
section .fleche {
    position: absolute;
    right: 10%;
    top: -135px;
}

.home article .fleche {
    right: 10%;
    top: -6%;
}

article .fleche svg,
section .fleche svg {
    max-width: 72px;
    width: 100%;
    max-height: 247px;
    fill: #426b84;
}

article .title p {
    font-size: 8rem;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    line-height: 6rem;
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    text-transform: uppercase;
}

article .title p .first {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

article .title p .quattro {
    color: #5c93b8;
}

article .first svg {
    width: 100%;
    fill: #426b84;
    max-width: 175px;
    max-height: 108px;
}

article .crayon svg {
    width: 100%;
    fill: #426b84;
    max-width: 214px;
    max-height: 233px;
}

.actualites {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

iframe.lazyloaded {
    max-height: 440px;
}

.home h1.entry-title .picto svg {
    width: 100%;
    max-width: 115px;
    max-height: 48px;
    fill: #426b84;
    margin-right: .25rem;
}

h1.entry-title .picto  {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}

.home h1.entry-title  {
    color: #5c93b8;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 1.5rem;
    display: block;
}

h1.entry-title .lunetterie {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1em;
}

header.entry-header {
    padding-left: .25rem;
    padding-right: .25rem;
}

.content-home {
    padding-left: .25rem;
    padding-right: .25rem;
}

.entry-content a,
.entry-summary a,
a {
	color: #5c93b8;
	font-weight: 600;
	transition: .4s all ease;
}

.entry-content a:hover,
.entry-content a:focus,
.entry-summary a:hover,
.entry-summary a:focus,
a:hover,
a:focus {
	color: #a73534;
	text-decoration: none;
}

.custom-header-image img {
    display: block;
    width: 100%;
}

.picto-titre svg {
    width: 100%;
    max-width: 100px;
    max-height: 100px;
    fill: #a73534;
    margin-right: .25rem;
}

header.entry-header,
.page-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title,
h1 {
    font-size: 2.2rem;
    margin: 0;
    padding: 0;
    color: #426b84;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-weight: 400;
    line-height: 1.8rem;
}

body + .entry-header {
	margin-bottom: 2rem;
}

.site-content-contain {
    background-image: url(assets/images/bas-header-pages.svg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: auto;
    background-color: transparent;
    padding-top: 1rem;
    margin-top: -1rem;
}

.home .site-content-contain {
	background-image: none;
}

h2,
h2:first-child,
.site-main > article h2.entry-title,
.site-main > article h2.entry-title a {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-weight: 400;
    font-size: 1.8rem;
    margin-bottom: .5rem;
    line-height: 1em;
}

h3 {
    font-size: 1.5rem;
    color: #5c93b8;
    margin-bottom: .5rem;
    line-height: 1em;
}

button,
input[type="button"],
input[type="submit"] {
    background-color: #5c93b8;
    font-weight: 600;
    text-transform: uppercase;
    transition: .4s all ease;
}

button:hover,
button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #a73534;
}

label {
    color: #5f95b9;
    font-weight: 600;
}

.search .content-area {
    min-height: 200px;
}

.site-main > article h2.entry-title a {
	color: #a73534;
	transition: .4s all ease;
}

.site-main > article h2.entry-title a:hover,
.site-main > article h2.entry-title a:focus {
	text-decoration: none;
	color: #5f95b9;
}

.more-link a {
    background-color: #5c93b8;
    color: #FFF;
    font-weight: 400;
    transition: .4s all ease;
}

.more-link a:hover {
    background-color: #426b84;
}

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

	.actualites {
	    flex-wrap: nowrap;
	}

	article .title p {
	    font-size: 4rem;
	    line-height: 3.5rem;
	}

	article .first svg {
	    max-width: 85px;
	}

	article .crayon svg {
	    max-width: 150px;
	}

	.home article .fleche {
		right: 70%;
	    top: -8%;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title,
	h1 {
	    font-size: 2.8rem;
	}

	h2,
	h2:first-child,
	.site-main > article h2.entry-title,
	.site-main > article h2.entry-title a {
	    font-size: 2.2rem;
	}

	article .fleche,
	section .fleche {
	    top: -100px;
	}

}

@media screen and (min-width: 48em) {

	.content-home {
		max-width: 100%;
	}

	.thumbnail-home {
		max-width: 100%;
		padding-right: 0;
	}

	.home article .fleche {
		right: 65%;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-header .entry-title,
	body.page:not(.twentyseventeen-front-page) .entry-title,
	h1 {
	    font-size: 3.5rem;
	    margin-bottom: 0;
	    line-height: 2.2rem;
	}

	h2,
	h2:first-child,
	.site-main > article h2.entry-title,
	.site-main > article h2.entry-title a {
	    font-size: 2.8rem;
	}

	h3 {
	    font-size: 1.8rem;
	}

    .search .site-main > article {
        display: inline-block;
        margin-bottom: 2em;
    }
}

@media screen and (min-width: 62em) {

	.home article .fleche {
	    right: 1%;
	    top: -15%;
	}

	.home h1.entry-title .picto  {
	    flex-direction: column;
	    justify-content: flex-start;
	    align-items: flex-start;
	}

	article .fleche svg,
	section .fleche svg {
	    max-width: 143px;
	}

	article .fleche,
	section .fleche {
	    top: -125px;
	}

	.picto-titre svg {
	    max-width: 199px;
	}

	.site-content-contain {
	    padding-top: 2rem;
	    margin-top: -2rem;
	}

    iframe.lazyloaded {
        max-height: 100%;
    }
}

@media screen and (min-width: 82em) {

	h1.entry-title .lunetterie {
	    font-size: 3rem;
	}

	article .title p {
	    font-size: 8rem;
	    line-height: 6rem;
	}

	article .first svg {
	    max-width: 175px;
	}
	article .crayon svg {
	    max-width: 214px;
	}

	.home h1.entry-title .picto  {
	    flex-direction: row;
	    flex-wrap: nowrap;
	    align-items: center;
	}

	.home article .fleche {
	    top: -20%;
	    right: 5%;
	}

	.page .panel-content .entry-title,
	.page-title,
	body.page:not(.twentyseventeen-front-page) .entry-title,
	body.page:not(.twentyseventeen-front-page) .entry-header .entry-title,
	h1 {
	    font-size: 4rem;
        line-height: 3.2rem;
	}

	h3 {
	    font-size: 2rem;
	}
}

@media screen and (min-width: 92em) {

	.home article .fleche {
	    right: 10%;
	}

	h1.entry-title .lunetterie {
	    font-size: 3.5rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Thematic Footer  #################################################################################### */

.thematique-footer {
    background-image: url(assets/images/fond-services.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    padding-top: 1rem;
}

.thematique-footer .fleche svg {
    width: 100%;
    max-width: 205px;
    max-height: 229px;
    fill: #a73534;
}

.thematique-footer .txt {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.thematique-footer .fleche {
    text-align: center;
}

.thematique-footer ul {
    list-style-type: none;
    padding-bottom: 5rem;
    padding-left: 0;
    padding-right: 0;
}

.thematique-footer .title .first {
    text-transform: uppercase;
    color: #426b84;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0;
}

.thematique-footer .title .second {
    font-size: 3.6rem;
    line-height: 1.8em;
    color: #5c93b8;
    text-transform: uppercase;
    font-family: 'Boogaloo', 'Passion One', cursive;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0;
    margin-bottom: 0;
    margin-top: -1.5rem;
}

.thematique-footer .title .second:before {
    display: block;
    content: '';
    background-image: url(assets/images/effet-texte-gauche.svg);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: center;
    width: 30px;
    height: 82px;
}

.thematique-footer ul li a {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
	background-image: url(assets/images/fond-lunettes.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto;
	padding: 2rem;
	position: relative;
	text-align: center;
	transition: .4s all ease;
}

.thematique-footer ul li a:hover,
.thematique-footer ul li a:focus {
	background-image: url(assets/images/fond-lunettes.svg), url(assets/images/fond-services-plus-hover.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 240px 100px, auto;
}

.thematique-footer ul li a .picto {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}

.thematique-footer ul li a .titre {
	color: #426b84;
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 1.5rem;
	transition: .4s all ease;
	text-transform: uppercase;
}

.thematique-footer ul li a .subtitle {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
	font-weight: 400;
	font-size: 2rem;
	line-height: 2rem;
	transition: .4s all ease;
}

.thematique-footer ul li a .picto svg {
	width: 100%;
	max-width: 100px;
	max-height: 100px;
	fill: #FFF;
	transition: .3s all ease;
}

.thematique-footer ul li a:hover .picto svg,
.thematique-footer ul li a:focus .picto svg {
	fill: #5c93b8;
}

.thematique-footer ul li a:hover .titre,
.thematique-footer ul li a:focus .titre {
	color: #a73534;
}
.thematique-footer ul li a:hover .subtitle,
.thematique-footer ul li a:focus .subtitle {
    color: #426b84;
}


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

	.thematique-footer .fleche svg {
	    max-width: 205px;
	}

}

@media screen and (min-width: 48em) {

	.thematique-footer .txt {
	    padding: 0;
	    align-items: flex-end;
	}

	.thematique-footer .title .second {
	    font-size: 3.8rem;
	}

	.thematique-footer .fleche {
	    margin-top: -3rem;
	}

	.thematique-footer {
	    padding-top: 2rem;
	}

	.thematique-footer .fleche svg {
	    max-width: 410px;
	}

	.thematique-footer .fleche {
	    text-align: left;
	}
}

@media screen and (min-width: 62em) {

	.thematique-footer .title .first {
	    font-size: 1.25rem;
	}

	.thematique-footer .title .second {
	    font-size: 4.1rem;
	}

	.thematique-footer .txt {
	    margin-top: 20px;
	}

	.thematique-footer ul li a .subtitle {
		font-size: 1.2rem;
		line-height: 1.2rem;
	}
}

@media screen and (min-width: 72em) {

	.thematique-footer .title .first {
	    font-size: 1.5rem;
	}

	.thematique-footer .title .second {
	    font-size: 4.8rem;
	    margin-top: -2rem;
	}

	.thematique-footer .txt {
	    margin-top: 20px;
	}
}

@media screen and (min-width: 82em) {

	.thematique-footer .title .second {
	    font-size: 5.5rem;
	}

	.thematique-footer ul li a .subtitle {
		font-size: 2rem;
		line-height: 1.5rem;
	}
}

@media screen and (min-width: 92em) {

	.thematique-footer .title .first {
	    font-size: 2rem;
	}

	.thematique-footer .title .second {
	    font-size: 6.2rem;
	    margin-top: -3rem;
	}

	.thematique-footer .title .second:before {
	    height: 104px;
	}

	.thematique-footer {
	    padding-top: 3rem;
	}

	.thematique-footer .fleche {
	    margin-top: -5rem;
	}
}

/* ############################################################################################## */
/* ############################################################################################## */

/* ############################################################################################## */
/* ################### Footer  #################################################################################### */

.site-footer .bottom_footer {
	background-color: transparent;
	color: currentColor;
	padding-bottom: 3rem;
}

.site-footer .bottom_footer a {
    color: #5c93b8;
    transition: .4s all ease;
}

.site-footer .bottom_footer a:hover,
.site-footer .bottom_footer a:focus {
    color: #a73435;
}

.site-footer a.logo svg {
	width: 70%;
    max-width: 446px;
    max-height: 134px;
}

.site-footer a.logo svg #visuel {
    fill: #3f6982;
}

.site-footer a.logo svg #lunetterie {
    fill: #5b91b4;
}

.site-footer a.logo svg #bressane {
    fill: #a73435;
}

.coordonnees .map svg {
    width: 100%;
    max-width: 21px;
    max-height: 30px;
    fill: #4c738b;
    margin-right: .25rem;
    transition: .4s all ease;
}

.coordonnees .tel svg {
    width: 100%;
    max-width: 37px;
    max-height: 30px;
    fill: #a73534;
    margin-right: .25rem;
    transition: .4s all ease;
}

.coordonnees .tel {
    color: #a73534;
}

.social_link_contact .mail a svg {
    width: 100%;
    max-width: 30px;
    max-height: 50px;
    fill: #4c738b;
    margin-right: .25rem;
    transform-origin: 25% 50%;
    transition: .4s all ease;
}

.social_link_contact .mail a:hover svg,
.social_link_contact .mail a:focus svg {
    transform: rotate(25deg);
    fill: #4c738b;
}

.social_link_contact .mail a {
	font-family: 'Boogaloo', 'Passion One', cursive;
    color: #426b84;
    font-weight: 400;
    font-size: 1.8rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    transition: .4s all ease;
}

.social_link_contact .mail a:hover,
.social_link_contact .mail a:focus {
    color: #a73534;
}

.social_link_contact {
    display: flex;
    justify-content: space-between;
}

.social_links_footer {
	list-style-type: none;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: center;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: .5rem;
}

.social_links_footer a svg {
    width: 100%;
    max-width: 40px;
    max-height: 40px;
    fill: #4c738b;
    margin-right: .25rem;
    transition: .4s all ease;
}

.social_links_footer a svg g g:nth-child(2) {
    transform-origin: 50% 50%;
    transition: .4s all ease;
}

.social_links_footer a:hover svg g g:nth-child(2),
.social_links_footer a:focus svg g g:nth-child(2) {
    fill: #a73534;
    transform: scale(1.25);
}

.social_links_footer a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.infos-horaires svg {
    width: 36px;
    height: 40px;
    fill: #a73534;
    margin-right: .25rem;
    transition: .4s all ease;
}

.infos-site .coordonnees p,
.social_link_contact p {
    margin-bottom: .5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    line-height: 1em;
    align-items: center;
    font-weight: 400;
}

.infos-site .coordonnees p.tel {
    font-weight: 800;
}

.infos-horaires p {
    margin-bottom: .5rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1em;
    align-items: center;
    font-weight: 400;
}

.infos-site .picto {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.infos-site {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.navigation-site-footer ul {
    list-style-type: none;
    margin-left: 0;
}

.navigation-site-footer .row {
    margin-left: 0;
    margin-right: 0;
}

.logo-footer {
    position: relative;
    width: 100%;
}

.logo-footer .fleche {
    position: absolute;
    top: -50%;
    left: 0;
    margin-top: -67.5px;
}

.logo-footer .fleche svg {
    width: 100%;
    max-width: 95px;
    max-height: 250px;
    fill: #5b91b4;
}

.site-footer a.logo {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-end;
}

ul#parent_footer_menu li a .sub-menu-title {
    color: #a73534;
    font-family: 'Boogaloo', 'Passion One', cursive;
    font-size: 2rem;
    line-height: 1em;
    display: inline-block;
    font-weight: 400;
    transition: .4s all ease;
}

ul#parent_footer_menu li a:hover .sub-menu-title,
ul#parent_footer_menu li a:focus .sub-menu-title {
    color: #5b91b4;
}

.site-footer .sub_footer_menu li a {
	color: currentColor;
	font-weight: 300;
	transition: .4s all ease;
}

.site-footer .sub_footer_menu li a:hover,
.site-footer .sub_footer_menu li a:focus {
	color: #426b84;
}

ul.sub_footer_menu {
    margin-bottom: 0.5rem;
}

.site-footer nav.navigation-mentions li a {
    font-weight: 400;
    color: #426b84;
    font-size: .9rem;
    transition: .4s all ease;
}

.site-footer nav.navigation-mentions li a:hover,
.site-footer nav.navigation-mentions li a:focus {
    color: #a73534;
}

ul#menu-mentions-menu {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
}

.navigation-mentions .ligne-footer {
    margin-top: 2rem;
}

.navigation-mentions .ligne-footer svg {
    width: 100%;
    max-width: 830px;
    max-height: 16px;
    fill: #a73534;
}

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

	.logo-footer .fleche svg {
	    max-width: 140px;
	}

	.logo-footer .fleche {
	    margin-top: -90px;
	}

	.site-footer a.logo svg {
		width: 100%;
	}
}

@media screen and (min-width: 48em) {

	.site-footer {
		font-size: 1em;
	}

	.logo-footer .fleche svg {
	    max-width: 95px;
	}

	.logo-footer .fleche {
	    margin-top: -60px;
	    left: -50px;
	}
}

@media screen and (min-width: 62em) {

	.logo-footer .fleche {
	    margin-top: -50px;
	    left: -90px;
	}	

	.site-footer .bottom_footer {
	    margin-top: 2rem;
	}

}

@media screen and (min-width: 82em) {

	.logo-footer .fleche svg {
	    max-width: 140px;
	}

	.logo-footer .fleche {
	    margin-top: -70px;
	    left: -120px;
	}	

	.site-footer .bottom_footer {
	    margin-top: 3rem;
	}

	ul#parent_footer_menu {
	    columns: 2;
	}

	ul#parent_footer_menu li {
	    display: block;
	    break-inside: avoid-column;
	}

	.site-footer nav.navigation-mentions li a {
	    margin-right: .25rem;
	}

	.site-footer nav.navigation-mentions li a:nth-child(5) {
	    margin-right: 0;
	}

	ul#menu-mentions-menu {
		flex-direction: row;
	}
}

@media screen and (min-width: 92em) {

	.logo-footer .fleche svg {
	    max-width: 190px;
	}

	.logo-footer .fleche {
	    margin-top: -120px;
	    left: -170px;
	}

	.site-footer .bottom_footer {
	    margin-top: 4rem;
	}

	.site-footer nav.navigation-mentions li a {
	    margin-right: .5rem;
	}

}

@media screen and (min-width: 112em) {

	.logo-footer .fleche {
	    margin-top: -100px;
	}

	.site-footer nav.navigation-mentions li a {
	    margin-right: 1rem;
	}

}
/* ############################################################################################## */
/* ############################################################################################## */