ul br{
    display: none;
}

form br{
    display: none;
}

.wp-block-embed{
    margin: 0 auto;    
    width: 500px;    
}

.component-accordeon.inativo{
	display: none;
}

@media screen and (min-width: 48em){
    .paragraph--type--editorial-cards {
        margin-top: 4rem !important;
        margin-bottom: 4rem;
    }
}

.bloc-frise-picto-groupe .list-wrapper .picto-wrapper .svg svg, .bloc-frise-picto-groupe .list-wrapper .picto-wrapper .svg img {
    width: auto !important;
    height: auto !important;
}

@media screen and (min-width: 48em){
    .rich-content .refonte-grp.bloc-frise-picto-groupe {
        margin: 7.5rem 0 0rem;
    }
}

.editorial-page .editorial-page-content .section {
    margin-bottom: 4.5rem;
}

@media screen and (min-width: 48em){
    .refonte-grp.bloc-frise-picto-groupe .list-wrapper .wrapper-text {
        margin-top: 1.25rem;
    }
}

.subtitle-m{
    font-size: 38px;
    margin-top: 25px !important;
}

@media screen and (min-width: 48em){
    .block-titre p{
        width: 635px;
    }
}

.body-l-regular {
    font: 1rem/1.6 "EDF-Regular",sans-serif;
}

.editorial-page.editorial_page_1, .editorial-page.editorial_page_2, .editorial-page.editorial_page_3, .editorial-page.editorial_page_4 {
    margin-top: 2rem;
}

@media screen and (min-width: 60em){
    .editorial-page.editorial_page_1, .editorial-page.editorial_page_2, .editorial-page.editorial_page_3, .editorial-page.editorial_page_4 {
        margin-top: 5rem;
    }
}

#banner_carousel .slick-container .slick-item-wrapper .breakpoint_768.poster, #banner_carousel .slick-container .slick-item-wrapper .img-wrapper .breakpoint_1280.poster {
    display: block;
}

@media screen and (min-width: 80em){
    #banner_carousel .slick-container .slick-item-wrapper .text-wrapper {
        left: 20%;
        top:-8rem
    }
}

.js-slick-paused .Pause{
    display:none;
}

@media screen and (min-width: 80em){
    .rich-text, .cke_editable {
        max-width: 68%;
    }   
}

.list-certificacoes{
    color:#001a70;
    font-size: 24px;
    font-weight: bold;
    margin:100px auto 150px;
}

.list-arrow{
    margin-bottom: 120px;
}

.list-certificacoes li, .list-arrow li{
    margin-bottom: 50px;
    padding-left: 0;
    text-indent: initial;
    /* display: flex; */
}

