/* HOMEPAGE */
.card-description {
  color: #333;
}
.section.project-block
{
  padding: 5px 0;
}
/*
body {
  background: rgb(2,0,36);
  background: linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(74,74,193,1) 43%, rgba(64,87,99,1) 100%);
}
*/

body {
  background: rgb(2,0,36);
  background: -moz-linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(151,186,226,1) 43%, rgba(64,87,99,1) 100%);
  background: -webkit-linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(151,186,226,1) 43%, rgba(64,87,99,1) 100%);
  background: linear-gradient(145deg, rgba(2,0,36,1) 0%, rgba(151,186,226,1) 43%, rgba(64,87,99,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#020024",endColorstr="#405763",GradientType=1);
}

.section 
{
  padding: 10px 0;
}
th {
  font-weight: 500;
  color: #333;
}
td {
  font-weight: 400;
  color: #333;
}
.logo-card {
  width: 60%;
}

body 
{
  scroll-behavior: smooth;
}

p 
{
  font-size: 16px;
}
div.page-header 
{
  height: 20vh;
}

#captcha-col.col 
{
  display: flex;
  justify-content: center;
  align-content: center;
}

.form-home 
{
  margin: 20px 0;
}

.home-container
{
  padding-right: 5%;
  padding-left: 5%;
}


.card-body.text-center p 
{
  padding: 20px 0;
}

.form-control,
.is-focused .form-control 
{
  background-image: linear-gradient(to top,  #143F7F 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.align-self-center.mr-3
{
  width: 64px;
  height: 64px;
}

.material-icons.skills-icon
{
  font-size: 2.2rem;
}

.col-sm.skills, .media.skills
{
  padding-right: 5%;
  padding-left: 5%;
}

.skills .text-center {
  margin-bottom: 30px;
}
.title.title-skills
{
  margin-top: 5px;
  margin-bottom: 5px;
}

.skills-text
{
  margin-top: 50px;
  margin-bottom: 50px;
}
.row.content
{
  padding-bottom: 20px;
}

.media-body.project-body, .article-body
{
  padding: 0 10%;
}
.media-body
{
  padding: 0 20px;
}

.section.section-signup, .main.main-raised.homepage
{
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

footer
{
  padding: 1.9rem 0;
}

#footer-elt {
  color: #fff;
  font-weight: 500;
}
/* ARTICLES */

.article-title
{
  color: #fff;
}

.header-filter::before
{
  background: rgba(0, 0, 0, 0.1);
}

.row.articles
{
  padding: 30px 0;
}

.align-self-center.mr-3.articles-pictures
{
  
  object-position: center; 
  height: 120px;
  width: 200px;
}

.article-description
{
  padding: 30px 0;
}

.btn-pagination
{
  padding: 30px 0;
}

.block 
{
  display: flex;
  align-items: flex-start;
  background: #333;
  padding: 1rem;
  max-width: 20rem;
  margin: 0 0 1rem 0;
}

.block > div
{
  flex: 1;
}

.article-block
{
  padding: 20px 0;
}
/* PROJETS */

.slide {
  position: absolute;
  display: none;
  opacity: 0;
}
.active {
  opacity: 1;
  transition: opacity 1.5s ease-in-out;
  position: relative;
  display: block;
}

.brand.text-center.article-title h1, .brand.text-center.article-title h3
{
  color: #fff;
}

/* BREAKPOINTS */

/* Extra small devices (portrait phones, less than 576px) */

@media (min-width: 576px) 
{ 

}

@media (max-width: 575.98px) 
{ 
  
}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 768px) 
{ 
  img.align-self-center.mr-3
  {
    display: none;
  }
}

@media (max-width: 768px)
{

}

@media (min-width: 576px) and (max-width: 767.98px) 
{ 

}

/* Medium devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991.98px) 
{
  img.align-self-center.mr-3
  {
    display: block;
  }
}

/* Large devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199.98px) 
{  
  img.align-self-center.mr-3
  {
    display: block;
  }
}

/* Extra large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) 
{ 

}