/* Theme Name: worldplas
 * Theme URI: https://www.worldplas.com/
 * Description: Theme personnalisé créé par Emeric COLLOT pour Koredge.
 * Version: 1
 * Author: Emeric COLLOT */

#cookie_disclaimer *{
    box-sizing: border-box;
}
#cookie_disclaimer{
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    color: #333;
    z-index: 1000;
}
#cookie_disclaimer .title{
    font-weight: 700;
    font-size: 1.225em;
    padding-right: 100px;

}
#cookie_disclaimer p{
    padding-right: 100px;
    margin-bottom: 5px;
    margin-top: 10px;
}
#cookie_disclaimer .more{
    color: #a39161;
    transition: all 500ms;
}
#cookie_disclaimer .more:hover{
    color: #362222;
}
#cookie_stop{
    float: right;
    background:#a39161;
    color: white!important;
    display: inline-block;
    font-weight: 900;
    height: calc(100% - 100px);
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 60px;
    transition: all 500ms;
}
#cookie_stop:hover{
    background:#362222;
}
.recherche .icon-loupe{
    cursor: pointer;
}
#bandeau .bandeau-wrapper{
    display: flex;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#bandeau .bandeau-wrapper .bandeau-item{
    display: inline-block;
    width: 13%;
    transform: skewX(30deg);
    overflow: hidden;
    transition: all 500ms;
    cursor: pointer;
}
#bandeau .bandeau-wrapper .bandeau-item.active{
    width: 48%;
}
#bandeau .bandeau-wrapper .bandeau-item:first-child{
    margin-left: -240px;
    width: 35%;
}
#bandeau .bandeau-wrapper .bandeau-item:last-child{
    margin-right: -240px;
    width: 35%;
}
#bandeau .bandeau-wrapper .bandeau-item.active:first-child {
    width: 55%;
}
#bandeau .bandeau-wrapper .bandeau-item.active:last-child{
    width: 80%;
}
#bandeau .bandeau-wrapper .bandeau-item .bandeau-item-wrapper{
    display: inline-block;
    width: 100%;
    height: 100%;
    transform: skewX(-30deg);
    position: relative;
}
#bandeau .bandeau-wrapper .bandeau-item .bandeau-item-wrapper img{
    position: absolute;
    margin: auto;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    top: -9999px;
}
#bandeau .bandeau-wrapper .bandeau-item.active:first-child .bandeau-item-wrapper img{
    right: -10120px;
}
#bandeau .bandeau-wrapper .bandeau-item:last-child .bandeau-item-wrapper img{
    left: -10320px;
}
#bandeau .bandeau-wrapper .bandeau-item p{
    color: transparent;
    font-size: 2.5em;
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    transform: translateX(235px);
    text-transform: uppercase;
    transition: all 500ms;
}
#bandeau .bandeau-wrapper .bandeau-item.active p{
    color: white;
}
#bandeau .bandeau-wrapper .bandeau-item p span{
    font-size: 3em;
    position: absolute;
    top: -100px;
    left: -30px;
}
#bandeau .bandeau-wrapper .bandeau-item p strong{
    font-size: 2.8em;
    margin-left: 25px;
}
#bandeau .bandeau-wrapper .bandeau-item:first-child p{
    transform: translateX(340px);
}
#bandeau .bandeau-wrapper .bandeau-item:last-child p{
    transform: translateX(235px);
}
#bandeau .bandeau-wrapper .bandeau-item .bandeau-item-wrapper .overlay{
    background: rgba(18, 78, 157, 0.7);
    display: block;
    width: 1000px;
    height: 100%;
    position: relative;
    transform: skewX(30deg);
    left: -100px;
    transition: all 500ms;
}
#bandeau .bandeau-wrapper .bandeau-item.active .bandeau-item-wrapper .overlay{
    background: transparent;
}
.sub_menu ul li.aeronautique.active, .sub_menu ul li.aeronautique.active:before, .sub_menu ul li.aeronautique.active:after {
    background: #5c94c8;;
}
.sub_menu ul li.train.active, .sub_menu ul li.train.active:before, .sub_menu ul li.train.active:after {
    background: #b3b0ab;
}
.sub_menu ul li.voiture.active, .sub_menu ul li.voiture.active:before, .sub_menu ul li.voiture.active:after {
    background: #1f2825;
}
.sub_menu ul li.pills.active, .sub_menu ul li.pills.active:before, .sub_menu ul li.pills.active:after {
    background: #af0c3e;
}
.sub_menu ul li.diamond.active, .sub_menu ul li.diamond.active:before, .sub_menu ul li.diamond.active:after {
    background: #379591;
}
.sub_menu ul li.gears.active, .sub_menu ul li.gears.active:before, .sub_menu ul li.gears.active:after {
    background: #fdc52e;
}
.features .slider .description{

    display: inline-block;
}
.features .slider .description p{
    margin: 0;
}
.actualites .actu_wrapper .actu .description p{
    color: black;
}
.content_inner .column-container{
    display: block!important;
    column-count: 2;
    column-gap: 50px;
    width: 100%;
}
.content_inner .column-container iframe {
    max-width: 100%;
}
.content_inner .column-container p:first-child{
    margin-top: 0;
}
body.page .content .navigation .btn:first-of-type, body.page .content .navigation .btn:last-of-type{
    float: none;
}
body.page .content .navigation .btn.left{
    float: left;
}
body.page .content .navigation .btn.right{
    float: right;
}
body.page .content.page .content_title{
    width: 100%;
    max-width: none;
}
body.page .content.page .content_title .image_holder img{
    width: 100%;
}
.home .content .actualites {
    padding: 50px;
}
.ariane li{
    display: inline-block;
}
.ariane li:not(:first-child):before{
    content: ">";
    display: inline-block;
    color: #007be4;
    margin: 0 10px;
}
header nav.menu ul li a {
    padding: 14px;
}
header .recherche {
    margin-top: 27px;
}
header .recherche ul{
    display: inline-block;
    vertical-align: -3px;
}
header .recherche form{
    display: inline-block;
    margin-left: 15px;
}
header .recherche input{
    width: 250px;
}
.pagination{
    font-size: 1.7em;
    text-align: center;
}
.pagination a{
    display: inline-block;
    margin: 0 10px;
}
body.page .content.page .content_title {
    min-height: 140px;
}
.search-container{
    padding-bottom: 50px;
}
.item-recherche{
    width: 800px;
    /*margin: auto;*/
}
.item-recherche a{
    background: rgba(18, 78, 157, 0.15);
    display: inline-block;
    margin-bottom: 30px;
    width: 100%;
    transition: all 500ms;
}
.item-recherche a:hover{
    margin-left: 20px;
}
.item-recherche a img{
    float: left;
}
.item-recherche a .content-item{
    display: inline-block;
    padding: 30px;
    max-width: 650px;
}
.item-recherche a .content-item h2{
    margin-top: 0;
}
.item-recherche a .content-item p{
    font-size: 1.3em;
    color: black;
    margin-bottom: 0;
}
.lang-item {
    display: inline-block;
    margin-left: 10px;
}
.not-found{
    margin-bottom: 100px;
    text-align: center;
    width: 100%;
}
.not-found a{
    font-size: 1.5em;
}
body.page .content .listing_content .categories > ul > li.current > a {
    background: white;
    color: #124e9d;
}
body.page .content .listing_content .categories > ul > li > ul > li.current a {
    background: rgba(255, 255, 255, 0.15);
}
body.page .content .listing_content .listing_produit{
    padding-bottom: 50px;
}
body.page .content .listing_content .listing_produit .row_produit .produit .description{
    height: 450px;
}
body.page .content .listing_content .listing_produit .row_produit .produit .description a{
    position: absolute;
    bottom: 30px;
}
body.page .content .listing_content .listing_produit .row_produit .produit.selected:after {
    border: 15px solid rgba(18, 78, 157, 0.7);
}

