/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

 /* global */

 @keyframes devis_bouton_shake {
    0% {
      transform: rotate(0deg); }
    10% {
      transform: rotate(5deg); }
    20% {
      transform: rotate(-5deg); }
    30% {
      transform: rotate(5deg); }
    40% {
      transform: rotate(-5deg); }
    50% {
      transform: rotate(0deg); }
    100% {
      transform: rotate(0deg); } }


 #product #wrapper {
    margin-top:1%;
 }


.toune:hover .reinsurance-icon,.toune:hover  .icon-img-rea, .toune:hover  .h3{
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);

}

.btn-default {
    background-color: #c7c2c2!important;
}

p strong {
	color : #7a7a7a;
}

a strong {
	color : #FFF;
}

@media (max-width:576px){
	.col-sm-1{float:left;width:8.33333%;}
	.col-sm-2{float:left;width:16.66667%;}
	.col-sm-3{float:left;width:25%;}
	.col-sm-4{float:left;width:33.33333%;}
	.col-sm-5{float:left;width:41.66667%;}
	.col-sm-6{float:left;width:50%;}
	.col-sm-7{float:left;width:58.33333%;}
	.col-sm-8{float:left;width:66.66667%;}
	.col-sm-9{float:left;width:75%;}
	.col-sm-10{float:left;width:83.33333%;}
	.col-sm-11{float:left;width:91.66667%;}
	.col-sm-12{float:left;width:100%;}
}

/* Variables */
body
{
    --bg-color: #343434;
    --color-blanc : #FFF;
    --color-black : #000;
    --police : 'Grand Hotel', cursive;;
    --orange : #ef7535;
}

#header, .footer-container {
    background-color: var(--bg-color);
}

#header span,  #header .icon, .footer-container p, .footer-container span, .footer-container a, #contact-link .blanc{
    color:var(--color-blanc);
}

 #info_footer p{
    color:#FFF !important;
}

.none {
    display:none;
}

.white {
    color:#FFF;
}


 body {
    font-family: 'Lato',sans-serif;
}

.h1, .h2, .h3 {
      font-family: 'Lato', sans-serif;
  }
  
  .h1, h1 {
      font-size: 2rem;
  }
  
  .h4, .h5, .h6 {
      font-family: 'Lato', sans-serif
  }
  
  .h2, h2 {
      font-size: 1.75rem;
  }
  
  .h2, h2 {
      font-size: 1.5rem;
  }

  .h6, h6 {
    font-size: 1.2rem;
}
  
  p, span, a, label{
      font-family: 'Lato';
      color: #232323;
      font-weight: 400;
      font-size: 1rem;
  }

  p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.flex {display:flex;}

.bold {
    font-weight: bold;
}


.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto!important;
}

.blanc {
   color:var(--color-blanc); 
}

.fond-orange, #header .header-nav, .footer-bottom {
    background-color: var(--orange);
}

.btn-general-bg {
    background-color: #ef7535!important;
    border-radius: 10px;
    font-family: Poppins, sans-serif;
}


.btn-primary {
    background-color: var(--orange);
    border-radius: 10px;
}

.btn-primary.focus, .btn-primary:focus, .btn-primary:hover {
    background-color: #3f1f01;
}

.border-column:after, .block-categories a.h6:after {
    width: 100%;
}

 /* fin global */

 #product .product-description ul, 
 #custom-text ul,
 .articleContent ul, 
 #content.page-cms ul{
    padding-left: 40px;
}
#product .product-description ul li,
#content.page-cms ul li{
    list-style-type: disc;
}
#subcategories .thumbnail-container {
    position: relative;
    padding-top: 10px;
    margin-bottom: 1.563rem;
    margin: 0 .625rem;
    height: 318px;
    width: 257px;
    background: #fff;
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
}

p.subcategory-heading {
    color: #000;
    font-weight: bold;
}

