| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259 | 
							
- .layout-container{
 
-     position: relative;
 
- }
 
- header{                       
 
-     // display: block;
 
-     width: 100%;
 
-     position: fixed;
 
-     z-index: 99;
 
-     
 
- }
 
- #header-top {
 
-     height: 7rem;
 
-     background-color: $white;
 
-     box-shadow: 1px 0px 8px $black;
 
-     display: flex;
 
-     flex-direction: row;
 
-     justify-content: space-between;
 
-     color: $black;
 
-     top:0%;
 
-     .region-header-top-left {      // logo + menu déroulant
 
-         display:flex;
 
-         flex-direction: row;
 
-         padding: 1rem;
 
-         padding-left: 4%;
 
-         align-items:center;  
 
-         color: $black;  
 
-         font-weight: 800;
 
-         flex: 1;
 
-         justify-content: space-between;
 
-         #block-logogouv{
 
-             display: flex;
 
-             height: 100%;
 
-             align-items: center;
 
-             img{
 
-                 min-width: 80px;
 
-                 width: 70%;
 
-                 height: auto;
 
-             }
 
-         }
 
-         #block-logoeql{
 
-             display: flex;
 
-             height: 100%;
 
-             align-items: center;
 
-             img{
 
-                 min-width: 80px;
 
-                 width: 80%;
 
-                 height: auto;
 
-             }
 
-         }
 
-         ul{
 
-             font-size: 1.2rem;
 
-             list-style: none;
 
-             display: flex;
 
-             flex-direction: row;
 
-             width: 100%;
 
-             :is(.sous-liste){
 
-                 display: flex;
 
-                 flex-direction: column;
 
-                 padding: 1rem;
 
-             }
 
-             .ul1.sous-liste{
 
-                 // padding-right: 2rem;
 
-             }
 
-             li{
 
-             //    width: 200px;
 
-                 a {
 
-                     color: $black;
 
-                 }
 
-                 .is-active{
 
-                     color:$blue-light;
 
-                 }
 
-                 :hover{
 
-                     color: $blue-light;
 
-                 }
 
-             }
 
-         }
 
-         ul div:first-child li div{
 
-             display: none;
 
-         }
 
-         // ul div:nth-child(2) li div{
 
-         //     display: none;
 
-         // }
 
-         // ul:is(.ul1 .sous-liste .ul2){
 
-         //     display: none;
 
-         // }
 
-         :hover  ul {
 
-             div:first-child li div{
 
-                 display: block;
 
-                 background-color: $white;
 
-                 padding: 1rem;
 
-                 a{
 
-                     color: $black;
 
-                     &:hover{
 
-                         color: $blue-light;
 
-                     }  
 
-                 }
 
-             }
 
-         }    
 
-         :hover ul {
 
-             div:nth-child(2)  li div{
 
-                 display: block;
 
-                 background-color: $white;
 
-                 padding: 1rem;
 
-                 a{
 
-                     color: $black;
 
-                     &:hover{
 
-                         color: $blue-light;
 
-                     }  
 
-                 }
 
-             }
 
-         }
 
-     } 
 
-     #block-socialnetwork-2{
 
-         position: relative;
 
-         top: -33px;
 
-         // display: none;
 
-         .field--name-body{
 
-             min-height: 75px;
 
-             margin-right: 1rem;
 
-         }
 
-         
 
-             p{
 
-                 display: flex;
 
-                 flex-direction: row-reverse;
 
-                 margin-bottom: 0;
 
-                 min-height: 54px;
 
-                 justify-content: space-around;
 
-                 min-width: 120%;
 
-                 a{
 
-                     color: $white;
 
-                     font-size: 0;
 
-                     // padding-left: 0.5rem;
 
-                     // padding-right: 0.5rem;
 
-                 }
 
-                 svg.ext{
 
-                     display: none;
 
-                 }
 
-                 .link-twitter{
 
-                     display: flex;
 
-                     background-color: black;
 
-                     min-width: 40px;
 
-                     justify-content: center;
 
-                     align-items: end;
 
-                     &:before{
 
-                         content: url("../images/pictos/twitter_white.svg");
 
-                         min-width: 30px;
 
-                         padding-bottom: 0.3rem;
 
-                     }
 
-                 }
 
-                 .link-youtube{
 
-                     display: flex;
 
-                     background-color: black;
 
-                     min-width: 40px;
 
-                     justify-content: center;
 
-                     align-items: end;
 
-                     &:before{
 
-                         content: url("../images/pictos/youtube_white.svg");
 
-                         min-width: 25px;
 
-                         padding-bottom: 0.5rem;
 
-                     }
 
-                 }
 
-                 .link-linkedin{
 
-                     display: flex;
 
-                     background-color: black;
 
-                     min-width: 40px;
 
-                     justify-content: center;
 
-                     align-items: end;
 
-                     // background-position-y: top;
 
-                   
 
-                 &:before{
 
-                         content: url("../images/pictos/linkedin_white.svg");
 
-                         min-width: 35px;
 
-                         padding-bottom: 0.2rem;
 
-                     }
 
-                 }
 
-             }
 
-         
 
-     }
 
-     #block-burger {              // menu burger à droite
 
-         z-index: 1;
 
-         background-color: $blue-light;
 
-         font-size: 0.7rem;
 
-         color: $white;
 
-         display: block;
 
-         width: 7rem;
 
-         height: 100%;
 
-         margin-top: 0;
 
-         :hover{
 
-             cursor: pointer;
 
-         }
 
-         h2{
 
-             padding-top: 1rem;
 
-         }
 
-         h2:after{
 
-             display: block;
 
-             margin:auto;
 
-             height: 70px;
 
-             content:url('data:image/svg+xml,<svg width="100" height="70" xmlns="http://www.w3.org/2000/svg" version="1.1"> <path id="path930" d="M 30,13 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-3" d="M 30,25 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/><path id="path930-6" d="M 30,37 H 70" stroke-linecap="round" stroke="white" stroke-width="3"/></svg>');
 
-         }          
 
-         #block-burger-menu{
 
-             display: block;
 
-             margin: 0;
 
-             align-self: center;
 
-             text-align: center;
 
-             // height:7rem;
 
-         }
 
-   // block menu open fond bleu
 
-         .ul1:not(.sous-liste){    
 
-             width: 300%;
 
-             position: relative;
 
-             right: 260px;
 
-             margin: 0;
 
-             padding-top: 2rem;
 
-             padding-bottom: 2rem;
 
-             z-index: 99;
 
-         }
 
-         ul  {
 
-             display: none;
 
-             background-color: $blue-light;
 
-             line-height: 2rem;
 
-             list-style: none;
 
-         
 
-             .ul1 .sous-liste{
 
-                 a{
 
-                     opacity: 1;
 
-                 }
 
-             }
 
-             a{
 
-                 opacity: 0.6;
 
-                 color: $white;
 
-                 font-weight: 800;
 
-                 font-size: 1rem;
 
-             }
 
-         }
 
-         &.opened ul {
 
-           display: block;
 
-         }
 
-     }   
 
- }
 
 
  |