/*
Theme Name: Responsive Web Site

Description:  Tema realizzato in Html5, Responsive. 
Version: 1.0
Author: Andrea Marchetti
Site: http://www.marchettidesign.net
*/

/* Reset.css */
@font-face {
  font-family: oswald;
  src: url('../fonts/webfonts/Oswald-Medium.ttf') format('truetype')
}

@font-face {
  font-family: poppins;
  font-style: normal;
  font-weight: 200;
  src: local('Poppins'), url(../font-awesome.6.5.2/PoppinsFont/Poppins-Regular.woff) format('woff')
}

/*** General ***/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', Times, serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
}

a {
  text-decoration: none;
}

#wrapper {
  width: 1200px;
  margin: 0 auto;
  padding: 0 2px;
}

#header {
  width: 100%;
  float: left;
  padding: 20px 20px 60px 20px;
  background: url(../img/bg.png) repeat;
  border-top: none;
}

#mainmenu {
  width: 100%;
  float: left;
  background: url(../img/bg.png) repeat;
  border-top: 3px solid white;
  border-bottom: 4px solid white;
  z-index: 2000;
}

/* #888; */
#main {
  width: 970px;
  float: left;
  padding: 0px;
}

/* padding: 20px 0px 0px 0px; */

/*** Menu ***/
#mainmenu ul {
  margin: 0px 0 0px -30px;
  float: right;
  width: 100%;
  list-style: none;
  z-index: 2000;
}

#mainmenu ul li {
  float: left;
  margin: 0 0px 0 0;
  position: relative;
  font: 12px;
}

#mainmenu a {
  color: #fff;
  display: block;
  font-size: 16px;
  padding: 4px 10px;
  font-family: oswald;
  text-transform: uppercase;
}

#mainmenu a:hover,
#mainmenu a:focus,
#mainmenu a:active {
  background: #fff;
  color: red;
}

/* Button Responsive Menu*/
.btn-responsive-menu {
  display: none;
  float: right;
  padding: -5px;
  cursor: pointer;
  margin: 0px 0px 0 0;
  color: red;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #fff;
}

.icon-bar {
  display: block;
  width: 21px;
  height: 3px;
  margin: 3px;
  background-color: darkblue;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.show {
  display: block !important
}

/*** Header ***/
.main_logo {
  width: 450px;
  height: 62px;
  padding: 0;
  z-index: 100;
  position: absolute;
  margin-top: -10px;
}

.cadre_image {
  width: 65px;
  height: 60px;
  float: left;
  margin: 0 0 0 8px;
}

.logo {
  width: 58px;
  height: 58px;
  position: relative;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid white;
  margin-top: -2px;
  margin-left: -10px;
}

.cadre_text {
  width: 338px;
  height: 40px;
  float: left;
  padding: 0 -3px 0 0;
  text-align: left;
}

.cadre_aso {
  width: 340px;
  height: 20px;
  padding: 0 0 4px 2px;
  font-size: 14px;
  letter-spacing: 3.9px;
  margin-top: -4px;
  font-family: oswald;
  color: white;
}

.aso {
  font-size: 1rem;
  font-weight: bold;
  color: #f4d03f;
  text-transform: uppercase;
}

.cadre_bs {
  width: 350px;
  height: 30px;
  padding: 0px;
  font-weight: bold;
  font-size: 28.5px;
  margin-top: -9px;
  font-family: oswald;
  color: white;
  letter-spacing: 1px;
}

.cadre_bs a {
  text-decoration: none;
  color: white;
}

.cadre_slogan {
  width: 340px;
  height: 18px;
  padding-left: 1px;
  font-size: 14px;
  margin-top: 2px;
  letter-spacing: 3px;
  font-family: oswald;
  color: #fff;
}

.tirets {
  border-top: 4px solid #fff;
  width: 70px;
  margin-top: -6px;
  margin-left: 224px;
  font-weight: bold;
}

.accueil {
  margin-left: 30px;
}

.cadre_search {
  width: 100%;
  max-width: 920px;
  height: 30px;
  text-align: right;
  position: absolute;
  float: right;
}

.box_search {
  outline: none;
  padding: 5px 10px 6px 10px;
  margin-bottom: -50px;
  border-radius: 4px 0 0 4px;
  border: none;
}

.btn_search {
  padding: 5px 5px 6px 5px;
  color: darkblue;
  border: none;
  background-color: white;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.btn_search:hover {
  background-color: yellow;
}

.blobs-container {
  display: flex;
  position: absolute;
  margin-top: -36px;
  margin-left: 95px;
  cursor: pointer;
}

.lives {
  color: red;
  margin: 10px 0 0 -7px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 9px;
}

.blob {
  background: red;
  border-radius: 50%;
  margin: 11px 10px;
  height: 15px;
  width: 15px;
  box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
  transform: scale(1);
  animation: pulse 2s infinite;
}

/* DEBUT URGENT */
.lives {
  margin-top: 13px;
  background-color: transparent;
}

.urgent {
  height: 30px;
  width: 100%;
  border-bottom: none;
}

.urgent_titre {
  color: white;
  background-color: red;
  height: 30px;
  width: 70px;
  padding: 6px 5px;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 2px solid white;
}

.urgent_text {
  color: red;
  height: 25px;
  width: 80%;
  padding: 5px 2px;
  font-size: 16px;
  margin-left: 80px;
  margin-top: -34px;
  cursor: pointer;
  text-align: left;
}

.urgent_tabs {
  display: none;
  top: 50px;
  width: 100%;
  height: 20px;
  color: red;
  background-color: transparent;
  position: relative;
  opacity: 0;
  animation: mymove forwards;
  animation-duration: 1s;
  font-weight: bold;
}

@keyframes mymove {
  from {
    top: -8px;
    opacity: 0;
  }

  to {
    top: 1px;
    opacity: 1;
  }
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 0, 0, 0);
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0);
  }
}