.list-certificacoes li:before, .list-arrow li:before{
    content: '';
    background-image: url('../images/02-molecules/card/images/arrow-right.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: middle;
}

.list-arrow li:before{
    margin-right: .5rem;
}

.list-certificacoes p{
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    padding-left: 42px;
}

.list-arrow li{
    font-weight: normal;
    margin: 0;
    font-size: 22px;
    display: flex;
    margin-bottom: 5px;
}

@media screen and (min-width: 80em){
    .block-titre-internas p {
        width: 760px;
    }

    .card-edito .block-titre-internas {
        width: 84%;
        margin-top: 12%;
        padding: 6rem 4.90625rem 6rem 7.90625rem;
    }

    .paragraph--type--editorial-cards-default{
        margin-bottom: 0;
        margin-top: 1rem !important;
    }
}

@media screen and (min-width: 80em){
    .card-edito .block-titre-internas {
        padding: 3% 7rem 4% 10rem;
    }
}

@media screen and (min-width: 60em){
    .editorial-page.editorial_page_1, .editorial-page.editorial_page_2, .editorial-page.editorial_page_3, .editorial-page.editorial_page_4 {
        margin-top: 6rem;
    }
}

.richt-default{
    max-width: 100%;
}

/* .list-shadow{
    margin-bottom: 10rem;
} */

.list-shadow li{
    height: 100%;
    width: 100%;
    border: 1px solid #001A70;
    background-color: #fff;
    position: relative;
    margin-bottom: 50px;
    /* display: flex; */
    align-items: center;
    justify-content: center;
}

.list-shadow li a{
    width: 100%;
    height: 100%;
    display: block;
    padding: 1rem 1.5rem;
    font-size: 30px;
    text-transform: uppercase;
}

.list-shadow li a:hover{
    color:#fe5716;
    text-decoration: none;
}

.list-shadow li:before{
    display: none;
}

.list-shadow li:after{
    position: absolute;
    top: 1rem;
    left: 1rem;
    width: calc(100% - -.1rem);
    height: calc(100% - -.1rem);
    background-color: #1057C8;
    z-index: -1;
    content: '';
}

.block-titre a.btn{
    margin-top: 20px !important;
    margin-bottom: 20px;
}

.card-edito .block-titre .title-container h2{
    text-transform: uppercase;
}

@media screen and (max-width: 60em){
    .box-link{
        margin-top: 2rem;
    }

    .card-edito .block-titre {
        padding: 2.5rem 1rem 5.375rem 1rem;
    }

    .card-edito .block-img-card-edito {
        margin-bottom: 3rem;
    }
}

@media screen and (min-width: 80em){
    .box-link-width{
        max-width: 81%;
    }

    .margin-l7{
        margin-left: 7rem;
    }
}

.box-link{
    max-width: 700px;
    border:1px solid #001a70;
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}

.box-link a{
    font-size: 27px;
    color:#001a79;
    margin-left: 40px;
    position: relative;
    max-width: 65%;
    display: flex;
    align-items: baseline;
}

.box-link a img{
    position: relative;
    top: 8px;
    margin-right: 10px;
}

/* .box-link a:before{
    content: '';
    background-image: url('../images/02-molecules/card/images/arrow-right.svg');
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-right: 0.25rem;
    vertical-align: text-bottom;
} */

.box-link a:hover{
    color:#fe5716;
    text-decoration: none;
}

html, body{
    overflow-x: hidden;
}

.card-edito.title_3 .bg-gray{
    background-color: #e9f1f9;
}

.card-edito .bg-gray .title-container h2{
    color:#001A70;
}

.card-edito .bg-gray .desc p{
    color:#001A70;
}

.card-edito .bg-gray .btn.title_1 {
    background-color: #fe5716;
    color: #fff;
}

.width-full p{
    width: 100% !important;
}

.contact-card .contact-card-inner .contact-content .contact-name{
    margin-bottom: 50px;
}

.contact-card .contact-card-inner .contact-content .contact-name a {
    color: #fe5716;
    text-transform: uppercase;
    font-size: 29px;
}

.contact-card-inner h4{
    color:#001a70;
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 5px;
}

.destaque-trabalhe{
    color: #fe5716;
    margin-top: 85px;
    font-size: 30px;
    margin-bottom: 95px;
}

.m-auto .box-link{
    margin: auto;
}

.section-p-bg{
    background-color: #e9f1f9;
    padding: 70px 140px;
    margin-bottom: 70px;
    /* margin-top: 110px; */
    color: #1057C8;
    font-size: 30px;
}

@media screen and (min-width: 80em){
    .section-p-bg{
        max-width: 80%;
        margin:80px auto 110px;
    }

    .box-link a{
        max-width: 90%;
    }

    
.block-titre-negocios p{
        width: 960px;
    }
}

#footer{
    margin-top: 7rem;
}

.card-edito .block-titre-negocios {
    margin-top: 6%;
}

.illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres{
    margin-bottom: 0;
}

.illustrative-points.base-01 {
    margin: 120px;
}

.title-container .sub-title-mcargo{
    font-weight:100;
    text-transform: uppercase;
    font-size: 23px;
    color: #001a70 !important;
}

.more-bio{
    color: #001a70;
    font-size: 22px;
    font-weight: lighter;
    margin-top: 30px;
    display: flex;
    position: relative;
    /* flex-direction: column; */
    align-items: center;
    position: relative;
    width: auto;
}