#subcategories .thumbnail-container a {
    display: block;
    text-align: center;
}

#index #content {
    display: flex;
    flex-direction: column;
}

#header .header-nav .baseline {
    margin-top: .9375rem;

}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right
}

#_desktop_cart {
    float: right;
}

/* block cart */
.header-top [class*=" pe-7s-"], .header-top [class^=pe-7s-] {
    font-size: 35px;
}

.cart-preview,
.cart-preview:focus,
.cart-preview:hover,
.cart-preview:active,
.cart-preview:visited
{ 
    outline: none !important;
    font-size: 25px;
}

.cart-preview i{
    font-size: 25px;
}

/*header*/

#header a {
    font-weight: inherit;
}

#header span {
    font-size:14px;
}

#contact-link p {
	font-size:14px;
	text-transform: uppercase;
}

#contact-link .blanc {
    text-transform: uppercase;
}

#header .header-nav #contact-link {
    margin-top: 0.1rem;
}
.search-full form button[type=submit] {
    margin-left: 5px;
}

.breadcrumb {
    padding-top:1%;
    height:auto;
    margin-bottom:0rem;
}

.breadcrumb, .breadcrumb a, .breadcrumb li {
    color: #000; 
}

nav.breadcrumb ol li, nav.breadcrumb ul li {
    margin-left: 10px;
   margin-right: 0px;
}

nav.breadcrumb ol, nav.breadcrumb ul {
    justify-content: start;
    padding-left: 8px;
}



.header_ps_searchbar.left .search-widget,
.header_ps_searchbar.center .search-widget,
.header_ps_searchbar.right .search-widget {
    float: none;
    width: 100%
}

.header_shoppingcart.right #_desktop_cart {
    float: none;
    text-align: center;
}

.logo_center {
    text-align: center;
}

.logo_right {
    text-align: right;
}

.header-top {
    transition: all 0.5s ease 0s;
}

.baseline {
    padding-right: 20px
}

.carousel {
    box-shadow: none;
}


.border-right {
    border-right: 1px solid #dadada;

    /* line-height: 10px; */
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 14px;
    /* padding-top: 4px; */
}

nav.header-nav {
    min-width: 60px;
    min-height: 28px;
}

#header .header-nav {
    max-height: 100px;
}

#header a, .header-nav .baseline, .dropdown-menu, .dropdown .expand-more, #header .header-nav .currency-selector {
    transition: all 0.5s ease 0s;
}

#header .header-nav .right-nav {
    padding-right: 0;
}

.dropdown-menu {

    margin: .825rem 0 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    box-shadow: 0 0px 16px rgba(0, 0, 0, 0.19);
}

span.cart-products-count {
    position: absolute;
    display: block;
    top: -19px;
    margin-left: 20px;
    width: 20px;
    text-align: center;
    font-size: 13px;
    border-radius: 16px;
    line-height: 21px;
}

.material-icons.shopping-cart {
    font-size: 32px;
}

.search-full {
    margin-top: 0px;
    float: right;
    padding-left: 0%;
}

.header_ps_searchbar  {
    margin-top: auto;
    margin-bottom: 1%;
}

/*
  seopresta_account
*/

#seopresta_account span.separator {
    padding: 10px;
    display: block;
}

#seopresta_account .material-icons {
    font-size: 32px;
    color: #7a7a7a
}

/*
  PS banner
*/
.ps_banner span {
    display: block;
    position: absolute;
    margin-top: 11%;
    left: 46%;
    z-index: 1;
    font-weight: 400;
    font-size: 30px;
    color: #484848;
}


/* Newsletter */
#block-newsletter-label {
    font-weight: 400;
    font-size: 30px;

    /* padding-bottom: 11px; */
    /*color: #484848;*/
}

.block_newsletter p {
    /*color: #484848;*/
    font-weight: 100;
    font-size: 13px;
    text-align: left !important;
}
.block_newsletter .form-check-label {
    padding-left: 0 !important; 
    margin-top: 10px;
}

