/*
 Theme Name:   ola-portugal
 Theme URI:    https://www.ircf.fr
 Description:  Thème WordPress du site ola-portugal.fr
 Author:       IRCF
 Author URI:   https://www.ircf.fr
 Template:     proactiv
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  proactiv-child
*/

/* Fonts */
@font-face {
    font-family: 'KaushanScript';
    src: url('fonts/KaushanScript-Regular.eot'),
    	 url('fonts/KaushanScript-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Regular.eot');
    src: url('fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Regular.woff') format('woff'),
        url('fonts/SourceSansPro-Regular.ttf') format('truetype'),
        url('fonts/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Bold.eot');
    src: url('fonts/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Bold.woff') format('woff'),
        url('fonts/SourceSansPro-Bold.ttf') format('truetype'),
        url('fonts/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
/*
@font-face {
    font-family: 'Source Sans Pro';
    src: url('fonts/SourceSansPro-Light.eot');
    src: url('fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/SourceSansPro-Light.woff') format('woff'),
        url('fonts/SourceSansPro-Light.ttf') format('truetype'),
        url('fonts/SourceSansPro-Light.svg#SourceSansPro-Light') format('svg');
    font-weight: lighter;
    font-style: normal;
}
*/

/* Général */
body {
    font-family: "Source Sans Pro",arial,helvetica,sans-serif;
    font-size: 16px;
    line-height: 1.2em;
}
h1, h2, h3 {
    font-family: "KaushanScript",arial,helvetica,sans-serif;
    font-weight: normal;
    margin:2%;
}
h1{
  text-align: center;
  margin: 1em 0;
}
h3{
	font-size: 3.5rem;
}
nav{
    font-family: "KaushanScript",arial,helvetica,sans-serif;
    font-size: 2rem;
}
div.wpcf7 {
    text-align: center;
}
.navbar>.container{
    width:100%;
}
.fond-fixe {
	background-image: url("./Image/bg-accueil.jpeg");
    background-attachment: fixed;
    background-size: cover;
    color: #ffffff;
    padding-top: 120px;
    padding-bottom: 120px;
}
.btn.btn-info{
	background-color:#bc0300;
	text-align: center;
	padding: 10px 20px 10px 20px;
	color:white;
	margin-top:20px;

}
.btn.btn-info:hover{
	color:white;
	text-decoration: none;
	background-color:#0a5b06;
}

header #header-img{
  display: block;
  text-align: center;
  position: relative;
}
@media (max-width: 767px){
  header #header-img{
    position: absolute;
    width: calc(100% - 30px);
  }
}
header #header-img img{
  position: absolute;
  z-index: 999;
  width: 30vw;
  max-width: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media (max-width: 1200px){
  header #header-img img{
    max-width: 140px;
  }
}
@media (max-width: 1024px){
  header #header-img img{
    max-width: 120px;
  }
}
header .navbar{
  padding: 0.5em 0;
}
header .navbar .navbar-nav > li > a{
  padding: 0.6em;
}
@media only screen 
   and (min-device-width : 768px) 
   and (max-device-width : 1024px) 
   and (orientation : portrait) {
  header .navbar .navbar-nav > li > a{
    font-size: 1.7rem;
  }
}

#content{
  min-height: calc(100vh - 330px);
}
body#accueil #content{
  padding-top: 0;
}
hr{
	border-top: 1px solid ##cccccc;;
}
table{
	color: #333333;
	font-weight: normal;
	font-size: 20px;
	width:90%;
}

footer #footer-informations{
  font-size: 17px;
}
footer #footer-informations p{
  margin: 1em 0;
}
footer #footer-ircf{
  margin: 0 0 1em;
  padding: 0;
}
footer #footer-ircf a{
  color:white !important;
}

.fa-facebook-square{
    font-size: 30px;
}
.row-equals {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:  flex;
    flex-wrap: wrap;
}
.row-equals > [class*='col-'] {
    display: flex;
    flex-direction: column;
}
.vertical-center {
    align-self: center;
}
.row-equals p:last-child {
    margin-top: auto;
}
.categories{
	display:none;
}
.mid{
	display:flex;
	justify-content: center;
}
button, input, select, textarea {
  max-width: 100%;
}
