.dp50 {width:50%; float:left;}
.dp75 {width: calc(100%*(2/3)); float:left;}
.dp25 {width:calc(100%*(1/3)); float:left;}
.dp50.pdr {padding-right:45px;}
.dp50.pdl {padding-left:45px;}
.dp75.pdr {padding-right:25px;}
.dp75.pdl {padding-left:25px;}

* {
    -webkit-overflow-scrolling: touch;
}

#columns
{
    padding-bottom: 0;
}

#landing-page-v12 .mapou.grey , #landing-page-v12 .mapou.grey .container {
    background-color: #f2f2f2;
}

#landing-page-v12 h2 {
    font-size: 35px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px!important;
    margin-top: 0!important;
    margin-bottom: 30px!important;
    color: #000;
    padding-top: 15px!important;
}

#landing-page-v12 img {
    max-width: 100%;
}




#landing-page-v12 .section h2 {
    padding-top: 0!important;
}

#landing-page-v12 p:not(.product-item-desc), #landing-page-v12 ul  {
    font-size: 23px;
margin-bottom: 40px;
margin-top: 30px;
}

#landing-page-v12 hr {
    margin-top: 40px;
    margin-bottom: 60px;
    width: 600px;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    border: 0;
    border-top: 10px solid #000;
}

#landing-page-v12 hr.noborder {
    border: 0;
}


#landing-page-v12 .button-group {
    display: flex;
    justify-content: center;
    padding: 25px;
    padding-bottom: 15px;
    //position: sticky;
    //top: -10px;
    //z-index: 100;
    //background-color: #fff;
}

#landing-page-v12 .button-group .btn{
    margin: 0 10px;
    font-size: 16px
}

#landing-page-v12 .button-group .btn.is-checked {
    color: #B10923;
    background-color: #fff;
    border: 1px solid #B10923;
}


#landing-page-v12 .btn-white:hover {
    color: #B10923;
    background-color: transparent;
    border: 1px solid #B10923;

}

#landing-page-v12 .btn-white {
    color: #525252;
    background-color: transparent;
    border: 1px solid #525252;

}

#landing-page-v12 .btnlanding {
    width: 300px;
    max-width: 90%;
    padding: 10px;
    margin: 0 auto 15px auto;
    display: block;
    display: flex;
    align-items: center;
    font-size: 15px;
    justify-content: center;
    background: black;
    font-size: 25px;
    height: 57px;
    margin-top: 50px;
    letter-spacing: 3px;
}

#landing-page-v12 .see-more-link {
    font-size: 18px;
    margin-left: 10px;
}
@media (max-width: 1540px)
{
    #center_column .container {
    padding: 0;
    }
}
@media  (max-width: 991px){
    .dp50 {width:100%; float:none;}
    .pdr {padding-right:0!important;}
    .pdl {padding-left:0!important;}
    .dp75 {width: 100%; float:none;}
    .dp25 {width: 100%; float:none;}
    #landing-page-v12 h2
    {
        display: flex;
        flex-direction: column;
            font-size: 28px;

    }
}

.container
{
    height: auto!important;
}

.container.grey
{
    background-color: #f2f2f2;
}

#center_column>.container
{
    width: 100%;
    max-width: 100%;
}

#landing-page-v12 .cpheader
{
    background-image: url('https://www.cyclable.com/wp-content/uploads/2020/04/header-brompton.jpg');
    position: relative;
    color: white;
    padding: 0 15px;
    padding-bottom: 15px;
    background-size: cover;
    background-position: center bottom;
}

#landing-page-v12 .cpheader:before
{
    background-color: black;
    opacity: 0.30;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
}

#landing-page-v12 .cpheader>*
{
    position: relative;
}

#landing-page-v12 .cpheader h1
{
    font-weight: bold;
    border: 0px solid white;
    padding: 30px 40px;
    display: inline-block;
    margin-top: 90px;
    margin-bottom: 90px;
    font-size: 35px;
letter-spacing: 4px;
    text-transform: uppercase;
        width: 100%;
color: black;
}