@media (max-width: 1200px){
    /* under 1200px */
    .newsletter_content p{
        font-size: 24px;
        line-height: 30px;
        text-align: justify;
    }

    .banner .newsletter_content{
        margin-top: -56%;

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

    .newsletter_content p{
        font-size: 30px;
        text-align: center;
        line-height: 40px;
        text-align: justify;
    }

    .banner .newsletter_content {
        position: absolute;
        margin-top: -12%;
        margin-left: 15%;
    }
    
}
.ps_banner .simpleParallax {
    max-height: 600px;
}

#wrapper .banner img {
    margin: 0 auto;
    display: block;
}

.block_newsletter p.alert {
    margin-top: 20px;
}

/*Footer*/

#footer .footer-container {
	padding-right: 0px;
    padding-left: 0px;
}

.chiffrereinsurance {
    font-size: 2rem;
    font-family: 'Montserrat',sans-serif;
}

.footer-container li a, .footer-container li span.obfuscate, .footer-container, .footer-container a, .footer-container p {
    font-size: 12px;
}

#home_content .material-icons {
	font-size:16px;
}

p.text-uppercase.block-contact-title {
    font-size:1rem;
}
#reassurance-tw {
    display: flex;
    justify-content: space-around;
}

#reassurance-tw li i.fa {
    font-size: 30px;
}



ul#footer_sub_menu_simple {
    display: flex;
    justify-content: space-between;
}

.footer-container .social-links {
    font-size: 22px;
}


.footer-container .social {
    display: -ms-flexbox;
    display: block;
    margin-left:45%;
}

#info_social {
       
}

.footer-bottom p, .footer-bottom a{
    font-size:14px;
    color:#FFF;
    line-height:1rem;
    margin-top: 0.1rem;
}

.footer-container .blocklinksfirst img {
	    margin-bottom: 1rem;
}



/* product list */
.accordeon {
    cursor: pointer;
}

.more-description {
    color:#FFF !important;
}

.product-desc-list{
    font-size: 13px;
    margin-bottom: 5px;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(0,0,0,.125);
    min-height: initial;
}

 .seo-description  {
    columns: 2;
}

#category-description {
    height:100px;
}

.card-header:after {
        background: transparent;
}

/* Home */

#index #wrapper h1, #index h2, #index .h2 {
    color: #343434;
}
.homeslider img {
    width: 100%;
}

.slide-text {
    top: 35%;
    left: 8%;
}

#text-presentation {
     column-count: 2;
     column-gap: 50px;
}

p.reinsurance-text {
    text-align: center;
    line-height: 24px;
    color: #000000;
}

@media (min-width: 768px) {
img.icon-img-rea {
    margin-top: 0%; 
    position: initial;
    margin-bottom: 21px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.reinsurance-icon {
    padding-top: 0px;
    margin-bottom: 21px;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
}

/* leftcolum */

#search_filters, #search_filters_brands, #search_filters_suppliers {
    background: none;
}

#left-column .border-column {
 display: inline; 
}

.block-blog  {
    background: transparent;
}


.block-categories .category-sub-menu li[data-depth="0"]>a {
    font-weight: normal; 
        border-bottom: 2px dotted #000;

}

.block-categories a.h6 {
    font-size: 1.2rem;
}

.block-categories .category-sub-menu li {
    margin-bottom: 0px; 
}

.block-categories .category-sub-menu {
    margin-top: 0rem;
}

.block-categories a.h6, #recent_article_smart_blog_block_left a.h6, #tags_blog_block_left h4 a{
    display: inline;
    text-transform: uppercase;
}
.sdsbox-content .recentArticles li, .sdsbox-content .popularArticles li  {
    border-bottom: 2px dotted #000 !important;
}

.sdsbox-content .recentArticles li a, .sdsbox-content .popularArticles li a {
    font-size: inherit;
}