.content.contact .content_inner{
    padding: 0!important;
}
.container-contact{
    width: 100%;
}
.table-products{
    background: white;
    clear: both;
    display: block;
    width: 100%;
    padding: 30px 30px 10px;
    margin-bottom: 70px;
}
.table-products h2{
    margin-top: 0;
}
.table-products p img{
    vertical-align:  -30px;
    margin-right: 30px;
}
.contact-column-container{
    display: flex;
    margin-bottom: 30px;
}
.contact-column-container .col-right, .contact-column-container .col-left {
    display: inline-block;
    width: 50%;
    min-height:500px;
}
.contact-column-container .col-right iframe {
    width: 100%;
    height: 100%;
}
body.page .content {
    position: relative;
}
#form_products input[type=submit] {
    background: #124e9d;
    border: 2px solid #124e9d;
    float: right;
    font-size: 1.7em;
    font-weight: bold;
    padding: 15px 25px;
    position: absolute;
    right: calc(100px + 7%);
    top: 35px;
    text-transform: none;
    transition: all 500ms;
}
.contact-column-container input[type=submit]{
    background: #124e9d;
    border: 2px solid #124e9d;
    float: right;
    font-size: 1.7em;
    font-weight: bold;
    padding: 15px 25px;
    text-transform: none;
    transition: all 500ms;
}
#form_products input[type=submit]:hover, .contact-column-container input[type=submit]:hover {
    background: white;
    color: #124e9d;
}
.form-std .form-line{
    display: block;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.form-std .form-line label{
    display: block;
    font-weight: bold;
    color: #124e9d;
    margin-bottom: 5px;
    font-size: 1.3em;
}
.form-std .form-line input[type=text], .form-std .form-line input[type=tel], .form-std .form-line input[type=email], .form-std .form-line textarea {
    border-radius: 0;
    width: 100%;
    border: 1px solid #DEDEDE;
    outline: none;
    text-transform: none;
    transition: all 500ms;
}
.form-std .form-line input[type=text]:focus, .form-std .form-line input[type=tel]:focus, .form-std .form-line input[type=email]:focus, .form-std .form-line textarea:focus {
    border-color: #666;
}
.form-std .form-line textarea{
    resize: vertical;
    height: 120px;
}
.error-message{
    background-color: #f2dede;
    border-color: #ebcccc;
    color: #a94442;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border-radius: .25rem;
    font-weight: bold;
    font-size: 1.4em;
}
body.page .content .content_inner{
    padding-bottom: 50px;
}
body.page .content .content_inner ul{
    padding-left: 20px;
}
body.page .content .content_inner ul, body.page .content .content_inner li{
    list-style: disc;
}
body.page .content .content_inner ul {
    font-weight: 300;
    font-size: 1.75em;
    line-height: 1.5em;
    text-align: justify;
    color: #124e9d;
}
body.page .content .content_inner ul ul{
    font-size: 1em;
}
body.page .content .content_inner p img.alignright{
    float: right;
}
body .content .sub_title h1{
    font-size: 3em;
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
}
.deroulant > li > ul{
    background: #124e9d;
    box-shadow: 0 2px 11px 0px black;
    display: block;
    transition: all 0ms;
    font-size: 0.8em;
}
.deroulant > li:hover ul{
    display: block;
    max-height: 30vh;
    transition: all 500ms;
}
header nav.menu ul li ul li{
    margin: 0;
}
header nav.menu ul li ul li a{
    background: transparent!important;
    color: white;
    transition: all 500ms;
}
header nav.menu ul li ul li a:hover{
    border-bottom: none;
    margin-left: 5px;
}
.row_activity{
    margin-bottom: 200px;
}
body.page .content .row_activity .activity .activity_content {
    background: white;
    padding: 50px;
    font-size: 1.75em;
    text-align: justify;
    color: #124e9d;
    font-weight: 300;
    line-height: 1.5em;
    max-width: 430px;
    position: absolute;
    top: 100px;
    z-index: 9;
}
body.page .content .row_activity .activity p {
    background: white;
    padding: 0;
    font-size: 1em;
    text-align: justify;
    color: #124e9d;
    font-weight: 300;
    line-height: 1.5em;
    position: relative;
    top: 0;
}
.carousel-home{
    height: 500px;
    overflow: hidden;
}
.carousel-home img{
    margin-top: -100px;
}
.carousel-home .bandeau-item p{
    color: white;
    font-size: 3.5em;
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    transform: translateX(235px);
    text-transform: uppercase;
    transition: all 500ms;
}
.carousel-home .bandeau-item p span{
    font-size: 3em;
    position: absolute;
    top: -100px;
    left: -30px;
}
.carousel-home .bandeau-item.active p{
    color: white;
}
.carousel-home .bandeau-item p span{
    font-size: 3em;
    position: absolute;
    top: -100px;
    left: -30px;
}
.carousel-home .bandeau-item p strong{
    font-size: 2em;
    margin-left: 25px;
}
header nav.menu ul li.current-menu-item a {
    background: #124e9d;
    color: white;
}
body.page .content .listing_content .categories {
    min-width: 230px;
}
#cookie_disclaimer{
    font-size: 1.5em;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #F2F2F2;
    padding: 20px;
    color: #333;
    z-index: 10000;
}
#cookie_disclaimer .title{
    font-weight: 700;
    font-size: 1.225em;
    padding-right: 100px;
}
#cookie_disclaimer p{
    padding-right: 100px;
}
#cookie_disclaimer a{
    float: right;
    background:#124e9d;
    color: white;
    display: inline-block;
    font-weight: 900;
    height: 100%;
    padding: 10px 20px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: top;
    width: 70px;
    transition: all 500ms;
}
#cookie_disclaimer a:hover{
    background: #002e7d;
}
.no-product{
    font-size: 1.5em;
}
.actualites .actu_wrapper .actu {
    margin: 30px auto;
}
.form_product_bottom{
    position: relative;
    width: 100%;
    height:100px;
}
#form_products.form_product_bottom input[type=submit] {
    float: right;
    position: absolute;
    right:50px;
    top:0;
}
.sub_menu ul li:first-of-type {
    float: left;
}
@media (max-width: 1630px){

}
@media (max-width: 1600px){
    .menu{
        position: static!important;
    }
    #deroulant{
        top: 125px;
        left: 0;
        width: 100%;
    }
    #deroulant li.active ul{
        max-height: 30vh;
    }
    .btn_menu {
        display: none !important;
    }
    header nav.menu ul li a {
        padding: 15px 10px;
        font-size: 1.3em!important;
    }
    header nav.menu ul li {
        margin: 0!important;
    }
    header {
        padding: 15px 15px;
    }
    header .recherche {
        margin-top: 27px;
    }
    header .recherche input {
        font-size: 1em;
        width: 210px;
    }
    .deroulant {
        display: block;
    }
    .content .sub_title {
        padding: 9px 3% 50px!important;
    }
    #bandeau .bandeau-wrapper .bandeau-item p{
        font-size: 1.6em;
    }
    #bandeau .bandeau-wrapper .bandeau-item:last-child p {
        transform: translateX(215px);
    }
}
@media screen and (max-width: 1500px) {
    .sub_menu ul li:first-of-type {
        padding-top: 40px!important;
    }
}
@media (max-width: 1350px){
    header .recherche input {
        width: 140px;
    }
    header .logo {
        margin-right: 20px;
    }
}
@media (min-width: 1301px){
    .carousel-home{
        display: none!important;
    }
}
@media (max-width: 1300px){
    #bandeau{
        display: none;
    }
}
@media(max-width: 1200px){
    .btn_menu {
        display: block !important;
    }
    .deroulant {
        display: none;
    }
    #deroulant li ul{
        position: static;
        transition: all 500ms;
    }
    #deroulant li:hover ul{
        /*max-height: 0;*/
    }
}
@media (max-width: 850px){
    .carousel-home .bandeau-item p{
        display: none;
    }
    header .recherche form{
        width: 100%;
    }
    .carousel-home img{
        margin-top: 0;
    }
    .carousel-home{
        height:auto;
    }
    .content_inner .column-container{
        column-count: 1;
    }
    .ariane{
        margin: 0;
    }
    #form_products input[type=submit] {
        right: 30px;
        top: 170px;
    }
    body .content .sub_title{
        margin-bottom: 100px;
        margin-top: 30px;
    }
    body .content .sub_title h2{
        display: inline;
    }
    .contact-column-container{
        display: block;
    }
    .contact-column-container > div{
        width: 100%!important;
        margin-bottom: 30px;
    }
    .contact-column-container .col-right iframe{
        height:400px;
    }
}
@media (max-width: 550px){
    body.page .content .listing_content{
        display: block;
    }
    body.page .content .listing_content .categories{
        width: 100%;
    }
    body.page .content .listing_content .listing_produit{
        padding: 0;
    }
    body.page .content .listing_content .listing_produit .row_produit .produit{
        margin-bottom: 30px;
    }
    #form_products input[type=submit]{
        position: fixed;
        bottom: 15px;
        right: 15px;
        left: 15px;
        top: unset;
        width: calc(100% - 30px);
        z-index: 10;
    }
    body .content .sub_title {
        margin-bottom: 50px;
    }
}
@media (max-width: 450px){
    header .recherche input{
        width: auto!important;
    }
    .features .slider .owl-controls, .features .slider .overall_slide {
        display: none;
    }
    .features .slider .overall_slide .num span {
        font-size: 10em;
    }
    .btn {
        padding: 15px;
    }
    body .content .sub_title h1 {
        font-size: 2.3em;
        text-align: center;
        width: 100%;
    }
}

