:root {	
 --site-color: #E8336E;
 --mm-max-size:300px !important;
}

.site_color{
    color: var(--site-color);
}

body, html {
	 font-family: "Gabarito", serif;
	font-size: 18px;
	color: #323232;
	background-color: #FFF;
	font-weight: 400;
	
	text-rendering: auto;
	text-rendering: optimizeLegibility;
	text-rendering: geometricPrecision;
	font-smooth: always;
	
	font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}


html{
    background-repeat: no-repeat;
    -webkit-animation: fadein 1s; 
    -moz-animation: fadein 1s; 
    -ms-animation: fadein 1s; 
    -o-animation: fadein 1s; 
    animation: fadein 1s;	
}


 * {
	padding: 0px;
	margin: 0px;
    box-sizing: border-box; 
}

b, strong{
	 font-family: "Gabarito", serif;
	 font-weight: bold !important;
}

a {
	color:var(--site-color);
	transition: color 0.5s;
	text-decoration: none;
	position: relative;
	display: inline-block;
}


a:hover{
	text-decoration:none;
    opacity: 0.4;
}


p {
	 line-height: 1.5em;
     padding-bottom: 20px;
	 letter-spacing: 0.02em;
}


h1, h2, h3, h4, h5{ 
     font-family: "Gabarito", serif;
	font-feature-settings: 'clig' 0;
	font-style: normal; 
	line-height: 1.2em;
    color: #181818;    

    font-weight: 500;
   
}


h1{
    font-size: 50px;
    margin-bottom: 68px;
}

h2{
    font-size: 32px;
    margin-bottom: 30px;
}

h3{
    font-size: 24px;
    margin-bottom: 20px;
}


img {
	border: 0px;
	max-width:100%;
}

iframe{
	width: 100%;
	
}

.firstlink{
    cursor: pointer;
}
a.btn_site, button.btn_site {
    line-height: 36px;
    font-size: 18px;
    color: #323232;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid;
    cursor: pointer;
    font-weight: 400;
    min-width: 160px;
    display: inline-block;
      padding: 0px 40px;
}

a.btn_site_black, button.btn_site_black {
    line-height: 36px;
    font-size: 18px;
    background-color: #323232;
    color: #FFFFFF;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid;
    cursor: pointer;
    font-weight: 400;
    min-width: 160px;
    display: inline-block;
      padding: 0px 40px;
    
}


a.btn_barre {
    font-size: 16px;
    color: #323232;
    text-align: center;
    box-sizing: border-box;
    padding-left: 64px;  
    padding-right: 0;
    position: relative;  
    transition: padding 0.3s ease; 
}

a.btn_barre::before,
a.btn_barre::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-top: 0.5px solid #323232;
    transition: width 0.3s ease; 
}

a.btn_barre::before {
    left: 3px;
    width: 47px;
}

a.btn_barre::after {
    right: 0px;
    width: 0;
}


a.btn_barre:hover::before {
    width: 0px;  
}

a.btn_barre:hover::after {
    width: 47px; 
}


a.btn_barre:hover {
    padding-left: 0px;  
    padding-right: 64px;
}

a.btn_back{
  background-image: url(/img/btn_back.svg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  top: -50px;
  color: #323232;  
}


a.btn_exit{
  background-image: url(/img/btn_exit.svg);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 30px;
  color: #181818;
  font-size: 16px;
  margin-bottom: 20px;    
 
}
a.btn_membre{
  background-image: url(/img/btn_membre.svg);
  background-repeat: no-repeat;
  background-position: 20px center;
}

a.logo{
  display: block;
  height: 38px;
  width: 160px;
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}

.clear {
	clear: both;
}

*:focus {
    outline: 0;
}

.myhr, hr{
	position: relative;
	width: 100% ;
	background-color: #A49F94;
	height: 1px;
	margin-top: 30px;
	margin-bottom: 50px;
	border: none;
}


.flex_align_center{
	display: flex;
	align-items: center;
}

.dotted_rose:after {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    background-color: var(--site-color);
    border-radius: 50%;
    margin: 0 9px;
    vertical-align: middle;
}


.container_page ul {
    list-style: none;
    margin-bottom: 20px;
}

.container_page ul:not(.breadcrumb) li{
    list-style: none;
    position: relative;
    padding-left: 40px;
    padding-bottom: 4px;
}

.container_page ul:not(.breadcrumb) li:before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #E8336E;
  border-radius: 50%;
  position: absolute;
  left: 24px;
  top: 8px;
}