#landing-page-v12 .cpheader .blockhead
{
    border: 3px solid white;
    display: inline-block;
    margin: auto;
    margin-top: 80px;
    margin-bottom: 80px;
    max-width: calc(100% - 30px);
}

#landing-page-v12 .cpheader .blockhead h1
{
    margin: 0;
    background-color: white;
    padding:30px 15px;
}

#landing-page-v12 .cpheader .blockhead h1 img
{
    height: 101px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

#landing-page-v12 .cpheader .blockhead ul
{
    display: flex;
    list-style: none;
    align-items: center;
    font-size: 16px;
    letter-spacing: 3px;
    text-transform: uppercase;
    justify-content: center;
    padding: 15px;
    margin: 0;
}


#landing-page-v12 .cpheader .blockhead ul li
{
    list-style: none;
    padding: 0;
    text-align: center;
    display: flex;
    align-items: center;
}

#landing-page-v12 .cpheader .blockhead ul li:not(:last-of-type)::after
{
    content:" | ";
    color: white;
    margin: 0 10px;
}

@media screen and (max-width: 991px){
    #landing-page-v12 .cpheader .scrollBtn {
        position: relative;
        display: inline-block;
        transform: translate(0, -50%);
        color: #fff;
        letter-spacing: 1px;
        padding-top: 45px;
        margin-top: 40px;
        font-size: 14px;
    }

    #landing-page-v12 .cpheader .scrollBtn span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        box-sizing: border-box;
    }
    #landing-page-v12 .cpheader .blockhead ul
    {
        justify-content: flex-start;
        flex-wrap: wrap;
        justify-content: center;
    padding: 0 15px;
    }

    #landing-page-v12 .cpheader .blockhead ul li
    {
        display: flex;
        justify-content: space-around;
        min-width: 200px;
        width: 100%;
        padding: 7px;
        font-size: 16px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #landing-page-v12 .cpheader .blockhead ul li:not(:last-of-type)
    {
        margin-bottom: 0;
        border-bottom: 1px solid;

    }

    #landing-page-v12 .cpheader .blockhead ul li:not(:last-of-type)::after
    {
        display: none;
    }

}


#landing-page-v12 .cpheader .blockhead ul li a
{
    color: white;
    padding: 2px 0px;
}

#landing-page-v12 .cpheader .blockhead ul li a::first-letter
{
    text-transform: uppercase;
}

#landing-page-v12 .cpheader .blockhead ul li a:hover,
#landing-page-v12 .cpheader .blockhead ul li a:focus,
#landing-page-v12 .cpheader .blockhead ul li a:active
{
    text-decoration: underline!important;
}

@media screen and (max-width: 991px){
    #landing-page-v12 ul.redbullet
    {
        -webkit-column-count: 1; /* Chrome, Safari, Opera */
          -moz-column-count: 1; /* Firefox */
          column-count: 1;
    }

    #landing-page-v12 .section
    {
        padding: 20px 20px;
    }

    #landing-page-v12 .cpheader .blockhead ul li a:hover,
    #landing-page-v12 .cpheader .blockhead ul li a:focus,
    #landing-page-v12 .cpheader .blockhead ul li a:active
    {
        text-decoration: none!important;
    }

}

@media screen and (max-width: 991px){
    #landing-page-v12 .cpheader h1
    {
        font-size: 26px!important;
            padding: 30px 20px!important;
    }
    #landing-page-v12 .cpheader p
    {
        font-size: 16px;
            padding: 0;
            max-width: 100%;
    }

    #landing-page-v12 .cpheader .blockhead
    {
        width: 100%;
    }

    #landing-page-v12 .cph2
    {
            font-size: 25px;
    }

    #landing-page-v12 .cph3
    {
            font-size: 22px;
    }
}


#landing-page-v12 .cpheader h1 img
{
    margin-bottom: 20px;
}

#landing-page-v12 .dynamicMoreLink
{
    margin-bottom: 25px;
}



#landing-page-v12 .section
{
    padding: 31px 20px!important;
}

#landing-page-v12 .mapou:nth-child(odd)
{
    background-color: #f7f7f7!important;
}

