/*  Typo
----------------------------------------------- */

a:link, a:visited
{
    text-decoration: underline;
    color:#EC4413;
}
a:active { 	text-decoration: underline; }
a:hover { text-decoration:none; }


h1 { font:bold 18px/140% "Trebuchet MS", Verdana, sans-serif; }
h2 { font:bold 14px/140% "Trebuchet MS", Verdana, sans-serif; }

p {	font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;}
strong{word-break: keep-all;}

/*  Layout
----------------------------------------------- */

html{
scroll-behavior: smooth;
}
body {
    background: #333333 url(https://u.jimcdn.com/cms/o/se5847c084821619e/userlayout/img/bg.gif?t=1685625691) no-repeat top left;
    /*background-position:left !important;*/
    font: 11px/140% Verdana, Geneva, Arial, Helvetica, sans-serif;
    width:100%;
    margin: 0;
    /*overflow-x: hidden;*/
}

.j-text #Titre{
   position:absolute;
   width:99%;
   display: inline-block !important;
   align-items: center;
   justify-content:space-between;
   top:20vh;
}

.j-text #Titre p{
line-height: 1.5;
}
.j-text #Titre p span{
color:white;
text-shadow: 2px 2px #000, -2px 2px #000, 2px -2px #000, -2px -2px #000,-2px 0px #000,0px -2px #000,2px 0px #000,0px 2px #000;
 font-family: "Microsoft" Yi Baiti !important;
}

#container{
width:100%;}



#header
{
    transition: background-color .3s;
    top:0;
    z-index: 100;
    width:100%;
    height:auto;
    background-color:#2e2f3080;

    display: flex;
    align-items: center;
    justify-content: space-between; /*put space between components*/
}

#header:hover{
     background-color:#2e2f30;
}

#header #logo{
    height:20vh;
}

#cc-nav-view-2255656391 {
pointer-events: none;
}

#navigationBtn{
position:absolute;
top:100%;
justify-content:space-between;
display:none;
}

#header:has(#cc-nav-view-2255656391:hover) #navigationBtn{
display:inline;
}


#MainContainer{
   width:100%;
   height:100%;
   display:flex;
   align-items: flex-end;
   justify-content:space-between;
}

#MainContent img{
object-fit: contain;
width:30%;
}

#content
{
    width:70%;
    height:auto;
    background-color: rgba(255, 255, 255, 0.9);
   padding-left:10px;
}



/*Accueil :*/
/*_________________________________________________________*/

#page-2255437991 #header{
position:fixed;
}

#page-2255437991 #cc-m-12297760191{ /*Banner container*/
padding:0px;
}

#page-2255437991 #cc-m-12297760191 img{
width:100vw;
height:100vh;
object-fit:cover;
object-position:top;
}

#page-2255437991 #MainContainer{
display:inline;
}

#page-2255437991 #content
{
    display: inline-block;
    margin:0px;
    padding:0px;
    width:100%;
    height:auto;
    background-color: transparent;
}
#page-2255437991 a img{
object-fit: fill;
}



/*Text with image bg*/
#page-2255437991 .j-textWithImage{
padding:10px;
background:rgba(255, 255, 255, 0.7);

}

#page-2255437991 #sidebar{
display:none;
}

/*___________________________________________________*/


#DownArrow{
position:absolute;
z-index: 1;
transform: translateY(-6vw);
left:48%;
}

img{
transition: filter .6s;
}

a img:hover
{
 filter: brightness(50%);
}

#sidebar
{
    height:100%;
    width:20%;
    position:relative;
    right:20px;
    background:white;
}

#Title{
color:#bf4a01;
width:100%;
background:rgba(255, 255, 255, 0)!important;
}


#footer
{
    position:fixed;
    clear:both;
    background:#c5cbe3;
    height:10%;
    width:100%;
    bottom:0px !important;
display:none;

}

#footer .gutter 
{
    height:30px;
}





/*  Navigation
----------------------------------------------- */
#navigation
{
    padding: 10px 20px 10px 10px;
    display: flex;
}