/* FIN URGENT */


/* Debut Style Modal */
.openLogs {
  padding: 4px 10px;
  border: none;
  cursor: pointer;
}

.openLogs:hover {
  background-color: #ccc;
}

/* Debut Style Modal */
.openLogs {
  padding: 4px 10px;
  border: none;
  cursor: pointer;
}

.openLogs:hover {
  background-color: #ccc;
}

.LogModal {
  display: none;
  position: fixed;
  z-index: 500000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.5);
}

.LogModal-main {
  background: #fff;
  max-width: 280px;
  margin: 40px auto;
  border-radius: 5px;
}

.LogModal .imgcontener {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}

.LogModal .close {
  position: absolute;
  right: 115px;
  top: 0;
  color: red;
  font-size: 10px;
  font-weight: bold;
  border: none;
  padding: 2px 8px;
  border-radius: 4px;
}

.LogModal .close:hover,
.LogModal .close:focus {
  position: absolute;
  right: 115px;
  top: 0;
  color: red;
  cursor: pointer;
  background-color: #fdbdc3;
}

.animate {
  -webkit-animation: animatezoom 0.3s;
  animation: animatezoom 0.3s;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes animatezoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

/* Fin Style Modal */
/* Style the tab */
.pwds {
  overflow: hidden;
  border: none;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the pwd content */
.pwds .buttons {
  background-color: inherit;
  float: left;
  border: 4px solid white;
  outline: none;
  cursor: pointer;
  padding: 4px 16px;
  transition: 0.3s;
  width: 50%;
  border-radius: 4px 4px 0 0;
  text-align: center;
  font-size: 12px;
}

/* Change background color of buttons on hover */
.pwds .buttons:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.pwds .buttons.active {
  background-color: #ccc;
}

#checkPassword {
  font-size: 10px;
  text-align: center;
}

#saveReg {
  width: 100%;
  text-align: center;
}

#visibleBTN {
  display: none;
}

/* Style the tab content */
#chgMail,
#chgPhone {
  display: none;
  padding: 6px 12px;
  border: none;
}

/* Signup form css Code */
.form {
  padding: 20px 18px;
}

.form .register-form .message a,
.form .login-form .message a,
.form .forgot-form .message a {
  color: red;
}

.form .register-form {
  display: none;
}

.form .login-form,
.form .register-form,
.form .forgot-form {
  max-width: 250px;
  margin: 0 auto;
}

