/**
 * Place your custom styles here.
 */

 body h1, body h2, body h3, body h4, body h5, body h6 {
    color: #122844;
    font-weight: 400;
    margin: 8px 0;
        margin-bottom: 8px;
    line-height: 1.3em;
}


.region-bandos{
    padding: 16px 0 0 0;
   
}

.region-bando-droit{
     display: flex;
height: auto;
align-items: center;
flex-direction: column;
    padding: 16px;
}

.region-bando-droit #block-noussuivre  h2{
  font-size: 19px;
  color: #0019B4;
  margin: auto;
  padding-right: 10px;
  font-weight: 600;
  text-align: center;
}

.row{
 margin: 0;
}
#block-languageswitcher ul:not(.contextual-links){
    display: flex;
    list-style: none;
    justify-content: space-around

}

#block-languageswitcher ul:not(.contextual-links){
    display: flex;
    list-style: none;
    justify-content: space-around

}
#block-languageswitcher ul:not(.contextual-links) li{
    flex-grow: 1 ;
    list-style: none;

}
.bgnavabr{
    background-color: #13618E;
    border-color: #262425;
}


.container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

/*.barredemenu{
    background-color: #3D6E1E ;
    margin-right: auto;
    margin-left: auto;
}*/

.barredemenu{
    background-color: #0019B4 ;
    margin-right: auto;
    margin-left: auto;
}

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

.barredemenu header .region-navigation-collapsible{
    display: flex;
    align-items: center;
}

.region-content a  {
  color: #171617;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-weight: 400;
}

.region-content a:hover  {
  color: #C40F2E;
}

.region-content{
    padding-bottom: 16px;
}

.region-content img {
    padding: 10px;
}

.region-content {
    font-size: 1.20em;
   
}
.region-content p{
    font-size:inherit;
     text-align: justify;
     color:#212121;
}

.region-content ul, .region-content ol {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: inherit;
}

.afterside a {
  color: #171617;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-weight: 700;
}

.afterside a:hover  {
  color: #236EA6;
}





/* ----- Menu PRNCIPAL --------- */

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: 0;
}
.navbar-default {
    background-color: transparent;
    border-color: #262425;
}
.navbar-nav > li > a {
    font-size: 1.2em;
    font-weight: 700;
    padding: 14px;
    line-height: 24px;
}


.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus {
    color: #ffffff;
background-color: unset;

}

.navbar-default .navbar-nav > li > a {
    color: #ffffff;
     
      
    }

.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #119200;
    
}

.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
   
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: unset;
}
.navbar {
    border-radius:0;
    border:0;
    margin-bottom:0;
}

.default .navbar-nav > li > a:focus {
    color: #36F77D;
    background-color: transparent;
}

.navbar-nav > li  {
    border-right: 1px solid #C06650;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #262425;
}


.navbar-nav .dropdown-menu {
    position: absolute;
    float: none;
}
.navbar-default .navbar-text {
  color: #fefefe;
}



/*-----MENU 2 --*/


.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
    font-size: 1.2em;
}


 .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #367DF7;
}

.navbar-nav > li > a:focus {
    color: #ffdd11;
    background-color: transparent;
}

.navbar-nav li:hover > ul,
.navbar-nav li li:hover > ul,
.navbar-nav li li li:hover > ul {
  display:block;
  overflow: visible !important;
}

.navbar-nav > .active > a, 
.navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #367DF7;
}
.navbar {
    border-radius:0;
    border:0;
    margin-bottom:0;
    padding: 0;
}

 .navbar-nav > li > a:focus {
    color: #ffdd11;
    background-color: transparent;
}

.navbar-nav > li  {
    border-right: 0;
}

.navbar-nav > li > a {
    padding-top: 20px;
    padding-bottom: 20px;
   
}
/*.navbar-nav > li > a {
    color: #ffffff;
    }
*/
/** FIN MENU PRINCIPAL ---*/

/**  ----------DROPDOWN MENU STYLE  -------------*/

.navbar-nav .dropdown-menu {
  position: absolute;
  float: none;
}

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.dropdown-menu {
  font-size: 16px;
  text-align: left;
  list-style: none;
}
.dropdown-menu > li > a {
    display: block;
    padding: 14px;
    clear: both;
    font-weight: 500;
    line-height: 24px;
    color: #333333;
    white-space: nowrap;
}