.more-bio span{
    /* display: block;
    position: absolute; */
    width: 20px;
    height: 20px;
    bottom: 0;
    left: 0;
    margin-right: 10px;
    background-image: url(../images/02-molecules/card/images/arrow-right.svg);
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: center;
    /* content: ''; */
    transform: rotate(90deg);
}

.active-bio span{
    transform: rotate(-90deg);
}

form > div{
    margin-bottom: 35px;
}

form label, form p{
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    color: #001a70;
    cursor: pointer;
    margin-top: 0;
}

form input[type="text"], form input[type="number"], form input[type="email"], form input[type="file"], textarea, select{
    border:1px solid #d1d3d5;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
}

form button, form input[type="submit"]{
    background-color: #005bff;
    color:#fff;
    padding: 20px;
    border: none;
	cursor: pointer;
}

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

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

.box-flex label{
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
    /* padding-left: 5px; */
}

.box-flex-input{
    gap: 0 30px;
}

.box-flex-input div{
    margin-bottom: 0;
}

.box-flex-input label{
    display:block;
    margin-bottom: 15px;
}

.box-multi-flex{
    gap: 0 60px;
}

.box-multi-flex label{
    display: block;
    margin-bottom: 15px;
}

.box-multi-flex .box-flex label{
    margin-bottom: 0;
}

.box-multi-flex div{
    margin-bottom: 0;
    min-height: 36px;
}

textarea{
    width: 100%;
    resize: vertical;
    margin-bottom: 35px;
}

@media screen and (min-width: 80em){
    textarea{
        width: 80%;
    }

    form button, form input[type="submit"]{
        margin-left: 55px;
        margin-top: 20px;
    }
}

@media screen and (max-width: 60em){
    .box-flex {
        align-items: initial;
        flex-direction: column;
    }

    .box-flex-input div {
        margin-bottom: 20px;
    }

    form div {
        margin-bottom: 20px;
    }

    .box-multi-flex div{
        margin-top: 20px;
    }

    .box-multi-flex .box-flex label{
        display: inline;
    }
}

.rich-form{
    margin: auto;
    padding: 0 1rem;
}
.wpcf7-list-item{
    margin-bottom: 25px;
}

@media screen and (min-width:60em){
    .box-multi-flex .box-flex div{
        display: flex;
    }

    .rich-form{
        max-width: 77%;
        padding: 0;
    }

    .wpcf7-list-item{
        margin-bottom: 0;
    }
}

form input[type="checkbox"]{
    margin-top: 4px;
    margin-left: 0;
}

.sub-menu{
    padding: 0;
    margin: 0;
    list-style: none;
    background-color: #E9F1F9;
}

.sub-menu li{
    padding: 0.75rem 0.5rem;
}

.sub-menu li a{
    color: #001a70;
}

.main-menu-wrapper-inner{
    background-color: #fff !important;
}

/* @media screen and (min-width:64em){
    .sub-menu li{
        padding: .45rem 15% .45rem 5rem
    }
} */

.has-submenu .text span{
    width: 15px;
    height: 15px;
    bottom: 0;
    left: 0;
    margin-left: 10px;
    background-image: url(../images/02-molecules/card/images/arrow-right.svg);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center;
    /* content: ''; */
    transform: rotate(90deg);
}

.active-menu .text span{
    transform: rotate(-90deg);
}

.block-titre-negocios img{
    margin: 6rem auto;
}

.block-titre-negocios img:last-of-type{
    margin-bottom: 0;
}

.body-l-regular .bg-orange{
    background-color: #fe5716 !important;
    border:1px solid #fe5716 !important;
    color:#fff !important;
}

.nobr span{
    font-size: 25px;
}

@media screen and (min-width: 80em){
    .illustrative-points .illustrative-points-cards .illustrative-points-card .chiffres {
        font-size: 3.8rem;
    }

    .form-edf-contact{
        max-width: 770px;
    }
}

.video-section{
    padding: 0 1rem;
    margin:0 auto 3rem;
}

.video-section iframe{
    display: flex;
    align-items: center;
    width: 100%;
    /*height: 100%;
    object-fit: cover; */
}

@media screen and (min-width: 80em){
    .video-section{
        max-width: 600px;
    }
}