.form .header_log {
  font-weight: 600;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  text-align: center;
}

.asterix {
  color: red;
}

.form .header_log div {
  width: 100%;
  text-align: center;
  padding-top: 10px;
  text-transform: uppercase;
  color: #2471a3;
  font-size: 23px;
}

.form .header_log .error-txt {
  color: #721c24;
  background: #f8d7da;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #f5c6cb;
  display: none;
}

.form .header_log .success-txt {
  color: #117864;
  background: #a3e4d7;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 10px;
  border: 1px solid #a3e4d7;
  display: none;
}



.form form {
  margin: 10px 0;
  max-width: 250px;
}

.form .header_log div.error-txt {
  color: #721c24;
  background: #f8d7da;
  padding: 6px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0px;
  border: 1px solid #f5c6cb;
  display: none;
  font-size: 10px;
}

.form .header_log div.succes-txt {
  color: #035a19;
  background: #adf6cb;
  padding: 8px 10px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 0px;
  border: 1px solid #f5c6cb;
  display: none;
  font-size: 10px;
}

.form form .name-details {
  display: flex;
}

form .name-details .field:first-child {
  margin-right: 10px;
}

form .name-details .field:last-child {
  margin-left: 10px;
}

.form form .field {
  display: flex;
  position: relative;
  flex-direction: column;
  margin-bottom: 5px;
}

.form form .field label {
  margin-bottom: 1px;
  font-size: 12px;
}

.form form .field input {
  outline: none;
}