.dropdown-menu > li > a:hover  {
  color: #fff;
  text-decoration: none;
  background-color: #009035;
}

.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a {
  color: #fff;
  text-decoration: none;
  background-color:#119200;
  outline: 0;
}

.dropdown-menu > .active > a:hover 
{
  color: #fff;
  text-decoration: none;
  background-color: #009035;
  outline: 0;
}

 
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #009035;
  outline: 0;
}
/*--- FIN DRP DOWN MENU ---------------*/



.menu--main .dropdown-toggle::after {
    display: none;
    
}
/* Nav Bar nav */

.navbar-nav {
   flex-direction: row;
}

/* Block */

.cadrePad {
    padding-left: 16px;
    padding-right: 16px;
    align-items: stretch;
}

.cardejaune {
    border-color: #fc0 !important;
}

.region-highlighted {
    display: flex;

}
/*.region-highlighted  h2 {
	font-size: 25px;
	font-weight: bold;
	color: #367DF7;
}

 .region-highlighted  section {
    padding: 10px;
    width: 32%;
    border: 1px solid #367DF7;
    margin-right: 10px;
     border-radius: 10px;
     text-align: center;
}

.region-highlighted  section h3 {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.52em;
}
*/
.region-highlighted  section p {
    padding: 7px;
    margin-top: 10px;
    text-align: center;
    line-height: 21px;
    color: #363435;
}

.region-highlighted  section:nth-child(3) {
   
    margin-right: 0;
}


/* SLIDE SHOW */


.slideshow {
    
    min-height: 390px;

    
}


.slideshow .row, .region-slideshow .row{
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    
}
.slideshow {
    padding: 0;
    margin-right: auto;
    margin-left: auto;
    
}



.region-zonelaterale section .view-content .views-row{
    overflow: auto;
    padding: 0;
    background-color: #EFFCF3;
    margin-bottom: 2%;
    
}

.region-zonelaterale section h2{
        padding-top: 1%;
       border-bottom: 3px solid #3D6E1E;
        color: #213161;
}

.region-zonelaterale section a{
  color: #009136;
  text-decoration: none;
  font-size: 1.2em;
}

.region-zonelaterale section a:hover{
  color:#3D6E1E;
  text-decoration: none;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  
}
.region-zoneslide .block-views-blockslideshow-block-1 .views-field-field-image img{
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  min-height: 200px;
 } 
.slideshow .pasdepading{
padding-right:0;
padding-left: 0;
margin: auto;
}

.carousel-inner .item > div{
       padding: 0;
    margin: auto;
}

.region-zoneslide .block-views-blockslideshow-block-1 .views-field-title {
    position: absolute;
    top: 80%;
    padding: 14px;
    font-size: 1.5em;
    font-weight: 700;
    margin: auto;
    margin-left: 7px;
    background-color: #fefefe;
}
.region-zoneslide .block-views-blockslideshow-block-1 .views-field-body {
    position: absolute;
    top: 85%;
    padding: 14px;
    font-size: 1.2em;
    font-weight: 700;
    margin: auto;
    margin-left: 7px;
    color: #fefefe;
    background-color: #00A9E0;
}


   
   #views-bootstrap-news-block-1 h2{
    padding: 7px 7px 21px 7px;
     color: #337ab7;
    font-size: 2.5em;
    text-align: center;
    text-transform: uppercase;
       }
   .navbar-collapse {
     padding-left: 0;
}


#views-bootstrap-news-block-1 .views-field-field-surtitle {
    padding: 7px 7px;
    width: 100%;
    max-height: 100%;
    line-height: normal;
    font-size: 0.97em;
    font-weight: bold;
}

#views-bootstrap-news-block-1 .views-field-title {
    padding: 7px 7px;
    width: 100%;
    max-height: 100%;
    line-height: normal;
}
#views-bootstrap-news-block-1 .views-field-body {
    padding: 7px  7px;
    max-height: 100%;
    line-height: normal;
    text-align: justify;
}
#views-bootstrap-news-block-1 .views-field-title  a {
    
    font-size: 1.2em;
    color: #954835;
     line-height: normal;
}

#views-bootstrap-news-block-1 .views-field-title  a:hover {
    
    text-decoration: none;
    color: #236EA6;
     line-height: normal;
}