/*/////////////MENU + MM menu/////////*/


#header_menu_container{
	position: sticky;
	width: 100%;
    z-index: 100;
    background-color: #FFFFFF;
    top: 0px;
    left: 0px;
 
}
#header_menu_container .inside{
    display: flex;
    justify-content: space-between;  
    align-items: center;
    padding-bottom: 20px;
    padding-top: 20px;
}


.header_menu_hamburger{
    width: 240px;
    display: flex;
    justify-content: space-between;  
    align-items: center;
}

.header_menu{
    display: flex;
    gap: 20px;
}

.mm-menu .mm-panel, .mm-listitem--vertical:not(.mm-listitem--opened) > .mm-panel {
    display: block;
}
.mm-menu .mm-panel--parent {
    display: block !important; /* Assure que les sous-menus sont visibles */
}
.mm-menu * {
  border: none !important;
  background-color: #FFFFFF !important;    
}
.mm-listitem::after {
  border-bottom-width: 0px;
}

.mm-menu li.Selected>a{
    opacity: 0.4;
}


.mm_rub_membre{
/*    padding-top: 40px;*/
}
.mm_rub_membre a{
    text-align: left;
    padding-left: 20px;
}
.mm_rub_membre a.btn_membre{
    padding-left: 40px;
}

.rub_principales li{
    font-size: 24px;
    font-weight: 600;
}
.rub_secondaires li, li.childrenme li {
    font-size: 18px !important;
    font-weight: 400;
}

 li.childrenme li a{
    padding: 5px 0px;
}
.rub_secondaires li a{
    padding: 5px 20px;
}
.rub_secondaires {
    padding-top: 60px;
}



/*/////////////MENU EXTRANET/////////*/
#extranet_menu ul  li:before {
  background-color: #FFF;
}
#extranet_menu ul li  {
    padding-left: 0px !important;
}
#extranet_menu ul li ul li{
    padding-left: 20px !important;
}
#extranet_menu ul li a{
    color: #181818;
    font-size: 16px;
}
#extranet_menu ul>li.active>a{
    color: var(--site-color);
}

/*/////////////BREDCRUMB/////////*/

ul.breadcrumb li{
    display: inline;
}

ul.breadcrumb li:before {
    
}
ul.breadcrumb a{
    color: #D8D8D8;
}
ul.breadcrumb a span{
    padding: 0px 8px;
}

/*/////////////COOKIE/////////*/

.cookie-notice .cm-btn.cm-btn-success, .cm-btn-accept-all {
  background-color: #E8336E !important;
  color: #fff !important;
}
.cn-decline, .cn-learn-more, .cm-btn-accept, .klaro .cookie-modal a {
  color: #E8336E !important;
}

/*/////////////LAZYLOAD /////////*/

img:not([src]):not([srcset]) {
  visibility: hidden;
}

.lazy_alpha {
opacity: 0;
}
.lazy_alpha:not(.initial) {
transition: opacity 1.5s;
}
.lazy_alpha.initial,
.lazy_alpha.loaded,
.lazy_alpha.error {
opacity: 1;
}

/*///////////// MEDIAS /////////*/

.container_video {
  
}

 .video_item{
    padding-bottom: 30px;
}
.video_item_titre{
}
.video_item_legende{
    font-size: 14px;
}

