body 
{
  font-size: 13px;
  line-height: 1.8;
  color: #222;
  background: #f8f8f8;
  font-weight: 400;
  font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  padding : 25px;
}

a{
  color: #252525;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none !important;
}

a:hover, a:active, a:focus {
  color: #2FA233;
  outline: none;
}

img 
{
  max-width: 100%;
  height: auto; 
}

.main 
{
  background: #f8f8f8;
}







.container 
{
  width: 900px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; 
}

.container-I
{
  width: 900px;
  background: #fff;
  margin: 0 auto;
  box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 15px 16.83px 0.17px rgba(0, 0, 0, 0.05);
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  -ms-border-radius: 20px; 
  transition: transform .2s;
}



.signup-content 
{
  padding: 75px 0; 
}

.signup-intervenant
{
  padding: 7px 0; 
  text-align: center;
}
.documents
{
  border: solid 1px;
  background-color: #F9F9F9;
  padding: 10px;
  margin: 10px;
  border-radius: 20px;
  transition: transform .2s;
}
.documents:hover
{
  transform: scale(1.03);
}


.signup-image
{
  margin-top: -50px;
}


.form-title 
{
  margin-bottom: 33px; 
}

.form-submit 
{
  display: inline-block;
  background: #00A0BE;
  color: #fff;
  border-bottom: none;
  width: auto;
  padding: 15px 39px;
  border-radius: 5px;
  font-size: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  margin-top: 25px;
  cursor: pointer; 
}

.form-submit:hover 
{
  background: #3DDE6C;
}

.signup-form 
{
  margin-left: 75px;
  margin-right: 75px;
  padding-left: 34px; 
}

.form-group 
{
  position: relative;
  margin-bottom: 25px;
  overflow: hidden; 
}

.form-group:last-child 
{
  margin-bottom: 0px; 
}  

input 
{
  width: 100%;
  display: block;
  border: none;
  border-bottom: 1px solid #999;
  padding: 6px 30px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  box-sizing: border-box; 
}  

input[type=checkbox]
{
    width: auto; 
    height: auto; 
    margin-top: auto; 
    vertical-align: baseline; 
    background-color: #fff; 
    background-repeat: auto; 
    background-position: center; 
    background-size: auto; 
    border: auto; 
    -webkit-appearance: auto; 
    -moz-appearance: auto;
    appearance: auto; 
    -webkit-print-color-adjust: auto; 
    color-adjust: auto;
    display:inline;


}

label 
{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #222; 
}

@media screen and (max-width: 1200px) 
{
  .container 
  {
    width: calc( 100% - 30px);
    max-width: 100%; 
  } 
}
@media screen and (min-width: 1024px) 
{
  .container 
  {
    max-width: 1200px; 
  } 
}
@media screen and (max-width: 768px) 
{
  .signup-content, .signin-content 
  {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column;
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; 
  }

  .signup-form 
  {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding: 0 30px; 
  }


  .signup-form, .signup-image, .signin-form, .signin-image 
  {
    width: auto; 
  }


  .social-login 
  {
    justify-content: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -o-justify-content: center;
    -ms-justify-content: center; 
  }

  .form-button 
  {
    text-align: center; 
  }



  .form-title 
  {
    text-align: center; 
  } 
}
@media screen and (max-width: 400px) 
{
  .social-login 
  {
    flex-direction: column;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -o-flex-direction: column;
    -ms-flex-direction: column; 
  }

  .social-label 
  {
    margin-right: 0px;
    margin-bottom: 10px; 
  } 
}



.profile img,
.profile figcaption {
  display: inline-block;
  vertical-align: top;
  margin-top: 1em;
  width: 75%;
}
.profile img {
  border-radius: 100%;
  width: 65px;
  height: 65px;
  margin-right: 1em;
}
.profile figcaption h3 {
  margin-top: 0;
}
.profile img,
  .profile figcaption {
    display: inline-block;
    vertical-align: top;
    margin-top: 1em;
    width: 75%;
  }
  .profile img {
    border-radius: 100%;
    width: 65px;
    height: 65px;
    margin-right: 1em;
  }
  .profile figcaption h3 {
    margin-top: 0;
  }



  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

  .news-detail-thumb h3 {
    margin-bottom: 8px;
  }

  
  .news-detail-thumb ul {
    margin: 5px 5px 2px 0px;
  }

  .news-detail-thumb ul li {

    padding: 3px 12px 6px 0px;
  }


  .news-image {
    float: left;
    position: relative;
    width: 50%;
    height: 140px;
    background-color: white;
    border-radius: 15px;
    margin-right: 10px;
  }

  .news-detail-thumb .news-image img {
    border-radius: 10px;
  }

   .news-image iframe {
    width: 100%;
    height: 100%;
  }