/*#block-views-block-nos-references-block-1 .view-content{
	padding: 10px 5px 7px 0;
	border-top: 2px solid #7C7879;
}

.emg
   { transform: scale(1);
    transition: all 3s cubic-bezier(0.19, 1, 0.22, 1);
}*/

#views-bootstrap-articles-scientifiques-page-1 .views-field-title  a {
    
    font-size: 1.2em;
    color: #954835;
     line-height: normal;
}
#views-bootstrap-articles-scientifiques-page-1 .views-row , 
#views-bootstrap-articles-scientifiques-page-1 .row  {
    
    margin-bottom: 21px;
    padding-bottom: 7px;
}

.view-articles-scientifiques .views-field-title  a {
    
    font-size: 1.2em;
    color: #954835;
     line-height: normal;
}

/*.view-articles-scientifiques .views-row {
    
    margin-bottom: 21px;
    padding-bottom: 7px;
}*/

#views-bootstrap-frontpage-page-1{
	padding: 21px 0 14px 0;
	margin-top: 14px;
}
#views-bootstrap-frontpage-page-1 .col {
	text-align: center;
}

#views-bootstrap-frontpage-page-1 .views-field-title a {
    color: #337ab7;
    text-decoration: none;
    font-size: 1.51em; 
}

#views-bootstrap-frontpage-page-1 .views-field-field-image img{
	border-radius: 50%;
	overflow: hidden;
	width: 200px;
	margin-left: auto;
	margin-right: auto;
  height: 200px;
 }
#views-bootstrap-frontpage-page-1 .views-field-field-image {
	text-align: center;
   }


.imgpad{
	padding: 14px 21px; 
}

/* search fform */

input[type=search] {
    border: 1px dotted #999;
    border-radius: 0;
    -webkit-appearance: none;
     color: #686465;
}