.contact-rich {
     color: #000; 
}

.contact-rich .block {
    align-items: center;
}

.contact-rich hr {

    border-top: 2px dotted #000 !important;
}
/* fin left column

/* category */

#category .category-cover {
    max-height: 450px;
}

#category .category-cover:before {
    background: rgba(0,0,0,.2) none repeat scroll 0 0;
}

#category .category-cover h1, #category .category-cover p {
    color:var(--color-black);
}

#category .block-category {
    background-color: rgba(255, 255, 255, 0.5);
}

.souscategorie img {
    padding : 0px 1%;
}

.product-title-category {
    float:left;
}

#products .thumbnail-container,.product-miniature .thumbnail-container {
    position: initial;
    height: auto; 
}

#products .product-description,  .product-miniature .product-description {
    float: right;
    margin-top: 1%;
}
.souscategorie {
    display:flex;
    justify-content: space-around;
}

#products .thumbnail-container .h3 {
    font-size: 2rem;
}

/* fin catégorie */

/* blog */
#font {
    width: 100%;
    height: 350px;
    position: relative;
}

.articleContent {
    background-color: transparent;
}

.articleContent img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.fondombre {
    background: url('https://www.floorz.fr/themes/child_seoprestatheme/assets/img/pattern-overlay.png') repeat scroll 0 0 rgba(0,0,0,.2);
    height: 350px;
    align-items: center;
    justify-content: center;
    display: flex;
}

.title_block h1 {
        font-family: 'Lato';
    font-size: 36px;
    font-weight: bolder;
    color:#FFF;
}

.sdsarticle-des {
    color: inherit;
    font-size: inherit;
}


#sdsblogCategory p, #sdsblogArticle p {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
}

.sdstags-update .tags {
    float: none;
}

.sdstags-update {
    display: block;
    text-align: center;
}

#articleShareThis p {
    text-align: center;
}

 .addthis_toolbox {
    text-align: center;
}

#module-smartblog-category .sdsarticleHeader {
    margin-top: -94px;
}

.sdsarticleHeader {
    position: initial;
    background: rgba(0,0,0,.6);
    padding: 15px;
    max-width: 100%;
    display: block;
    color: #fff;
    text-align: center;
    margin-top: 0px !important;
}

.sdsarticleHeader i.icon {
    color: #FFF;
}

#pagination_bottom{
        margin-left: 33%;
}

#module-smartblog-details #content-wrapper .btn, #cms #content-wrapper .btn{
    color: #fff;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    border-radius: 0px;
       padding: 0px 5px;
    font-size: 16px;
    line-height: 22px;
        vertical-align: baseline;
}


#module-smartblog-details #content-wrapper .btn-default,  #cms #content-wrapper .btn-default {
    letter-spacing: 0;
}

#module-smartblog-details #content-wrapper .btn-default:hover,
#module-smartblog-details #content-wrapper .btn-default:active,
#cms #content-wrapper .btn-default:hover,
#cms #content-wrapper .btn-default:active
 {
  letter-spacing: 2px;
    background-color: transparent !important;
    color: #7a7a7a !important;
}

#module-smartblog-details #content-wrapper .btn-default:after,
#module-smartblog-details #content-wrapper .btn-default:before,
#cms #content-wrapper .btn-default:after,
#cms #content-wrapper .btn-default:before {
  backface-visibility: hidden;
  bottom: 0px;
  content: " ";
  display: block;
  margin: 0 auto;
  position: relative;
  transition: all 280ms ease-in-out;
  width: 0;

}

#module-smartblog-details #content-wrapper .btn-default:hover:after,
#module-smartblog-details #content-wrapper .btn-default:hover:before,
#cms #content-wrapper .btn-default:hover:after,
#cms #content-wrapper .btn-default:hover:before {
    border: 1px solid #7a7a7a;
  backface-visibility: hidden;
  border-color: #7a7a7a;
  transition: width 350ms ease-in-out;
  width: 100%;
   margin: 2px 0px;
}

