/* 
Theme Name:		 WP Bootstrap Starter Child
Theme URI:		 https://www.aressy.com
Description:	 Modified WP Bootstrap Starter Child
Author:			 Stéphane Teulié
Author URI:		 http://childthemegenerator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 WP-Bootstrap-Starter-child
-------------------------------------------------------------- */ 

/* =Theme customization starts here
------------------------------------------------------- */

/* rouge aressy #d30340 */

@font-face {
  font-family: 'TTLakes-Light';
  src: url("fonts/34F9C7_31_0.eot");
  src: url("fonts/34F9C7_31_0.eot?#iefix") format("embedded-opentype"), url("fonts/34F9C7_31_0.woff2") format("woff2"), url("fonts/34F9C7_31_0.woff") format("woff"), url("fonts/34F9C7_31_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TTLakes-DemiBold';
  src: url("fonts/34F9C7_29_0.eot");
  src: url("fonts/34F9C7_29_0.eot?#iefix") format("embedded-opentype"), url("fonts/34F9C7_29_0.woff2") format("woff2"), url("fonts/34F9C7_29_0.woff") format("woff"), url("fonts/34F9C7_29_0.ttf") format("truetype"); }

@font-face {
  font-family: 'TTLakesCompressed-ExtraLight';
  src: url("fonts/34F9C7_E_0.eot");
  src: url("fonts/34F9C7_E_0.eot?#iefix") format("embedded-opentype"), url("fonts/34F9C7_E_0.woff2") format("woff2"), url("fonts/34F9C7_E_0.woff") format("woff"), url("fonts/34F9C7_E_0.ttf") format("truetype"); }
  
  @font-face {
  font-family: 'Work Sans';
  src: url("https://fonts.googleapis.com/css?family=Work+Sans:100,200,300,400,500,600,700,800,900");
  }

/* Font smoothing */
html, html a {
  -webkit-font-smoothing: antialiased;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004); }

.fontSize20 p {
	font-size:1.4rem;
	line-height:2rem;
}

/*************************************************
GENERAL
*************************************************/
body {
  background-color: #fff;
  font-family: "Work Sans", "Arial", sans-serif;
  font-weight: 300;
  margin: 0;
  color:#585858; }

p {
  font-size:14px;
  line-height: 1.6;
  color:#585858; }

a {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: #2db8c7;
  font-weight:normal; }
  

a:hover {
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  color: #20919d;
  text-decoration: underline !important; }

a:active, a:visited {
  text-decoration: none; }

h1, h2, h3, h4, h5 {
  font-family: "TTLakes-DemiBold", "Arial", sans-serif;
  font-weight: normal;
  font-style: normal; }
  h1 span, h2 span, h3 span, h4 span, h5 span {
    font-family: "TTLakes-Light", "Arial", sans-serif; }

h1 {
  font-size: 50px;
  line-height: 45px !important; }

h2 {
  font-size: 2.5rem;
  line-height: 3rem; }

.blueUppercase, .blueUppercase .uvc-main-heading h4 {
	color:#2db8c7 !important;
	font-weight:600;	
	text-transform:uppercase !important;
}

h3 {
  font-size: 36px;
  line-height: 1.3 !important; }

h4 {
  font-size: 28px; }
  
  .yellowBack h4 {
	text-transform:uppercase;
	color:#ffffff;
	font-size:24px;
	line-height:1.6;  
  }

h5 {
  font-size: 22px;
  color: #644e8d !important; }

h6 {
  font-size: 17px;
  color: #644e8d !important; }

strong {
  font-weight: 500; }

.lead {
  font-size: 20px;
  line-height: 1.8; }
  .lead p {
    font-size: 20px;
    line-height: 1.8; }

.txt {
  color: #585858; }

.txt-blanc {
  color: #fff; }

.txt-bleu {
  color: #2db8c7; }
 
.txtCenter {
	text-align:center;
}

.uvc-sub-heading {
	text-align:left;	
}

/* CHOIX LANGUE */
.wpml-ls-legacy-dropdown a:hover, a.wpml-ls-link:hover {
	text-decoration:none!important;	
}

/* NAV */
header#masthead {
	background-color:#1a0d3c;
	padding:2.74rem 1rem;	
}

#main-nav {
  list-style: none;
  text-align: right; }
  #main-nav li {
    display: inline-block; }
    #main-nav li a {
      color: #fff !important;
      font-size: 17px !important;
      font-weight: 600;
      padding: 25px 15px !important;
      position: relative; }
      #main-nav li a:before {
        display: none;
        content: '';
        position: absolute;
        height: 3px;
        width: 100%;
        background-color: yellow;
        left: 0;
        bottom: 0;
        background: #ec613a; 
		transition:ease-in-out 0.2s;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ec613a 0%, #e50054 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ec613a 0%, #e50054 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ec613a 0%, #e50054 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec613a', endColorstr='#e50054',GradientType=1 );
        /* IE6-9 */ }
     #main-nav li a:hover {
        color: #2db8c7 !important;
		font-weight: 600 !important;
        text-decoration: none !important; 
		transition:ease-in-out 0.2s;}
        #main-nav li a:hover:before {
          display: block; }
	#main-nav li.current_page_item > a:hover {
		font-weight:600 !important;	
	}