input[type=submit] {
  background-color: #4CAF50;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
  color: #686465;
  padding: 12px 20px;
  border: none;
  border-radius: 14px;
  cursor: pointer;
  float: right;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.region-content article h2{
	font-size: 1.6em;
	margin:14px 0;

}
/* ----------------- SECONDARY -----------------------*/

.region-sidebar-second{
    padding-top: 21px;
}
 .region-sidebar-second  section {
    padding: 10px;
    width: auto;
   /* border: 2px solid #C40F2E;*/
    margin-right: 0;
    box-shadow: 0 0 0 2px #dadce0;
  background-color: #fff;
  padding-bottom: 14px;
  transition: border 280ms cubic-bezier(.4,0,.2,1),box-shadow 280ms cubic-bezier(.4,0,.2,1);
  margin-bottom: 14px;


}

.region-sidebar-second  section h2 {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    background-color: #fff;
    font-size:1.6em;
    margin-left: auto;
    margin-right: auto;
    width: 79%;
    color: #13618E;
    font-weight: 600;
    border-bottom: 3px solid #009035;
}

.region-sidebar-second  section h3 {
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 1.52em;
}

.region-sidebar-second section.block-views-blocknotre-sante-block-1 .view-content .views-row {
  overflow: auto;
  padding: 0;
  background-color: #EFFCF3;
  margin-bottom: 2%;
}

aside .well {
  min-height: 20px;
  padding: 19px;
    padding-top: 19px;
  margin-bottom: 20px;
  background-color: unset;
  border: 0;
  border-radius: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
}
/*.region-sidebar-second  section p {
       display: none;
}*/

/* lien spécifique ------------------*/

.style-services > a {
    background-color: white;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    height: 375px;
    position: relative;
    top: 0;
    width: 100%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;
    padding: 30px;
    color: #333333;
    display: block;
    text-decoration: none;
}

.style-services > a:hover {
    color: #333333;
    -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

/* --- FIN lien spécifique ------------------*/

.bgcolor{
    color: white;
    background-image: linear-gradient(to right,#784288 0,#D94B4C 50%,#f19158);
    width: 100%;
    padding: 10rem 0 12rem;}

/* Pied de page figé--*/
.sliding-popup-bottom {
    position: fixed;
    z-index: 99999;
left: 0;
text-align: center;
}

.region-bando-gauche .navbar-brand {
    font-family: 'Open Sans';
    font-weight: 600;
}
.region-bando-gauche a img {
   min-width: 50%;
   max-width: 98%;
}

.region-header{
    padding-top: 16px;
    font-weight: 600;
}

.fontyourface h1 {
     font-weight: 600;

}

.region-header h1{
    padding-top: 16px;
    font-weight: 400;
    color: #119200;
    font-size: 2.19em;
}

.region-bandos h2 {
    color: #119200;
    text-align: center;
}

.views-field-info{
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
    color: #0A2F45;
    padding: 12px 7px;
    text-transform: uppercase;
}

.region-highlighted .block-views-blockdomaines-d-activites-block-1{
    border: 1px #C9D0D6 solid;
    margin: auto;
    margin-left: 10px;
    
}

.region-highlighted .block-views-blockdomaines-d-activites-block-1 h2 {
    background-color: #ffffff;
    margin-top: -16px;
   width: 80%;
    font-size: 1.8em;
    color: #2D588E;
    margin-left: auto;
   margin-right: auto;
    font-weight: 700; 
    text-align: center;
}

.afterside{
    background-color: #FFFAF0; 
    padding: 21px 14px;
   
}

/*.region-afterside {
   
    padding: 10px 14px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
}*/
.region-afterside section {
        height: auto;
        padding-right: 1%;
        padding-left: 1%; 
} 
 

.produitx  {
        margin-left: auto;
        margin-right:auto;
        background-color: #F4FFF2;
        padding-top: 14px;
        padding-bottom: 28px;
       
} 

.region-produitx   {
        margin-left: auto;
        margin-right:auto;
        
} 

.region-produitx h2 {
        height: auto;
        color: #119200;
        background-color: unset;
        padding-bottom: 10px;
        border-bottom: 3px solid #119200;
        margin-bottom: 21px;
} 

.region-produitx section {
        height: auto;
        padding-right: 1%;
        padding-left: 1%; 
        background-color: unset;
} 


.region-afterside section  img{
        height: auto;
        margin: auto;
} 

.region-produitx .imageover{
font-weight: normal;
}


.region-produitx .imageover .views-field-body{
padding: 7px;
background-color:#FDFDFF ;
}
.region-produitx .imageover .views-field-title {
background-color: #FDFDFF ;
padding: 7px;
}

.region-produitx .imageover .field--name-field-media-image {
background-color: #FDFDFF;
}
.region-produitx .imageover .field--name-field-media-image  img {
  transform: scale(1);
  transition: all .5s;
  object-fit: cover;
}

 .region-produitx .imageover:hover .field--name-field-media-image  img {
  transform: scale(1.2);
}
.region-produitx .field--name-field-media-image   {
  overflow: hidden;
  background-color: #FDFDFF ;
}

.region-produitx a {
  font-size: 1.2em;
  color: #119200;
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  font-weight: 700;
}

.region-produitx a:hover {
  font-size: 1.2em;
  color: #0019B4;
  
}

#block-views-block-call-for-projects-block-1 .views-field-field-link {
 padding: 7px;
}
 .bgparalal{
    background-color:#E3EBF0; 
    padding: 21px 14px;
 }
/* video --------------------*/

.views-field-field-ajouter-une-video canvas, 
.views-field-field-ajouter-une-video progress, 
.views-field-field-ajouter-une-video video {
  display: inline-block;
  vertical-align: baseline;
  padding:5px;
  width: 100%;
}

 /*------------- H2 ---------------*/

 .region-content h2 {
    text-align: left; 
    margin-bottom: 10px; 
    padding-bottom: 10px; 
    color: #C40F2E;
    
}

.region-content h2:first-child{
     border-bottom: 3px solid #009035;
}

/*.region-content h2:nth-child(2){
     border-bottom: 3px solid ##19171C;
}*/

.region-content h2:nth-child(3+1){
     border-bottom: 3px solid #3D6E1E;
}

#block-views-block-news-block-1 h2,
#block-views-block-videos-block-1 h2{
    padding-left : 21px;
    padding-bottom: 7px;
    padding-top: 7px;

     color: #FDB939;
    font-size: 2.21em;
    text-align: left;
    text-transform: uppercase;
    border-bottom: 2px solid #C40F2E;
    background: url(../images/fondtitre.png) left no-repeat;

}

.region-keynotez{
    padding: 7px;
}
.region-keynotez h2{
    border-bottom: 3px solid #3D6E1E;
}

.region-keynotez section a{
text-decoration: none;
color:#AE0D29;
line-height: normal;
font-size: 1.3em;
line-height: 1.4em;

}

.region-keynotez section a: hover{
text-decoration: none;
color: #954835;
line-height: normal;

}

.region-keynotez section .views-field-field-surtitre {
    padding: 7px;
    background-color: #EFFCF3;
    color: #00511F;
    font-weight: 550;
}

.region-sidebar-second section a {
  color: #C40F2E;
  text-decoration: none;
  font-size: 1.2em;
}

.region-sidebar-second section a:hover {
  color: #373737;
  text-decoration: none;
  font-size: 1.2em;
}

.region-sidebar-second section.block-views-blockarticles-scientifiques-block-1 .views-field-title {
    border-bottom: 1px dotted #2EA76D;
    padding: 7px 3px 5px 4px ;
}

.region-sidebar-second section.block-views-blockarticles-scientifiques-block-1 .views-field-title a{
    color: #21782C;
  text-decoration: none;
  font-size: 1.25em;
  transition: transform 0.7s ease;
}

.region-sidebar-second section.block-views-blockarticles-scientifiques-block-1 .views-field-title a:hover{
    color: #3D6E1E;
  text-decoration: none;
  font-size: 1.26em;
}

/*----------------  ZONE FOOTER ****************--*/ 

.region-footer{
    padding: 7px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    height: auto;
}



.bfooter{
    
    color: #ffffff;
}

.footer {
    margin-top: 14px;
    padding-top: 7px;
    padding-bottom: 16px;
    border-top: none;
    color : #4D4A4B;
}

.bgfooter  {
    background-color: #ffcc11;
    color: #ffffff;
 }
 
.bckgfooter a {
    
    color: #ffffff;
 }

.region-footer section {
        height: auto;
        padding-right: 7%;
        padding-left: 7%; 
} 

.bfooter{
background-color: #119200; 
    padding:14px;
    border-top:#3D6E1E solid 3px;
 }
 .bckgfooter  {
    
    background-color: #0019B4;
 }

 .bfooter li{
   padding:7px 0;
   display: block;
   list-style: none;
   border-bottom: dotted 1px #aefeae;
 }

 .bfooter a{
   padding: 2px;
   display: block;
    color: #ffffff;
    font-size: 16px;
 }

 
.footer {
    margin-top: 7px;
    border-top: none;
    color: #ffffff;
}
/* --------- FIN FOOTER ----------------*/



 .carousel-caption {
    background-color: #119200;
    opacity: 0.99;
}

.carousel-caption .d-md-block h3 a {
    font-size: 19px;
    color: #fefefe;
    text-decoration: none;
}

.carousel-caption {
        position: absolute;
        right: 0px;
        bottom: 0px;
        left:25%;
        z-index: 10;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 21px;
        color: #fefefe;
        text-align: center;
        text-shadow: none;
    }

.carousel-indicators {
  top: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 10%;
  z-index: 1;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-inner{
    z-index: 0;
}
..carousel-indicators{
    z-index: 3;
}
.carousel-control.left, .carousel-control.right{
    z-index: 4;
}

#views-bootstrap-partenaires-block-1 .carousel-caption {
    visibility: hidden;
}

.region-bando-gauche{
    display: flex;
    flex-direction: column;

}

.region-bando-gauche .navbar-text {
  float: unset;
  margin-right: 15px;
  margin-left: 15px;
}

/*.region-bando-gauche .navbar-text {
  float: unset;
  margin: 2px 0 7px 0;
  padding: 3px 0 4px 0 ;
  background-color: #E1011C;
  color: #fefefe;
  text-align: center;
}
*/
.region-bando-gauche .navbar-text {
  float: unset;
  margin: 2px 0 7px 0;
  text-align: center;
  font-size: 1.25em;
}

.region-bando-gauche .navbar-btn {
  margin-top: 2px;
  margin-bottom: 2px;
}

.textTire{
    display: inline-block;
    padding: 21px 2px 2px 5px;
    color: #38a7be;
    font-size: 1.4em;
    word-break: break-word;
    width: auto;
}
.slogo{
    display: inline-block;
    width: auto;
}



.region-bfooter {
   display: flex;
   justify-content: space-between;

} 

  .region-bfooter section{
   margin: 10px ;
   width: 32%;

} 

.zonevideo {
      background-color: #119200;;
      margin-top: 21px;
}


.region-zonevideo{
    padding: 21px 7px ;
}

.region-zonevideo .field--name-field-media-image {
  text-align: center;
  display: flex;
  justify-content: center;
}

.region-zonevideo h2{
    padding: 7px 7px ;
    color: #ffffff;
    border-bottom: 1px dotted #eeeeee;
    margin-bottom: 14px;
}
.region-bfooter  #block-contact {
/*    border-right: 1px dotted #92A5DE;*/
       padding: 7px  ;
   }
  
