/*
Theme Name:   Bootstrapcustom
Description:  Écrivez ici une brève description de votre thème enfant
Author:       uniweb
Author URL:   https://www.uniweb-toulouse.fr/
Template:     wp-bootstrap-starter
Version:      1.0
Text Domain:  Bootstrapcustom
*/

/* Écrivez ici votre propre feuille de style personnelle */
:root {
	--vertdark: #006200;
	--bleu: #0073aa;
	--bleudark: #003954;
	--rouge: #ff0000;
	--maincolor:#5fc2a6;
  }

body {
	font-family: 'Open Sans', sans-serif;
	color: #313131!important;
}

h1,h2,h3,h4,h5 {
	font-family: 'Squada One', cursive;
}

h1 {
	text-transform: uppercase;
	color: var(--bleu);
	font-size: 250%;
}

h2 {
	font-size: 200%;
}

h3 {
	font-size: 180%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 120%;
}


.souligne:after {
	content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 25%;
    height: 2px;
	margin: auto;
    background-color: var(--bleu);
}


/* Header et nav*/
#header-top {
	background: var(--bleu);
	color: #fff;
	font-size: 14px;
}

#header-top a {
	color: #fff;
}

#header-nav {
	background: #f2f2f2;
	padding: 20px 0;
}


.tel-header {
	font-family: 'Squada One', cursive;
	font-size: 24px;
}

#main-nav a {
	
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}

#main-nav .current-menu-item a,
#main-nav a:hover,
#main-nav a:focus {
	background: var(--bleu);
	color: #fff;
	border-radius: 1rem;
}

.navbar-light .navbar-toggler-icon {
	background-image: none;
}

.navbar-toggler-icon:after {
	content: "\f0c9";
    font-family: fontawesome;
    color: var(--bleu);
    font-size: 30px;
}

.dropdown-menu a.dropdown-item {
	background: #f5f5f5!important;
	font-size: 16px!important;
	text-transform: initial!important;
	color: #313131!important;
	margin: 6px 0;
}

#header-nav.element-is-sticky {
	padding: 6px 0!important;
	transition-duration: 0.5s;
}

#header-nav.element-is-sticky .navbar-brand img {
	max-width: 70%;
}

#header-nav.element-is-sticky #main-nav a {
	font-size: 16px;
}



/* ---FIN Header et nav---*/

/* Slider */

.carousel-caption {
    color: var(--bleu);
    background: #fff;
    font-size: 20px;
	border: 3px solid var(--bleu);
	border-radius: 20px;
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding: 6px;
    text-align: center;
}

/* ---Fin slider--- */


/* Réutilisable */

.bleu {
	color: var(--bleu);
}

.bleudark {
	color: var(--bleudark);
}

.bg-rouge {
	background: var(--rouge);
}

.bg-rouge a {
	color: #fff!important;
}

.bg-bleu {
	background: var(--bleu);
}

.bg-bleudark {
	background: var(--bleudark);
}

.big {
	font-size: 20px;
}

.card {
	background-color: #f5f5f5;
	font-size: 14px;
}

.bg-gris {
	background-color: #f5f5f5;
}

/* ---Fin Réutilisable--- */


/* Views Post */

.grid .pt-cv-ifield {
	padding: 6px;
	background: #f5f5f5;
}

/* ---FIN Views Post--- */



#footer-widget a {
	color: #f2f2f2;
}

h3.widget-title {
    font-size: 1.6rem;
    color: #fff;
    background: var(--rouge);
    padding: 6px 0;
    border-radius: 1rem;
}

#footer-bottom {
	background: var(--bleudark);
	color: #fff;
}

#footer-bottom h3 {
	color: #fff;
}

#footer-bottom a {
	color: #f2f2f2;
}


/* Small devices (landscape phones, less than 768px) */
@media (max-width: 768px) { 

	#main-nav.navbar-collapse {
		margin-top: 10px;
	}
	
	
	.pt-cv-content-itempt-cv-content-item  {
		text-align: center;
	}
	
	.carousel-caption {
		font-size: 12px;
	}
	
	#main-nav a {
		padding: 0.6rem 1rem;
		margin: 6px 0;
	}

}