/* VALEURS */
.whitePurple {
	padding-bottom:100px;
} 

.yellowBack {
	background-color:transparent !important;
	background-image: linear-gradient(180deg, #fdc400 0%, #f49800 100%) !important;
	box-shadow:12px 20px 60px 0px rgba(0,0,0,0.29) !important;
	transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;	 
}

/* CHIFFRES CLES */
.counter_prefix {
	color:#ffffff;
	font-size:80px;	
}

/* SECTIONS PRODUITS */
.section-produits {
	background-image: url("img/sigle-pryntec-big.png");
	background-repeat: no-repeat;
	background-position: 68% 9%; }
.section-produits h4 {
    font-family: "TTLakesCompressed-ExtraLight", "Arial", sans-serif;
    font-weight: normal !important;
    color: #c0bed4 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 22px;
    background-color: #372f88;
    padding: 16px 30px 12px 35px !important;
    margin-left: 10px !important;
    display: inline-block;
    -webkit-font-smoothing: subpixel-antialiased; }
.section-produits h4 span {
      color: #fff !important;
      font-family: "TTLakesCompressed-ExtraLight", "Arial", sans-serif; }
.section-produits h4:before {
      content: '';
      position: absolute;
      width: 42px;
      height: 2px;
      background-color: #2db8c7;
      left: -14px;
      margin-top: 14px; }
.section-produits p {
    color: #fff;
    line-height: 1.5;
	font-size:15px !important;
	font-weight:300 !important;
	margin-top:15px; }
.section-produits h6 {
	color:#644e8d;
	font-weight:22px;	
}


/* MARCHES */
#marches p, #markets p {
	font-size:18px;
	padding-top:10px;	
}

/* BOUTONS */
.btnWhite a {
	border-radius:40px !important;
	border:1px solid #ffffff;	
}

.phoneBtn {
	padding:20px 40px;	
	border-radius:60px !important;
	background-color:#ffffff;
	border:none;
	outline:none;
	cursor:default;
	font-size:33px;
	font-weight:600;
}

.phoneBtn i, .phoneBtn svg {
	transform:rotate(90deg);	
	color:#2db8c7;
}

/* PARTENAIRES */
.purpleBtn button {
	box-shadow:0px 9px 60px 0px rgba(64,84,178,0.5);	
	font-size:20px;
	border-radius:50px !important;
}

.beforePink {
	padding-left:50px;	
}

.beforePink h3 {
	font-size:24px;
	text-transform:uppercase;
	color:#000000;
	text-align:left;
}

.beforePink h3:before {
content: '';
      position: absolute;
      width: 42px;
      height: 2px;
      background: #ec613a; 
		transition:ease-in-out 0.2s;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ec613a 0%, #e50054 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ec613a 0%, #e50054 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ec613a 0%, #e50054 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec613a', endColorstr='#e50054',GradientType=1 );
        /* IE6-9 */ 
      left: 16px;
      margin-top: 14px; 	
}

.biggerP .uvc-sub-heading {
	font-size:1.1rem;
	line-height:1.6rem;
	margin-bottom:15px;	
}

/* FORMULAIRE CONTACT HOME */
.one-half,
.one-third {
    position: relative;
    margin-right: 4%;
    float: left;
        margin-bottom: 20px;
 
}
 
.one-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}

.wpcf7-checkbox {
	border:none !important;	
	padding:0 !important;
}

.wpcf7-submit {
	border-radius:40px;
	background-color:#2db8c7 !important;
	border:0;
	padding:15px 100px;
	color:#ffffff;
	font-weight:500;
}

label {
	font-weight:600;
	color:#000000;	
}

.wpcf7-list-item-label {
	font-weight:normal !important;	
}
span.wpcf7-list-item {
	margin:0 !important;	
}
 
@media only screen and (max-width: 767px) {
    .one-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

/* PARTIE SUPPORT ET SERVICES */
.boldTxt {
	margin-bottom:10px !important;	
}

.boldTxt p strong {
	font-size:16px;
	line-height:1.8;
	font-weight:600;	
}

/* FOOTER */
footer {
	background:#372f88;	
	padding:80px 0px;
}

footer ul {
	padding-left:0;	
}

footer ul li {
	background-color:#ffffff;
	width:54px;
	height:54px;
	border-radius:50%;	
	list-style-type:none;
	display:inline-block;
	text-align:center;
	padding-top:10px;
	font-size:25px;
}

.btn-tel a {
	margin:0 auto;
	background:#2e246f url("img/icon-tel.png") no-repeat 27px center;
	font-size:20px;
	color:#ffffff;
	padding:15px 35px 15px 75px;
	border-radius:30px;
	font-weight:500;
	transition:all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}	

/* FOOTER 2 */
#footer2 {
	background-color:#201449;	
	color:#ffffff;
}