#landing-page-v12 .mapou:nth-child(odd) .section
{
    background-color: transparent!important;
}

#landing-page-v12 .mapou.small .section, #landing-page-v12 .mapou.small, #landing-page-v12 .mapou.products, #landing-page-v12 .mapou.products .section
{
    background-color: #FFF!important;
}

.see-more-link
{
    display: block;
    text-align: right;
}


#landing-page-v12 .section>p:last-of-type
{
    margin-bottom: 0;
}

#landing-page-v12 .mapou+.section
{
    padding-bottom: 0!important;
}

#landing-page-v12 .container .section
{
    padding-left:0;
    padding-right:0;
}

.flexListProduct
{
    margin-bottom: 30px;
}


.flexListProduct .ajax_block_product
{
    padding: 0px 10px!important;
}

 #product_list .ajax_block_product .item-wrapper .product-item-hover
{
    width: calc(100% - 20px);
}

.ajax_block_product .item-wrapper
{
    outline: 0;
}

.mapou #product_list
{
    display: block;
    position: relative;
    width: 100%!important;
}

.mapou .flexListProduct #product_list
{
    min-height: 445px;
}

#landing-page-v12 .mapou #product_list li
{
    float: left;
    flex: none;
    width: 425px;
}

#landing-page-v12 .mapou .flexListProduct #product_list li
{
    float: left;
    flex: none;
    width: 330px;
    height: 405px!important;
}


#landing-page-v12 .img-bottom
{
    max-height: 400px;
    overflow: hidden;
}

#landing-page-v12 .img-bottom .img-full-with
{
    width: 100%;
    object-fit: cover;
}

#landing-page-v12 .block-conseil
{
    padding: 30px;
    border-left: 3px solid #B1091F;
    margin-top: 30px;
    background: #fff;
}

#landing-page-v12 .block-conseil ul.redbullet
{
    padding-left: 0;
    margin-bottom: 0;
}

#landing-page-v12 .block-conseil
{
    padding: 20px 30px;
    border-left: 4px solid #B1091F;
    margin-top: 30px;
    background: #fff;
}


#landing-page-v12 ul.redbullet li
{
    margin-bottom: 20px;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
}

#landing-page-v12 ul.redbullet li:last-of-type
{
    margin-bottom: 0;
}

#landing-page-v12 ul.redbullet li:before {
    content: url('/themes/cyclable_v4/css/img/svg/Check.svg');
    margin-right: 15px;
}

#landing-page-v12 .linesProducts {
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

#landing-page-v12 .linesProducts.loading {
    opacity: 0.2;
}

#landing-page-v12 .rules
{
    margin-top: 20px;
margin-bottom: 20px;
}

#landing-page-v12 .rules .block
{
    //border: 1px solid #dfdad5;
    float: none;
    margin: 0 auto;
    margin-bottom: 0;

}

#landing-page-v12 .rules .header
{
    background-color: #efefef;
    color: #77705a;
    min-height: 75px;
    display: flex;
    padding: 0 25px;
    position: relative;
    cursor: pointer;
    border-bottom: 2px solid #dfdad4;
    align-items: center;
}

#landing-page-v12 .rules .header i:first-of-type {
    order: 1;
    margin: auto 0;
    margin-right: 20px;
    font-size: 24px;
    display: block;
}

#landing-page-v12 .rules .header h3,
#landing-page-v12 .rules .header i
{
    font-size: 20px;
    color: #77705a;
    margin: auto 0;
    vertical-align: middle;
    padding: 0;
    border: 0;
    height: auto;
    line-height: normal;

}

#landing-page-v12 .rules .header.red h3,
#landing-page-v12 .rules .header.red i
{
    color: #b5131d;
    font-size: 25px;
}



#landing-page-v12 .rules .header h3
{
    margin: 0!important;

}

#landing-page-v12 .rules .header i
{
    font-size: 24px;
    margin-right: 20px;
}

#landing-page-v12 .rules .header i
{
    order: 3;
    margin-left: auto;
    font-size: 35px;
        margin-right: 0;
}