.container_galerie{
    padding: 30px 0px;
}

.container_documents{
    
}
.documents_item{
    padding: 10px 0px;
    border-bottom: 1px solid #F0F0F0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.documents_item:first-of-type {
    border-top: 1px solid #F0F0F0;
}

.documents_item_titre{
    
}

/*///////////// CONTAINER /////////*/

.container{
    min-height: 600px;
}
.container_page{
    padding: 100px 0px;
}

.container_item_souspage{
    margin-top: 100px;
}


/*///////////// INSIDE /////////*/

.inside{
     box-sizing: border-box;
	position: relative;
	margin: auto;
	/*width:100%;*/
	max-width: 1106px;
	padding: 0px 20px;
	
}

/*///////////// HEADER /////////*/
.header_line{
    position: absolute;
    left: 60px;
    top: 60px;
}

.header_line_top{
    
}
.header_line_bottom{
    top: auto;
    bottom: 60px !important;
}
.header_line_middle{
    top: 50%;
    transform: translateY(-50%);
}
.header_line_titre{
    background-color: #FFFFFF;
    padding: 10px 15px;
    font-size: 50px;
    display: inline-block;
}
.header_line_titre h1, .header_line_titre h2 {
    font-size: 50px;
    margin-bottom: 0px;
    font-weight: 400;
}

.header_line2{
    margin-left: 160px;
    margin-top: 15px;
}
/*/////////////CONTENT ONEPAGE/////////*/

#content{
    max-width: 100%;
    overflow: hidden !important;
}
.onepage_section{
    position: relative;

}

.section_page{
	position: relative;
	min-height: 500px;
    
}


/*/////////////HOME /////////*/

.home_intro{
    margin-top: 50px;
}
.home_intro p{
    font-size: 28px;
/*	display: inline;*/
    
}
.col_tortue{
    background-image: url('/img/tortue_grise.svg');
    background-position: center center;
    background-repeat: no-repeat;
    
}


.home_box_container{
	padding: 90px 0px;
}


.home_box_image {
  grid-column: 8 / span 6;
  text-align: right;
  margin-right: 30px;
}

.home_projets_immeubles_bloc{
    background-color: #F0F0F0;
}

/*/////////////PAGES/////////*/


/*/////////////NEWS/////////*/



/*/////////////MODULE LISTING/////////*/
.item_listing_col2_container{
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 30px; /* Espacement horizontal */
	row-gap: 60px; /* Espacement vertical */
}

.item_listing_col3_container{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	column-gap: 30px; /* Espacement horizontal */
	row-gap: 60px; /* Espacement vertical */
}

.item_listing{
	display: flex;
	gap: 30px;
}
.item_listing > div{
  flex: 1 1 0%;
}

.item_listing_text{
    display:flex;
    align-content: space-between;
    flex-direction: column;
    font-size: 16px;
}
.item_listing_text > div:last-child {
    margin-top: auto; 
}

.item_listing_image{
    background-position: center center;
    background-size: cover;
}

.item_listing_image img {
  object-fit: cover;
  object-position: center center; 
  width: 100%;
  height: 100%;
}


.item_listing_col3_container .item_listing_image {
      aspect-ratio: 350 / 306;
      margin-bottom: 30px;
}

.item_listing_col2_container .item_listing_image {
      aspect-ratio: 255 / 197;
}

.item_select_page .item_listing_image{
     aspect-ratio: 350 / 279;
}

/*/////////////FOOTER/////////*/


#footer{
    width: 100%;
    position: relative;
    background-color: #F0F0F0;
    font-size: 14px;
    min-height: 200px;
    padding:40px  0px  20px 0px;
}

.footer_intro{
    font-size: 20px;
    font-weight: 500;
    
}
.footer_logo_adresse{
    margin-bottom: 35px;
}

.footer_copyright, .footer_copyright *{
    color: #b5b4b5;
    font-size: 12px;
}