.region-bfooter #block-reseausociaux .field--name-body {
    padding-top: 21px;
}
   .view-frontpage { display:none; }

.region-bfooter h2.block-title {
    text-align: left;
    color: #ffffff;
    margin: 10px auto;
    font-size: 21px;
    font-weight: 600;
      padding-bottom: 7px;
/*      border-bottom: 2px dotted #ffffff;*/
      margin-bottom: 16px;

}

.block-views-blockactualites-block-2{
    margin-bottom: 10px;
    margin-top: 14px; 
}

.region-content #block-views-block-a-la-une-block-1 a {
    text-align: center; 
    padding-top: 16px; 
    padding-bottom: 16px; 
    color: #009038;
    font-size: 1.191em;
}

.region-content #block-views-block-a-la-une-block-1 a:hover {
    
    color: #3D6E1E;
    
}

/*#views-bootstrap-actualites-block-2 div.row > div {
    border:1px #acacac solid;
}*/




.bordurecol{
    margin: 0;
    padding: 7px;

}
.padelemt{
    padding-right: 0;
    padding-left: 0;
}

.padbodyR{
    border-right: 0;
}

.block-views-blockactualites-block-2 div.padbodyR:first-child{
    border-right: 1px solid #dedede;
}



#block-equipe{
    padding: 21px auto;
}

