﻿/*Resp_Liens1.css*/

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font: 13px/1 sans-serif;
  color: #333;
  background-color: #eee;
}


.titre{
  width: 1500px;
  max-width: 100%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-around;
}

.large-12 {
    background-color:aliceblue;
    padding-top: 5px;
  }
  
.container{
	display:flex;
	flex-wrap: wrap;
	 justify-content: center;
	background-color:#E4ffe6 ;
	 margin: 0 auto;
}



/*-------------------------------------------------------------------------------------------------------*/

@import url(https://fonts.googleapis.com/css?family=Nunito:300);
body {
  font-family: 'Nunito', sans-serif;
  color: #333;
  background-color: #fafafa;
}

h1 {
  font-size: 2.5em;
  text-align: center;
  margin: 30px 0;
}

.subtitle {
  font-size: 30px;
  text-align: center;
  margin: 30px;
}


.card {
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.card .box-img {
  height: 150px;
  width: 210px;
  border-radius: 5px;
  filter: brightness(0.8);
  -webkit-filter: brightness(0.8);
}
.card .title {
  font-size: 1.1em;
  margin: 10px 0;
  width: 210px;
}

@media (max-width: 1340px) {
  .container {
    align-items: center;
    flex-direction: column;
  }

  .card {
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
    background-color: #eaeaea;
    border-radius: 5px;
  }

  .box-img {
    margin-right: 15px;
  }
}
