#bouton_login {
  display: none; }

#formregister {
  display: none; }

.formations_order_info {
  font-size: 12px;
  line-height: 1.7; }

.formations_order_info strong {
  font-weight: 900 !important; }

.branding a img, .branding img {
  max-width: 182px !important; }

.ph-wrap.with-logo .logo-box img {
  max-width: 100px !important;
  height: auto !important; }

#Login_zone h3 {
  text-align: center; }
#Login_zone form .form-row label {
  display: inline !important;
  font-size: 11px; }
#Login_zone .lost_password {
  text-align: right; }

#Register_zone {
  text-align: center;
  vertical-align: middle; }
  #Register_zone h3 {
    text-align: center; }
  #Register_zone #register_button {
    cursor: pointer;
    background-color: #70a1ff;
    color: white;
    padding: 10px 60px;
    width: 70%;
    margin: auto;
    text-decoration: none; }
    #Register_zone #register_button:hover {
      background-color: #1e90ff; }

.css-table {
  display: table; }
  .css-table .col {
    display: table-cell;
    width: 25%;
    padding: 30px; }
    .css-table .col:nth-child(even) {
      background: #dfe4ea; }
    .css-table .col:nth-child(odd) {
      background: #f1f2f6; }

.acf-repeater .acf-row:hover > .acf-row-handle .acf-icon {
  display: none !important; }

a.inscription_atelier {
  font-size: 10px;
  background: green;
  padding: 5px 10px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer; }
  a.inscription_atelier:hover {
    background-color: #002E0C; }

a.desinscription_atelier {
  font-size: 10px;
  background: red;
  padding: 5px 10px;
  border-radius: 50px;
  color: white;
  text-decoration: none;
  margin-left: 20px;
  cursor: pointer; }
  a.desinscription_atelier:hover {
    background-color: #490608; }

.block_atelier {
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px; }