#landing-page-v12 .rules .header i:first-of-type
{
    order: 1;
    margin: auto 0;
    margin-right: 20px;
    font-size: 24px;
}

#landing-page-v12 .rules .header h3
{
    order: 2;
}

#landing-page-v12 .rules .content
{
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;

}

#landing-page-v12 .rules .content>.content
{
    padding: 15px 0;
    max-width: 100%;
}

#landing-page-v12 .rules .content.collumn
{
    flex-direction: column;
}

#landing-page-v12 .rules .content.collumn .redbullet
{
    margin-bottom: 0;
    width: 100%;

}

#landing-page-v12 .rules .content .cont-img
{
    //flex: 1 1 250px;
        flex: 1;
}

#landing-page-v12 .rules .content .cont-img img
{
    width: 100%;
    min-width: 125px;
}

#landing-page-v12 .rules .content .text
{
    margin-top: 0;
}

#landing-page-v12 .rules .content .text h3
{
    font-size: 20px;
    font-weight: bold;
}

#landing-page-v12 .rules .content .text p
{
    font-size: 16px;
    margin: 0;
}

#landing-page-v12 .rules .cyclassur .content .text p {
    margin-bottom:  15px;
    font-size: 18px;
}

#landing-page-v12 .rules .cyclassur .content .text p:last-of-type {
    margin-bottom: 0;
}

#landing-page-v12 .rules .content .imgs
{
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
}

#landing-page-v12 .rules .content .imgs img
{
    max-width: calc(100%/3 - 50px);
    height: 225px;
}

#landing-page-v12 .rules .cyclassur img
{
    max-width: 100%;
    margin: 25px 0;
}

#landing-page-v12 .rules .content .btn
{
    width: 100%;
    max-width: 375px;
    font-size: 14px;
}



#landing-page-v12 nav.inside,
#landing-page-v12 nav.inside .container
{
    background-color: #f7f7f7!important;
    padding: 0!important;
}

#landing-page-v12 nav.inside
{
    padding: 19px 0 50px 0!important;

}

#landing-page-v12 #conseils .section
{
    padding-top: 50px;
    padding-bottom: 50px;
}

#landing-page-v12 nav.inside ul
{
    display: flex;
    list-style: none;
    padding: 0;
    overflow: auto;
    flex-wrap: wrap;
    margin: 0;
        text-align: center;
    justify-content: space-around;
    margin-bottom: 0;
}

/*
#landing-page-v12 nav.inside ul::after {
  content: "";
  max-width: 100%;
  margin-bottom: 15px;
  position: relative;
  flex: 0 0 calc(100%/3 - 11px);
  height: 200px;
}
*/

#landing-page-v12 .cpheader .scrollBtn {
    display: none;
}



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

    .showLessOrMore {
        box-shadow: inset 0 -9px 10px -10px grey;
    }

    #landing-page-v12 .cpheader
    {
        background-image: url('https://www.cyclable.com/wp-content/uploads/2020/04/header-brompton-mobile.jpg');
        background-position: center;
    }

    .flexListProduct .ajax_block_product:first-of-type
    {
        padding-left: 0px!important;
    }

    .flexListProduct #product_list .ajax_block_product .item-wrapper:first-of-type .product-item-hover
    {
        width: calc(100% - 10px);
    }



    #landing-page-v12 .cpheader .scrollBtn {
        position: relative;
        display: inline-block;
        transform: translate(0, -50%);
        color: #fff;
        letter-spacing: 1px;
        padding-top: 45px;
        margin-top: 40px;
        font-size: 14px;
    }

    #landing-page-v12 .cpheader .scrollBtn span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        transform: rotate(-45deg);
        box-sizing: border-box;
    }
}

@media screen and (max-width: 991px){
    #landing-page-v12 nav.inside ul
    {
        justify-content: space-around;
    }



    #landing-page-v12 nav.inside ul::after {
      display: none;
    }

    .inside,
    .inside .container
    {
        padding: 30px 0 30px 0;
    }
}