#module-smartblog-details #content-wrapper .btn-default:hover:before,
#cms #content-wrapper .btn-default:hover:before {
  bottom: auto;
  top: 0;
  width: 100%;
  margin: 2px 0px;
}

.sdsarticleBottom {
    text-align: center;
}

#module-smartblog-details .articleContent img{
        margin-bottom: inherit;
}

#module-smartblog-details .title_block h1 {
    text-align: center;
}

/* fin blog */

/*product */
#product .carousel .carousel-inner {
    height: auto;
}

#image-product-bottom {
    max-width: 1100px;
    margin: 0 auto;
    justify-content: space-between;
}


@media (min-width: 768px){
    #product .carousel .carousel-item img {
        width:auto;
    }

    #product .tabs {
    margin-top: 0rem;
    max-width: 1100px;
    margin: 0 auto;
     padding: 0rem;
    }
}

.tabs .nav-tabs .nav-item {
    background-color: #ef7535;
    color: #FFF;
    padding-left:1%;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    color: #FFF;
    padding: 0px 2px;
}



.tabs .nav-tabs .nav-link {
    color: #FFF;
}

.devis {
    font-weight:700;
    cursor: pointer;
}

.nav-tabs .nav-item.open .nav-link, .nav-tabs .nav-item.open .nav-link:focus, .nav-tabs .nav-item.open .nav-link:hover, .nav-tabs .nav-link.active, .nav-tabs .nav-link.active:focus, .nav-tabs .nav-link.active:hover {
    background-color: transparent;
}

.tabs .nav-tabs .nav-item:hover, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:active {
    background-color: #343434;
}

/* menu */

.headerfull {
    background-color: transparent;
    padding-top: 1%;
}
.wsmenu>.wsmenu-list>li>a{
    background-color: #343434 !important;
}


.wsmenu>.wsmenu-list>li>.navtext>span+span {
    color:#FFF !important;
}

.wsmenu>.wsmenu-list>li>a, .wsmenu>.wsmenu-list>li>span.obs {
	padding: 0px !important; 
}

.wsmenu>.wsmenu-list>li:last-child>.navtext>span+span, .wsmenu>.wsmenu-list>li:nth-child(8)>.navtext>span+span  {

   color: #ef7535 !important;
}



/* CMS */
#cms .page-header {
    display:none;
}
#cms h1 {
    text-transform: uppercase;
}
.page-content.page-cms {
    padding: 10px;
}

#cms #content-wrapper img {
    width: 100%;
    height:auto;

}

#cms #content-wrapper  {
    max-width: 997px;
}

#cms h2, #module-smartblog-details h2 {
    border: #7a7a7a solid .5px;
    padding: 10px;
    width: 70%;
    margin: 10px auto;
    text-align: center;
    color: #7a7a7a;
}

#cms h1 {
    border-bottom : 2px solid #000;
    display: inline;
}
/* footer */
#module-demandedevis-formulairedevis .form-check-input {
    margin-left: 0px;
}

.vert .carousel-inner {
    height: 125px;
}

.vert .carousel-item.next .carousel-item.left,
.vert .carousel-item.prev.carousel-item.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

}

.vert .carousel-item.next,
.vert .active.carousel-item.right {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0 0);
            transition: opacity 3s ease-in-out;
}

.vert .carousel-item.prev,
.vert .active.carousel-item.left {
	-webkit-transform: translate3d(0,0, 0);
        transform: translate3d(0, 0, 0);
}


.vert .carousel-item img {
  opacity:0;
  transition: opacity 1s ease-in-out;
  max-width:160px !important;
  margin: 0px !important;
}

.vert .carousel-item.active img{
			opacity: 1 ;
            transition: opacity 2s ease-in;
}