.form form .input input {
  width: 100%;
  font-size: 12px;
  padding: 6px 7px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.form form .image input {
  font-size: 17px;
}

.form form .button input {
  margin-top: 10px;
  margin-bottom: 6px;
  height: 40px;
  border: none;
  font-size: 17px;
  font-weight: 500;
  background: #2471a3;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}

.form form .field i {
  position: absolute;
  right: 15px;
  color: #ccc;
  top: 72%;
  transform: translateY(-50%);
  cursor: pointer;
}

.form form .field i.active::before {
  color: #333;
  content: "\f070";
}

.form .link {
  text-align: center;
  margin: 5px 0;
  font-size: 14px;
}

.form .link a {
  color: #333;
}

.form .link a:hover {
  text-decoration: underline;
}

/* Style the main */
.registers {
  margin: 0 auto;
  max-width: 280px;
}

/* Style the tab */
.tabReg {
  overflow: hidden;
  border: none;
  background-color: transparent;
  text-align: center;
  position: absolute;
  margin-top: -22px;
  padding-left: 6px;
}

/* Style the buttons that are used to open the tab content */
.tabReg .RegLinks {
  background-color: #ddd;
  float: left;
  color: #2471a3;
  border: 2px solid #2471a3;
  outline: none;
  cursor: pointer;
  padding: 2px 10px;
  transition: 0.3s;
  column-gap: 5px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.tabReg .RegLinks:not(:last-child) {
  margin-right: 6px;
}

/* Change background color of buttons on hover */
.tabReg .RegLinks:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tabReg .RegLinks.active {
  background-color: #2471a3;
  color: #fff;
  float: left;
  border: 2px solid #2471a3;
  outline: none;
  cursor: pointer;
  padding: 2px 10px;
  transition: 0.3s;
  column-gap: 10px;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the tab content */
.tabRegcontent {
  display: none;
  padding: 6px;
  border: none;
  border-top: none;
}

.tabRegcontent {
  animation: fadeEffect 1s;
  /* Fading effect takes 1 second */
}

div.bTnp {
  float: left;
}

div.bTns {
  float: right;
}

div.bTnp,
div.bTns {
  font-size: 12px;
  border: 1px solid white;
  padding: 6px 10px;
  position: relative;
  cursor: pointer;
  background-color: #2471a3;
  text-align: center;
  color: white;
  border-radius: 4px;
}

div.bTnp:hover,
div.bTns:hover {
  opacity: .8;
}

/* Go from zero to full opacity */
@keyframes fadeEffects {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.mymain {
  border: none;
  width: 100%;
  min-height: 40px;
  margin-top: 120px;
  display: flex;
  column-gap: 10px;
  padding: 0px;
  z-index: 1;
}

.mymain .cadreG {
  width: 100%;
  margin-right: 5px;
}

.mymain .cadreD {
  width: 450px;
  margin-left: 5px;
}

.mymain .cadreG,
.mymain .cadreD {
  min-height: 100px;
}

.mymain .cadreG .imageTitre {
  position: relative;
  width: 100%;
  background-color: white;
  padding: 10px 0px 0px 0px;
}

.mymain .cadreG .imageTitre .contentLive img {
  width: 100%;
  height: auto;
  border-radius: 4px;
  /* Rounded border */
  border: 1px solid #fff;
  padding: 3px;
}

.mymain .cadreG .imageTitre .contentLive .LiveText {
  position: absolute;
  z-index: 700;
  margin-top: -120px;
  color: #f1f1f1;
  background-color: rgba(0, 0, 0, 0.50);
  padding: 10px 100px 10px 20px;
  margin-left: 8px;
}

.mymain .cadreG .imageTitre .contentLive .LiveText h1 {
  font-size: 30px;
  margin-bottom: 2px;
}

.mymain .cadreG .imageTitre .contentLive .LiveText p {
  font-size: 14px;
  margin-top: -10px;
  margin-bottom: 3px;
}

.mymain .cadreG .imageTitre .contentLive .LiveText p span {
  font-size: 12px;
  margin-top: 2px;
  font-style: italic;
}

.mymain .cadreG .imageTitre .alaune {
  width: 85px;
  position: relative;
  height: 27px;
  text-transform: uppercase;
  text-align: left;
  background: url(../img/bg.png) repeat;
  color: #fff;
  border-bottom: 4px solid #f7f7f7;
  padding-left: 5px;
  margin-bottom: 3px;
}

.mymain .cadreD .alaune {
  width: 140px;
  position: relative;
  height: 27px;
  text-transform: uppercase;
  text-align: left;
  background: url(../img/bg.png) repeat;
  color: #fff;
  border-bottom: 4px solid #f7f7f7;
  padding-left: 5px;
  margin-bottom: 3px;
}

/*  après les news */

.row {
  margin: 2px -16px;
}

/* Add padding BETWEEN each column */
.row,
.row>.column,
.row>.columnD {
  padding: 8px;
}

/* Create four equal columns that floats next to each other */
.column {
  float: left;
  width: 25%;
}

.columnD {
  float: left;
  width: 50%;
}

.columnD .content h6,
.column .content h4 {
  margin-top: -40px;
  width: 100%;
  margin-bottom: 5px;
}

.columnD .content h6 span,
.column .content h4 span {
  margin-top: -40px;
  color: #fff;
  padding: 10px 20px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.50);
  font-family: Arial, Helvetica, sans-serif;
}


.columnD100 {
  width: calc(100% - 20px);
  position: relative;
  margin-left: 10px;
}

/* 
/* Clear floats after rows */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Content */
.content {
  background-color: transparent;
  padding: 10px;
}

.contentFlexH {
  background-color: transparent;
  padding: 3px 0 0 3px;
  float: left;
  display: flex;
  column-gap: 3px;
  cursor: pointer;
  border-bottom: 2px solid #f1f1f1;
}

.contentFlexH .imgs {
  width: 63px;
}

.contentFlexH .imgsR {
  margin-left: 10px;
  width: 50px;
  margin-right: 1%;
}

.contentFlexH .imgsR img {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 2px;
  border-radius: 50%;
  opacity: 0.7;
}

.contentFlexH .imgsR img:hover {
  opacity: 1;
}

.contentFlexH .imgs img {
  border-radius: 3px;
  border: 1px solid #ddd;
  padding: 2px;
}

.contentFlexH .imgsText {
  width: 240px;
  margin-left: 5px;
}

.contentFlexH .imgsText h5 {
  margin-top: -4px;
  font-size: 12px;
}

.contentFlexH .imgsText p {
  margin-top: -1px;
  font-size: 11px;
  line-height: 0.95;
  margin-bottom: 2px;
}

.contentFlexH .imgsText p span {
  font-style: italic;
  font-size: 10px;
  color: #7f7d7d;
}

/** BEGIN footer **/
#footer {
  color: #ffffff;
  background: url(../img/bg.png) repeat;
  padding: 2px;
  margin: 0;
  bottom: 0;
}

#footer p {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
}

#footer p a {
  text-decoration: underline;
  color: #ffffff;
}

/** END footer **/



@media (max-width:1115px) {

  .mymain .cadreG .imageTitre .contentLive .LiveText {
    position: absolute;
    z-index: 700;
    margin-top: -95px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText h1 {
    font-size: 20px;
    margin-bottom: 2px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText p {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 3px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText p span {
    font-size: 10px;
    margin-top: 2px;
    font-style: italic;
  }

  .column {
    float: left;
    width: 50%;
  }
}

@media (max-width:810px) {
  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Poppins', Times, serif;
  }

  body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f7f7f7;
    margin: 0;
    padding: 0;
  }

  #wrapper,
  .footer {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 0 6px;
  }

  #header {
    width: 100%;
    float: left;
    padding: 20px 20px 36px 20px;
    background: url(../img/bg.png) repeat;
    border-top: none;
  }

  #mainmenu {
    width: 100%;
    float: left;
    display: none;
    padding-top: 8px;
    text-align: left;
    position: relative;
    z-index: 2000;
  }

  #mainmenu ul li {
    float: none;
    text-align: left;
    font-size: 11px;
    z-index: 2000;
  }

  .accueil {
    margin-left: 40px;
    margin-bottom: 10px;
  }

  .navigations {
    margin-left: 40px;
    margin-bottom: 10px;
  }

  .connexion {
    margin-left: 40px;
    margin-bottom: 40px;
  }

  .btn-responsive-menu {
    display: block;
    margin-top: 0px;
    background-color: white;
    position: relative;
  }

  .main_logo {
    width: 380px;
    height: 62px;
    padding: 0;
    z-index: 100;
    position: absolute;
    margin-top: -10px;
    margin-left: -11px;
  }

  .cadre_text {
    width: 310px;
    height: 40px;
    float: left;
    padding: 0 -3px 0 0;
    text-align: left;
    margin-left: -10px;
  }

  .cadre_aso {
    width: 340px;
    height: 20px;
    padding: 0 0 4px 2px;
    font-size: 14px;
    letter-spacing: 4.9px;
    margin-top: -4px;
    font-family: oswald;
    color: white;
  }

  .cadre_bs {
    width: 350px;
    height: 30px;
    padding: 0px;
    font-weight: bold;
    font-size: 28.5px;
    margin-top: -12px;
    font-family: oswald;
    color: white;
    letter-spacing: 1px;
  }

  .cadre_slogan {
    width: 310px;
    height: 18px;
    padding-left: 1px;
    font-size: 14px;
    margin-top: 2px;
    letter-spacing: 4.8px;
    font-family: oswald;
    color: #fff;
  }

  .tirets {
    border-top: 4px solid #fff;
    width: 70px;
    margin-top: -6px;
    margin-left: 258px;
    font-weight: bold;
  }

  .mymain {
    border: none;
    width: 100%;
    min-height: 40px;
    margin-top: 85px;
    display: block;
    padding: 0px;
    position: relative;
    z-index: 1;
  }

  .mymain .cadreG,
  .mymain .cadreD {
    width: 100%;
    min-height: 100px;
    position: relative;
  }

  .mymain .cadreD {
    margin-top: 5px;
  }

  .mymain .cadreG .imageTitre {
    width: 100%;
    padding-top: 4px;
    float: left;
  }

  .mymain .cadreG .imageTitre .alaune {
    width: 95px;
    position: relative;
    height: 27px;
    text-transform: uppercase;
    text-align: left;
    background: url(../img/bg.png) repeat;
    color: #fff;
    border-bottom: 4px solid #f7f7f7;
    padding-left: 5px;
    margin-bottom: 3px;
  }

  .mymain .cadreG .imageTitre img {
    width: 100%;
    height: auto;
    position: relative;
    border: 2px solid #2471a3;
    z-index: 500;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText {
    position: absolute;
    z-index: 700;
    margin-top: -95px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText h1 {
    font-size: 18px;
    margin-bottom: 2px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText p {
    font-size: 12px;
    margin-top: -10px;
    margin-bottom: 3px;
  }

  .mymain .cadreG .imageTitre .contentLive .LiveText p span {
    font-size: 10px;
    margin-top: 2px;
    font-style: italic;
  }

  .mymain .row .column .content h3 {
    font-size: 14px;
  }

  .mymain .row .column .content p {
    font-size: 14px;
  }

  .column {
    float: left;
    width: 25%;
  }

  .LogModal-main {
    background: #fff;
    max-width: 280px;
    margin: 10px auto;
    padding: 0;
  }

  .registers {
    margin: 0 auto;
    max-width: 320px;
    padding: 0;
  }

  .form form .name-details {
    display: block;
  }

  form .name-details .field:first-child {
    margin-right: 0;
  }

  form .name-details .field:last-child {
    margin-left: 0;
  }

  .columnD100 {
    width: calc(100% - 20px);
    position: relative;
    margin-left: 10px;
  }

  .contentFlexH {
    background-color: white;
    padding: 3px 0 0 3px;
    float: left;
    cursor: pointer;
    display: flex;
    border-bottom: 2px solid #f1f1f1;
    width: calc(50% - 5px);
  }

  .contentFlexH .imgs {
    width: 80px;
  }

  .contentFlexH .imgsR {
    margin-left: 10px;
    width: 50px;
    margin-right: 1%;
  }

  .contentFlexH .imgsR img {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 50%;
    opacity: 0.7;
  }

  .contentFlexH .imgsR img:hover {
    opacity: 1;
  }

  .contentFlexH .imgs img {
    border-radius: 3px;
    border: 2px solid #ddd;
    padding: 2px;
  }

  .contentFlexH .imgsText {
    width: 160px;
    margin-left: 5px;
  }

  .contentFlexH .imgsText h5 {
    margin-top: -2px;
    font-size: 16px;
  }

  .contentFlexH .imgsText p {
    margin-top: -4px;
    font-size: 14px;
  }

  .contentFlexH .imgsText p span {
    font-style: italic;
  }

}

@media (max-width: 650px) {

  /*** Header ***/
  #wrapper {
    margin: 2px 0;
    width: 100%;
  }
  .LogModal-main {
    background: #fff;
    max-width: 350px;
    margin: 40px auto;
    border-radius: 5px;
  }
  .main_logo {
    width: 298px;
    height: 62px;
    padding: 0;
    z-index: 100;
  }

  .cadre_image {
    width: 65px;
    height: 60px;
    float: left;
    margin: 0 0 0 8px;
  }

  .logo {
    width: 58px;
    height: 58px;
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid white;
    margin-top: -2px;
    margin-left: -10px;
  }

  .cadre_text {
    width: 230px;
    height: 40px;
    float: left;
    padding: 0 -3px 0 0;
    text-align: left;
    margin-top: 1px;
  }

  .cadre_aso {
    width: 230px;
    height: 20px;
    padding: 0 0 4px 2px;
    font-size: 14px;
    letter-spacing: 1.2px;
    margin-top: -4px;
    font-family: oswald;
    color: white;
  }

  .aso {
    font-size: 1rem;
    font-weight: bold;
    color: #f4d03f;
    text-transform: uppercase;
  }

  .cadre_bs {
    width: 230px;
    height: 30px;
    padding: 0px;
    font-weight: bold;
    font-size: 20.5px;
    margin-top: -6px;
    font-family: oswald;
    color: white;
    letter-spacing: 0.1px;
  }

  .cadre_bs a {
    text-decoration: none;
    color: white;
  }

  .cadre_slogan {
    width: 230px;
    height: 18px;
    padding-left: 1px;
    font-size: 14px;
    margin-top: -6px;
    letter-spacing: 0.3px;
    font-family: oswald;
    color: #fff;
  }

  .tirets {
    border-top: 4px solid #fff;
    width: 70px;
    margin-top: -8px;
    margin-left: 150px;
    font-weight: bold;
  }

  .accueil {
    margin-left: 40px;
  }

  .navigations {
    margin-left: 40px;
  }

  .connexion {
    margin-left: 40px;
    ;
    margin-bottom: 40px;
  }

  .cadre_search {
    width: 100%;
    max-width: 920px;
    height: 30px;
    text-align: right;
    position: absolute;
    float: right;
  }

  .box_search {
    outline: none;
    padding: 5px 10px 6px 10px;
    margin-bottom: -50px;
    border-radius: 4px 0 0 4px;
    border: none;
  }

  .btn_search {
    padding: 5px 5px 6px 5px;
    color: darkblue;
    border: none;
    background-color: white;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
  }

  .btn_search:hover {
    background-color: yellow;
  }

  .blobs-container {
    display: flex;
    position: absolute;
    margin-top: -40px;
    margin-left: 95px;
    cursor: pointer;
  }

  .lives {
    color: red;
    margin: 10px 0 0 -7px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 11px;
  }

  .blob {
    background: red;
    border-radius: 50%;
    margin: 15px 10px;
    height: 15px;
    width: 15px;
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 1);
    transform: scale(1);
    animation: pulse 2s infinite;
  }

  /* DEBUT URGENT */
  .lives {
    margin-top: 13px;
    background-color: transparent;
  }

  .urgent {
    height: 30px;
    width: 100%;
    border-bottom: none;
  }

  .urgent_titre {
    color: white;
    background-color: red;
    height: 30px;
    width: 70px;
    padding: 6px 5px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid white;
  }

  .urgent_text {
    color: red;
    height: 25px;
    width: 80%;
    padding: 5px 2px;
    font-size: 13px;
    margin-left: 80px;
    margin-top: -30px;
    cursor: pointer;
    text-align: left;
  }

  .urgent_tabs {
    display: none;
    top: 50px;
    width: 100%;
    height: 20px;
    color: red;
    background-color: transparent;
    position: relative;
    opacity: 0;
    animation: mymove forwards;
    animation-duration: 1s;
    font-weight: bold;
  }

  .mymain .cadreG {
    width: 100%;
    margin-right: 0px;
  }

  .mymain .cadreD {
    width: 100%;
    margin-left: 0px;
  }

  .mymain .cadreG .imageTitre {
    width: 100%;
    padding-top: 4px;
    float: left;
  }

  .mymain .cadreG .imageTitre .contentLive img {
    width: 100%;
    height: 200px;
    position: relative;
    border: 1px solid #2471a3;
    z-index: 500;
  }

  /* Content */
  .content {
    background-color: white;
    padding: 4px;
  }

  .column {
    width: 50%;
  }

  .columnD100 {
    width: calc(100% - 20px);
    position: relative;
    margin-left: 10px;
  }

  .contentFlexH {
    background-color: transparent;
    padding: 3px 0 0 3px;
    float: left;
    cursor: pointer;
    border-bottom: 2px solid #f1f1f1;
    width: calc(100% - 2px);
  }

  .contentFlexH .imgs {
    width: 100px;
  }

  .contentFlexH .imgsR {
    margin-left: 10px;
    width: 50px;
    margin-right: 1%;
  }

  .contentFlexH .imgsR img {
    border-radius: 3px;
    border: 1px solid #ddd;
    padding: 2px;
    border-radius: 50%;
    opacity: 0.7;
  }

  .contentFlexH .imgsR img:hover {
    opacity: 1;
  }

  .contentFlexH .imgs img {
    border-radius: 3px;
    border: 2px solid #ddd;
    padding: 2px;
  }

  .contentFlexH .imgsText {
    width: 100%;
    margin-left: 5px;
  }

  .contentFlexH .imgsText h5 {
    margin-top: -2px;
    font-size: 14px;
    color: rgb(35, 66, 170);
    font-weight: 100;
    text-decoration: underline;
    font-style: italic;
    margin-bottom: 2px;
  }

  .contentFlexH .imgsText p {
    margin-top: -2px;
    font-size: 12px;
  }

  .contentFlexH .imgsText p span {
    font-style: italic;
  }

  #footer p {
    color: #ffffff;
    font-size: 14px;
  }

  #footer p a {
    display: none;
  }
}

/* Fin Style Modal */