.footer_monoloco{
    text-align: right;
}

.footer_rub{
    text-align: right;

}
.footer_rub ul, .footer_rub ul li {
    list-style: none;
    margin-bottom: 10px;

}
.footer_rub ul li a{
    color: #323232;

}


/*/////////////COLONNE/////////*/

.container_col {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 30px;
}
.container_page .container_col {
    min-height: 300px;
}

.span-1 { grid-column: span 1; }
.span-2 { grid-column: span 2; }
.span-3 { grid-column: span 3; }
.span-4 { grid-column: span 4; }
.span-5 { grid-column: span 5; }
.span-6 { grid-column: span 6; }
.span-7 { grid-column: span 7; }
.span-8 { grid-column: span 8; }
.span-9 { grid-column: span 9; }
.span-10 { grid-column: span 10; }
.span-11 { grid-column: span 11; }
.span-12 { grid-column: span 12; }


/*///////////// GRID /////////*/

.grid {
    max-width: 1144px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-left: -15px;
    margin-right: -15px;
}
.grid-item img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.grid-item {
    float: left;
    box-sizing: border-box;
    margin: 15px; 
    border-radius: 20px;
    overflow: hidden;
}

.grid-item_1_3 {
    width: calc(33.333% - 30px); 
    height: 410px;
}

.grid-item_50_50 {
    width: calc(50% - 30px); 
    height: 410px;
}

.grid-item_2_3 {
    width: calc(66.666% - 30px); 
    height: 410px;
}

.grid-item_vertical {
    width: calc(50% - 30px); 
    height: 850px;
}

.grid-item_full{
    width:  calc(100% - 30px); 
    height: 850px;
}

