/*int-wp*/
.menu_mobile .menu-item-has-children a[href="#"] {
	display : none !important;
}
.categories .selected {
    background-color: #121b9f !important;
}
.selected:hover {
	background-color: #0e167f !important;
}
.categories .selected .label {
	font-size: 12px;
	color: #ffffff;
}
.categories .button.category .label {
	font-size: 12px;
}

@media only screen and (min-width: 676px) {
    body.page-template-template-page-news .news-lists {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-right: -30px;
    }
    body.page-template-template-page-news .news-lists .news {
        margin-right: 30px;
        margin-bottom: 30px;
        width: calc((100% /3) - 30px) !important;
    }
}
.modal-ajax-loading {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .8 ) 
                url('../img/eclipse.gif') 
                50% 50% 
                no-repeat;
}
body.loading .modal-ajax-loading {
    overflow: hidden;   
}
body.loading .modal-ajax-loading {
    display: block;
}
.menu-list > ul {
	padding: 0px !important;
}
.wpcf7-form-control {
	font-family: Arial, sans-serif !important;
}
.contact .wpcf7-submit {
	padding: 10px;
    border: 1px solid #121b9f;
    transition: all 250ms ease;
    cursor: pointer;
	font-size: 12px;
	color: #121b9f;
}
.contact .wpcf7-submit:hover {
    background-color: rgba(18, 27, 159, 0.2);
}
.wpcf7-form-control-wrap {
	width: 100%;
    display: flex;
}
span.wpcf7-not-valid-tip {
    border: 2px solid red;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	display: none !important;
}
.contact form .input input, .contact form .input textarea {
    width: 100% !important;
}
.menu-list .language .item a{
	color: #999999;
}
.navigation .language {
  padding: 0px 0 5px 2px;
  display: flex;
  flex-direction: row;
}
.navigation .language .item {
  text-transform: uppercase;
  color: #999999;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #999999;
  cursor: pointer;
  transition: all 250ms ease;
}
.navigation .language .item:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
.navigation .language .item.active,
.navigation .language .item:hover {
  color: white;
}
.navigation .language .item a{
	color: #999999;
}
a.mentions-legales, a.mentions-legales:hover {
	color: white;
	text-decoration: none;
}
div.wpcf7-mail-sent-ok {
    border: none !important;
}
.news.big {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}
.home-content-top--title h1 {
	font-size: inherit;
    font-weight: inherit;
}
.back a {
	color: black;
}
.back a:hover, .back a:active {
	color: #121b9f;
}
.header-container--text span {
    font-family: 'Baskervville';
    color: #ffffff;
    font-weight: 400;
    font-size: 50px;
    color: #000000;
}
.article-wrapper a {
	color: black
}
.article-wrapper a:hover, .article-wrapper a:active {
	color: #121b9f;
}
span.wpcf7-list-item {
    margin: 0 0 0 0em;
}
.news-content a {
	color: black;
}
.news-content a:hover, .news-content a:active {
	color: #121b9f;
}