.region-highlighted {
    padding-top: 14px ;
    padding-bottom: 14px;
}






.block-views-blockdomaines-d-activites-block-1 .item-list  {
   padding: 10px 14px; 
 }

 .block-views-blockdomaines-d-activites-block-1 .item-list li {
    font-size: 1.37em; 
    list-style: square ;
   color:#83B5C2;
    padding: 7px auto;
    line-height: 34px;

 }

@media only screen and (min-width: 501px) {
 /* Appareils avec une résolution au-dessus de 500px */

}

@media only screen and (max-width: 500px) {
 /* Appareils avec une résolution de 500 pixels ou moins */
 .region-bando-gauche{
            display: flex;
            flex-direction: column;

        }
        .region-bfooter {
   display: flex;
   justify-content: space-between;
   flex-direction: column;

} 
.region-bfooter section{
   text-align: left;
   display: flex;
   flex-direction: column;
   align-items: left;
   width: 100%;
} 
}

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

/* tablettes et ordinateurs */
 
     .carousel-caption {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 25%;
        z-index: 10;
        padding-top: 16px;
        padding-bottom: 16px;
        padding-left: 21px;
        color: #fefefe;
        text-align: center;
        text-shadow: none;
    }

    

}

@media screen and (max-width: 767px){
 /* smartphone */

     .region-bando-gauche{
        display: flex;
        flex-direction: column;

    }

    .region-highlighted {
    display: flex;
    flex-direction: column;
    padding-top: 14px ;
    padding-bottom: 14px;
}

.region-bfooter {
   display: flex;
   flex-direction: column;
   justify-content: space-between;

} 


.navbar-nav {
    flex-direction: column;
}
}

.region-content article .content .field--type-image {
   float: right;
    padding: 14px;

}

.carousel-caption h3 a {
    color: #fefefe;
    text-decoration: none;
}
.carousel-caption h3  {
    color: #fefefe;
    font-size: 19px; 
}
/* formulaire de recherche */

.region-bandos  input[type=search] {

    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  border: 2px solid #004883;
}
.region-bandos input[type=search]:focus {
  border: 2px solid #004883;
}

.region-bandos .block-search-form-block{
    width: 70%;
    align-content: center;
    align-items: center;

}
.region-bandos  {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end;
}