.grid-item img{
     width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/*///////////// FILTER /////////*/

.filtre{
    text-align: center;
    margin-top: -50px;
    margin-bottom: 50px;

}
.filtre .btn_filtre{
  line-height: 36px;
  font-size: 16px;
  color: #323232;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid;
  cursor: pointer;
  font-weight: 400;
  min-width: 85px;
  display: inline-block;
  padding: 0px 10px;
  margin: 10px 16px;    
    
}
.filtre .btn_filtre.Selected{
    background-color: #323232;
    color: #FFFFFF;
}

/*///////////// TABLE  /////////*/
table {
    width: 100%;
    border-collapse: collapse;
}
tr {
    border-bottom: 1px solid #323232;
}
td {
    padding: 8px;
    border-right: 1px solid #F0F0F0;
}
td:last-child {
    border-right: none;
}

/*///////////// OPEN CLOSE /////////*/
.openclose_box {
	padding: 20px 0px;
    font-size: 14px;
    border-bottom: 1px solid #F0F0F0;
}

.openclose_box_border{

}

.openclose_box .openclose_boxtittle {
    background-image: url(/img/fleche_openclose_right.svg);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
	min-height: 26px;
}

.openclose_box.opened .openclose_boxtittle {
    background-image: url(/img/fleche_openclose_top.svg);
  
}

.openclose_box .openclose_boxtittle h3{
    font-size: 18px;
    margin-bottom: 0px;
}
.openclose_boxitem {
    display: none;
    padding: 10px 0 0 0;
}
.openclose_box.opened .openclose_boxitem {
    display: block;
}
.openclose_box_sections {
    font-size: 18px;
    
}
.openclose_box_sections h3{
    font-size: 24px !important;
}


.openclose_box_sections .documents_item {
    border-top: 1px dashed #F0F0F0;
  border-bottom: 0px; 
}

/*///////////// POPUP/////////*/
.mfp-bg {
  background: #000 !important;
  opacity: 0.6;
}
.mfp-container {
  padding: 100px 40px;
}

.mfp-content {
	background-color: #FFF;
	vertical-align: middle;
	margin:  auto;
	width: 1000px !important;
	max-width: 100%;
	box-shadow: 0 15px 50px 0 rgba(0,0,0,0.20);
    border-radius: 20px;
}



.popup_container{
	padding:95px 75px;
	min-height: 200px;
}

button.mfp-close {
  background-image: url('/img/popup_close.svg');
  background-position: center center;
  background-size: cover;
  height: 60px;
  width: 60px;
  content: '';
  top: -30px;
  right: -30px;
  opacity: 1;
  font-size: 0px;
}




    
/*///////////// SWIPER/////////*/

.swiper {
  position: relative;
	
}

.swiper_fade.swiper {
  overflow: unset !important;
}

.swiper_fade .swiper-wrapper {
  overflow: hidden !important;
}


.swiper-pagination-bullet-active {
  background: #323232;
}

.swiper-button-next::after, .swiper-button-prev::after {
  content: '' !important;
}


.swiper-button-prev {
    background-image: url('/img/fleche_left');
    left: -40px;
}

.swiper-button-next {
    background-image: url('/img/fleche_right');
    right: -40px;
}

.swiper-fleche{
    content: '' !important;
     position: absolute;
    height: 30px;
    width: 16px;
    display: block;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    cursor: pointer;
	background-repeat: no-repeat;
}

.swiper_line_titre h3{
    margin-bottom: 0px;
    }

.swiper-slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide_bg{
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    aspect-ratio: 730 / 421;
    background-color: #FFFFFF;
    
}


.swiper_line{
	position: absolute;
	left: 20px;
	margin: 38px 0px;
	
}

.swiper_line_titre {
  background-color: #FFF;
  padding: 10px 15px;
  display: inline-block;
}

.swiper-pagination {
  position: relative;
  padding-top: 20px;
  
}

.slidecheck_1 .header_line_titre.header_line1 {
    transform: translateX(200px);
    animation: retourPosition 1.5s forwards;
}


.slidecheck_1 .header_line_titre.header_line2 {
    transform: translateX(300px);
    animation: retourPosition2 1.5s forwards;
}

@keyframes retourPosition {
    from {
        transform: translateX(200px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes retourPosition2 {
    from {
        transform: translateX(300px);
    }
    to {
        transform: translateX(0);
    }
}


/*///////////// MAPS /////////*/

#content_map, #map_projets{
	width:100%;
	height: 400px;
	margin-bottom: 140px;
}


/*///////////// contact formulaire/////////*/
form{
	width: 100%;
}
label{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 14px;
	margin-bottom: 10px;
	line-height: 1.2em;
    text-transform: none;
}

input, textarea{
    background-color: #F0F0F0;
}


input[type=text], input[type=email], input[type=password]{
      font-family: "Gabarito", serif;
	width: 100%;
	font-size: 14px;
	padding: 0px 10px;
	box-sizing: border-box;
	line-height: 48px;
	margin-bottom: 15px;
	font-weight: 500;
    border: none;
    letter-spacing: 0.12em;
	border-radius: 3px;
}


textarea{
	 font-family: "Gabarito", serif;
	width: 100%;
	min-height:150px;
	padding: 10px 10px;
	box-sizing: border-box;
	font-size: 14px;
    border: none;
	border-radius: 3px;
	margin-bottom: 25px;
	line-height: 1.4 !important;
}


input[type=text].error, input[type=email].error, textarea.error{
	margin-bottom: 0px;

}



input[type=text]::placeholder, input[type=email]::placeholder,
textarea::placeholder {
    font-family: "Gabarito", serif;
    font-weight: 500;
    letter-spacing: 0.12em;
	font-size: 14px;
}

 input[type=text]::placeholder,input[type=email]::placeholder,
 textarea::placeholder {
	 letter-spacing: 0.10em;
	font-size: 14px;
}
.clearSelect{
letter-spacing: 0.10em;
}

.visible_form{
    margin-top: 20px;
}



label.error {
  color: #FF0000;
  font-size: 15px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}

textarea {
    white-space: pre-wrap;
	overflow: auto;
}

.notification_ok {
    color: #FFF;
}

/*///////////// Mobile /////////*/


.nomobile{
	display: inline-block;
}

.mobile{
	display: none !important;
}




/*///////////// KEY /////////*/

@keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Firefox < 16 */
@-moz-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Internet Explorer */
@-ms-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

/* Opera < 12.1 */
@-o-keyframes fadein {
 from {
opacity: 0;
}
 to {
opacity: 1;
}
}

@media all and (max-width:700px){

.nomobile{
	display: none !important;
}

.mobile{
	display: block !important;
}
    
body, html {
  font-size: 16px;
}
    
h1 {
  font-size: 30px;
}      
h2 {
  font-size: 24px;
} 
h3 {
  font-size: 18px;
}  
/*HOME*/    
.header_line_titre {
  padding: 7px 10px;
}    
.header_line_titre, .header_line_titre h1, .header_line_titre h2 {
  font-size: 30px;
}
.header_line {
  left: 20px;
  top: 20px;
}
.header_line_bottom {
  bottom: 20px !important;
}
.header_line2 {
  margin-left: 20px;
}
.header_line_middle {
  top: 50% !important;
  transform: translateY(-50%);
}
    
.swiper_line {
  margin: 20px 0px;
}    

    
.home_intro {
  margin-top: 20px;
}    
.home_intro p {
  font-size: 24px;
}
.home_box_container {
  padding-top: 45px;
  padding-bottom: 45px;
}
    
.home_box_image {
  grid-column: 1 / span 12;
  margin-top: 20px;
}
    

/*PAGE*/     
.item_listing_col2_container, .item_listing_col3_container {
  grid-template-columns: 1fr;
  gap: 0px;
  row-gap: 10px;
  margin-bottom: 0px;
}
.item_select_page, .item_select{
   margin-bottom: 60px;   
    }
    
.item_listing_col3_container .item_listing_image {
  margin-bottom: 15px;
}
    
.item_listing_link{
    padding-top: 12px;

}
    
.container_item_souspage {
  margin-top: 0px;
}    
.container_page {
  padding: 45px 0px;
}
    
.span-1 { grid-column: span 12; }
.span-2 { grid-column: span 12 }
.span-3 { grid-column: span 12; }
.span-4 { grid-column: span 12; }
.span-5 { grid-column: span 12; }
.span-6 { grid-column: span 12; }
.span-7 { grid-column: span 12; }
.span-8 { grid-column: span 12; }
.span-9 { grid-column: span 12; }
.span-10 { grid-column: span 12; }
.span-11 { grid-column: span 12; }
.span-12 { grid-column: span 12; }

.grid-item{
    width: calc(100% - 30px) !important; 
}
    
.filtre {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}  
.filtre .btn_filtre {
  margin: 10px 8px;
}
    
.container_col {
  gap: 0px;
}
    
.container_page .container_col {
  min-height: 0px;
}    
    
    
.container_galerie {
  padding: 0px 0px 20px 0px;
}
    
    
.col_tortue {
  background-image: none;
}
a.btn_back {
  top: -20px;
}
    
.rub_secondaires {
  padding-top: 20px;
}    
    
#footer .container_col{
  gap: 10px;
}
    
.footer_rub {
  text-align: left;
} 
.footer_logo{
 margin-bottom: 20px;   
}
    

    
}

@media all and (max-width:400px){
	
.swiper {
	height: 300px;
}	
	
}

@media all and (max-width:360px){
	
  .header_line_titre, .header_line_titre h1, .header_line_titre h2 {
    font-size: 20px;
  }
	
.home_intro p {
    font-size: 18px;
  }
	
 h2 {
    font-size: 18px;
  }
	
.footer_intro {
  font-size: 18px;
}
	
	
}



