/*
Theme Name: Simple Bootstrap Child
Theme URI: https://github.com/nicolas-van/wordpress-simple-bootstrap
Template: simple-bootstrap
Author: Nicolas Vanhoren
Author URI: https://github.com/nicolas-van
Description: Basic Wordpress theme using Boostrap.
Tags: one-column,two-columns,right-sidebar,fixed-layout,responsive-layout,custom-colors,custom-background,featured-images,translation-ready
Version: 0.7.0.1474619109
Updated: 2016-09-23 10:25:09
*/



body {
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	   -moz-box-orient: vertical;
	   -moz-box-direction: normal;
	        flex-direction: column;
	min-height: 100vh;
}

body {
	background: #fff;
	color: #028fcc;
	font-family: sans-serif;
  font-size: 15px;
}

h1, h2 {
  font-family: "Source Sans Pro", Calibri, Candara, Arial, sans-serif;
}

header {
	position: relative !important;
	background-color: #8ad000;
}

/* entête */
#entete {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
          align-items: center;
}

#logo {
  padding-top: 15px;
}

#logo img {
  max-width: 100%;
  height: 200px;
}

#descriptions {
	margin: 30px auto;
  text-align: center;
}

#titre {
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
}

#slogan {
	font-size: 15px;
}

/* langue */
#langue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;;
  -webkit-box-orient: vertical;;
  -webkit-box-direction: normal;;
  -webkit-flex-direction: column;;
     -moz-box-orient: vertical;;
     -moz-box-direction: normal;;
          flex-direction: column;;
  -webkit-box-pack: center;;
  -webkit-justify-content: center;;
     -moz-box-pack: center;;
          justify-content: center;;
  -webkit-box-align: center;;
  -webkit-align-items: center;;
     -moz-box-align: center;;
          align-items: center;;
	height: 50px;
	background: #be4b45;
	color: #FF7AAC;
	text-transform: uppercase;
	text-align: center;
}

/* don */
#dons {
	padding: 15px 0;
	height: 100px;
	background-color: #ff921e;
	text-align: center;
}

#dons img {
	width:70px;
	height: 70px;
	/* background: url('images/dons.png') no-repeat; */
}

.page {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
          flex: 1;
}

article {
	padding: 30px 0 90px 0;
	height: auto;
	text-align: justify;
}

article h2 {
	margin: 0 0 20px 0;
	font-size: 23px;
	font-weight: bold;
}

article a, article a:hover {
	color: #ff7aac;
}

article blockquote {
	border: none;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

footer {
  padding: 30px 0;
  height: 130px;
	background: #8ad000;
}

footer #copyright {
	margin: 10px 0 -10px 0;
	text-align: center;
	font-size: 12px;
}

footer a, footer a:hover {
  color: #028fcc;
}

footer article {
  padding: 0;
}

#wpadminbar {
	z-index: 6500000;
}

.container-mpe {
  margin: 0 auto;;
  padding: 0 15px;
  width: 100%;
}

.visible-xs {
  display: block;
}

.visible-lg {
  display: none;
}


@media (min-width: 454px) {
  #entete {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-direction: row;
  }

  #logo {
    padding-top: 0;
  }

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

  #titre {
    font-size: 23px;
  }
}

@media (min-width: 669px) {
  #logo img {
    height: 142px;
  }

  #descriptions {
    text-align: inherit;
  }
}

@media (min-width: 992px) {
  .container-mpe {
    max-width: 960px;
  }

}


@media (min-width: 1200px) {
  .container-mpe {
    padding: 0 15px 0 350px;
    max-width: 1140px
  }

  .visible-xs {
    display: none;
  }
  .visible-lg {
    display: block;
  }

	/* entête */
	#logo {
		position: absolute;
		top: -120px;
		left: -144px;
		height: 500px;
	  width: 500px;
		background: #ff7faa;
	  -webkit-border-radius: 250px;
	     -moz-border-radius: 250px;
	          border-radius: 250px;
		z-index: 3;
	}

	#logo img {
		margin: 140px 0 0 150px;
		height: 300px;
		width: 300px;
	}

	#titre {
	  margin-bottom: 30px;
	  font-size: 38px;
		font-weight: normal;
	}

	/* langue */
	#langue {
		position: absolute;
		top: 300px;
		left: 200px;
		height: 150px;
		width: 150px;
		-webkit-border-radius: 100px;
		   -moz-border-radius: 100px;
		        border-radius: 100px;
		z-index: 2;
	}

	/* don */
	#dons {
		position: absolute;
		top: 230px;
		left: -70px;
		height: 350px;
		width: 350px;
		background: #ff921e;
		-webkit-border-radius: 175px;
		   -moz-border-radius: 175px;
		        border-radius: 175px;
		z-index: 1;
	}

	#dons img {
		margin: 170px 0 0 120px;
		height: 160px;
		width: 200px;
	}

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
  }

	section.footer {
		padding: 0 0 0 350px;
	}
}