#landing-page-v12 nav.inside ul li
{
    display: flex;
    list-style: none;
    padding: 0;
    max-width: 100%;
    margin-bottom: 15px;
    flex: 0 0 calc(100%/3 - 11px);
    height: 195px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

#landing-page-v12 nav.inside ul li::after {
    background-color: #000;
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    content: "";
    width: 100%;
    height: 100%;
}

.btn-contact
{
    line-height: 25px;
}

#landing-page-v12 .btn-contact i
{
    display: block;
    font-size: 25px;
    margin-bottom: 10px;
}

.group-contact
{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-contact .btn-contact
{
    margin: auto;
}

.group-contact .btn-contact:first-of-type
{
    margin-bottom: 25px;
}

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



    #landing-page-v12 nav.inside ul li
    {
        flex: 0 0 400px;
        max-width: 90%;
        margin-right: 0;
        margin-bottom: 25px;
    }

    #landing-page-v12 nav.inside ul li:last-of-type
    {
        margin-bottom: 0;
    }
}


#landing-page-v12 nav.inside ul li a:first-of-type
{
    display: block;
    width: 100%;
}


#landing-page-v12 nav.inside ul li a:first-of-type img
{
    width: auto;
height: 100%;
}

#landing-page-v12 nav.inside ul li span
{
    position: absolute;
    bottom: 25px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: calc(100% - 40px);
    left: 15px;
    z-index: 1;
}

#landing-page-v12 nav.inside ul li span i
{
    display: block;
    font-size: 45px;
    margin-bottom: 15px;
}




#landing-page-v12 nav.inside ul li a:last-of-type
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 1;
    background: white ;
        opacity: 0;
}

#landing-page-v12 nav.inside ul li.phone a:last-of-type
{

        display: none;
}

#landing-page-v12 nav.inside ul li a:last-of-type:hover,
#landing-page-v12 nav.inside ul li a:last-of-type:focus,
#landing-page-v12 nav.inside ul li a:last-of-type:active
{
        opacity: 0.2;
}




@media (max-width: 1000px) {
    #landing-page-v12 nav.inside ul li.phone a:last-of-type
    {

            display: block;
    }
    #landing-page-v12 .rules .block
    {
        width: 100%;
        margin: 0!important;
        margin-bottom: 25px!important;
    }

    #landing-page-v12 .rules .header
    {
        padding: 10px 15px;
    }

    #landing-page-v12 .rules .content
    {
        padding: 15px;
    }
}



@media  (max-width: 991px){

    #landing-page-v12 .rules .header h3, #landing-page-v12 .rules .header i
    {
        padding: 0!important;
    }

#landing-page-v12 .js-carousel
{
    width: 100%;
}

#landing-page-v12 .rules .content .cont-img
{
    width: 100%;
    padding: 15px;
    text-align: center;
}

#landing-page-v12 .rules .content .cont-img img
{
    max-width: 150px
}
    #landing-page-v12 .rules .content>.content
    {
        flex-direction: column;
    }
    #landing-page-v12 .rules .content .text {
    padding-left: 0;
}
    #landing-page-v12 .rules .content.collumn .redbullet
    {
        padding-left: 0;
    }
    #landing-page-v12 .rules .content .imgs
    {
        display: block;
        text-align: center;
    }
    #landing-page-v12 .rules .content .imgs img
    {
        max-width: 300px;
        height: auto;
        width: 100%;
        display: inline-block;
        margin-top: 20px;
    }

    #landing-page-v12 header
    {
        background-image: url('https://www.cyclable.com/wp-content/uploads/2018/11/header-desktop-objets-connectes.jpg');
        background-size: cover;
    }

    #landing-page-v12 ul.redbullet li
    {
        flex-direction: column;
        margin-top: 35px;
    }

    #landing-page-v12 ul.redbullet li:before {
        content: url('/themes/cyclable_v4/css/img/svg/Check.svg');
        margin-bottom: 10px;
    }

    #landing-page-v12 .cpheader h1
    {
        font-size: 30px;
        margin-top: 30px
    }
    #landing-page-v12 .cpheader p
    {
        font-size: 18px;
        padding:0;
    }
    #landing-page-v12 .button-group {
        width: calc(100% - 10px);
        overflow: auto;
        justify-content: flex-start;
        padding:25px 0 0 0;
    }
        #landing-page-v12 .button-group .btn {
        flex: 1;
        min-width: 60%;
        max-width: 80%;
        margin: 0;
        margin-right: 15px;
    }

    #landing-page-v12 .see-more-link
    {
        margin-left: 0;
        margin-top: 5px;
    }

    .mapou #product_list, .mapou .flexListProduct #product_list
    {
        min-height: 465px;
        display: flex;
        overflow: auto;
    }

    #landing-page-v12 .mapou .flexListProduct #product_list li, #landing-page-v12 .mapou #product_list li
    {
        float: left;
        flex: none;
        //min-width: 315px;
        max-width: calc(100% - 15px);
        height: auto!important;
    }
}