.title-m span{
    font-size: 25px;
}

.form-edf-contact input[type="submit"], .form-edf-contact button {
    margin-left:0;
    margin-top: 20px;
}

@media screen and (max-width: 80em){
    .form-edf-contact input[type="text"], .form-edf-contact input[type="email"], .form-edf-contact input[type="number"], .form-edf-contact select{
        width: 100%;
    }
}

@media screen and (min-width: 80em){
    .form-edf-contact .box-flex-input div:first-of-type,
    .form-edf-contact .full-input{
        width: 435px;
    }

    .form-edf-contact .box-flex-input div:last-of-type{
        width: 180px;
    }

    .form-edf-contact .box-flex-input div:last-of-type input,
    .form-edf-contact .box-flex-input div:last-of-type select{
        width: 100%;
    }

    .form-edf-contact .box-flex-input div:first-of-type input,
    .form-edf-contact .full-input input, .form-edf-contact .full-input select{
        width: 100%;
    }

    /* .form-edf-contact .box-flex-input div input:last-of-type{
        width: 185px;
    } */
}

@media screen and (max-width: 30em){
    form input[type="text"], form input[type="number"], form input[type="email"], form input[type="file"], textarea, select{
        width: 100%;
    }

    .box-link{
        flex-direction: column;
    }

    .box-link a{
        margin-left: 20px;
    }

    .box-link .image{
        width: 100%;
    }

    .box-link .image img{
        width: 100%;
        object-fit: cover;
    }
}

@media screen and (max-width: 60em){
    .editorial-page .paragraphe-intro {
        margin-bottom: 1rem;
    }

    .block-titre-negocios img {
        margin: 3rem auto;
    }

    .illustrative-points.base-01 {
        margin: 70px;
    }
}

.link-home{
    padding: 0;
}

.link-home img {
    max-width: 110px;
}


@media screen and (min-width: 64em){
    .link-home img {
        max-width: 130px;
    }
}

.item-fornecedor {
    background-color: #333333;
}

.item-fornecedor a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-position: 7px center;
    background-repeat: no-repeat;
    background-size: 17px 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    height: 60px;
    padding: 0 18px;
    position: relative;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    color:#fff;
}

.item-fornecedor a:hover{
    background-color: #fe5716;
    text-decoration: none;
}

.item-fornecedor a:before {
    content: '';
    width: 25px;
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: center;
    margin-right: 7px;
    background-image: url(../images/handshake.png);
}

video{
	object-fit: cover;
    width: 100%;
	height:auto;
}

@media screen and (max-width: 48em){
	div[vw] {
    top: 125px !important;
}
	.wp-block-image {
    margin: 0 1rem;
}
    .secondary-menu{
        flex-direction: column;
    }

    .item-fornecedor {
        display: flex;
        align-items: center;
        justify-content: center;
        /* order:0; */
    }

    .menu-markets, .language-switcher, .menu-contact{
        /* order: 1; */
        position: relative;
    }

    .secondary-menu-item .wrapper-secondary-menu-deploy{
        z-index: 10;
        padding: 10px 0;
    }
    
    .secondary-menu-item .button-secondary-menu{
        border-bottom: none;
    }

    .menu-contact{
/*         border-bottom: 1px solid #001A70 !important; */
        border-right: 1px solid #001A70;
    }

    .item-fornecedor a:hover{
        background-color: transparent;   
    }
}

.bg-gray .richt-default{
    color: #001A70;
}

.secondary-menu .menu-markets .wrapper-secondary-menu-deploy .title {
    text-align: center;
}

.bloc-frise-picto-groupe .list-wrapper-separator:after{
    display: none;
}

  .accordeon_item {
    /* background: #ddd;
    border-radius: 5px; */
    margin-bottom: 0.5rem;
    padding: 0 !important;
  }
  
  /* .active > .accordeon_title {
    border-radius: 5px 5px 0 0;
  }
  .active > .accordeon_title:after {
    transform: rotate(180deg);
    transition: all ease 0.2s;
  } */
  