/* PAGE PARTENAIRE */
.blackUpper h3 {
	color:#000000;
	text-transform:uppercase;
	font-size:26px;
	font-weight:700;
	line-height:30px;	
}

/* PAGE CAMPUS */
#blocProgramme h3 {
	font-size:1.3rem !important;	
}

.whiteTxt {
	color:#ffffff;	
}

.whiteTxt h2 {
	font-size:2rem !important;
	text-transform:uppercase !important;	
}

.blueBtn {
	text-align:center !important;	
}

.blueBtn button {
	border-radius:40px;
	background-color:#2db8c7 !important;
	border:0;
	padding:15px 70px !important;
	color:#ffffff !important;
	font-weight:600 !important;	
	margin:0 auto;
	font-size:1rem;
}

#campusForm .acceptance-971 .wpcf7-list-item-label {
	color:#ffffff !important;
	font-size:0.8em !important;	
}

/* BLOG */
h1.entry-title {
	padding-top:20px;	
}

.entry-meta {
	margin-bottom:15px !important;	
}

.entry-content p {
	font-size:1rem;
	font-weight:normal;	
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
	background-color:#2db8c7 !important;
	border:0;
	color:#ffffff !important;
}

.post.hentry {
	margin-bottom: 2rem !important;	
}

.blog h2.entry-title a {
	color:#2db8c7;	
	font-size:1.2rem;
	line-height:1.5rem !important;
}

.blog h2.entry-title a:hover {
	color:#372f88;	
	transition:all ease-in-out 0.3s;
	text-decoration:none !important;
}

.blog h2.entry-title {
	border-bottom:0!important;
	margin-bottom:-0.3rem !important;
	font-size:1.2rem;
	line-height:1.5rem !important;
}

.blog span.comments-link {
	display:none;	
}

.blog .entry-meta a {
	color:#372f88;	
}

.blog #content {
	padding-top:40px !important;	
}

.blog article {
	border-bottom:1px solid #eeeeee;	
	padding-bottom:20px !important;
}

.blog a.more-link {
	color:#ffffff;
	background-color:#2db8c7;
	padding:10px 15px;
	border-radius:30px;
}

a.more-link:hover {
	background-color:#372f88;	
	transition:all ease-in-out 0.3s;
	text-decoration:none !important;
}

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
	margin-bottom:0 !important;	
}

.single-post h1.entry-title {
	color:#ffffff !important;
	margin:0 auto;
	border-bottom:0 !important;
	width:100%;	
	text-align:center;
	padding:35px;
	line-height:1.5em !important;
}

.single-post .vc_desktop .entry-content {
	padding:20px !important;	
}

.single-post .entry-meta, .single-post .posted-on, .single-post .byline, .single-post .comments-link {
	text-align:center;
	margin:0 auto;	
	color:#ffffff !important;
}

.post-navigation .nav-previous a, .post-navigation .nav-next a:hover {
	text-decoration:none !important;	
}


/*.single-post.container {
	background-color:rgba(0,0,0,0.2);
}*/

@media (max-width: 767px) {
	#img35Mob .wpb_single_image img {max-width:50%;}
	#img35Mob .wpb_content_element {margin-bottom:0 !important;}
}


/* patch bande blanche en haut de home */
#content{
	padding-top:0px !important;
}
.entry-content{
	margin-top: 0px !important;
}




.single .container-fluid{
	padding-right: 0px;
	padding-left: 0px;
}





.navbar-toggler{
	background-color:#fff;
}


/**** archive jobs ****/
.single-jobs h2, .post-type-archive-jobs h2 {
	font-size: 1.25rem;
}
.single-jobs h1, .post-type-archive-jobs h1 {
	font-size: 1.75rem;
	color:#2db8c7;
	text-transform: uppercase;
}
.post-type-archive-jobs h1 {
	padding-top: 2rem;
	border-bottom: 1px solid #eaecef;
	margin-bottom: 1rem;
}
.post-type-archive-jobs p {
	font-weight: 400;
	font-size: 1rem;
}
.post-type-archive-jobs .offre h2 {
	padding-top: 1.5rem;
	font-size: 1.75rem;
	color:#2db8c7;
}
.post-type-archive-jobs h3.entry-title a {
	line-height:1.2 !important;
	font-size: 1.15rem;
}
.post-type-archive-jobs h3.entry-title a:hover {
	color:#372f88;	
	transition:all ease-in-out 0.3s;
	text-decoration:none !important;
}
.post-type-archive-jobs h3.entry-title {
	position: relative;
}
.post-type-archive-jobs h3.entry-title:before {
	content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background-color: #2db8c7;
    left: -50px;
    top: 25px;
	transition: all .3s;
}
.post-type-archive-jobs h3.entry-title:hover:before {
	background-color: #372f88;
}
.fullwidth {width:100%;}