#landing-page-v12 img.velo
{
    height: 500px;
}

#landing-page-v12 .subtitle {
    font-size: 26px!important;
    text-align: left;
    font-weight: bold;
    padding-bottom: 10px!important;
    margin-top: 40px!important;
    margin-bottom: 15px!important;
    padding-top: 10px!important;
}

#landing-page-v12 .par {
    font-size: 24px!important;
    text-align: center;
    padding-bottom: 10px!important;
    margin-top: 0!important;
    margin-bottom: 15px!important;
    padding-top: 10px!important;
}

.footer
{
    margin-top: 60px;
    position: relative;
    background-image: url(https://www.cyclable.com/wp-content/uploads/2020/04/brompton-bagagerie.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 600px;
}

.bagagerie
{
    position: absolute;
    background: black;
    right: 0;
    bottom: 0;
    top: 0;
    width: 25%;
    min-width: 300px;
    color: white;
}

.bagagerie
{
    position: absolute;
    background: black;
    right: 0;
    bottom: 0;
    top: 0;
    width: 25%;
    min-width: 300px;
    color: white;
    padding-left: 51px;
padding-right: 40px;
}

.bagagerie h3
{
    text-transform: uppercase;
font-size: 35px;
font-weight: bold;
margin-top: 100px;
margin-bottom: 80px;
}

.bagagerie a
{
    background: transparent!important;
    border: 1px solid white;
    color:white;
    margin: 0!important;
}

a.velolink{

    border: 2px solid black!important
}

a.velolink:hover,
a.velolink:focus,
a.velolink:active{
    background: white!important;
    color:black!important;
}

.bagagerie a:hover,
.bagagerie a:focus,
.bagagerie a:active
{
    background: white!important;
    border: 1px solid white;
    color:black;
}

.bagagerie:before {
  content: '';
  position: absolute;
  top: 0;
  left: -180px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 0 600px 180px;
  border-color: transparent transparent black transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}


@media screen and (min-width: 991px){
    .mapou #product_list
    {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1500px){
    #landing-page-v12 img.velo
    {
        height: auto;
    }

    .bagagerie
    {
        width: 40%;
    }

    .footer
    {
        background-position: center;
    }
}

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

    .bagagerie
    {
        width: 100%;
        background: rgba(0, 0, 0, 0.2);
    }

    .bagagerie h3
    {
        font-size: 25px;
    }

    .bagagerie .btnlanding
    {
        font-size: 15px!important;
    }

    .bagagerie:before
    {
        display: none;
    }

    .blockhead
    {
        margin-top: 50px!important;
    }
    #landing-page-v12 .cpheader .blockhead h1 img
    {
        height: auto;
    }

    #landing-page-v12 .cpheader .blockhead
    {
        margin-bottom: 40px;
    }

    #landing-page-v12 .par
    {
        font-size: 17px!important;
        line-height: 25px;
        text-align: left;
    }



    #landing-page-v12 ul
    {
        margin-top: 0!important;
        padding: 0!important;
        font-size: 20px!important;
    }

    #landing-page-v12 .subtitle
    {
        font-size: 24px!important;
    }

    .dp50
    {
        margin-top: 120px!important;
    }



}