.accordeon_title {
    margin: 1rem 0;
    position: relative;
    cursor: pointer;
    padding: 0.8rem;
    width: 100%;
    height: 100%;
    display: block;
    padding: 0 1.5rem;
    font-size: 22px;
    text-transform: uppercase;
    color: #005BFF;
    text-indent: initial !important;
    font-weight: normal;
    /* color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    background: #46669A;
    border-radius: 5px; */
}

.accordeon_title:hover{
    color: #fe5716;
    text-decoration: none;
}
/* .accordeon_title:after {
    position: absolute;
    top: 17px;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 5px 0 5px;
    border-color: white transparent transparent transparent;
    content: "";
    transition: all ease 0.2s;
} */
  
.accordeon_content {
    padding:0 1.5rem;
    text-indent: initial !important;
    display: none;
}

.accordeon_content p{
    margin-top: 0;
    font-size: 1.2rem;
}

.accordeon_content a{
    display: initial !important;
    font-size: 1.2rem !important;
    text-transform: initial !important;
    cursor: pointer;
    padding: initial !important;
}

.block-image-and-text ul{
    max-width: 100%;
}
.block-image-and-text ul li{
    margin: 0;
    padding-left: 1.25rem;
    text-indent: -0.5rem;
    list-style: none;    
}
.block-image-and-text ul li:before{
    display: inline-block;
    margin-right: 0.25rem;
    content: "\2022";
    color: #FE5716;
    font-size: .625rem;
    vertical-align: text-bottom;
}

.block-image-and-text a{
    background-color: #fff;
    border: 1px solid #fff;
    color: #001A70;
    margin-top: 20px !important;
    margin-bottom: 20px;    
    font: inherit;
    padding: 0.75rem 1.5rem;
    text-decoration: none;
    text-align: center;
    position: relative;
    display: inline-block;        
}

.block-image-and-text.soft .desc{
    color: #001A70;
}

.block-image-and-text.soft a{
    background-color: #005BFF;
    border: 1px solid #005BFF;
    color: #fff;    
}

.item--content---download-link{
	margin-bottom:1.25rem;
}

.item--content---download-link a {
    background-color: #f4f4f4;
    border: none;
    border-bottom: 1px solid #cdcdcd;
    padding:22px 0 22px 80px !important;
    position: relative;
    display: flex !important;
    align-items: center !important;
    line-height: 1.4;
	font-size:1.2rem !important;
}

.item--content---download-link a:hover{
	 color: #fe5716;
    text-decoration: none;
}   

.item--content---download-link a:before {
    background-image: url(../images/download.svg);
    background-size: 40px 40px;
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 40px;
    width: 40px;
}

.item--content---download-link a:after {
    background-color: #000;
    bottom: 0;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    width: 64px;
}

#searchform form{
	display:flex;
	justify-content:center;
}

#searchform input[type="submit"] {
    margin-left: initial;
    margin-top: initial;
}

#searchform input[type="text"], #searchform input[type="submit"] {
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    font-family: "Frutiger LT W01 55 Roman",sans-serif;
    width: auto;
    height: 3rem;
    font-size: 16px;
	background-color: #fff;
	outline: none;
}

#searchform input[type="text"]{
	width:85%;
}

#searchform input[type="submit"]{
	width:10%;
}

#searchform input[type="submit"] {
    background: #fff url(../images/search-submit.svg) no-repeat center center;
    background-size: 17px;
    margin-left: -5px;
    border-left: 0 solid;
    padding: 0 30px;
}

@media screen and (min-width: 48em){
	.secondary-menu .menu-markets .wrapper-secondary-menu-deploy .wrapper-secondary-menu-deploy-inner .menu-markets-wrapper {
		width: 100% !important;
	}
}

@media screen and(min-width: 80em){
	.wrapper-secondary-form{
		left: calc(145% - 16.25rem);
		width: auto;
    	padding: 1rem;
	}
	
	
}

.box-mgstudio{
    text-align: center;
    background-color: $black;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.box-mgstudio a{
	color:#666;
        display: block;
        padding:1rem;
}

.box-mgstudio a:hover{
	color:#001A70;
}