ul.mainNav1
{
    margin:0px;
    padding: 0;
}


ul.mainNav1 li
{
    display: inline;
    margin: 10px;	
    padding: 0px;
}


ul.mainNav1 li a
{
    font-family:"Helvetica","Lucida Sans Unicode",Tahoma,Verdana,Arial,Helvetica,sans-serif;
    font-weight:normal;
    text-decoration:none;
    line-height:1.3em;
    color:white;
    /*display: line; *//*Block for column style*/

    border-bottom:1px solid #CCC;
    padding:4px 4px 4px 4px;
transition: background-color .3s,color .2s;
}
ul.mainNav1 li a span{
    font-size:clamp(10px, 3vw, 20px);
}



ul.mainNav1 a:hover
{
    background-color:#EEE;
    color:black;
}

ul.mainNav1 a.current { font-weight:bold; }




/*Mobile
__________________________________________________________*/

@media only screen and (max-device-width: 640px) {



/*Content on web Pages*/
/*_______________________________________________________*/  

  #content {width:100% !important;height:100% !important;padding:0px;}

#content .j-hgrid{
display:flex;
}

#content .cc-m-hgrid-column{
width:40% !important;
}

#content .cc-m-hgrid-column.last{
width:60% !important;
}
ul{
    padding-inline-start: 0 !important;
}

/*_______________________________________________________*/


/*Header and navigator*/
/*_______________________________________________________*/  
  #header #logo{
    height:10vh;
    width:auto;
  }
  ul.mainNav1{
    width: 100%;
    display:table;
    table-layout: auto;
align-items: center;
  }
  
  ul.mainNav1 li
{
    display: table-cell;
    width:auto;
    text-align:center;}


/*_______________________________________________________*/
/*J-text ce qui contient un texte.*/

.j-text span, .j-text strong{
font-size:4vw !important;
word-break:normal !important;
}

.j-text #Titre{
   top:10vh;
}

   .j-text #Titre span{
font-size:10vw !important;
}




  #MainContainer {
  display:inline-block !important;
  height:100% !important;
  }

  .j-hgrid {height:auto;}
  .j-imageSubtitle img{width:100%;object-position: top;object-fit:cover;} /*images without text*/
  .cc-m-hgrid-column .j-imageSubtitle img{height:auto !important;width:100%!important;object-fit:cover;} /*images in column, without text*/
  .cc-m-hgrid-column:not(:has(img, p, h1, h2, h3, span)) {
     display:none;
  }

/*_______________________________________________________*/  
/*cc-matrix-3299269291 -> Accueil page entreprise text*/
/*cc-matrix-3299373891 -> Accueil page sidebar*/
/*_______________________________________________________*/
.cc-m-hgrid-column:has(#cc-matrix-3299269291){
width:100%!important;
}

.j-hgrid:has(#cc-matrix-3299373891){
  display: grid;}

.cc-m-hgrid-column:has(#cc-matrix-3299373891){
flex:none;
   width:50%!important;}


/*Accueil gallery (horizontal layout)*/
/*_______________________________________________________*/

.cc-m-hgrid-column:has(#cc-m-gallery-12300509391){
width:100% !important;
}

#page-2255437991 #cc-m-gallery-12300509391 {
width:100% !important;
display:flex!important;
overflow:visible !important;
}
#page-2255437991 #cc-m-gallery-12300509391 a{
width:100% !important;
display:flex!important;
}

#page-2255437991 #cc-m-gallery-12300509391 .thumb_sq1{
width:30%!important;
height:auto !important;
}
#page-2255437991 #cc-m-gallery-12300509391 img{
width:100%!important;
height:auto !important;
}



#sidebar
{
    float:left;
    height:100%;
    width:100%;
    position:relative;
    left:0px;
}

/*Text in sidebar*/
#sidebar #cc-matrix-3196407291{
float:left;
}

#DownArrow{display:none;}
#goTo{
display:none;
}
}