/* mode Bureau */




/* Mise en forme generale des textes */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
@font-face {
 font-family: "Antro";
 src: url("./fonts/Antro_Vectra.woff") format("woff")}

/*drop button*/

div[role=dialog].ui-front {
    z-index: 20000 !important;
}

.region.region-liste-articles .dropbutton-widget {
    padding: 20px 20px;
    width: 12em;
    background: #0D5C95;
}

.region.region-liste-articles .dropbutton-wrapper {
    min-height: 4em;
}

.region.region-liste-articles .dropbutton-arrow {

    color:#fff!important
}

 .region.region-liste-articles .dropbutton-action a {
    color: #fff;
}

.region.region-liste-articles .dropbutton-action i{
    font-size: 16px;
    padding-right: 5px;
}

.region.region-liste-articles .dropbutton-multiple.open,
.region.region-liste-articles .dropbutton-multiple.open .dropbutton-widget {
  max-width: inherit;
}

.region.region-liste-articles .dropbutton .secondary-action {
  border-top:none;
}
.region.region-liste-articles .dropbutton-multiple .dropbutton {
  border-right:none;
}
.region.region-liste-articles [dir="rtl"] .dropbutton-multiple .dropbutton {
  border-left:none;
  border-right: 0 none;
}

/*fin drop button*/

body{
    font-family:montserrat;

    max-width: 1920px;
    margin:0 auto;

}

span.category {
    font-family: Antro;
    font-size: 30px;
    font-weight: 600;
    position: absolute;
    right: 5%;
    top: 45%;
    line-height:1em;
    text-align: center;
    color: #0D5C95;
}

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0;
  margin-bottom: 0;
  /*-webkit-transition: all .4s ease-in-out;*/
  /*-moz-transition: all .4s ease-in-out;*/
  /*transition: all .4s ease-in-out;*/
}

a{
  text-decoration: none;
  color: #00528e;
}

h1, h2, h3, h4{
  padding-bottom: 10px;
}


h3{
  color: #41678c;
}

p {
  line-height: 1.2em;
  color: #666;
  padding-bottom: 20px;
  font-family: 'Montserrat';
  font-size: 15px;
}

ul {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px!important;
}

.messages {
    margin: 0 auto 20px auto;
    width: 85%;
}

/* Liens de partage sur les contenus */
.social-media-sharing {
    padding: 0 15%;
    text-align: right;
}
/* Fin Liens de partage sur les contenus */

/*PAGE ACTUALITES GENERALES (article)*/

.region.region-content {
    /*padding-top: 5%;*/
    font-family: montserrat;
    font-size: 14px;
}

h1.page-title, h1.title {
    padding: 5% 20%;
    text-align: center;

    color: #fff!important;
    text-transform: uppercase;
    font-family: montserrat;
    font-weight: 300;
    font-size: 45px;
     border-bottom:none;
}

h1.title a {
    color:#fff;
}
.page-title span{
    font-weight:600;
}
ul.pager__items.js-pager__items {
    font-family: montserrat;
    font-size: 15px;
}

/*
h3{
    text-align: center;
}
*/

/*
.article-full {
    padding: 50px 10%;
}
*/

/* Tables
================================== */
.Rtable {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    margin-top: -2px;
    padding: 0;
    border: solid 1px #666;
}
.Rtable-cell {
    box-sizing: border-box;
    flex-grow: 1;
    width: 100%;
    padding: 0.8em 1.2em;
    overflow: hidden;
    list-style: none;
    border: solid 1px #333;
}

/* Table column sizing
================================== */
.Rtable--1cols > .Rtable-cell {
    width: 100%;
}
.Rtable--2cols > .Rtable-cell {
    width: 50%;
}
.Rtable--3cols > .Rtable-cell {
    width: 33.33%;
}
.Rtable--4cols > .Rtable-cell {
    width: 25%;
}
.Rtable--5cols > .Rtable-cell {
    width: 20%;
}
.Rtable--6cols > .Rtable-cell {
    width: 16.6%;
}


/*********************************************
mode Tablette
*********************************************/
@media only screen and (max-width: 1024px) {

    span.category {

    font-size: 23px;
    right: 10%;
    top: 30%!important;
    line-height:1em;

}

    .teaser-default-image{
        height:14vh!important;
    }

    h1.page-title, h1.title{
        font-size:35px;
    }
}


/*********************************************
mode Mobile
*********************************************/
@media all and (max-width: 767px){

     h1.page-title, h1.title{
        font-size:25px;
    }

    .breadcrumb {
        font-size: 11px;
    }

    body.toolbar-vertical {
        margin-top: 20px;
    }
    body.toolbar-vertical .menuland-mobile .nav-toggle {
        margin-top: 85px;
    }
}

/*************************************************
Breadcrumb
***********************************/


div.block-system-breadcrumb-block {
    padding-left: 30px;
    background: #000;
    color: #fff!important;
    margin-top: -50px;
    width: 100%;
}
.breadcrumb {
  padding-bottom: 0.5em;
    color: #ffffff!important;
    padding: 15px 50px;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
[dir="rtl"] .breadcrumb ol {
  /* This is required to win over specificity of [dir="rtl"] ol */
  margin-right: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin-right: 5px;
  padding: 0;
}
/* IE8 does not support :not() and :last-child. */
.breadcrumb li:before {
  content: ' \BB ';
    margin-right: 5px;
}
.breadcrumb li:first-child:before {
  content: none;
}


.breadcrumb a {
    color:#ffffff;
}

/*************************************************************************
mode Mobile
****************************************************************************/

@media all and (max-width: 767px)  {
    .breadcrumb {

    padding: 15px;
    text-align: center;
}

    div.block-system-breadcrumb-block {
   padding-left: 0px;
    margin-top: -20px;

}


}

/* ERROR PAGE */

.layout-content.error {
    width: 90%;
    margin: 0 auto;
}

.layout-content.error .buttons-row {
    margin: 20px auto;
    text-align: center;
}

.layout-content.error .buttons-row .button {
    display: inline-block;
    width: 200px;
    text-align: center;
}

.layout-content.error .message {
    margin-top: 170px;
}

.layout-content.error .message .media {
    background-color: #666666;
    border: 1px solid #5c5c5c;
    overflow: hidden;
}
.layout-content.error .message .typo3-messages h4, .message .typo3-messages p, .message .typo3-messages i {
    color: #fff;
}
.layout-content.error .message .typo3-messages p {
    padding: 0;
}
.layout-content.error .message .media-left {
    width: 7%;
}
.layout-content.error .message .media-body {
    width: 87%;
}
.layout-content.error .message .media-body h4 {
    font-size: 28px;
}
.layout-content.error .message .media-left, .message .media-body {
    float: left;
    padding: 2% 2%;
}

.layout-content.error .message .media {
    background: url(./img3/bg-connexion-alert.jpg) no-repeat;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}