.home-icon-signalisation img {
    max-width: 100%;
    display: block;
}

#bandeau .bandeau-wrapper .bandeau-item p span.home-icon-signalisation {
    top: -65px;
    width: 90px;
}

.sub_menu ul li span.home-icon-signalisation {
    display: inline-block;
    width: 50px;
}


header{
    display: flex;
    align-items: center;
}

header .header-content{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 2;
}

header .header-content .recherche{
    margin-top: 0 !important;
}

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

    body.home .content{
        margin: 0 0 40px 0 !important;
        padding: 0 20px 20px 20px !important;
    }

    body.home .carousel-home{
        display: none !important;
    }

    body.home .sub_menu ul li.sub_title{
        margin: 0 !important;
    }

    body.home .sub_menu ul li.sub_title span{
        font-size: 4em !important;
        display: inline-block !important;
    }

    body.home .sub_menu ul li.sub_title h2{
        font-size: 2em !important;
        display: inline-block !important;
    }

    body.home .sub_menu ul li p{
        font-size:  1.4em !important;
        padding:  0 !important;
    }

    body.home .features{
        padding: 95px 0 40px 0 !important;
    }

    body.home .features .slider .overall_slide .num{
        width: 125px !important;
    }

    body.home .features .slider .overall_slide .num span{
        font-size: 8em !important;
    }

    body.home .features .slider .description h4 strong{
        font-size: 0.85em !important;
    }

    body.home .features .slider .description p{
        font-size: 0.8em !important;
    }

    body.home .features .slider .owl-controls .owl-prev{
        width: 25px !important;
        height: 25px !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    body.home .features .slider .owl-controls .owl-next{
        width: 25px !important;
        height: 25px !important;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    body.home .highlight h2{
        font-size: 2em !important;
    }

    body.home .highlight p{
        font-size: 1.4em !important;
    }

    body.home .highlight .right{
        margin-top: 40px !important;
        position: relative !important;
        overflow: hidden !important;
        width: 100% !important;
        padding-top: 56.25% !important;
    }

    body.home .highlight .right iframe{
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        bottom: 0 !important;
        right: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }

    body.home .actualites{
        text-align: center !important;
    }

    body.home .actualites .sub_title{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }

    body.home .actualites .sub_title span{
        font-size: 4em !important;
        display: inline-block !important;
    }

    body.home .actualites .sub_title h2{
        font-size: 2em !important;
        display: inline-block !important;
    }

    body.home .actualites .actu_wrapper.laptop{
        display: none !important;
    }

    body.home .actualites .actu_wrapper.mobile{
        display: block !important;
    }

    body.home .actualites .actu_wrapper.mobile .date{
        position: relative !important;
        text-align: left !important;
    }

    body.home .actualites .actu_wrapper.mobile .date strong{
        font-size: 3em !important;
        display: inline !important;
        margin-right: 5px !important;
    }

    body.home .actualites .actu_wrapper.mobile .description{
        width: auto !important;
        padding: 10px !important;
        text-align: left !important;
    }

    body.home .actualites .actu_wrapper.mobile .description h3{
        font-size:  1.4em !important;
    }

    body.home .actualites .actu_wrapper.mobile .description p{
        font-size: 1.4em !important;
        padding: 0 !important;
    }

    body.home .actualites .btn.laptop{
        display: none !important;
    }

    body.home .actualites .btn.mobile{
        display:  inline-block !important;
        float:  none !important;
        font-size: 1.6em !important;
    }

    body.home .catalogue .image_holder{
        display: none !important;
    }

    body.home .catalogue .description h2{
        font-size: 2em !important;
    }

    body.home .catalogue .description p{
        font-size: 1.4em !important;
    }

    body.home .catalogue .description a{
        font-size:  1.6em;
    }

    header .header-content{
        display: block;
    }

    header .menu .deroulant{
        z-index: 1000;
        margin-top: 30px;
    }

    header .menu .btn_menu{
        padding-right: 0 !important;
    }

    header .recherche form{
        margin: 0 !important;
    }

    header .recherche form input{
        width: 80% !important;
        font-size: 0.8em;
    }

    header .recherche form span{
        font-size: 2em !important;
        width: auto !important;
    }
}

@media screen and (min-width:768px){
    body.home .actualites .actu_wrapper.mobile{
        display: none !important;
    }
}