/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 juin 2018, 16:29:24
    Author     : FOULON Guillaume <g.foulon@agro-transfert-rt.org>
*/
:root {
  --light-color-abcterre: #d9923b;
  --darked-color-abcterre: #bb7a2a;
  --white-color: #fff;
  --danger-color: #ff0000;
  --font-presentation: robotoc, Arial Narrow, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1.5rem;
  color: #212529;
  text-align: left;
  word-break: break-all;
  background-color: var(--white-color);
  overflow-x: hidden;
  background-image: url(../img/parcellaire-morcele2.jpg) !important;
  background: url(../img/structure/background.jpg) no-repeat center fixed;
  background-size: cover;
}
header {
  position: sticky;
  top: 0;
  /*padding: 2px;*/
  /*margin-bottom: 15px;*/
  background-color: var(--white-color);
  /*display: flex;
    z-index: 1;
    align-items: center;*/
}
header nav {
  min-height: 40px;
}
div.navbis,
nav {
  padding: 0 15px;
  background-color: var(--light-color-abcterre);
  font-size: 18px;
  /* Mobile menu */
  /* Submenu up from mobile screens */
  /*.has-submenu > a::after {
      font-family: "Font Awesome 5 Free";
      font-size: 12px;
      line-height: 16px;
      font-weight: 900;
      content: "\f078";
      color: white;
      padding-left: 5px;
    }*/
}
div.navbis a,
nav a,
div.navbis a:hover,
nav a:hover {
  color: var(--white-color);
  text-decoration: none;
}
div.navbis .item,
nav .item,
div.navbis .subitem,
nav .subitem {
  margin: 0;
}
div.navbis .item:hover,
nav .item:hover,
div.navbis .subitem:hover,
nav .subitem:hover {
  cursor: pointer;
}
div.navbis .item:active,
nav .item:active,
div.navbis .subitem:active,
nav .subitem:active {
  background-color: var(--darked-color-abcterre);
  color: #000000;
}
div.navbis .menu,
nav .menu,
div.navbis .submenu,
nav .submenu {
  list-style-type: none;
}
div.navbis .logo,
nav .logo {
  font-size: 20px;
  padding: 7.5px 10px 7.5px 0;
}
div.navbis .item.button,
nav .item.button {
  padding: 9px 5px;
}
div.navbis .item:not(.button) a:hover,
nav .item:not(.button) a:hover,
div.navbis .item a:hover::after,
nav .item a:hover::after {
  color: #ccc;
}
div.navbis .menu,
nav .menu {
  display: flex;
  margin: 0;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
div.navbis .menu li a,
nav .menu li a {
  display: block;
  padding: 15px 15px;
}
div.navbis .toggle,
nav .toggle {
  order: 1;
  font-size: 20px;
}
div.navbis .item.button,
nav .item.button {
  order: 2;
}
div.navbis .item,
nav .item {
  order: 3;
  display: none;
  width: 100%;
}
div.navbis .active .item,
nav .active .item {
  display: block;
}
div.navbis .button.secondary,
nav .button.secondary {
  /* divider between buttons and menu links */
  border-bottom: 1px #444 solid;
}
div.navbis .submenu,
nav .submenu {
  display: none;
}
div.navbis .submenu-active .submenu,
nav .submenu-active .submenu {
  display: block;
}
div.navbis .subitem a,
nav .subitem a {
  padding: 10px 15px;
  white-space: nowrap;
}
div.navbis .submenu-active > a:first-child,
nav .submenu-active > a:first-child {
  background-color: var(--darked-color-abcterre);
  border-radius: 3px;
}
table,
th,
td {
  border-collapse: separate;
  border-spacing: 0;
}
table th,
table td {
  padding: 1rem;
}
table tbody tr:hover td {
  background-color: #eeeeee;
}
a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul {
  padding-left: 0;
}
ul li {
  margin-bottom: 10px;
  list-style-type: none;
}
footer {
  /*position			: fixed;*/
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px ;
  margin-top: 30px;
  background-color: var(--light-color-abcterre);
  color: var(--white-color);
}
footer a i {
  color: #fff;
}
footer a i:hover,
footer i:active {
  color: #cccccc;
}
footer .container {
  display: flex;
  flex-direction: column;
}
footer .container > div {
  flex-basis: 25%;
}
#main {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  z-index: 1;
  /* will be in the middle stacking */
  background: var(--white-color);
  opacity: 0.95;
  transition: transform .3s;
}
#content {
  min-height: 400px;
  padding: 0.5rem 2rem;
  /*.container-statut-exec-simulation i.fa-exclamation-circle {*/
  /*.container-statut-exec-simulation i.fa-thumbs-up {*/
}
#content i {
  color: var(--light-color-abcterre);
}
#content i.fa-exclamation-circle {
  color: #ff0000 !important;
}
#content i.fa-thumbs-up {
  color: #00dd00 !important;
}
#content a {
  margin: 5px;
}
.main_logo {
  max-width: 100px;
  max-height: 50px;
  margin: 2px;
  vertical-align: middle;
}
.titre_app {
  color: var(--white-color);
  font-size: 1.6rem;
  margin: 2px;
}
.ul-horizontal {
  display: flex;
}
.ul-horizontal li {
  padding: 5px;
}
/* Formulaire de connexion */
/*
#formconnexion{
    max-width: 650px;
    background-color: var(--light-color-abcterre);
    margin-right: auto;
    margin-left: auto;
    padding: 1.5rem;


    display: flex;
    flex-direction: column;
    border-radius: 5px;
}*/
form label.required::after {
  padding-left: 5px;
  color: var(--danger-color);
  content: "*";
}
form input[type=checkbox] ~ label,
form input[type=radio] ~ label {
  display: inline;
}
form form {
  display: block;
  padding-bottom: 5px;
}
form input {
  margin: 10px 0 20px;
}
form input[type=text],
form input[type=password],
form input[type=email],
form textarea {
  width: 100%;
  line-height: 1.2rem;
}
form input[type=text],
form input[type=password],
form input[type=email] {
  border: none;
  border-bottom: 1px solid #000000;
}
form input:active,
form input:focus {
  border: none;
  border-bottom: 1px solid var(--light-color-abcterre);
  color: var(--light-color-abcterre);
}
form button,
form .button {
  width: 100%;
  padding: 0.5em;
  margin: 10px 0;
  text-align: center;
}
form button-w100pc,
form .s12 .button-w100pc {
  width: 100%;
}
.definition {
  font-size: 0.9em;
  padding: 10px 10px 10px 10px;
}
/*
.container {
    padding: 15px;
}

.conteneurinput {
    max-width: 330px;
    font-size: 1.6rem;
    margin:auto;
}

.conteneurinput input, .conteneurinput textarea, .conteneurinput select {
    padding: 8px 10px;
    border-radius: 5px;
    border: 1px solid #bbb;
    outline: none;
    font-size: 1.6rem;
}*/
/* boutons */
.button,
button {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  margin: 10px 0;
  border: 1px solid transparent;
  border-radius: 4px;
  color: var(--white-color) !important;
  background-color: var(--light-color-abcterre);
  /*font-size: 1.1rem;*/
  cursor: pointer;
  text-decoration: none;
}
.button > *,
button > * {
  vertical-align: middle;
}
.button i,
button i {
  padding: 0 5px;
  color: var(--white-color) !important;
}
.button:hover,
button:hover,
.button a:hover,
button a:hover {
  text-decoration: none;
}
.button2 {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  /*font-size: 1.1rem;*/
  cursor: pointer;
  text-decoration: none;
}
.button:hover,
.button:focus,
button:hover,
button:focus {
  color: #fff;
  background-color: var(--darked-color-abcterre);
}
.flash-notice {
  padding: 0.75em 0;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #c4e4f2;
}
.flash-warning {
  padding: 0.75em 0;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #ffff00;
}
.flash-error,
.flash-danger {
  padding: 0.75em 0;
  font-size: 1.25rem;
  font-weight: bold;
  background-color: #f00;
}
.success {
  color: #00ff00;
}
.error {
  color: #ff0000;
}
.fa-disabled {
  opacity: 0.25;
}
#toggle-nav,
.button-menu {
  display: none;
}
.mode-admin .button {
  background-color: #0000ff;
}
.mode-admin #content i {
  color: #0000ff;
}
.grid-presentation {
  padding: 20px;
}
.grid-presentation p,
.grid-presentation li {
  font-family: var(--font-presentation);
  font-size: 18px;
  font-weight: bold;
  line-height: 135%;
}
.grid-presentation img {
  padding-left: 5px;
  padding-right: 5px;
}
.text-multiple-columns p:first-child {
  margin-top: 0;
}
.text-multiple-columns p,
.text-multiple-columns li {
  font-family: robotoc, Arial Narrow, sans-serif;
  font-size: 20px;
  /*font-weight: bold;*/
  line-height: 135%;
}
/* corrections materialize */
.row {
  margin-bottom: 0 !important;
}
@keyframes surbrillance {
  from {
    color: var(--keyframes-surbrillance-color-debut, inherit);
  }
  50% {
    color: var(--keyframes-surbrillance-color-fin, #ff0000);
  }
  to {
    color: var(--keyframes-surbrillance-color-debut, inherit);
  }
}
.animation_surbrillance_lente {
  --keyframes-surbrillance-color-fin: #ff0000;
  animation: 15s infinite surbrillance;
}
.important-text {
  font-weight: bold;
}
.important-text-lettre-abcterre {
  font-weight: bold;
  color: var(--light-color-abcterre);
  font-size: 1.3em;
}
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  word-break: break-word;
}
.modal .modal-content {
  width: 70%;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  background-color: #fefefe;
}
.modal .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.modal .close:hover,
.modal .close:focus,
.modal .close:active {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
@media (min-width: 768px) {
  nav .menu {
    justify-content: start;
  }
  nav .logo {
    flex: 1;
  }
  nav .item.button {
    width: auto;
    order: 1;
    display: block;
  }
  nav .toggle {
    flex: 1;
    text-align: right;
    order: 2;
  }
  nav .menu li.button a {
    padding: 10px 15px;
    margin: 5px 0;
  }
  nav .button a {
    background: #0080ff;
    border: 1px royalblue solid;
  }
  nav .button.secondary {
    border: 0;
  }
  nav .button.secondary a {
    background: transparent;
    border: 1px #0080ff solid;
  }
  nav .button a:hover {
    text-decoration: none;
  }
  nav .button:not(.secondary) a:hover {
    background: royalblue;
    border-color: darkblue;
  }
  #main {
    width: 80%;
    margin: 15px auto;
    border-radius: 10px;
    box-shadow: -5px -5px 10px #000, 5px 5px 10px #000;
  }
  .grid-presentation {
    display: grid;
    grid-template-columns: minmax(auto, 70%) 30%;
    align-items: center;
    gap: 30px;
  }
  .grid-presentation > * {
    justify-self: center;
  }
  .grid-presentation-concepteur {
    display: grid;
    grid-template-columns: 100%;
  }
  .grid-presentation-concepteur > * {
    justify-self: start;
  }
  .grid-presentation-logos {
    display: grid;
    grid-template-columns: 70% 30%;
    align-items: start;
    row-gap: 0;
  }
  .grid-presentation-logos > * {
    justify-self: start;
  }
  .grid-presentation-logos div.groupe-logos {
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
    align-items: center;
    justify-content: space-between;
  }
  .text-multiple-columns {
    column-count: 3;
    column-fill: balance;
    text-align: justify;
  }
  footer .container {
    flex-direction: row;
  }
}
@media all and (min-width: 960px) {
  nav .menu {
    align-items: flex-start;
    flex-wrap: nowrap;
    background: none;
  }
  nav .logo {
    order: 0;
  }
  nav .item {
    order: 1;
    position: relative;
    display: block;
    width: auto;
  }
  nav .button {
    order: 2;
  }
  nav .submenu-active .submenu {
    display: block;
    position: absolute;
    left: 0;
    background: var(--light-color-abcterre);
  }
  nav .toggle {
    display: none;
  }
  nav .submenu-active {
    border-radius: 0;
  }
  .container-1col {
    max-width: 900px;
    margin: 0 auto;
  }
}
/* barre de menu */
/*nav {
    position:static;
    display: block;        
    height: 100%;
    margin-left:0.5rem;
    
    a {
        display: block;
        background: #111;
        color: var(--white-color);
        text-decoration: none;
        padding: 10px;
        margin: 1px;
        border-radius: 5px;
        
        &:hover {
            text-decoration: none;
        }
    }
}

nav a {
    display: inline-block;
}

nav a:hover, nav a:focus, nav a:active {
    background: #555;
}*/
/*
.topnav {
    overflow: hidden;
    background-color: var(--light-color-abcterre);
}

//.topnav a, .dropdown .dropbtn {
.topnav a {
    display: none;
    padding: 14px 16px;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
}

.dropdown .dropbtn {
    display: none;
}
  
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }

.dropdown-content {
    display: none;
    position: absolute;
    background-color: var(--light-color-abcterre);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none !important;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: var(--darked-color-abcterre);
    color: white;
}

.dropdown-content a:hover {
    background-color: var(--darked-color-abcterre);
    color: black;
}

//.dropdown:hover .dropdown-content {
.dropdown-content.active {
    display: block;
}
*/
/*
@media (min-width: 768px) {
    // ********************
    // navbar responsive
    // ********************

    .topnav.responsive a {
        float: left;
        display: block;
        text-align: right;
    }

    //.topnav.responsive .dropdown {float: left;}
    .topnav.responsive .dropdown-content {
        position: relative;
    }
   
    .topnav a {
        float: left;
        display: block;        
    }
    
    .topnav a, .dropdown .dropbtn {
        display: block;
    }

    .topnav a.icon {
        display: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        margin: 0;
        padding: 14px 16px;
        font-family: inherit;
        font-size: 17px;    
        border: none;
        outline: none;
        color: white;        
        background-color: inherit;                
    }
}
*/
/*
@media (min-width: 768px) {
    // ********************
    // navbar responsive
    // ********************

    .topnav.responsive a {
        float: left;
        display: block;
        text-align: right;
    }

    //.topnav.responsive .dropdown {float: left;}
    .topnav.responsive .dropdown-content {
        position: relative;
    }
   
    .topnav a {
        float: left;
        display: block;        
    }
    
    .topnav a, .dropdown .dropbtn {
        display: block;
    }

    .topnav a.icon {
        display: none;
    }

    .dropdown {
        float: left;
        overflow: hidden;
    }

    .dropdown .dropbtn {
        margin: 0;
        padding: 14px 16px;
        font-family: inherit;
        font-size: 17px;    
        border: none;
        outline: none;
        color: white;        
        background-color: inherit;                
    }
}
*/
/*# sourceMappingURL=style.css.map */