.social .icon {
	font-size: 1.5rem;
}


#scroll_to_top {
    position: fixed;
    width: 80px;
    height: 80px;
    bottom: 50px;
    left: 30px;
    z-index: 99;
    animation: bounce 2s infinite;
    display: none;
}


/* page contact */
.contact-form {
	padding :1% 1% 0 1%;
}

/* page devis */

body#checkout section#content, body#module-demandedevis-formulairedevis section#content {
    margin-bottom: 1.563rem;
}

#module-demandedevis-formulairedevis .h6 {
    margin-top: 2%;
    margin-bottom: .5rem;
}

#module-demandedevis-formulairedevis .form-check-input {
     position: absolute; 
    margin-top: .25rem;
     margin-left: -1.25rem; 
}

#module-demandedevis-formulairedevis label {
    text-align: left;
    display: block;
}

#module-demandedevis-formulairedevis .form-check-input {
    margin-top: .55rem;
}

.card-block {
    padding: 1.25rem 1.25rem .5rem;
}


.card {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
}
/* fin page devis */

/* mobile */
@media (max-width: 767px){
	.footer-container .blocklinksfirst img {
	    padding: .625rem;
	    margin-bottom:0rem;
	}

	.footer-container .links .noborder {
    border:none;
	}

	.carousel {
    margin-bottom: 0rem;
	}

	.footer-container .social {
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-left:0px;
	}

	#news {
		padding: .625rem;
	}

	#header {
	    height: 100px;
	}
}

@media (max-width: 575px) {
	#content-wrapper, #left-column {
	    margin-top: 5%;
	}

	  #products .thumbnail-container .h3 {
    font-size: 1rem;
	}

	#products .product-description, .featured-products .product-description, .product-accessories .product-description, .product-miniature .product-description {
    height: 50px;
	}

	.btn-primary, .btn-secondary, .btn-tertiary {
    font-weight: 400;
    padding: .5rem;
	}

	#category-description {
    margin-bottom: 2%;
	}

	.h1, h1 {
    font-size: 1.5rem;
	}

	.h2, h2, .title_head .h2, .title_head h2 {
    font-size: 1.2rem;
	}

	.social-sharing li {
    height: 1.5rem;
    width: 1.5rem;
    background-size: 1rem 1rem;
	}

	#module-smartblog-details #content.container, .sdsarticle-des {
		padding-left : 0px;
		padding-right : 0px;
	}

	.title_block h1 {
    font-size: 1.5rem;
    padding: 0px 10px;
	}

    .headerfull, .wsmenu>.wsmenu-list>li>ul.sub-menu, .wsmenu>.wsmenu-list>li>.wsmegamenu, .wsmobileheader, .wsmenu>.wsmenu-list>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a, .wsmenu>.wsmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>span.obs, body.wsactive, .wsmenu>.wsmenu-list>li>.wsmegamenu span.a {
    background-color: #343434;
    }

}

  @media (min-width: 425px) {
.logos {
          display:none;
      }

}

.wsmobileheader {

height:initial;

}

  @media (max-width: 425px) {

    .logos {
        display: flex;
        background-color: #ef7535;
        position: fixed;
        bottom: 0%;
        width: 100%;
        height: 50px;
        justify-content: space-around;
        line-height: 50px;
        z-index: 999;
        
    }

    .img-tw-home-columns{

        float:left;
        width: 40%;
        height:auto;

    }

    #coronabar.cb-position-bottom {
    bottom: 0;
    box-shadow: inset 0 2px 0 0 #fbb03b;
    display: none;
    }

    #text-presentation {
        column-count: 1;
    }
}
    


@media screen and (max-width: 800px) {
    .wow{
        animation-name: none !important;
        visibility: visible !important;
    }
}


/* corona */
#coronabar .cb-step-desc, #coronabar .cb-step-name {
    display: block;
    color: #FFF;
}