.bg-vert {
  padding: 10px 0;
	background-color: #8ad000 !important;
	font-size: 15px;
}

.bg-vert li {
	padding: 0 15px;
	text-align: center;
}

.bg-vert li > a {
  padding: 15px 0;
	color: #028fcc;
	font-weight: bold;
}

.bg-vert li > a:hover {
	color: #6EA500;
	background-color: #8ad000;
}

.navbar-vert {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
            justify-content: flex-end;
}

.navbar-vert .navbar-toggler {
  padding: 0;
  color: #fff;
  height: 30px;
}

.navbar-vert .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  height: 30px;
}


@media (min-width: 992px) {
  .bg-vert {
    padding: 0;
  }

	.bg-vert li {
		padding: 0 15px;
	}

	.bg-vert li:first-child {
		padding: 0 15px 0 0;
	}

	.bg-vert li:last-child {
		padding: 0 0 0 15px;
	}

  .bg-vert li a:before {
    display: inline-block;
    content:"";
    width:80px;
    height:80px;
  }

  #menu-item-117 a:before,
  #menu-item-143 a:before,
  #menu-item-135 a:before {
    background:url("images/logo-menu/accueil.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-123 a:before,
  #menu-item-144 a:before,
  #menu-item-136 a:before  {
    background:url("images/logo-menu/francoise-dolto.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-122 a:before,
  #menu-item-145 a:before,
  #menu-item-137 a:before  {
    background:url("images/logo-menu/evenements.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-127 a:before,
  #menu-item-146 a:before,
  #menu-item-138 a:before {
    background:url("images/logo-menu/soutiens.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-121 a:before,
  #menu-item-147 a:before,
  #menu-item-139 a:before  {
    background:url("images/logo-menu/emplois.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-124 a:before,
  #menu-item-148 a:before,
  #menu-item-140 a:before  {
    background:url("images/logo-menu/galerie.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-125 a:before,
  #menu-item-149 a:before,
  #menu-item-141 a:before  {
    background:url("images/logo-menu/contact.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }

  #menu-item-126 a:before,
  #menu-item-150 a:before,
  #menu-item-142 a:before  {
    background:url("images/logo-menu/liens.png") no-repeat;
    -webkit-background-size: contain;
       -moz-background-size: contain;
            background-size: contain;
  }
  


#menu-item-303 a:before,
#menu-item-311 a:before,
#menu-item-310 a:before  {
background:url("images/logo-menu/accueil.png") no-repeat;
-webkit-background-size: contain;
   -moz-background-size: contain;
        background-size: contain;
}
}

@media (min-width: 1200px) {

	.bg-vert li:first-child {
		padding: 0 8px 0 0;
	}

	.bg-vert li:last-child {
		padding: 0 0 0 8px;
	}
}





/* Bouton Call-to-Action
 * Sur page d'accueil 
 * Added: 2021-01-29
*/


/**  colors and transitions back to normal
  *  hex colors from flatuicolors.com   
  **/

.btn-paragraph{
	text-align:center;
}

.btn-red {
    background-color: #BE4B45; /* pomegranate */
  display: inline-block;
  border-radius: 4px;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 28px;
  padding: 20px;
  width: 600px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
	margin-bottom: 1em;
}

.btn-red span {
  cursor: pointer!important;
  display: inline-block!important;
  position: relative!important;
  transition: 0.5s!important;
}

.btn-red span:after {
  content: '\00bb'!important;
  position: absolute!important;
  opacity: 0!important;
  top: 0!important;
  right: -20px!important;
  transition: 0.5s!important;
}

.btn-red:hover span {
  padding-right: 25px!important;
}

.btn-red:hover span:after {
  opacity: 1!important;
  right: 0!important;
}



/* erreur 404 */

article.page.row {
  display: block;
}

ul#ul-404 {
  margin-bottom: 5rem;
}

